301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: pm10.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html> <!--[if lt IE 7]> <html class="light-skin no-js ie6 oldie smooth-scroll-false" dir="ltr" lang="en-US"> <![endif]--> <!--[if IE 7]> <html class="light-skin no-js ie7 oldie smooth-scroll-false" dir="ltr" lang="en-US"> <![endif]--> <!--[if IE 8]> <html class="light-skin no-js ie8 oldie smooth-scroll-false" dir="ltr" lang="en-US"> <![endif]--> <!--[if gt IE 8]><!--> <html class="light-skin no-js smooth-scroll-false" dir="ltr" lang="en-US"> <!--<![endif]--> <head> <!-- META TAGS --> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <!-- LINK TAGS --> <link rel="stylesheet" href="https://www.pm10.com/wp-content/themes/micron/style.css" type="text/css" media="screen" /> <link rel="pingback" href="https://www.pm10.com/xmlrpc.php" /> <link rel="shortcut icon" href="https://www.pm10.com/wp-content/uploads/2021/08/PM10-Inc.png" type="image/x-icon" /> <style> /*====================================================================*/ /* COLORS /*====================================================================*/ /*----------------------------------------------------------------*/ /* Dark text color /*----------------------------------------------------------------*/ h1, h2, h3, h4, h5, h6, .post-body .post-title, .tabset .tab.active, .toggle-title.active .toggle-title-header, .pt .pt-price, .progress-bar .progress-title, .counter .counter-title, .circle-counter, .woocommerce .woocommerce-loop .products .product h3, .woocommerce .ninzio-single-product-summary .quantity input[type="number"], .icl_languages_selector #lang_sel a:hover, .icl_languages_selector #lang_sel_list.lang_sel_list_horizontal li a:hover, .wp-playlist-light .wp-playlist-item { color:#444444; } .widget_rss .widget_title a, .icl_languages_selector #lang_sel_list a:hover, .icl_languages_selector #lang_sel_click a:hover, .wp-playlist-playing .wp-playlist-caption, .wpb_tabs .wpb_tabs_nav li.active a { color: #444444 !important; } .dark-skin h1, .dark-skin h2, .dark-skin h3, .dark-skin h4, .dark-skin h5, .dark-skin h6, .dark-skin .post-body .post-title, .dark-skin .tabset .tab.active, .dark-skin .toggle-title.active .toggle-title-header, .dark-skin .pt .pt-price, .dark-skin .progress-bar .progress-title, .dark-skin .counter .counter-title, .dark-skin .circle-counter, .dark-skin .woocommerce .woocommerce-loop .products .product h3, .dark-skin .woocommerce .ninzio-single-product-summary .quantity input[type="number"], .dark-skin .icl_languages_selector #lang_sel a:hover, .dark-skin .icl_languages_selector #lang_sel_list.lang_sel_list_horizontal li a:hover, .dark-skin .wp-playlist-light .wp-playlist-item { color: #ffffff; } .dark-skin .widget_rss .widget_title a, .dark-skin .icl_languages_selector #lang_sel_list a:hover, .dark-skin .icl_languages_selector #lang_sel_click li a:hover, .dark-skin .wp-playlist-playing .wp-playlist-caption, .dark-skin .wpb_tabs .wpb_tabs_nav li.active a { color: #ffffff !important; } /*----------------------------------------------------------------*/ /* Main text color /*----------------------------------------------------------------*/ body {color:#777777;} .widget_categories a, .widget_pages a, .widget_nav_menu a, .widget_archive a, .sitemap-item a, .single .project-category a, .project-tags a, .widget_product_categories a, .widget_layered_nav a, .widget_layered_nav_filters a, .icl_languages_selector #lang_sel_list a, .icl_languages_selector #lang_sel_click a, .wp-playlist-caption { color: #777777 !important; } .dark-skin body {color:#999999;} .dark-skin .widget_categories a, .dark-skin .widget_pages a, .dark-skin .widget_nav_menu a, .dark-skin .widget_archive a, .dark-skin .sitemap-item a, .dark-skin .single .project-category a, .dark-skin .project-tags a, .dark-skin .widget_product_categories a, .dark-skin .widget_layered_nav a, .dark-skin .widget_layered_nav_filters a, .dark-skin .icl_languages_selector #lang_sel_list a, .dark-skin .icl_languages_selector #lang_sel_click a, .dark-skin .wp-playlist-caption { color: #999999 !important; } /*----------------------------------------------------------------*/ /* Light text color /*----------------------------------------------------------------*/ textarea, select, blockquote, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], .post-author, .post-date, .post-comments, .post-category, .content .post-tags a, .post-type-archive-portfolio .portfolio .post-body .project-category a, .tax-portfolio-category .portfolio .post-body .project-category a, .tax-portfolio-tag .portfolio .post-body .project-category a, .post-comments-area .comment-notes, .ninzio-navigation li a, .woocommerce-pagination li a, .widget_recent_entries ul li .post-date, .widget_twitter ul li a.tweet-time, .person .person-title, .woocommerce .woocommerce-loop .products .product .price, .widget_shopping_cart .cart_list > li > span.quantity, .widget_products .product_list_widget > li > del, .widget_products .product_list_widget > li > ins, .widget_products .product_list_widget > li > small, .product.woocommerce > del, .product.woocommerce > ins, .product.woocommerce > small, .icl_languages_selector #lang_sel a, .icl_languages_selector #lang_sel_list.lang_sel_list_horizontal li a, .icl_languages_selector #lang_sel_click a { color: #999999; } .widget_categories ul li ul li a:before, .widget_pages ul li ul li a:before, .widget_nav_menu ul li ul li a:before, .sitemap-item ul li ul li a:before, .widget_product_categories ul li ul li a:before, .widget_layered_nav ul li ul li a:before, .widget_layered_nav_filters ul li ul li a:before { background-color: #999999; } .widget_tag_cloud .tagcloud a, .widget_product_tag_cloud .tagcloud a, .recent-portfolio.v1 .post .project-category a, .woocommerce .ninzio-single-product-summary .product_meta a { color: #999999 !important; } .dark-skin textarea, .dark-skin select, .dark-skin blockquote, .dark-skin input[type="date"], .dark-skin input[type="datetime"], .dark-skin input[type="datetime-local"], .dark-skin input[type="email"], .dark-skin input[type="month"], .dark-skin input[type="number"], .dark-skin input[type="password"], .dark-skin input[type="search"], .dark-skin input[type="tel"], .dark-skin input[type="text"], .dark-skin input[type="time"], .dark-skin input[type="url"], .dark-skin input[type="week"], .dark-skin .post-author, .dark-skin .post-date, .dark-skin .post-comments, .dark-skin .post-category, .dark-skin .content .post-tags a, .dark-skin .post-type-archive-portfolio .portfolio .post-body .project-category a, .dark-skin .tax-portfolio-category .portfolio .post-body .project-category a, .dark-skin .tax-portfolio-tag .portfolio .post-body .project-category a, .dark-skin .post-comments-area .comment-notes, .dark-skin .ninzio-navigation li a, .dark-skin .woocommerce-pagination li a, .dark-skin .widget_recent_entries ul li .post-date, .dark-skin .widget_twitter ul li a.tweet-time, .dark-skin .person .person-title, .dark-skin .woocommerce .woocommerce-loop .products .product .price, .dark-skin .widget_shopping_cart .cart_list > li > span.quantity, .dark-skin .widget_products .product_list_widget > li > del, .dark-skin .widget_products .product_list_widget > li > ins, .dark-skin .widget_products .product_list_widget > li > small, .dark-skin .product.woocommerce > del, .dark-skin .product.woocommerce > ins, .dark-skin .product.woocommerce > small, .dark-skin .icl_languages_selector #lang_sel a, .dark-skin .icl_languages_selector #lang_sel_list.lang_sel_list_horizontal li a, .dark-skin .icl_languages_selector #lang_sel_click a { color: #777777; } .dark-skin .widget_categories ul li ul li a:before, .dark-skin .widget_pages ul li ul li a:before, .dark-skin .widget_nav_menu ul li ul li a:before, .dark-skin .sitemap-item ul li ul li a:before, .dark-skin .widget_product_categories ul li ul li a:before, .dark-skin .widget_layered_nav ul li ul li a:before, .dark-skin .widget_layered_nav_filters ul li ul li a:before { background-color: #777777; } .dark-skin .widget_tag_cloud .tagcloud a, .dark-skin .widget_product_tag_cloud .tagcloud a, .dark-skin .recent-portfolio.v1 .post .project-category a, .dark-skin .woocommerce .ninzio-single-product-summary .product_meta a { color: #777777 !important; } /*====================================================================*/ /* FONT-SIZE /*====================================================================*/ body, button, input, select, textarea, pre, code, kbd, samp, dt { font-size: 14px; line-height: 22px; } h1 {font-size: 28px; line-height: 34px;} h2 {font-size: 26px; line-height: 32px;} h3 {font-size: 24px; line-height: 30px;} h4,.woocommerce .products .product h3 {font-size: 22px; line-height: 28px;} h5 {font-size: 20px; line-height: 26px;} h6 {font-size: 18px; line-height: 24px;} .post-author, .post-date, .post-comments, .post-category, .post-tags, .post-comments-area #respond #reply-title small, .post-type-archive-portfolio .portfolio .post-body .project-category, .tax-portfolio-category .portfolio .post-body .project-category, .tax-portfolio-tag .portfolio .post-body .project-category, .ninzio-overlay > .ninzio-overlay-content .project-category, .widget_recent_entries ul li .post-date, .widget_twitter ul li a.tweet-time, .recent-portfolio .post .project-category, sub, sup { font-size: 12px; line-height:22px; } .widget_tag_cloud .tagcloud a, .widget_product_tag_cloud .tagcloud a { font-size: 12px !important; line-height:22px !important; } .woocommerce .ninzio-single-product-summary .price { font-size: 28px; line-height: 34px; } /*====================================================================*/ /* FONT-FAMILY /*====================================================================*/ body, button, input, select, textarea, pre, code, kbd, samp, dt, optgroup { font-family:Arial, Helvetica, sans-serif; } h1,h2,h3,h4,h5,h6, .header .search input[type="text"], .error404-status, .pt .pt-price, .counter .counter-value, .circle-counter, .circle-counter-title { font-family:Arial, Helvetica, sans-serif; } button, input[type="reset"], input[type="submit"], input[type="button"], .button { font-family:Arial, Helvetica, sans-serif; font-weight: normal; } /*====================================================================*/ /* HEADER STYLES /*====================================================================*/ .header { background-color: #cc0309; } .responsive-true.header.attachment-fixed, .responsive-false.header.attachment-fixed { background-color: rgba(204,3,9,0.98); } .header-top { background-color: #cc0309; color: #ffffff; } .header-top #lang_sel ul li a, .header-top #lang_sel_list ul li a { color: #ffffff !important; } .header-top #lang_sel ul li > a:hover, .header-top #lang_sel_list ul li > a:hover { background-color: #cc0309 !important; color: #ffffff !important; } .header-top .social-links i { color: #ffffff !important; } .header-top .social-links a:hover { background-color: #cc0309 !important; } .header-top .social-links a:hover i { color: #ffffff !important; } .header-menu ul li a, .responsive-menu-toggle i, .search-toggle i, .header .header-menu ul li:before { color: #ffffff; } /*WooCommerce Shoping cart*/ .responsive-true .cart-toggle, .responsive-true .cart-toggle > a, .responsive-true .cart-toggle > a > i, .responsive-false .cart-toggle, .responsive-false .cart-toggle > a, .responsive-false .cart-toggle > a > i { color: #ffffff; } .header-menu ul li a { border-bottom: 1px solid rgba(255,255,255,0.2); } .header-menu > ul > li:first-child > a { border-top:1px solid rgba(255,255,255,0.2); } .header-menu ul li a:hover, .header-menu ul li > a:hover:after { color: #000000; } .header-menu ul li a:hover { background-color: #cc0309; } .header-menu > ul > li > a { text-transform: uppercase; font-weight: bold; font-family: "MS Serif", "New York", serif } .header .header-menu > ul > li > a, .header .header-menu > ul > li > a:after, .header .header-menu > ul > li ul.submenu-languages li.menu-item-language > a { font-size: 11px; } .header-menu > ul > li ul li > a { text-transform: none; font-weight: normal; font-family: Arial, Helvetica, sans-serif } .header .header-menu > ul > li ul li > a, .header .header-menu > ul > li ul li > a:after { font-size: 13px; } /*====================================================================*/ /* FOOTER STYLES /*====================================================================*/ .footer { background-color:#19262b; font-size: 13px; line-height: 22px; } .header .search {background-color:#19262b;} .footer .footer-content a, .footer .footer-content {color:#ffffff !important;} .footer-widget-area-wrap { background-color:#253237; } .footer-widget-area-wrap .widget, .footer-widget-area-wrap .widget a, .footer-widget-area-wrap .widget_categories ul li a, .footer-widget-area-wrap .widget_pages ul li a, .footer-widget-area-wrap .widget_nav_menu ul li a, .footer-widget-area-wrap .widget_archive ul li a, .footer-widget-area-wrap .widget_tag_cloud .tagcloud a, .footer-widget-area-wrap .widget_product_tag_cloud .tagcloud a, .footer-widget-area-wrap .widget_product_categories ul li a, .footer-widget-area-wrap .widget_layered_nav ul li a, .footer-widget-area-wrap .widget_layered_nav_filters ul li a, .footer-widget-area-wrap .buttons .button, .footer-widget-area-wrap .widget_price_filter .price_slider_amount .button { color: #737c80 !important; } .footer-widget-area-wrap .widget .widget_title, .footer-widget-area-wrap .widget .widget_title a { color: #ffffff !important; } .footer-widget-area-wrap .widget_categories ul li a:before, .footer-widget-area-wrap .widget_pages ul li a:before, .footer-widget-area-wrap .widget_nav_menu ul li a:before, .footer-widget-area-wrap .widget_archive ul li a:before, .footer-widget-area-wrap .widget_product_categories ul li a:before, .footer-widget-area-wrap .widget_layered_nav ul li a:before, .footer-widget-area-wrap .widget_layered_nav_filters ul li a:before { background-color: #737c80 !important; } .footer-widget-area-wrap .widget_categories ul li ul li a:before, .footer-widget-area-wrap .widget_pages ul li ul li a:before, .footer-widget-area-wrap .widget_nav_menu ul li ul li a:before, .footer-widget-area-wrap .widget_product_categories ul li ul li a:before, .footer-widget-area-wrap .widget_layered_nav ul li ul li a:before, .footer-widget-area-wrap .widget_layered_nav_filters ul li ul li a:before { background-color:rgba(115,124,128,0.4) !important; } .footer-widget-area-wrap .widget_recent_entries ul li .post-date { color:rgba(115,124,128,0.6) !important; } .footer-widget-area-wrap .widget_calendar caption, .footer-widget-area-wrap .widget_calendar td#prev, .footer-widget-area-wrap .widget_calendar td#next, .footer-widget-area-wrap .widget_calendar td { border-color:rgba(115,124,128,0.2); } .footer-widget-area-wrap .widget_calendar th:first-child { border-left-color:rgba(115,124,128,0.2); } .footer-widget-area-wrap .widget_calendar th:last-child { border-right-color:rgba(115,124,128,0.2); } .footer-widget-area-wrap .widget_calendar td#today { background-color:rgba(115,124,128,0.2); } .footer-widget-area-wrap .widget_rss ul li, .footer-widget-area-wrap .widget_recent_entries ul li, .footer-widget-area-wrap .widget_recent_comments ul li, .footer-widget-area-wrap .widget_twitter ul li, .footer-widget-area-wrap .widget_nav_menu ul li a { border-bottom-color:rgba(115,124,128,0.2); } .footer-widget-area-wrap .widget_tag_cloud .tagcloud a, .footer-widget-area-wrap .widget_product_tag_cloud .tagcloud a { background-color:rgba(115,124,128,0.2); } .footer-widget-area-wrap .widget_tag_cloud .tagcloud a:hover, .footer-widget-area-wrap .widget_product_tag_cloud .tagcloud a:hover { background-color:rgba(115,124,128,0.4); } .footer-widget-area-wrap textarea, .footer-widget-area-wrap select, .footer-widget-area-wrap input[type="date"], .footer-widget-area-wrap input[type="datetime"], .footer-widget-area-wrap input[type="datetime-local"], .footer-widget-area-wrap input[type="email"], .footer-widget-area-wrap input[type="month"], .footer-widget-area-wrap input[type="number"], .footer-widget-area-wrap input[type="password"], .footer-widget-area-wrap input[type="search"], .footer-widget-area-wrap input[type="tel"], .footer-widget-area-wrap input[type="text"], .footer-widget-area-wrap input[type="time"], .footer-widget-area-wrap input[type="url"], .footer-widget-area-wrap input[type="week"], .footer-widget-area-wrap .widget_price_filter .price_slider_amount .price_label { border-color:rgba(115,124,128,0.2); color:#737c80; background-color:rgba(115,124,128,0.1); } .footer-widget-area-wrap textarea:focus, .footer-widget-area-wrap select:focus, .footer-widget-area-wrap input[type="date"]:focus, .footer-widget-area-wrap input[type="datetime"]:focus, .footer-widget-area-wrap input[type="datetime-local"]:focus, .footer-widget-area-wrap input[type="email"]:focus, .footer-widget-area-wrap input[type="month"]:focus, .footer-widget-area-wrap input[type="number"]:focus, .footer-widget-area-wrap input[type="password"]:focus, .footer-widget-area-wrap input[type="search"]:focus, .footer-widget-area-wrap input[type="tel"]:focus, .footer-widget-area-wrap input[type="text"]:focus, .footer-widget-area-wrap input[type="time"]:focus, .footer-widget-area-wrap input[type="url"]:focus, .footer-widget-area-wrap input[type="week"]:focus { background-color:rgba(115,124,128,0.2); } .footer-widget-area-wrap .widget_shopping_cart .cart_list > li, .footer-widget-area-wrap .widget_products .product_list_widget > li, .footer-widget-area-wrap .widget_recently_viewed_products .product_list_widget > li, .footer-widget-area-wrap .widget_recent_reviews .product_list_widget > li, .footer-widget-area-wrap .widget_top_rated_products .product_list_widget > li, .footer-widget-area-wrap .buttons .button, .footer-widget-area-wrap .widget_price_filter .price_slider_amount .button, .footer-widget-area-wrap .widget_price_filter .price_slider_wrapper .ui-widget-content { background-color:rgba(115,124,128,0.2) !important; } .footer-widget-area-wrap .widget_price_filter .ui-slider .ui-slider-handle { background-color: #737c80 !important; border-color:#737c80 !important; } .footer-widget-area-wrap .widget_recent_reviews .star-rating:before, .footer-widget-area-wrap .widget_top_rated_products .star-rating:before { color: #737c80 !important; } .footer-widget-area-wrap .icl_languages_selector #lang_sel_list.lang_sel_list_horizontal li a, .footer-widget-area-wrap .icl_languages_selector #lang_sel a:hover, .footer-widget-area-wrap .icl_languages_selector #lang_sel_click a:hover { background-color:rgba(115,124,128,0.1) !important; } .footer-widget-area-wrap .icl_languages_selector #lang_sel_list.lang_sel_list_horizontal li a:hover { background-color:rgba(115,124,128,0.2) !important; } .footer-widget-area-wrap .icl_languages_selector #lang_sel a, .footer-widget-area-wrap .icl_languages_selector #lang_sel_click a { border-color:rgba(115,124,128,0.2) !important; background-color:rgba(115,124,128,0.1) !important; } .footer-widget-area-wrap .icl_languages_selector #lang_sel_list.lang_sel_list_vertical a, .footer-widget-area-wrap .icl_languages_selector #lang_sel > ul > li > a, .footer-widget-area-wrap .icl_languages_selector #lang_sel > ul > li > ul > li:last-child > a, .footer-widget-area-wrap .icl_languages_selector #lang_sel_click > ul > li > a, .footer-widget-area-wrap .icl_languages_selector #lang_sel_click > ul > li > ul > li:last-child > a { border-bottom-color:rgba(115,124,128,0.2) !important; } .footer-widget-area-wrap .icl_languages_selector #lang_sel a, .footer-widget-area-wrap .icl_languages_selector #lang_sel_list a:hover, .footer-widget-area-wrap .icl_languages_selector #lang_sel_click a, .footer-widget-area-wrap .icl_languages_selector #lang_sel_click a:hover { color: #737c80 !important; } .footer .footer-menu ul li a { line-height: 22px; } /*====================================================================*/ /* WPML FOOTER LANGUAGE SELECT /*====================================================================*/ #lang_sel_footer, #wpml_credit_footer { background-color:#19262b !important; } #lang_sel_footer ul li a, #wpml_credit_footer a { color:#ffffff !important; } .icl_languages_selector #lang_sel_click a { font-size: 14px !important; line-height: 22px !important; } /*====================================================================*/ /* PORTFOLIO OPTIONS /*====================================================================*/ /*====================================================================*/ /* STYLING OPTIONS /*====================================================================*/ html, html.dark-skin { background-color:#ffffff; } button, input[type="reset"], input[type="submit"], input[type="button"], .button, .twitter_tweets_carousel, .post-gallery .flex-direction-nav a, .widget_categories ul li a:before, .widget_product_categories ul li a:before, .widget_layered_nav ul li a:before, .widget_layered_nav_filters ul li a:before, .widget_pages ul li a:before, .widget_nav_menu ul li a:before, .widget_archive ul li a:before, .sitemap-item ul li a:before, .table thead th, .ninzio-highlight, .i-list.type-no-color li i.fa, .flex-direction-nav .flex-next, .flex-direction-nav .flex-prev, .progress-bar .progress-bar-line, .content-box .box .icon-wrap, .content-box.v1 > .box:hover, .tagline, .post-social-share .share-message, .recent-posts.v2 .post.format-link .post-meta-footer, .woocommerce .product .onsale, .woocommerce-tabs .tabs > li.active, .woocommerce .ninzio-single-product-summary .product_meta > *:before, .ui-slider .ui-slider-range { background-color: #cc0309; } .table thead th { border-color:#cc0309; } .post-social-share .share-message:after { border-color: transparent transparent transparent #cc0309; } .content a:not(.button):not(.page-numbers), .format-quote .quote-author, .format-status .status-author, .format-chat .chat .name, .widget_calendar td a, .counter i.fa, .toggle-title.active .arrow, .tagline .button:hover, .tagline .button:hover { color: #cc0309; } .post-author a:hover, .post-comments a:hover, .post-category a:hover, .single .project-category a:hover, .single .project-tags a:hover, .dark-skin .single .project-category a:hover, .dark-skin .single .project-tags a:hover, .post-body .post-title a:hover, .post-type-archive-portfolio .portfolio .post-body .project-category a:hover, .tax-portfolio-category .portfolio .post-body .project-category a:hover, .tax-portfolio-tag .portfolio .post-body .project-category a:hover, .widget_categories a:hover, .widget_pages a:hover, .widget_nav_menu a:hover, .widget_archive a:hover, .widget_product_categories a:hover, .widget_layered_nav a:hover, .widget_layered_nav_filters a:hover, .sitemap-item a:hover, .person .social-links a i, .recent-portfolio.v1 .post .project-category a:hover, .dark-skin .recent-portfolio.v1 .post .project-category a:hover, .woocommerce .ninzio-single-product-summary .price, .woocommerce .ninzio-single-product-summary .product_meta a:hover, .dark-skin .woocommerce .ninzio-single-product-summary .product_meta a:hover, .woocommerce .star-rating, .woocommerce-page .star-rating, .content-box.v1 > .box:hover .icon-wrap i { color: #cc0309 !important; } .ninzio-overlay, .widget_photos_from_flickr .flickr_badge_image a:before, .ninzio-gallery .gallery-icon > a:before { background-color: rgba(204,3,9,0.9); } .content-box.v1 > .box .icon-wrap-border {border-color:rgba(204,3,9,0.7);} .mejs-controls .mejs-time-rail .mejs-time-loaded, .ninzio-navigation li a:hover, .ninzio-navigation li span.current, .woocommerce-pagination li a:hover, .woocommerce-pagination li span.current, .format-link .post-body { background:#cc0309 !important; } blockquote, .code { border-left-color:#cc0309; } ::-moz-selection { background-color:#cc0309; color: #ffffff; } ::selection { background-color:#cc0309; color: #ffffff; } /*====================================================================*/ /* RESPONSIVE /*====================================================================*/ @media only screen and (min-width: 1024px) { .responsive-false.header .search-toggle i{ color: #ffffff; } .responsive-false .header-menu > ul > li:hover > a, .responsive-false.header .header-menu ul li:hover:before { color: #000000; } .responsive-false .header-menu > ul > li { border-radius:3px; } .responsive-false .header-menu > ul > li > a:hover { background-color: transparent; } .responsive-false .header-menu > ul > li:hover { background-color: #cc0309; } .responsive-false.header .header-menu > ul > li > a > .ninzio-da { border-bottom-color:#474d4f; } .responsive-false.header .header-menu ul ul li a, .responsive-false.header .header-menu > ul > li ul.submenu-languages li.menu-item-language > a { background:rgba(92,99,102,1); color:#dddddd; text-transform: none; font-weight: normal; font-family: Arial, Helvetica, sans-serif; font-size: 13px; border-top-color:#4b5051; } .responsive-false.header .header-menu ul ul li:before { color:#dddddd; } .responsive-false.header .header-menu ul ul > li:first-child > a { border-top-color:#474d4f; } .responsive-false.header .header-menu ul ul > li:last-child > a { border-bottom-color:#474d4f; } .responsive-false.header .header-menu ul ul li:hover > a { background:rgba(86,94,96,1); color:#ffffff; } .responsive-false.header .header-menu ul ul li:hover:before { color:#ffffff; } .responsive-false.header .header-menu ul ul li:hover > a:after { color:#ffffff; } /*Megamenu*/ .responsive-false.header .header-menu ul li.megamenu > .megamenu-submenu-wrap > ul { background:rgba(92,99,102,1); color:#dddddd; text-transform: none; font-weight: normal; font-family: Arial, Helvetica, sans-serif; font-size: 13px; border-top-color:#474d4f; border-bottom-color:#474d4f; } .responsive-false.header .header-menu ul li.megamenu > .megamenu-submenu-wrap > ul ul li:hover > a { background:rgba(86,94,96,1) !important; color:#ffffff !important; } .responsive-false.header .header-menu ul > li.megamenu .megamenu-submenu-wrap > ul > li { border-right-color:#4b5051; } .responsive-false.header .header-menu ul li.megamenu > .megamenu-submenu-wrap > ul > li > a { color:#dddddd; text-transform: none; font-weight: normal } .responsive-false.header .header-menu ul li.megamenu > .megamenu-submenu-wrap > ul > li:hover > a { color:#ffffff; } .responsive-false.header .header-menu ul li.megamenu > .megamenu-submenu-wrap > ul > li:before { color:#dddddd; } .responsive-false.header .header-menu ul li.megamenu > .megamenu-submenu-wrap > ul > li:hover:before { color:#ffffff; } .responsive-false.header .header-menu ul li.megamenu > .megamenu-submenu-wrap > ul > li > ul > li > a { color:#dddddd; text-transform: none; } .responsive-false.header .header-menu ul li.megamenu > .megamenu-submenu-wrap > ul > li > ul > li:hover > a { color:#ffffff; } /*WooCommerce Shoping cart*/ .responsive-false .cart-toggle, .responsive-false .cart-toggle > a, .responsive-false .cart-toggle > a > i { color:#333333 } .header-top #lang_sel ul li ul li a { background-color: #cc0309 !important; } .header-top #lang_sel ul li:hover > a { background-color: #cc0309 !important; color: #ffffff !important; } } @media only screen and (min-width: 1280px) { .responsive-true.header .search-toggle i{ color: #ffffff; } .responsive-true .header-menu > ul > li:hover > a, .responsive-true.header .header-menu ul li:hover:before { color: #000000; } .responsive-true .header-menu > ul > li { border-radius:3px; } .responsive-true .header-menu > ul > li > a:hover { background-color: transparent; } .responsive-true .header-menu > ul > li:hover { background-color: #cc0309; } .responsive-true.header .header-menu > ul > li > a > .ninzio-da { border-bottom-color:#474d4f; } .responsive-true.header .header-menu ul ul li a, .responsive-true.header .header-menu > ul > li ul.submenu-languages li.menu-item-language > a { background:rgba(92,99,102,1); color:#dddddd; text-transform: none; font-weight: normal; font-family: Arial, Helvetica, sans-serif; font-size: 13px; border-top-color:#4b5051; } .responsive-true.header .header-menu ul ul li:before { color:#dddddd; } .responsive-true.header .header-menu ul ul > li:first-child > a { border-top-color:#474d4f; } .responsive-true.header .header-menu ul ul > li:last-child > a { border-bottom-color:#474d4f; } .responsive-true.header .header-menu ul ul li:hover > a { background:rgba(86,94,96,1); color:#ffffff; } .responsive-true.header .header-menu ul ul li:hover:before { color:#ffffff; } .responsive-true.header .header-menu ul ul li:hover > a:after { color:#ffffff; } /*Megamenu*/ .responsive-true.header .header-menu ul li.megamenu > .megamenu-submenu-wrap > ul { background:rgba(92,99,102,1); color:#dddddd; text-transform: none; font-weight: normal; font-family: Arial, Helvetica, sans-serif; font-size: 13px; border-top-color:#474d4f; border-bottom-color:#474d4f; } .responsive-true.header .header-menu ul li.megamenu > .megamenu-submenu-wrap > ul ul li:hover > a { background:rgba(86,94,96,1) !important; color:#ffffff !important; } .responsive-true.header .header-menu ul > li.megamenu .megamenu-submenu-wrap > ul > li { border-right-color:#4b5051; } .responsive-true.header .header-menu ul li.megamenu > .megamenu-submenu-wrap > ul > li > a { color:#dddddd; text-transform: none; font-weight: normal } .responsive-true.header .header-menu ul li.megamenu > .megamenu-submenu-wrap > ul > li:hover > a { color:#ffffff; } .responsive-true.header .header-menu ul li.megamenu > .megamenu-submenu-wrap > ul > li:before { color:#dddddd; } .responsive-true.header .header-menu ul li.megamenu > .megamenu-submenu-wrap > ul > li:hover:before { color:#ffffff; } .responsive-true.header .header-menu ul li.megamenu > .megamenu-submenu-wrap > ul > li > ul > li > a { color:#dddddd; text-transform: none; } .responsive-true.header .header-menu ul li.megamenu > .megamenu-submenu-wrap > ul > li > ul > li:hover > a { color:#ffffff; } /*WooCommerce Shoping cart*/ .responsive-true .cart-toggle, .responsive-true .cart-toggle > a, .responsive-true .cart-toggle > a > i { color:#333333 } } </style> <style> </style> <style> </style> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <!-- All in One SEO 4.8.1.1 - aioseo.com --> <title>Dust Control, Erosion Control, Soil Stabilization, PM10 Plan California - PM10 INC</title> <meta name="description" content="Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat." /> <meta name="robots" content="max-image-preview:large" /> <meta name="msvalidate.01" content="zd4SFosVDK/MHNQZswh5RHGeliblmtwd/GAVIUaj7QQ=" /> <meta name="keywords" content="dust control,pm10,pm10 plan,pm10 maintenance,erosion control,soil stabilization,storm water pollution prevention,topsoil supply,dirt supply,fill supply,topsoil delivery,commercial,residential,street sweeping,pre-watering,storm water control,dust surpessents,fencing,clean up" /> <link rel="canonical" href="https://www.pm10.com/" /> <meta name="generator" content="All in One SEO (AIOSEO) 4.8.1.1" /> <script type="application/ld+json" class="aioseo-schema"> {"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/www.pm10.com\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.pm10.com\/#listItem","position":1,"name":"Home"}]},{"@type":"Organization","@id":"https:\/\/www.pm10.com\/#organization","name":"PM 10 Inc.","description":"Fugitive Dust Specialist","url":"https:\/\/www.pm10.com\/","telephone":"+17608352824","logo":{"@type":"ImageObject","url":"https:\/\/www.pm10inc.com\/wp-content\/uploads\/2014\/09\/PM10-Dust-Control.png","@id":"https:\/\/www.pm10.com\/#organizationLogo"},"image":{"@id":"https:\/\/www.pm10.com\/#organizationLogo"}},{"@type":"WebPage","@id":"https:\/\/www.pm10.com\/#webpage","url":"https:\/\/www.pm10.com\/","name":"Dust Control, Erosion Control, Soil Stabilization, PM10 Plan California - PM10 INC","description":"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.pm10.com\/#website"},"breadcrumb":{"@id":"https:\/\/www.pm10.com\/#breadcrumblist"},"datePublished":"2014-02-28T12:16:28+00:00","dateModified":"2018-08-30T20:44:39+00:00"},{"@type":"WebSite","@id":"https:\/\/www.pm10.com\/#website","url":"https:\/\/www.pm10.com\/","name":"PM10 Inc","description":"Fugitive Dust Specialist","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.pm10.com\/#organization"}}]} </script> <!-- All in One SEO --> <link rel='dns-prefetch' href='//maps.googleapis.com' /> <link rel="alternate" type="application/rss+xml" title="PM10 Inc » Feed" href="https://www.pm10.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="PM10 Inc » Comments Feed" href="https://www.pm10.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="PM10 Inc » Home Basic Comments Feed" href="https://www.pm10.com/home-basic/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.pm10.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.8.1"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\ud83d\udd25","\ud83d\udc26\u200b\ud83d\udd25")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <link rel='stylesheet' id='validate-engine-css-css' href='https://www.pm10.com/wp-content/plugins/wysija-newsletters/css/validationEngine.jquery.css?ver=2.22' type='text/css' media='all' /> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://www.pm10.com/wp-includes/css/dist/block-library/style.min.css?ver=6.8.1' type='text/css' media='all' /> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <link rel='stylesheet' id='mediaelement-css' href='https://www.pm10.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17' type='text/css' media='all' /> <link rel='stylesheet' id='wp-mediaelement-css' href='https://www.pm10.com/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.8.1' type='text/css' media='all' /> <style id='jetpack-sharing-buttons-style-inline-css' type='text/css'> .jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em} </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='contact-form-7-css' href='https://www.pm10.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.0.6' type='text/css' media='all' /> <link rel='stylesheet' id='font-awesome-css' href='https://www.pm10.com/wp-content/themes/micron/css/font-awesome.css?ver=6.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='colorbox-css' href='https://www.pm10.com/wp-content/themes/micron/css/colorbox.css?ver=6.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='ninzio-slider-css' href='https://www.pm10.com/wp-content/themes/micron/css/ninzio-slider.css?ver=6.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='js_composer_front-css' href='https://www.pm10.com/wp-content/plugins/js_composer/assets/css/js_composer.css?ver=4.3.5' type='text/css' media='all' /> <link rel='stylesheet' id='js_composer_custom_css-css' href='https://www.pm10.com/wp-content/uploads/js_composer/custom.css?ver=4.3.5' type='text/css' media='screen' /> <script type="text/javascript" src="https://www.pm10.com/wp-content/themes/micron/js/modernizer.js?ver=6.8.1" id="modernizer-js"></script> <script type="text/javascript" src="https://www.pm10.com/wp-content/themes/micron/js/retina-1.1.0.min.js?ver=1" id="retina-js"></script> <script type="text/javascript" src="https://www.pm10.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://www.pm10.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <link rel="https://api.w.org/" href="https://www.pm10.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://www.pm10.com/wp-json/wp/v2/pages/815" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.pm10.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.8.1" /> <link rel='shortlink' href='https://www.pm10.com/' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.pm10.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.pm10.com%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.pm10.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.pm10.com%2F&format=xml" /> <meta name="generator" content="Powered by Visual Composer - drag and drop page builder for WordPress."/> <!--[if IE 8]><link rel="stylesheet" type="text/css" href="https://www.pm10.com/wp-content/plugins/js_composer/assets/css/vc-ie8.css" media="screen"><![endif]--> </head> <body data-rsssl=1 class="home wp-singular page-template-default page page-id-815 wp-theme-micron wpb-js-composer js-comp-ver-4.3.5 vc_responsive"> <!-- wrap start --> <div id="wrap" class="full"> <header data-height="90" class="header dropdown-true header-search-false with-transition header-top-true responsive-true height-90 attachment-fixed"> <div class="header-top"> <div class="container ninzio-clearfix"> <div class="slogan">PM10, Inc. Engineering & Construction - Your Fugitive Dust Control & Erosion Control Specialist in California! Contractor license # 946108 A</div> <div class="social-links ninzio-clearfix"> <a class="facebook" href="https://www.facebook.com/pm10inc" title="facebook" target="_blank" ><i class="fa fa-facebook"></i></a> <a class="twitter" href="https://twitter.com/PM10INC" title="twitter" target="_blank" ><i class="fa fa-twitter"></i></a> <a class="google" href="https://g.page/r/CVkrZXBzPA3LEBA" title="google" target="_blank" ><i class="fa fa-google-plus"></i></a> <a class="youtube" href="https://www.youtube.com/channel/UCELGie90GTQcSlf6zX3ehyQ" title="youtube" target="_blank" ><i class="fa fa-youtube"></i></a> <a class="email" href="mailto:[email protected]" title="email" target="_self" ><i class="fa fa-envelope"></i></a> </div> </div> </div> <div class="header-content"> <div class="container ninzio-clearfix"> <div class="logo"> <a href="https://www.pm10.com" title="PM10 Inc"> <img src="https://www.pm10.com/wp-content/uploads/2014/09/PM10-Dust-Control.png" alt="PM10 Inc"> </a> </div> <div class="inline-clear ninzio-clearfix"> </div> <div class="search-toggle"><i class="fa fa-search"></i></div> <div class="responsive-menu-toggle"><i class="fa fa-th-list"></i></div> <nav class="header-menu ninzio-clearfix"> <ul id="header-menu" class="menu"><li id="menu-item-1442" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-815 current_page_item menu-item-1442"><a href="https://www.pm10.com/" aria-current="page" title="PM10 Inc">Home</a></li> <li id="menu-item-1452" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1452"><a href="https://www.pm10.com/dust-control/">Dust Control</a> <ul class="sub-menu"> <li id="menu-item-1464" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1464"><a href="https://www.pm10.com/dust-control/pm10-dust-control/">PM10 Dust Control</a></li> <li id="menu-item-1562" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1562"><a href="https://www.pm10.com/dust-control/pm10-plan-creation/">PM10 Plan Creation</a></li> <li id="menu-item-1469" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1469"><a href="https://www.pm10.com/dust-control/dust-control-signs/">Dust Control Signs</a></li> <li id="menu-item-1475" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1475"><a href="https://www.pm10.com/dust-control/road-dust-control/">Road Dust Control</a></li> <li id="menu-item-1610" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1610"><a href="https://www.pm10.com/dust-control/asphalt-pavement-rejuvenation/">Asphalt Pavement Rejuvenation</a></li> <li id="menu-item-1514" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1514"><a href="https://www.pm10.com/soil-stabilization/">Soil Stabilization</a></li> <li id="menu-item-1559" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1559"><a href="https://www.pm10.com/dust-control/water-tower-tanks/">Water Tower & Tanks</a></li> <li id="menu-item-1662" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1662"><a href="https://www.pm10.com/grading-excavating/">Grading & Excavating</a></li> </ul> </li> <li id="menu-item-1441" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1441"><a href="https://www.pm10.com/erosion-control/">Erosion Control</a> <ul class="sub-menu"> <li id="menu-item-1491" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1491"><a href="https://www.pm10.com/erosion-control/erosion-control-hydroseeding/">Erosion Control – Hydroseeding</a></li> <li id="menu-item-1635" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1635"><a href="https://www.pm10.com/erosion-control/erosion-control-blankets/">Erosion Control Blankets</a></li> <li id="menu-item-1495" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1495"><a href="https://www.pm10.com/erosion-control/erosion-control-mulching/">Erosion Control – Mulching</a></li> <li id="menu-item-1487" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1487"><a href="https://www.pm10.com/erosion-control/erosion-control-gabions/">Erosion Control – Gabions</a></li> <li id="menu-item-1499" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1499"><a href="https://www.pm10.com/erosion-control/erosion-control-terracing/">Erosion Control – Terracing</a></li> <li id="menu-item-1503" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1503"><a href="https://www.pm10.com/erosion-control/erosion-control-wattle/">Erosion Control – Wattle</a></li> <li id="menu-item-1553" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1553"><a href="https://www.pm10.com/erosion-control/erosion-control-revetments/">Erosion Control – Revetments</a></li> <li id="menu-item-1545" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1545"><a href="https://www.pm10.com/erosion-control/erosion-control-channels-culverts/">Channels & Culverts</a></li> <li id="menu-item-1550" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1550"><a href="https://www.pm10.com/erosion-control/erosion-control-turf-re-enforcement-matting/" title="Erosion Control – Turf Re-Enforcement Matting">Turf Re-Enforcement Matting</a></li> <li id="menu-item-1646" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1646"><a href="https://www.pm10.com/erosion-control/erosion-control-windbreaks/">Erosion Control – Windbreaks</a></li> <li id="menu-item-1556" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1556"><a href="https://www.pm10.com/erosion-control/retaining-walls/">Retaining Walls</a></li> <li id="menu-item-1483" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1483"><a href="https://www.pm10.com/erosion-control/dirt-topsoil/">Bulk Topsoil, Dirt & Fill</a></li> <li id="menu-item-1512" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1512"><a href="https://www.pm10.com/soil-stabilization/">Soil Stabilization</a></li> <li id="menu-item-1515" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1515"><a href="https://www.pm10.com/grading-excavating/">Grading & Excavating</a></li> </ul> </li> <li id="menu-item-1513" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1513"><a href="https://www.pm10.com/grading-excavating/">Grading & Excavating</a></li> <li id="menu-item-1456" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1456"><a href="https://www.pm10.com/storm-water-pollution-prevention/">SWPPP</a></li> <li id="menu-item-1824" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1824"><a href="https://www.pm10.com/pm10-gallery/">Gallery</a></li> <li id="menu-item-1518" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1518"><a href="https://www.pm10.com/products/">Products</a></li> <li id="menu-item-1476" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1476"><a href="https://www.pm10.com/contact-us/" title="Contact PM10 Inc">Contact Us</a> <ul class="sub-menu"> <li id="menu-item-1644" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1644"><a href="https://www.pm10.com/contact-us/">Contact Us</a></li> <li id="menu-item-1643" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1643"><a href="https://www.pm10.com/request-for-proposal/">Request for Proposal</a></li> </ul> </li> </ul> </nav> </div> </div> </header> <div class="page-content-container"> <section id="ninzio-slider" data-transition="fade" data-layout="full" data-height="400" data-mobile="true" data-autoplaydelay="5000" data-autoplay="true" data-bullets="false"> <ul class="ninzio-slides"> <li class="post-1825 ninzio-slider type-ninzio-slider status-publish hentry" data-parallax="no" data-video="false" id="post-1825"> <div class="slider-canvas container"> <div class="ninzio-layer none" data-posx="188" data-posy="150" data-direction="none" id="ninzio-layer-1825-1"> <h2><span style="color: #ffffff;"><strong><span class="size62" style="font-size: 62px; line-height: 68px; background-color: #cc0309;">EXCAVATION</span></strong></span></h2> </div> <div class="ninzio-layer none" data-posx="188" data-posy="220" data-direction="none" id="ninzio-layer-1825-2"> <h3><span class="custom-font-size size28" style="font-size: 28px; line-height: 34px; color: #ffffff; font-weight: 300; background-color: #000000;">PM10 INC IS YOUR EXCAVATION COMPANY IN CALIFORNIA</span></h3> </div> </div> </li> <li class="post-1439 ninzio-slider type-ninzio-slider status-publish hentry" data-parallax="no" data-video="false" id="post-1439"> <div class="slider-canvas container"> <div class="ninzio-layer none" data-posx="188" data-posy="150" data-direction="none" id="ninzio-layer-1439-1"> <h2><span style="color: #ffffff;"><strong><span class="size62" style="font-size: 62px; line-height: 68px; background-color: #cc0309;">FUGITIVE DUST CONTROL</span></strong></span></h2> </div> <div class="ninzio-layer none" data-posx="188" data-posy="220" data-direction="none" id="ninzio-layer-1439-2"> <h3><span class="custom-font-size size28" style="font-size: 28px; line-height: 34px; color: #ffffff; font-weight: 300; background-color: #000000;">PM10 INC IS YOUR LEADER IN FUGITIVE DUST CONTROL</span></h3> </div> </div> </li> <li class="post-1443 ninzio-slider type-ninzio-slider status-publish hentry" data-parallax="no" data-video="false" id="post-1443"> <div class="slider-canvas container"> <div class="ninzio-layer none" data-posx="188" data-posy="150" data-direction="none" id="ninzio-layer-1443-1"> <h2><span style="color: #ffffff;"><strong><span class="size62" style="font-size: 62px; line-height: 68px; background-color: #cc0309;">EROSION CONTROL CALIFORNIA</span></strong></span></h2> </div> <div class="ninzio-layer none" data-posx="188" data-posy="220" data-direction="none" id="ninzio-layer-1443-2"> <h3><span class="custom-font-size size28" style="font-size: 28px; line-height: 34px; color: #ffffff; font-weight: 300; background-color: #000000;">PM10 INC IS YOUR SOURCE FOR EROSION CONTROL IN CALIFORNIA</span></h3> </div> </div> </li> </ul> <style> .ninzio-slides li#post-1825{background-image:url(https://www.pm10inc.com/wp-content/uploads/2018/11/excavation-california-pm10.jpg);} .animate-out #ninzio-layer-1825-1 {opacity:1 ;} #ninzio-layer-1825-1{z-index:1;opacity:1;} .active #ninzio-layer-1825-1{-webkit-transition-timing-function:cubic-bezier(0.250, 0.250, 0.750, 0.750);-moz-transition-timing-function:cubic-bezier(0.250, 0.250, 0.750, 0.750);-o-transition-timing-function:cubic-bezier(0.250, 0.250, 0.750, 0.750);-ms-transition-timing-function:cubic-bezier(0.250, 0.250, 0.750, 0.750);transition-timing-function:cubic-bezier(0.250, 0.250, 0.750, 0.750);} .animate-out #ninzio-layer-1825-2 {opacity:1 ;} #ninzio-layer-1825-2{z-index:1;opacity:1;} .active #ninzio-layer-1825-2{-webkit-transition-timing-function:cubic-bezier(0.250, 0.250, 0.750, 0.750);-moz-transition-timing-function:cubic-bezier(0.250, 0.250, 0.750, 0.750);-o-transition-timing-function:cubic-bezier(0.250, 0.250, 0.750, 0.750);-ms-transition-timing-function:cubic-bezier(0.250, 0.250, 0.750, 0.750);transition-timing-function:cubic-bezier(0.250, 0.250, 0.750, 0.750);}.ninzio-slides li#post-1439{background-image:url(https://www.pm10inc.com/wp-content/uploads/2015/01/pm10-dust-control.jpg);} .animate-out #ninzio-layer-1439-1 {opacity:1 ;} #ninzio-layer-1439-1{z-index:1;opacity:1;} .active #ninzio-layer-1439-1{-webkit-transition-timing-function:cubic-bezier(0.250, 0.250, 0.750, 0.750);-moz-transition-timing-function:cubic-bezier(0.250, 0.250, 0.750, 0.750);-o-transition-timing-function:cubic-bezier(0.250, 0.250, 0.750, 0.750);-ms-transition-timing-function:cubic-bezier(0.250, 0.250, 0.750, 0.750);transition-timing-function:cubic-bezier(0.250, 0.250, 0.750, 0.750);} .animate-out #ninzio-layer-1439-2 {opacity:1 ;} #ninzio-layer-1439-2{z-index:1;opacity:1;} .active #ninzio-layer-1439-2{-webkit-transition-timing-function:cubic-bezier(0.250, 0.250, 0.750, 0.750);-moz-transition-timing-function:cubic-bezier(0.250, 0.250, 0.750, 0.750);-o-transition-timing-function:cubic-bezier(0.250, 0.250, 0.750, 0.750);-ms-transition-timing-function:cubic-bezier(0.250, 0.250, 0.750, 0.750);transition-timing-function:cubic-bezier(0.250, 0.250, 0.750, 0.750);}.ninzio-slides li#post-1443{background-image:url(https://www.pm10inc.com/wp-content/uploads/2015/01/erosion-control-california-pm10.jpg);} .animate-out #ninzio-layer-1443-1 {opacity:1 ;} #ninzio-layer-1443-1{z-index:1;opacity:1;} .active #ninzio-layer-1443-1{-webkit-transition-timing-function:cubic-bezier(0.250, 0.250, 0.750, 0.750);-moz-transition-timing-function:cubic-bezier(0.250, 0.250, 0.750, 0.750);-o-transition-timing-function:cubic-bezier(0.250, 0.250, 0.750, 0.750);-ms-transition-timing-function:cubic-bezier(0.250, 0.250, 0.750, 0.750);transition-timing-function:cubic-bezier(0.250, 0.250, 0.750, 0.750);} .animate-out #ninzio-layer-1443-2 {opacity:1 ;} #ninzio-layer-1443-2{z-index:1;opacity:1;} .active #ninzio-layer-1443-2{-webkit-transition-timing-function:cubic-bezier(0.250, 0.250, 0.750, 0.750);-moz-transition-timing-function:cubic-bezier(0.250, 0.250, 0.750, 0.750);-o-transition-timing-function:cubic-bezier(0.250, 0.250, 0.750, 0.750);-ms-transition-timing-function:cubic-bezier(0.250, 0.250, 0.750, 0.750);transition-timing-function:cubic-bezier(0.250, 0.250, 0.750, 0.750);} @media only screen and (min-width: 320px){ #ninzio-slider .ninzio-layer { -webkit-transform: scale(0.235,0.235); -moz-transform: scale(0.235,0.235); -o-transform: scale(0.235,0.235); -ms-transform: scale(0.235,0.235); transform: scale(0.235,0.235); } #ninzio-slider {height: 94px;} .animate-in #ninzio-layer-1825-1, #ninzio-layer-1825-1.none {left:44px !important;} .animate-in #ninzio-layer-1825-1, #ninzio-layer-1825-1.none {top:35px !important;} .animate-in #ninzio-layer-1825-2, #ninzio-layer-1825-2.none {left:44px !important;} .animate-in #ninzio-layer-1825-2, #ninzio-layer-1825-2.none {top:52px !important;} .animate-in #ninzio-layer-1439-1, #ninzio-layer-1439-1.none {left:44px !important;} .animate-in #ninzio-layer-1439-1, #ninzio-layer-1439-1.none {top:35px !important;} .animate-in #ninzio-layer-1439-2, #ninzio-layer-1439-2.none {left:44px !important;} .animate-in #ninzio-layer-1439-2, #ninzio-layer-1439-2.none {top:52px !important;} .animate-in #ninzio-layer-1443-1, #ninzio-layer-1443-1.none {left:44px !important;} .animate-in #ninzio-layer-1443-1, #ninzio-layer-1443-1.none {top:35px !important;} .animate-in #ninzio-layer-1443-2, #ninzio-layer-1443-2.none {left:44px !important;} .animate-in #ninzio-layer-1443-2, #ninzio-layer-1443-2.none {top:52px !important;} } @media only screen and (min-width: 480px){ #ninzio-slider .ninzio-layer { -webkit-transform: scale(0.32,0.32); -moz-transform: scale(0.32,0.32); -o-transform: scale(0.32,0.32); -ms-transform: scale(0.32,0.32); transform: scale(0.32,0.32); } #ninzio-slider {height: 128px;} .animate-in #ninzio-layer-1825-1, #ninzio-layer-1825-1.none {left:60px !important;} .animate-in #ninzio-layer-1825-1, #ninzio-layer-1825-1.none {top:48px !important;} .animate-in #ninzio-layer-1825-2, #ninzio-layer-1825-2.none {left:60px !important;} .animate-in #ninzio-layer-1825-2, #ninzio-layer-1825-2.none {top:70px !important;} .animate-in #ninzio-layer-1439-1, #ninzio-layer-1439-1.none {left:60px !important;} .animate-in #ninzio-layer-1439-1, #ninzio-layer-1439-1.none {top:48px !important;} .animate-in #ninzio-layer-1439-2, #ninzio-layer-1439-2.none {left:60px !important;} .animate-in #ninzio-layer-1439-2, #ninzio-layer-1439-2.none {top:70px !important;} .animate-in #ninzio-layer-1443-1, #ninzio-layer-1443-1.none {left:60px !important;} .animate-in #ninzio-layer-1443-1, #ninzio-layer-1443-1.none {top:48px !important;} .animate-in #ninzio-layer-1443-2, #ninzio-layer-1443-2.none {left:60px !important;} .animate-in #ninzio-layer-1443-2, #ninzio-layer-1443-2.none {top:70px !important;} } @media only screen and (min-width: 768px){ #ninzio-slider .ninzio-layer { -webkit-transform: scale(0.6,0.6); -moz-transform: scale(0.6,0.6); -o-transform: scale(0.6,0.6); -ms-transform: scale(0.6,0.6); transform: scale(0.6,0.6); } #ninzio-slider {height: 240px;} .animate-in #ninzio-layer-1825-1, #ninzio-layer-1825-1.none {left:113px !important;} .animate-in #ninzio-layer-1825-1, #ninzio-layer-1825-1.none {top:90px !important;} .animate-in #ninzio-layer-1825-2, #ninzio-layer-1825-2.none {left:113px !important;} .animate-in #ninzio-layer-1825-2, #ninzio-layer-1825-2.none {top:132px !important;} .animate-in #ninzio-layer-1439-1, #ninzio-layer-1439-1.none {left:113px !important;} .animate-in #ninzio-layer-1439-1, #ninzio-layer-1439-1.none {top:90px !important;} .animate-in #ninzio-layer-1439-2, #ninzio-layer-1439-2.none {left:113px !important;} .animate-in #ninzio-layer-1439-2, #ninzio-layer-1439-2.none {top:132px !important;} .animate-in #ninzio-layer-1443-1, #ninzio-layer-1443-1.none {left:113px !important;} .animate-in #ninzio-layer-1443-1, #ninzio-layer-1443-1.none {top:90px !important;} .animate-in #ninzio-layer-1443-2, #ninzio-layer-1443-2.none {left:113px !important;} .animate-in #ninzio-layer-1443-2, #ninzio-layer-1443-2.none {top:132px !important;} } @media only screen and (min-width: 1024px){ #ninzio-slider .ninzio-layer { -webkit-transform: scale(0.8,0.8); -moz-transform: scale(0.8,0.8); -o-transform: scale(0.8,0.8); -ms-transform: scale(0.8,0.8); transform: scale(0.8,0.8); } #ninzio-slider {height: 320px;} .animate-in #ninzio-layer-1825-1, #ninzio-layer-1825-1.none {left:150px !important;} .animate-in #ninzio-layer-1825-1, #ninzio-layer-1825-1.none {top:120px !important;} .animate-in #ninzio-layer-1825-2, #ninzio-layer-1825-2.none {left:150px !important;} .animate-in #ninzio-layer-1825-2, #ninzio-layer-1825-2.none {top:176px !important;} .animate-in #ninzio-layer-1439-1, #ninzio-layer-1439-1.none {left:150px !important;} .animate-in #ninzio-layer-1439-1, #ninzio-layer-1439-1.none {top:120px !important;} .animate-in #ninzio-layer-1439-2, #ninzio-layer-1439-2.none {left:150px !important;} .animate-in #ninzio-layer-1439-2, #ninzio-layer-1439-2.none {top:176px !important;} .animate-in #ninzio-layer-1443-1, #ninzio-layer-1443-1.none {left:150px !important;} .animate-in #ninzio-layer-1443-1, #ninzio-layer-1443-1.none {top:120px !important;} .animate-in #ninzio-layer-1443-2, #ninzio-layer-1443-2.none {left:150px !important;} .animate-in #ninzio-layer-1443-2, #ninzio-layer-1443-2.none {top:176px !important;} } @media only screen and (min-width: 1280px){ #ninzio-slider .ninzio-layer { -webkit-transform: scale(1,1); -moz-transform: scale(1,1); -o-transform: scale(1,1); -ms-transform: scale(1,1); transform: scale(1,1); } #ninzio-slider {height: 400px;} .animate-in #ninzio-layer-1825-1, #ninzio-layer-1825-1.none {left:188px !important;} .animate-in #ninzio-layer-1825-1, #ninzio-layer-1825-1.none {top:150px !important;} .animate-in #ninzio-layer-1825-2, #ninzio-layer-1825-2.none {left:188px !important;} .animate-in #ninzio-layer-1825-2, #ninzio-layer-1825-2.none {top:220px !important;} .animate-in #ninzio-layer-1439-1, #ninzio-layer-1439-1.none {left:188px !important;} .animate-in #ninzio-layer-1439-1, #ninzio-layer-1439-1.none {top:150px !important;} .animate-in #ninzio-layer-1439-2, #ninzio-layer-1439-2.none {left:188px !important;} .animate-in #ninzio-layer-1439-2, #ninzio-layer-1439-2.none {top:220px !important;} .animate-in #ninzio-layer-1443-1, #ninzio-layer-1443-1.none {left:188px !important;} .animate-in #ninzio-layer-1443-1, #ninzio-layer-1443-1.none {top:150px !important;} .animate-in #ninzio-layer-1443-2, #ninzio-layer-1443-2.none {left:188px !important;} .animate-in #ninzio-layer-1443-2, #ninzio-layer-1443-2.none {top:220px !important;} } </style> </section> <div class='container page-full-width'> <!-- content start --> <section class='content ninzio-clearfix' style="padding-top:70px;"> <!-- post start --> <article id="post-815" class="post-815 page type-page status-publish hentry"> <section class="page-content ninzio-clearfix"> <div id="" class=" vc-ninzio-row widebox container-shortcode shadow-no parallax-no full-width-ninzio-row-no" style="padding-bottom:75px;"><div class="container"><div class="widebox-content ninzio-clearfix"><div class=" shortcode col vc_col-sm-12 last-no"><div id="" class=" ninzio-colorbox shortcode container-shortcode animate-no none align-left ninzio-clearfix" style="width:100%;padding:0px 0px 0px 0px;"></p> <h2 style="text-align: center;"><span style="font-size:36px !important; line-height:44px !important;" class="ninzio-font-size">WHAT WE DO</span></h2> <div class="splitter ninzio-clearfix solid" style="margin-top:25px; margin-bottom:25px;"> </div> <p style="text-align: center;"><span style="font-size:20px !important; line-height:32px !important;" class="ninzio-font-size"><span style="font-weight: 300; color: #999999;">PM10 Inc., is a leading provider of powerful, environmentally friendly, high-tech dust and soil treatment products, specifically engineered and formulated to solve your dust and erosion problems.</span></p> </span> <p style="text-align: center;"><span style="font-size:20px !important; line-height:32px !important;" class="ninzio-font-size"><span style="font-weight: 300; color: #999999;">From large commercial projects to small residential solutions, PM10 Inc addresses your specific needswith a portfolio of safe and effective applications. All California PM10 plan requirements are met and<br /> cared for by one provider!</span></p> </span></div><div class="inline-ninzio-clearfix"></div><div class='ninzio-gap inline-ninzio-clearfix' style='height:50px'> </div><div id="content-box-1" class="child-element-shortcode content-box v1 animate-yes ninzio-clearfix columns-4"><div id="box-1" class="box"><style scoped></style><div class="icon-container"><div class="icon-wrap-border"><div class="icon-wrap"><i class="fa fa-compass"></i></div></div></div><div class='box-text'><h4 class="box-title">Dust Control</h4><p class="box-content">Companies are constantly challenged to improve their dust control with a constant, or decreasing, budget. Despite these challenging conditions, there is a solution that enables you to do both. PM10 Inc offers a Dust Control Service Program that provides a guaranteed level of dust control. We will monitor and maintain a prescribed level of dust control, and do it for a fixed annual expense that can be billed in equal monthly payments. </p></div></div><div id="box-2" class="box"><style scoped></style><div class="icon-container"><div class="icon-wrap-border"><div class="icon-wrap"><i class="fa fa-cloud"></i></div></div></div><div class='box-text'><h4 class="box-title">Erosion Control</h4><p class="box-content">Erosion control is the practice of preventing or controlling wind or water erosion in agriculture, land development and construction. This usually involves the creation of some sort of physical barrier, such as vegetation or rock, to absorb some of the energy of the wind or water that is causing the erosion. Learn more about our erosion control solutions today for your commercial, residential or industrial needs! Free estimates are available!</p></div></div><div id="box-3" class="box"><style scoped></style><div class="icon-container"><div class="icon-wrap-border"><div class="icon-wrap"><i class="fa fa-recycle"></i></div></div></div><div class='box-text'><h4 class="box-title">SWPPP</h4><p class="box-content">Storm water pollution prevention – When it rains, oil, antifreeze, detergents, pesticides and other pollutants get washed from driveways, backyards, parking lots, and streets directly into storm drains untreated! The following items specify everyday pollutants occurring at our homes, businesses, and construction sites. PM10 is your storm water pollution prevention (SWPP) specialists. Call today with questions, or request your free estimate!</p></div></div><div id="box-4" class="box"><style scoped></style><div class="icon-container"><div class="icon-wrap-border"><div class="icon-wrap"><i class="fa fa-thumbs-o-up"></i></div></div></div><div class='box-text'><h4 class="box-title">Grading & Excavating</h4><p class="box-content">Grading Contractor PM10, Inc., with a full line of grading equipment and laser-guided grading capabilities, PM10, Inc. can handle your most challenging grading job! PM10 Inc providing honest and professional grading and excavating services, so you can be assured that the job will be done right the first time. Our estimators work from computer-generated takeoffs which eliminates the guesswork typically associated with grading estimates.</p></div></div></div></div></div></div></div><div id="" class=" vc-ninzio-row widebox container-shortcode shadow-no parallax-no full-width-ninzio-row-yes" style=""><div class="container"><div class="widebox-content ninzio-clearfix"><div class=" shortcode col vc_col-sm-12 last-no"><div style="color:#ffffff;background-color:#4fc4f6;" id="tagline-1" class="tagline shortcode ninzio-clearfix"><style scoped>#tagline-1 .button:hover {background-color:#ffffff!important;border-color:#ffffff!important;color:#4fc4f6!important;}</style><div class="container"><div class="tagline-co tagline-title"><h2>Ready to Start a Project with Our Team! Get a free estimate!</h2></div><div class="tagline-co"><a class="tagline-button button" style="color:#ffffff;border-color:#ffffff;" href="http://www.pm10inc.com/contact-us/">START A PROJECT NOW</a></div></div></div></div></div></div></div><div id="" class=" vc-ninzio-row widebox container-shortcode shadow-no parallax-no full-width-ninzio-row-no" style="padding-top:70px;padding-bottom:55px;"><div class="container"><div class="widebox-content ninzio-clearfix"><div class=" shortcode col vc_col-sm-12 last-no"><style scoped>#recent-posts-1 .flex-control-paging li a {background-color:#444444;} #recent-posts-1 .flex-control-paging li a.flex-active {border-color:#444444;}</style><div id="recent-posts-1" class="child-element-shortcode recent-posts flexslider control-nav-enabled v1" style="color:#444444;"><ul class="slides"><li class="post ninzio-clearfix ca-item"><h2 class="post-title"><a href="https://www.pm10.com/we-would-like-to-help-you-with-your-project-any-way-we-can/" title="Read more about We would like to help you with your project any way we can!" rel="bookmark">We would like to help you with your project any way we can!</a></h2><div class="post-date">January 26, 2021</div><div class="post-content ninzio-clearfix">PM10 will be happy to assist you with a free proposal and overall job cost analysis for your next project! PM10 / SWPPP Full Service Company • PM10 Plan Creation • PM10 Plan Maintenance • SWPPP Development • SWPPP QSD QSP Services • SWPPP BMP Implementation • Dust Control Signs • Soil Stabilization • Street […]<span class="read-more"> <a href="https://www.pm10.com/we-would-like-to-help-you-with-your-project-any-way-we-can/" title="Read more about We would like to help you with your project any way we can!" >Read more</a></span></div></li></ul></div></div></div></div></div> </section> </article> <!-- post end --> </section> <!-- content end --> </div> <!-- container end --> </div> <!-- page-content-container end --> <!-- footer start --> <footer class='footer'> <div class="footer-widget-area-wrap"> <aside class="footer-widget-area widget-area columns-4"> <div class="container ninzio-clearfix"> </div> </aside> </div> <div class="footer-content"> <div class="container ninzio-clearfix"> <div class="social-links"> <a class="facebook" href="https://www.facebook.com/pm10inc" title="facebook" target="_blank" ><i class="fa fa-facebook"></i></a> <a class="twitter" href="https://twitter.com/PM10INC" title="twitter" target="_blank" ><i class="fa fa-twitter"></i></a> <a class="google" href="https://g.page/r/CVkrZXBzPA3LEBA" title="google" target="_blank" ><i class="fa fa-google-plus"></i></a> <a class="youtube" href="https://www.youtube.com/channel/UCELGie90GTQcSlf6zX3ehyQ" title="youtube" target="_blank" ><i class="fa fa-youtube"></i></a> <a class="email" href="mailto:[email protected]" title="email" target="_self" ><i class="fa fa-envelope"></i></a> </div> <div class="footer-info"> © PM10 Inc. Fugitive Dust Control, Erosion Control & Storm Water Pollution Prevention California | Powered by <a href="http://www.ourbizspace.com" target="_blank">Optimization Company</a> OurBizSpace </div> </div> </div> </footer> <!-- footer end --> </div> <!-- wrap end --> <div id="toTop"> </div> <!-- =============================== OLD BROWSER MESSAGE =============================== --> <div class="old-browser alert warning"> <div class="alert-message"> <h2>Your browser is out of date. It has security vulnerabilities and may not display all features on this site and other sites.</h2> <p>Please update your browser using one of modern browsers (Google Chrome, Opera, Firefox, IE 10).</p> </div> <span class="close-alert">X</span> </div> <!-- =============================== BLOG MASONRY ============================== --> <script> //<![CDATA[ (function($){ $(document).ready(function(){ var options = { itemSelector:'.post', singleMode:true, gutter:24, isFitWidth: true, transitionDuration: '0.11s' }; var handler = $('.blog-layout'); handler.imagesLoaded( function() { $.when(handler.masonry(options)).done( function(){ handler.addClass('animated-layout'); setTimeout(function(){ $('.ninzio-navigation').show(); }, 300); } ) }); }); })(jQuery); //]]> </script> <!-- ============================= PORTFOLIO MASONRY =========================== --> <script> //<![CDATA[ (function($){ $(document).ready(function(){ var options = { itemSelector:'.portfolio', singleMode:true, gutter:24, isFitWidth: true, transitionDuration: '0.15s' }; var handler = $('.portfolio-layout'); handler.imagesLoaded( function() { $.when(handler.masonry(options)).done( function(){ handler.addClass('animated-layout'); setTimeout(function(){ $('.ninzio-navigation').show(); }, 300); } ) }); }); })(jQuery); //]]> </script> <!-- ============================= ONE PAGE LAYOUT =========================== --> <script> </script><script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/micron\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <script type="text/javascript" src="https://www.pm10.com/wp-includes/js/comment-reply.min.js?ver=6.8.1" id="comment-reply-js" async="async" data-wp-strategy="async"></script> <script type="text/javascript" src="https://www.pm10.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script> <script type="text/javascript" src="https://www.pm10.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script> <script type="text/javascript" id="wp-i18n-js-after"> /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ </script> <script type="text/javascript" src="https://www.pm10.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.0.6" id="swv-js"></script> <script type="text/javascript" id="contact-form-7-js-before"> /* <![CDATA[ */ var wpcf7 = { "api": { "root": "https:\/\/www.pm10.com\/wp-json\/", "namespace": "contact-form-7\/v1" } }; /* ]]> */ </script> <script type="text/javascript" src="https://www.pm10.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.0.6" id="contact-form-7-js"></script> <script type="text/javascript" src="https://www.pm10.com/wp-content/themes/micron/js/jquery.easing.min.js?ver=6.8.1" id="easing-js"></script> <script type="text/javascript" src="https://www.pm10.com/wp-content/themes/micron/js/jquery.mobile-events.min.js?ver=6.8.1" id="mobileEvents-js"></script> <script type="text/javascript" src="https://www.pm10.com/wp-content/themes/micron/js/jquery.contentcarousel.js?ver=6.8.1" id="contentcarousel-js"></script> <script type="text/javascript" src="https://www.pm10.com/wp-content/themes/micron/js/jquery.colorbox-min.js?ver=6.8.1" id="colorbox-js"></script> <script type="text/javascript" src="https://www.pm10.com/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js"></script> <script type="text/javascript" src="https://www.pm10.com/wp-content/themes/micron/js/jquery.ninzio-slider.js?ver=6.8.1" id="ninzioslider-js"></script> <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBniRX0c9wcuAada4b4ljmBGzlnOdnaRug&sensor=true&ver=6.8.1" id="gmap-js"></script> <script type="text/javascript" src="https://www.pm10.com/wp-content/themes/micron/js/fromTo.js?ver=6.8.1" id="fromTo-js"></script> <script type="text/javascript" src="https://www.pm10.com/wp-content/themes/micron/js/jquery.easy-pie-chart.js?ver=6.8.1" id="easy-pie-chart-js"></script> <script type="text/javascript" src="https://www.pm10.com/wp-content/themes/micron/js/jquery.animate-colors-min.js?ver=6.8.1" id="animateColors-js"></script> <script type="text/javascript" src="https://www.pm10.com/wp-content/plugins/js_composer/assets/lib/flexslider/jquery.flexslider-min.js?ver=4.3.5" id="flexslider-js"></script> <script type="text/javascript" src="https://www.pm10.com/wp-includes/js/masonry.min.js?ver=4.2.2" id="masonry-js"></script> <script type="text/javascript" src="https://www.pm10.com/wp-content/themes/micron/js/jquery.ui.totop.min.js?ver=6.8.1" id="totop-js"></script> <script type="text/javascript" src="https://www.pm10.com/wp-content/themes/micron/js/jquery.inview.min.js?ver=6.8.1" id="inview-js"></script> <script type="text/javascript" src="https://www.pm10.com/wp-content/themes/micron/js/jquery.mousewheel.js?ver=6.8.1" id="mousewheel-js"></script> <script type="text/javascript" src="https://www.pm10.com/wp-content/themes/micron/js/jquery.simplr.smoothscroll.js?ver=6.8.1" id="smoothscroll-js"></script> <script type="text/javascript" src="https://www.pm10.com/wp-content/themes/micron/js/controller.js?ver=6.8.1" id="controller-js"></script> </body> </html>