<!doctype html>
<html lang="en-US">
    <head><meta charset="utf-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.v="1.2.3",this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",t=>{this.persisted=t.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener("touchstart",t.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",t.touchStartHandler),document.addEventListener("visibilitychange",t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(t){"HTML"!==t.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),t.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(t){t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent("click",{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{if(e.hasAttribute("src")){let r=new URL(e.src).origin;r!==location.origin&&t.push({src:r,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(t){console.error(t)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{t.hasAttribute("data-rocket-src")?t.hasAttribute("async")&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute("defer")&&!1!==t.defer||"module"===t.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){return new Promise((await this._littleBreath(),navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)?e=>{let r=document.createElement("script");[...t.attributes].forEach(t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute("src")?(r.addEventListener("load",e),r.addEventListener("error",e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:async e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");t.text,i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",function r(){t.setAttribute("data-rocket-status","executed"),e()}),t.addEventListener("error",r),n?(t.removeAttribute("data-rocket-src"),t.src=n):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(i){let n=document.createElement("link");n.href=i,n.rel=e,"preconnect"!==e&&(n.as="script"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(t){let e={};function r(t,r){!function t(r){!e[r]&&(e[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.remove.apply(r,arguments)});function i(t){return e[r].eventsToRewrite.indexOf(t)>=0?"rocket-"+t:t}}(t),e[t].eventsToRewrite.push(r)}function i(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),i(document,"onreadystatechange"),i(window,"onload"),i(window,"onpageshow")}_delayJQueryReady(t){let e;function r(r){if(r&&r.fn&&!t.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(r)),r([])};let i=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){if(this[0]===window){function t(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=t(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{let r=arguments[0][e];delete arguments[0][e],arguments[0][t(e)]=r})}return i.apply(this,arguments),this},t.allJQueries.push(r)}e=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){r(t)}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(t=>t(window).trigger("rocket-jquery-load")),await this._littleBreath();let t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error("WPRocket unable to document.write this: "+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}static run(){let t=new RocketLazyLoadScripts;t._addUserInteractionListener(t)}}RocketLazyLoadScripts.run();</script>
        
        <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="format-detection" content="telephone=no">
        
        <title>SquirrelGard® – The Solution for Damaged Lead Jacks | State Roofing</title>
<meta name='robots' content='max-image-preview:large' />
		<style>
			:root {
				--brand-primary:
					#b50f14				;
				--brand-secondary:
					2a2f392d2d				;
				--brand-accent:
					#b50f14				;
                --brand-splash:
					#b50f14				;
				--brand-dark:
					#1a1a1a				;
				--brand-light:
					ededed				;
				--brand-medium:
					#bcbfc6				;
				--brand-link:
					#b50f14				;
				--nav-bg:
					#ffffff				;
				--nav-dropdown-bg:
					#1a1a1a				;
				--nav-link:
					#1a1a1a				;
				--nav-dropdown-link:
					#ffffff				;
				--nav-dropdown-link-hover:
					#ffffff				;
				--nav-dropdown-link-background:
					#b50f14				;
				--nav-dropdown-icon:
					#b50f14				;
				--header_dropdown_icon_color:
					#b50f14				;
				--brand-border-radius:
					0em				;
				--button-border-radius:
					0em				;
			}
		</style>
		    <!-- Font preload tags -->
    <link rel="preload" href="/wp-content/themes/range-home-services/public/build/fonts/FGXBKQNOVDC2MS4HXHMRT7W4FQ4JNS6Z.woff2" as="font" type="font/woff2" crossorigin>
    <link rel="preload" href="/wp-content/themes/range-home-services/public/build/fonts/TTWNHS42NLPYKV3TR6AQ4XE3V2IC7PF6.woff2" as="font" type="font/woff2" crossorigin>
    <style id="critical-css">@font-face{font-family:"General Sans Fallback";font-style:normal;font-weight:400;src:local("Arial");size-adjust:98%;ascent-override:92%;descent-override:23%;line-gap-override:0%}@font-face{font-family:"General Sans Fallback";font-style:normal;font-weight:700;src:local("Arial Bold");size-adjust:96.04%;ascent-override:92%;descent-override:23%;line-gap-override:0%}:root{--general-sans:"General Sans","General Sans Fallback",Arial,sans-serif}html,body{font-synthesis:none}@font-face{font-display:swap;font-family:Hind;font-style:normal;font-weight:300 700;src:url(/wp-content/themes/range-home-services/public/build/fonts/FGXBKQNOVDC2MS4HXHMRT7W4FQ4JNS6Z.woff2) format("woff2"),url(/wp-content/themes/range-home-services/public/build/fonts/FGXBKQNOVDC2MS4HXHMRT7W4FQ4JNS6Z.woff) format("woff"),url(/wp-content/themes/range-home-services/public/build/fonts/FGXBKQNOVDC2MS4HXHMRT7W4FQ4JNS6Z.ttf) format("truetype")}@font-face{font-display:swap;font-family:Khand;font-style:normal;font-weight:300 700;src:url(/wp-content/themes/range-home-services/public/build/fonts/TTWNHS42NLPYKV3TR6AQ4XE3V2IC7PF6.woff2) format("woff2"),url(/wp-content/themes/range-home-services/public/build/fonts/TTWNHS42NLPYKV3TR6AQ4XE3V2IC7PF6.woff) format("woff"),url(/wp-content/themes/range-home-services/public/build/fonts/TTWNHS42NLPYKV3TR6AQ4XE3V2IC7PF6.ttf) format("truetype")}.h3,h1{font-weight:500;line-height:1.2;margin-bottom:.5rem;margin-top:0}.col-6{flex:0 0 auto;width:50%}.flex-column{flex-direction:column!important}.h3,h1{font-family:Khand,Helvetica,Arial,sans-serif;font-weight:700;line-height:1.2;text-transform:uppercase}.bottom-shape-right-offset{bottom:0;height:0;position:absolute;right:0;width:0}@media (max-width:767.98px){.nextgen-footer .footer-main .footer-menus .footer-menu-b,.nextgen-footer .footer-main .footer-menus .footer-menu-c{display:none}.nextgen-footer .footer-main .footer-menus .nav{align-items:center}}.nextgen-footer .footer-main .footer-menus .nav .nav-link{align-items:center;display:flex;line-height:1;padding:.5rem 0}.nextgen-footer .footer-main .footer-menus .nav .nav-link.active{color:inherit}.nextgen-footer .footer-main .footer-menus .nav .nav-link .nav-link-icon{align-items:center;display:flex;justify-content:center;margin-right:7.5px}.nextgen-footer .footer-main .footer-menus .nav .nav-link .nav-arrow-icon{align-items:center;display:flex;justify-content:center;opacity:0;padding-left:5px}.nextgen-footer .footer-main .footer-menus .nav .nav-link svg{height:19px;width:19px}body,html{font-synthesis:none}:root{--bs-font-sans-serif:system-ui,Segoe UI,Ubuntu,Cantarell,Noto Sans,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}*,:after,:before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{background-color:#fff;color:#212529;font-family:system-ui,Segoe UI,Ubuntu,Cantarell,Noto Sans,-apple-system,Roboto,Helvetica Neue,Arial,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-family:var(--bs-font-sans-serif);font-size:1rem;font-weight:400;line-height:1.5;margin:0;-webkit-text-size-adjust:100%}.h3,.h4,.h5,h1{font-weight:500;line-height:1.2;margin-bottom:.5rem;margin-top:0}h1{font-size:calc(1.375rem + 1.5vw)}.h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){h1{font-size:2.5rem}.h3{font-size:1.75rem}}.h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4{font-size:1.5rem}}.h5{font-size:1.25rem}p{margin-bottom:1rem;margin-top:0}ul{padding-left:2rem}ul{margin-bottom:1rem;margin-top:0}ul ul{margin-bottom:0}a{color:#0d6efd}img,svg{vertical-align:middle}button{border-radius:0}button{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button{text-transform:none}[type=button],button{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.container-fluid{margin-left:auto;margin-right:auto;padding-left:.75rem;padding-left:var(--bs-gutter-x,.75rem);padding-right:.75rem;padding-right:var(--bs-gutter-x,.75rem);width:100%}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-left:-.75rem;margin-left:calc(var(--bs-gutter-x)*-.5);margin-right:-.75rem;margin-right:calc(var(--bs-gutter-x)*-.5);margin-top:0;margin-top:calc(var(--bs-gutter-y)*-1)}.col-12{flex:0 0 auto;width:100%}@media (min-width:768px){.col-md-6{flex:0 0 auto;width:50%}}@media (min-width:992px){.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}}.btn{background-color:transparent;border:1px solid transparent;border-radius:.25rem;color:#212529;display:inline-block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;-webkit-text-decoration:none;text-decoration:none;vertical-align:middle}.btn-primary{background-color:#0d6efd;border-color:#0d6efd;color:#fff}.btn-sm{border-radius:.2rem;font-size:.875rem;padding:.25rem .5rem}.collapse:not(.show){display:none}.dropdown,.dropend{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{border-bottom:0;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropdown-menu{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;color:#212529;display:none;font-size:1rem;list-style:none;margin:0;min-width:10rem;padding:.5rem 0;position:absolute;text-align:left;z-index:1000}.dropend .dropdown-toggle:after{border-bottom:.3em solid transparent;border-left:.3em solid;border-right:0;border-top:.3em solid transparent;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropend .dropdown-toggle:after{vertical-align:0}.dropdown-item{background-color:transparent;border:0;clear:both;color:#212529;display:block;font-weight:400;padding:.25rem 1rem;text-align:inherit;-webkit-text-decoration:none;text-decoration:none;white-space:nowrap;width:100%}.nav{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.nav-link{color:#0d6efd;display:block;padding:.5rem 1rem;-webkit-text-decoration:none;text-decoration:none}.navbar{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:.5rem;padding-top:.5rem;position:relative}.navbar>.container-fluid{align-items:center;display:flex;flex-wrap:inherit;justify-content:space-between}.navbar-nav{display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.navbar-nav .nav-link{padding-left:0;padding-right:0}.navbar-nav .dropdown-menu{position:static}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}}.offcanvas{background-clip:padding-box;background-color:#fff;bottom:0;display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;visibility:hidden;z-index:1050}.offcanvas-header{align-items:center;display:flex;justify-content:space-between;padding:1rem}.offcanvas-title{line-height:1.5;margin-bottom:0}.offcanvas-body{flex-grow:1;overflow-y:auto;padding:1rem}.offcanvas-start{border-right:1px solid rgba(0,0,0,.2);left:0;top:0;transform:translate(-100%);width:400px}.sticky-top{position:sticky;top:0;z-index:1020}.visually-hidden-focusable:not(:focus):not(:focus-within){height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;clip:rect(0,0,0,0)!important;border:0!important;white-space:nowrap!important}.d-block{display:block!important}.d-none{display:none!important}.justify-content-center{justify-content:center!important}.me-2{margin-right:.75rem!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.375rem!important}.ms-auto{margin-left:auto!important}.pt-3{padding-top:1.5rem!important}.pe-3{padding-right:1.5rem!important}.pb-0{padding-bottom:0!important}.pb-3{padding-bottom:1.5rem!important}.fw-bold{font-weight:700!important}.text-center{text-align:center!important}.rounded-top{border-top-left-radius:8px!important}.rounded-top{border-top-right-radius:8px!important}.rounded-bottom{border-bottom-right-radius:8px!important}.rounded-bottom{border-bottom-left-radius:8px!important}@media (min-width:768px){.d-md-block{display:block!important}.page-header{min-height:325px}}@media (min-width:992px){.d-lg-flex{display:flex!important}.pe-lg-5{padding-right:4.5rem!important}}.py-fluid-md{padding-bottom:clamp(2.2rem,3vw + 1rem,4.7rem);padding-top:clamp(2.2rem,3vw + 1rem,4.7rem)}.py-fluid-xl{padding-bottom:clamp(4.65rem,7.75vw + 1.55rem,9.3rem);padding-top:clamp(4.65rem,7.75vw + 1.55rem,9.3rem)}.container-fluid{padding-left:max(1rem,min(4vw,8rem));padding-right:max(1rem,min(4vw,8rem))}.row{margin-left:max(-.5rem,min(-1vw,-1.5rem));margin-right:max(-.5rem,min(-1vw,-1.5rem))}:root{font-size:1rem}@media (min-width:1200px){.d-xl-none{display:none!important}:root{font-size:1.125rem}}body{color:var(--brand-dark);font-family:Hind,Helvetica,Arial,sans-serif;font-size:1.125rem}p{font-size:1rem}a{color:#006b9a;font-weight:inherit;-webkit-text-decoration:underline;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;text-decoration-thickness:2px;text-underline-offset:3px}.h3,.h4,.h5,h1{font-family:Khand,Helvetica,Arial,sans-serif;font-weight:700;line-height:1.2;text-transform:uppercase}h1{font-size:max(3.05rem,min(5vw,3.815rem));letter-spacing:-.02em;line-height:1.1}.h3{font-size:max(1.95rem,min(3vw,2.44rem));letter-spacing:-.01em;line-height:1.2}.h4{font-size:max(1.56rem,min(2.5vw,1.95rem));letter-spacing:-.005em;line-height:1.25}.h5{font-size:max(1.25rem,min(2vw,1.56rem));line-height:1.3}.h5{letter-spacing:0}.background-white{background-color:#fff}.background-primary{background-color:var(--brand-primary)}.background-dark{background-color:var(--brand-dark)}.background-accent{background-color:var(--brand-accent)}.color-dark{color:var(--brand-dark)}.color-white{color:#fff}#main{contain:layout style}p{min-height:1.2em}.rounded-top{border-top-right-radius:var(--brand-border-radius)!important}.rounded-top{border-top-left-radius:var(--brand-border-radius)!important}.rounded-bottom{border-bottom-left-radius:var(--brand-border-radius)!important;border-bottom-right-radius:var(--brand-border-radius)!important}:root svg{width:15px}.bottom-shape-container{bottom:0;height:200px;left:0;overflow:hidden;position:absolute;width:100%;z-index:3}.bottom-shape-right{border-color:transparent transparent var(--brand-primary) transparent;border-style:solid;border-width:0 0 100px 85vw}.bottom-shape-right,.bottom-shape-right-offset{bottom:0;height:0;position:absolute;right:0;width:0}.bottom-shape-right-offset{border-color:transparent transparent var(--brand-primary) transparent;border-style:solid;border-width:0 0 200px 85vw;opacity:.25}@media (max-width:1400px){.bottom-shape-right{bottom:0;height:0;position:absolute;width:0}.bottom-shape-right{border-color:transparent transparent var(--brand-primary) transparent;border-style:solid;border-width:0 0 100px 85vw;right:0}}.page-header .page-header-title{hyphens:none!important;word-wrap:normal!important;-webkit-hyphens:none!important;-ms-hyphens:none!important}.btn{align-items:center;border:0;border-radius:var(--button-border-radius);color:#fff;display:inline-flex;font-family:Khand,Helvetica,Arial,sans-serif;font-size:22px;font-weight:inherit;justify-content:flex-end;padding:.75rem 1.5rem;position:relative;text-transform:uppercase}@media (max-width:1399.98px){.btn{padding:.75em}}.btn.btn-sm{font-size:1em;padding:.5rem 1rem}.btn-primary{background:var(--brand-primary);color:var(--brand-dark)}.alignnone{height:auto;margin-left:0;margin-right:0;max-width:100%}.header-topbar{background:var(--nav-bg);color:var(--nav-link);line-height:1;padding-bottom:.35rem;padding-top:.35rem}.header-topbar .topbar-main{align-items:center;display:flex;justify-content:space-between;padding-bottom:3px;padding-top:3px}@media (min-width:992px){.header-topbar .topbar-main{flex-direction:row}}.header-topbar .topbar-main .topbar-section{align-items:center;display:flex;font-size:.8rem}@media (max-width:375px){.header-topbar .topbar-main{font-size:80%}.header-topbar .topbar-main .topbar-section{padding-bottom:7.5px}.header-topbar .topbar-main .topbar-section:last-of-type{padding-bottom:0}}.header-topbar .topbar-main .topbar-section .topbar-icon{align-items:center;display:flex;margin-right:5px}.header-topbar .topbar-main .topbar-section a{color:inherit;-webkit-text-decoration:none;text-decoration:none}#topLevelNav{z-index:100}@media (max-width:575.98px){.header-topbar .topbar-main{font-size:14px}.header-topbar .topbar-main .topbar-section .topbar-icon svg{width:10px}#topLevelNav{background-color:var(--nav-bg)}.page-header .page-header-title h1{line-height:1}}.header-default{background-color:var(--nav-bg);box-shadow:0 15px 25px rgba(0,0,0,.05);flex-wrap:nowrap;padding-bottom:.25rem;padding-top:.25rem;width:100%;z-index:1000}.header-default .theme-logo{max-height:60px;width:auto}.header-default .nav>.menu-item{padding:0 .5em!important}.header-default .nav .menu-item,.header-default .nav .nav-item{position:relative}.header-default .nav .menu-item .nav-link,.header-default .nav .menu-item>a,.header-default .nav .nav-item .nav-link,.header-default .nav .nav-item>a{border-bottom:2px solid transparent;color:var(--nav-link);font-family:Khand,Helvetica,Arial,sans-serif;font-size:18px;font-weight:inherit;padding:0!important;-webkit-text-decoration:none;text-decoration:none;text-transform:uppercase}@media (min-width:1200px){.header-default .nav .menu-item .nav-link,.header-default .nav .menu-item>a,.header-default .nav .nav-item .nav-link,.header-default .nav .nav-item>a{font-size:20px;letter-spacing:.05em}}@media (min-width:1475px){.header-default .nav .menu-item .nav-link,.header-default .nav .menu-item>a,.header-default .nav .nav-item .nav-link,.header-default .nav .nav-item>a{font-size:22px}}.header-default .nav .menu-item.dropdown>.dropdown-toggle,.header-default .nav .menu-item.menu-item-has-children>a,.header-default .nav .nav-item.dropdown>.dropdown-toggle,.header-default .nav .nav-item.menu-item-has-children>a{position:relative}.header-default .nav .menu-item.dropdown>.dropdown-toggle:before,.header-default .nav .menu-item.menu-item-has-children>a:before,.header-default .nav .nav-item.dropdown>.dropdown-toggle:before,.header-default .nav .nav-item.menu-item-has-children>a:before{background-color:var(--nav-bg);border-top-left-radius:4px;border-top-right-radius:4px;content:"";height:calc(100% + 20px);left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);visibility:hidden;width:100%;z-index:-1}.header-default .nav .menu-item.dropdown>.dropdown-toggle.dropdown-toggle:after,.header-default .nav .menu-item.menu-item-has-children>a.dropdown-toggle:after,.header-default .nav .nav-item.dropdown>.dropdown-toggle.dropdown-toggle:after,.header-default .nav .nav-item.menu-item-has-children>a.dropdown-toggle:after{color:var(--header_dropdown_icon_color)!important}.header-default .nav .menu-item .dropdown-menu .menu-item,.header-default .nav .nav-item .dropdown-menu .menu-item{border-bottom:1px solid hsla(0,0%,78%,.15)!important;padding:0}.header-default .nav .menu-item .dropdown-menu .menu-item a,.header-default .nav .nav-item .dropdown-menu .menu-item a{border-bottom:0;font-weight:400;padding:1em!important;text-transform:inherit}.header-default .nav>.menu-item{padding:0}.header-default .nav>.menu-item>a{padding:.5em}.header-default .nav>.menu-item.active>a{-webkit-text-decoration:underline --nav-dropdown-bg 3px!important;text-decoration:underline --nav-dropdown-bg 3px!important;text-underline-offset:.5em!important}@media (max-width:991.98px){.header-default .nav{font-size:1.1em;padding:15px 0;text-align:center}.header-default .nav .menu-item,.header-default .nav .nav-item{padding:0}}.header-default .desktop-nav-button{align-items:center;display:flex;justify-content:flex-end}@media (max-width:1199.98px){.header-default .desktop-nav-button{display:none}}.header-default .desktop-nav-button .btn{align-items:center;display:inline-flex;font-size:1em}@media (max-width:1399.98px){.header-default .desktop-nav-button .btn{font-size:13px;padding:.75rem 1.5rem}}.nav .dropdown>.dropdown-menu,.nav .menu-item-has-children>.dropdown-menu,.navbar-nav .dropdown>.dropdown-menu,.navbar-nav .menu-item-has-children>.dropdown-menu{background:var(--nav-dropdown-bg);border:none;box-shadow:0 15px 25px rgba(255,255,255,.196);box-sizing:border-box;display:block!important;list-style:none;margin-top:0;max-height:0;opacity:0;overflow:hidden;padding:0!important;padding:.5rem;transform:scaleY(0);transform-origin:top left;visibility:hidden;z-index:1001}.nav .dropdown>.dropdown-menu .menu-item .dropdown-item,.nav .dropdown>.dropdown-menu .menu-item a,.nav .menu-item-has-children>.dropdown-menu .menu-item .dropdown-item,.nav .menu-item-has-children>.dropdown-menu .menu-item a,.navbar-nav .dropdown>.dropdown-menu .menu-item .dropdown-item,.navbar-nav .dropdown>.dropdown-menu .menu-item a,.navbar-nav .menu-item-has-children>.dropdown-menu .menu-item .dropdown-item,.navbar-nav .menu-item-has-children>.dropdown-menu .menu-item a{align-items:center;border-radius:0;color:var(--nav-dropdown-link);display:flex;font-size:15px;font-weight:800;line-height:1.2;opacity:1;padding:.5rem 1rem!important;-webkit-text-decoration:none;text-decoration:none;text-transform:uppercase;white-space:normal!important}@media (min-width:992px){.header-default{padding-bottom:.5rem;padding-top:.5rem}.header-default .theme-logo{max-height:70px}.nav .dropdown>.dropdown-menu,.nav .menu-item-has-children>.dropdown-menu,.navbar-nav .dropdown>.dropdown-menu,.navbar-nav .menu-item-has-children>.dropdown-menu{border-bottom-left-radius:var(--brand-border-radius);border-bottom-right-radius:var(--brand-border-radius);border-top-left-radius:0;border-top-right-radius:0;left:0;min-width:16rem;position:absolute;width:auto}}.nav .dropdown>.dropdown-menu .dropdown-menu,.nav .menu-item-has-children>.dropdown-menu .dropdown-menu,.navbar-nav .dropdown>.dropdown-menu .dropdown-menu,.navbar-nav .menu-item-has-children>.dropdown-menu .dropdown-menu{background:0 0;border:none;box-shadow:none;display:block;margin:0;max-height:0;opacity:0;overflow:hidden;padding:0;visibility:hidden}.nav .dropdown>.dropdown-menu .dropdown-menu .dropdown-item,.nav .dropdown>.dropdown-menu .dropdown-menu .menu-item a,.nav .menu-item-has-children>.dropdown-menu .dropdown-menu .dropdown-item,.nav .menu-item-has-children>.dropdown-menu .dropdown-menu .menu-item a,.navbar-nav .dropdown>.dropdown-menu .dropdown-menu .dropdown-item,.navbar-nav .dropdown>.dropdown-menu .dropdown-menu .menu-item a,.navbar-nav .menu-item-has-children>.dropdown-menu .dropdown-menu .dropdown-item,.navbar-nav .menu-item-has-children>.dropdown-menu .dropdown-menu .menu-item a{font-size:16px;font-weight:600;padding:.5rem 1rem;text-transform:none}@media (min-width:992px){.nav .dropdown>.dropdown-menu .dropdown-menu,.nav .menu-item-has-children>.dropdown-menu .dropdown-menu,.navbar-nav .dropdown>.dropdown-menu .dropdown-menu,.navbar-nav .menu-item-has-children>.dropdown-menu .dropdown-menu{background:0 0;border-radius:0;box-shadow:none;margin:0;min-width:auto;position:static;width:100%}.nav .dropdown>.dropdown-menu>.dropdown,.nav .dropdown>.dropdown-menu>.menu-item-has-children,.nav .menu-item-has-children>.dropdown-menu>.dropdown,.nav .menu-item-has-children>.dropdown-menu>.menu-item-has-children,.navbar-nav .dropdown>.dropdown-menu>.dropdown,.navbar-nav .dropdown>.dropdown-menu>.menu-item-has-children,.navbar-nav .menu-item-has-children>.dropdown-menu>.dropdown,.navbar-nav .menu-item-has-children>.dropdown-menu>.menu-item-has-children{padding:0}.nav .dropdown>.dropdown-menu>.dropdown>.dropdown-item,.nav .dropdown>.dropdown-menu>.dropdown>a,.nav .dropdown>.dropdown-menu>.menu-item-has-children>.dropdown-item,.nav .dropdown>.dropdown-menu>.menu-item-has-children>a,.nav .menu-item-has-children>.dropdown-menu>.dropdown>.dropdown-item,.nav .menu-item-has-children>.dropdown-menu>.dropdown>a,.nav .menu-item-has-children>.dropdown-menu>.menu-item-has-children>.dropdown-item,.nav .menu-item-has-children>.dropdown-menu>.menu-item-has-children>a,.navbar-nav .dropdown>.dropdown-menu>.dropdown>.dropdown-item,.navbar-nav .dropdown>.dropdown-menu>.dropdown>a,.navbar-nav .dropdown>.dropdown-menu>.menu-item-has-children>.dropdown-item,.navbar-nav .dropdown>.dropdown-menu>.menu-item-has-children>a,.navbar-nav .menu-item-has-children>.dropdown-menu>.dropdown>.dropdown-item,.navbar-nav .menu-item-has-children>.dropdown-menu>.dropdown>a,.navbar-nav .menu-item-has-children>.dropdown-menu>.menu-item-has-children>.dropdown-item,.navbar-nav .menu-item-has-children>.dropdown-menu>.menu-item-has-children>a{padding-right:1.5rem!important;position:relative}.nav .dropdown>.dropdown-menu>.dropdown>.dropdown-item:after,.nav .dropdown>.dropdown-menu>.dropdown>a:after,.nav .dropdown>.dropdown-menu>.menu-item-has-children>.dropdown-item:after,.nav .dropdown>.dropdown-menu>.menu-item-has-children>a:after,.nav .menu-item-has-children>.dropdown-menu>.dropdown>.dropdown-item:after,.nav .menu-item-has-children>.dropdown-menu>.dropdown>a:after,.nav .menu-item-has-children>.dropdown-menu>.menu-item-has-children>.dropdown-item:after,.nav .menu-item-has-children>.dropdown-menu>.menu-item-has-children>a:after,.navbar-nav .dropdown>.dropdown-menu>.dropdown>.dropdown-item:after,.navbar-nav .dropdown>.dropdown-menu>.dropdown>a:after,.navbar-nav .dropdown>.dropdown-menu>.menu-item-has-children>.dropdown-item:after,.navbar-nav .dropdown>.dropdown-menu>.menu-item-has-children>a:after,.navbar-nav .menu-item-has-children>.dropdown-menu>.dropdown>.dropdown-item:after,.navbar-nav .menu-item-has-children>.dropdown-menu>.dropdown>a:after,.navbar-nav .menu-item-has-children>.dropdown-menu>.menu-item-has-children>.dropdown-item:after,.navbar-nav .menu-item-has-children>.dropdown-menu>.menu-item-has-children>a:after{border-bottom:0;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;position:static;right:auto;top:auto;transform:none;vertical-align:.255em}}@media (max-width:991.98px){.nav .dropdown>.dropdown-menu .dropdown-menu,.nav .menu-item-has-children>.dropdown-menu .dropdown-menu,.navbar-nav .dropdown>.dropdown-menu .dropdown-menu,.navbar-nav .menu-item-has-children>.dropdown-menu .dropdown-menu{background:0 0;box-shadow:none;margin-left:1rem;position:static;width:auto}.nav .dropdown>.dropdown-menu,.nav .menu-item-has-children>.dropdown-menu,.navbar-nav .dropdown>.dropdown-menu,.navbar-nav .menu-item-has-children>.dropdown-menu{background:0 0!important;border:none!important;box-shadow:none!important;padding-bottom:0;padding-top:0;text-align:center}.nav .dropdown>.dropdown-menu .menu-item,.nav .menu-item-has-children>.dropdown-menu .menu-item,.navbar-nav .dropdown>.dropdown-menu .menu-item,.navbar-nav .menu-item-has-children>.dropdown-menu .menu-item{width:100%}}.nav .dropdown>.dropdown-menu>.dropdown,.nav .dropdown>.dropdown-menu>.menu-item-has-children,.nav .menu-item-has-children>.dropdown-menu>.dropdown,.nav .menu-item-has-children>.dropdown-menu>.menu-item-has-children,.navbar-nav .dropdown>.dropdown-menu>.dropdown,.navbar-nav .dropdown>.dropdown-menu>.menu-item-has-children,.navbar-nav .menu-item-has-children>.dropdown-menu>.dropdown,.navbar-nav .menu-item-has-children>.dropdown-menu>.menu-item-has-children{position:relative}#site-navigation{position:relative}.navbar .navbar-collapse{flex-wrap:wrap;width:auto}.mobile-menu-buttons{align-items:center;display:flex}@media (min-width:1200px){.mobile-menu-buttons{display:none}}.mobile-toggle-btn{background:0 0;border:0;outline:0;padding:.25rem .5rem}.mobile-toggle-btn .toggle-btn-item{background:var(--nav-link);border-radius:2px;display:block;height:4px;margin-bottom:4px;width:33px}.mobile-toggle-btn .toggle-btn-name{color:var(--nav-link);display:flex;font-size:10px;font-weight:700;justify-content:space-between;line-height:1;margin-top:4px;text-transform:uppercase}.mobile-call-btn{align-items:center;background-color:var(--brand-primary);border-radius:50%;color:#fff;display:flex;height:47px;justify-content:center;margin-left:10px;width:47px}.mobile-call-btn svg{fill:#fff;height:20px;width:20px}.offcanvas{background-attachment:fixed!important;background:var(--nav-dropdown-bg);width:100%}.offcanvas .offcanvas-header{align-items:center;background:rgba(0,0,0,.3);display:flex;justify-content:space-between;padding-bottom:0;padding-right:0;padding-top:0}.offcanvas .offcanvas-header .offcanvas-close-button{align-items:center;background:0 0;border:0;display:flex;justify-content:center;outline:0;padding:15px}.offcanvas .offcanvas-header .offcanvas-close-button svg{fill:#fff;width:1em}.offcanvas .offcanvas-body{padding:0}.offcanvas .navbar-nav>.nav-item:first-child,.offcanvas .offcanvas-body{border-top:1px solid hsla(0,0%,100%,.1)}.offcanvas .navbar-nav .nav-item{border-bottom:1px solid hsla(0,0%,100%,.1)}.offcanvas .navbar-nav .nav-item .nav-link{color:var(--nav-dropdown-link);font-weight:400;padding:1em;position:relative}.offcanvas .navbar-nav .nav-item .nav-link:after{bottom:auto;opacity:.5;position:absolute;right:calc(7.5% - 6px);top:calc(50% - 2.5px)}.offcanvas .navbar-nav .nav-item.menu-item-has-children .nav-link{position:relative}.offcanvas .navbar-nav .nav-item.menu-item-has-children .nav-link:before{border-left:1px solid hsla(0,0%,100%,.1);content:"";height:100%;left:auto;position:absolute;right:15%;top:0}.offcanvas .navbar-nav .nav-item>.dropdown-menu{border-radius:0;border-top:1px solid hsla(0,0%,100%,.1)!important}.offcanvas .navbar-nav .dropdown-menu{background:rgba(255,255,255,.3);border:0;position:relative!important;transform:none!important}.offcanvas .navbar-nav .dropdown-menu .menu-item .dropdown-item{color:#fff}.nextgen-sidebar{margin-top:5rem;position:relative;z-index:1}@media (min-width:992px){#site-navigation .dropdown,#site-navigation .menu-item-has-children{position:static}#site-navigation .dropdown>.dropdown-menu,#site-navigation .menu-item-has-children>.dropdown-menu{left:auto;margin-top:0;min-width:16rem;right:auto;top:100%;width:auto}.nextgen-sidebar{margin-top:0}.page-header .page-header-title h1{font-size:clamp(2.44rem,1.5rem + 2.5vw,3.5rem)}}.nextgen-sidebar .sidebar-cta{border-radius:var(--brand-border-radius);padding:2.5rem 1rem 1.5rem;position:relative;text-align:center}.nextgen-sidebar .sidebar-cta a[href*=tel]{-webkit-text-decoration:none;text-decoration:none}.nextgen-sidebar .sidebar-cta .sidebar-cta-icon{align-items:center;border-radius:50%;display:flex;height:60px;justify-content:center;left:0;margin:0 auto;position:absolute;right:0;top:-30px;width:60px}.nextgen-sidebar .sidebar-cta .sidebar-cta-icon svg{width:25px}.midpage-main-content p{margin-bottom:1rem}.sidebar-content-slider{margin-top:1.5rem}.sidebar-slider{overflow:hidden;position:relative}.sidebar-slider .sidebar-slider-track{display:flex}.sidebar-slider .sidebar-slider-slide{box-sizing:border-box}.sidebar-slider .sidebar-slider-slide .sidebar-slider-single{display:flex;flex-direction:column;height:100%;position:relative;z-index:1}.sidebar-slider .sidebar-slider-slide .sidebar-slider-single .sidebar-slider-content{flex:1;padding:1rem 1.5rem 2rem;text-align:center}.nextgen-footer .footer-main .footer-hr{background:rgba(255,255,255,.3);height:1px;margin:20px 0;width:100%}@media (min-width:1200px){.nextgen-footer .footer-main .footer-hr{display:none}}@media (max-width:1199.98px){.nextgen-footer .footer-main .footer-brand-col{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}}.page-header{align-items:center;background:#000;display:flex;flex-direction:column;justify-content:center;overflow:hidden;position:relative;text-align:center}.page-header .header-bg-img{max-height:100vh;opacity:.5}.page-header .page-header-title{hyphens:auto;word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto}.page-header .page-header-title h1{margin-bottom:0}.page-header .page-header-title h1{text-shadow:1px 1px 0 #000}.page-header .page-header-inner{position:relative;width:100%;z-index:10}@media (min-width:768px)and (max-height:780px){.page-header{min-height:calc(100vh - 131px);padding-bottom:0!important;padding-top:0!important}}.reviews-slider .reviews-single .reviews-single-content .review-content .review-read-less{display:inline;font-weight:500;margin-left:.3em;position:relative;white-space:nowrap}.reviews-slider .reviews-single .reviews-single-content .review-content .review-read-less:after{background-color:currentColor;bottom:-2px;content:"";height:1px;left:0;position:absolute;transform:scaleX(0);transform-origin:bottom right;width:100%}.reviews-slider .reviews-single .reviews-single-content .review-content .review-full-content{display:inline}.expandable-container .expandable-content{overflow:hidden}body{font-family:General Sans,Helvetica,Arial,sans-serif}@media (min-width:1199px){body{background:#0d2a3e}}</style><link rel="icon" href="https://stateroofingtexas.com/wp-content/uploads/favicon-3.png" type="image/png">
<link rel="shortcut icon" href="https://stateroofingtexas.com/wp-content/uploads/favicon-3.png" type="image/png">
<link rel="apple-touch-icon" href="https://stateroofingtexas.com/wp-content/uploads/favicon-3.png">
<style id="wp-img-auto-sizes-contain-inline-css">
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<link rel='stylesheet' id='gwp-plugins-css' href='https://stateroofingtexas.com/wp-content/plugins/spellbook/styles/plugins.css?ver=7.0' media='all' />
<style id="wp-block-styles-placeholder-inline-css">
:root { --wp-internal-comment: "Placeholder for wp_hoist_late_printed_styles() to replace with the block styles printed at wp_footer." }
/*# sourceURL=wp-block-styles-placeholder-inline-css */
</style>
<link rel='stylesheet' id='tomtom-sdk-css' href='https://cdn.jsdelivr.net/npm/@tomtom-international/web-sdk-maps@6.25.0/dist/maps.css?ver=6.25.0' media='all' />
<link rel='stylesheet' id='rhs-project-map-css' href='https://stateroofingtexas.com/wp-content/plugins/rhs-feature-pack/assets/css/project-map.css?ver=1773843698' media='all' />
<style id="rocket-lazyload-inline-css">
.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://stateroofingtexas.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}.wp-embed-responsive .wp-has-aspect-ratio .rll-youtube-player{position:absolute;padding-bottom:0;width:100%;height:100%;top:0;bottom:0;left:0;right:0}
/*# sourceURL=rocket-lazyload-inline-css */
</style>
<meta name="generator" content="WordPress 7.0" />
<link rel="canonical" href="https://stateroofingtexas.com/roofing/squirrelgard-the-solution-for-damaged-lead-jacks/" />
<link rel='shortlink' href='https://stateroofingtexas.com/?p=63786' />
		<style type="text/css">
			.range-fe-seo-box {
				position: fixed;
				bottom: 0;
				left: 0;
				right: 0;
				width: 95%;
				margin: 0 auto;
				font-size: 18px !important;
				color: white;
				overflow: hidden;
				height: 60px;
				transition: 350ms ease height;
			}

			.range-fe-seo-box-open {
				height: auto !important;
			}

			.range-fe-seo-box-open-svg svg {
				transform: rotate(180deg);
			}

			.range-fe-seo-box-top {
				border-top-right-radius: 12px;
				border-top-left-radius: 12px;
				background: linear-gradient(145deg, #3E4147 0%, #626670 100%);
				font-weight: bold;
				height: 60px;
				display: flex;
				align-items: center;
				justify-content: space-between;
				font-size: 24px;
			}

			.range-fe-seo-title {
				padding: 15px;
				flex: 1 1 auto;
			}

			.range-fe-seo-open {
				display: flex;
				align-items: center;
				justify-content: center;
				background: linear-gradient(145deg, #1459ba, #327ee9);
				height: 100%;
				border-top-right-radius: 12px;
				padding-left: 30px;
				padding-right: 30px;
				transition: all 350ms ease-in-out;
			}

			.range-fe-seo-open svg {
				fill: white;
				width: 30px;
				transition: all 350ms ease-in-out;
				z-index: 99;
				pointer-events: none;
			}

			.range-fe-seo-open:hover {
				background: #7ab317;
				cursor: pointer;
			}

			.range-fe-seo-box-inner {
				background: linear-gradient(145deg, #1459ba, #327ee9) !important;
				padding: 20px;
				float: left;
			}

			.range-fe-seo-form-row {
				margin-bottom: 15px;
			}

			.range-fe-checkbox-row {
				width: 100% !important;
				margin-bottom: 0;
			}

			.range-fe-checkboxes {
				display: flex;
			}

			.range-fe-checkbox label {
				margin-bottom: 0 !important;
				margin-right: 10px;
			}

			.range-fe-checkbox {
				display: flex;
				align-items: center;
				margin-right: 15px;
			}

			.range-fe-seo-form-row label {
				margin-bottom: 10px;
				font-weight: bold;
			}

			.range-fe-seo-form-row input {
				font-size: 16px !important;
			}

			.range-fe-submit-button {
				background: white;
				color: #1459ba;
				outline: none;
				border: 0;
				border-radius: 10px;
				padding: 15px 25px;
				font-weight: bold;
				transition: all 250ms ease-in-out;
				text-transform: uppercase;
				letter-spacing: 1.5px;
			}

			.range-fe-submit-button:hover {
				background: #222;
				color: white;
			}

			@media(min-width:991px) {
				.range-fe-seo-form-row {
					width: 49%;
					float: left;
				}

				.range-fe-seo-form-row:nth-child(odd) {
					float: right;
				}

				.range-fe-checkbox-row {
					float: left;
				}
			}
		</style>
		<meta name="description" content="Protect your roof from squirrel damage with SquirrelGard® installed by State Roofing in Houston, Memorial, Hedwig Village, Katy, Hunters Creek Village &amp; Sugar Land." /><script type="application/ld+json" class="range-webpage-schema">{"@context":"https:\/\/schema.org","@type":"WebPage","@id":"https:\/\/stateroofingtexas.com\/#webpage","name":"State Roofing","url":"https:\/\/stateroofingtexas.com\/","lastReviewed":"2026-03-23T13:49:18-04:00","reviewedBy":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https:\/\/stateroofingtexas.com\/wp-content\/uploads\/logo-2.png"},"name":"State Roofing"},"inLanguage":"en-US","description":"What is SquirrelGard\u00ae? SquirrelGard is a protective device for a plumbing vent stack with a lead jack flashing. The lead jack flashing is a weatherproofing cover formed substantially of a&hellip;","mainEntity":{"@type":"Article","mainEntityOfPage":"https:\/\/stateroofingtexas.com\/","headline":"SquirrelGard\u00ae \u2013 The Solution for Damaged Lead Jacks","description":"What is SquirrelGard\u00ae? SquirrelGard is a protective device for a plumbing vent stack with a lead jack flashing. The lead jack flashing is a weatherproofing cover formed substantially of a&hellip;","articleBody":"What is SquirrelGard\u00ae? SquirrelGard is a protective device for a plumbing vent stack with a lead jack flashing. The lead jack flashing is a weatherproofing cover formed substantially of a lead material permanently secured over the plumbing vent stack. SquirrelGard is exclusively available from State Roofing Company in Houston, Texas. SquirrelGard completely covers the exposed surface of the lead jack flashing to prevent chewing, teeth sharpening\/filing, and damage to the waterproofing qualities of the lead jack by squirrels. Proudly Made in the USA Effective August 21, 2024, SquirrelGard\u00ae is no longer offered for sale directly to consumers. The online ordering website has been redirected to this page. We apologize for any inconvenience this may cause. If you are interested in learning more about SquirrelGard\u00ae, please contact State Roofing Company at\u00a01-281-293-7000\u00a0or use the\u00a0contact form\u00a0on this website. What if I need help with a previous order? If you have purchased SquirrelGard\u00ae and need customer service, contact State Roofing Company at\u00a01-281-293-7000\u00a0or use the\u00a0contact form\u00a0on this website. Please provide your order number and date of purchase. We will be happy to assist you.","keywords":"LocalBusiness","datePublished":"2026-03-11T16:22:17-04:00","dateModified":"2026-03-23T13:49:18-04:00","author":{"@type":"Person","name":"State Roofing","url":"https:\/\/stateroofingtexas.com\/","image":{"@type":"ImageObject","url":"https:\/\/stateroofingtexas.com\/media\/logo.png"}},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https:\/\/stateroofingtexas.com\/media\/logo.png"},"name":"State Roofing"},"image":{"@type":"ImageObject","@id":"https:\/\/stateroofingtexas.com\/#primaryimage","url":"https:\/\/stateroofingtexas.com\/media\/logo.png"}}}</script><script type="application/ld+json" class="range-website-schema">[{"@context":"https://schema.org","@type":"WebSite","@id":"https://stateroofingtexas.com#website","headline":"State Roofing","name":"State Roofing","description":"LocalBusiness","url":"https://stateroofingtexas.com","potentialAction":{"@type":"SearchAction","target":"https://stateroofingtexas.com?s={search_term_string}","query-input":"required name=search_term_string"}}]</script><script type="application/ld+json" class="range-nav-schema"> [{ "@context": "https:\/\/schema.org", "@graph": [{"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "Roofing Services","url": "#"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "Roofing","url": "https:\/\/stateroofingtexas.com\/roofing\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "Roofing Repair","url": "https:\/\/stateroofingtexas.com\/roofing\/roofing-repair\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "Roofing Installation","url": "https:\/\/stateroofingtexas.com\/roofing\/roofing-installation\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "Roofing Replacement","url": "https:\/\/stateroofingtexas.com\/roofing\/roofing-replacement\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "Roofing Maintenance","url": "https:\/\/stateroofingtexas.com\/roofing\/roofing-maintenance\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "Re-roof","url": "https:\/\/stateroofingtexas.com\/roofing\/re-roof\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "Roofing Materials","url": "https:\/\/stateroofingtexas.com\/roofing\/roofing-materials\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "Metal Roofing","url": "https:\/\/stateroofingtexas.com\/roofing\/roofing-materials\/metal-roofing\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "Roof Coatings","url": "https:\/\/stateroofingtexas.com\/roofing\/roofing-materials\/roof-coatings\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "Rubber/TPO","url": "https:\/\/stateroofingtexas.com\/roofing\/roofing-materials\/rubber-tpo\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "Shingle Roofing","url": "https:\/\/stateroofingtexas.com\/roofing\/roofing-materials\/shingle-roofing\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "Tile Roofing","url": "https:\/\/stateroofingtexas.com\/roofing\/roofing-materials\/tile-roofing\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "Roof Cleaning","url": "https:\/\/stateroofingtexas.com\/roof-cleaning\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "Roof Emergency","url": "https:\/\/stateroofingtexas.com\/roofing\/roof-emergency\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "Roof Inspections","url": "https:\/\/stateroofingtexas.com\/roofing\/roof-inspections\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "Wind Storm Certification","url": "https:\/\/stateroofingtexas.com\/roofing\/wind-storm-certification\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "Commercial","url": "#"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "Commercial Roofing","url": "https:\/\/stateroofingtexas.com\/commercial-roofing\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "Commercial Roofing Repair","url": "https:\/\/stateroofingtexas.com\/commercial-roofing\/commercial-roofing-repair\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "Commercial Roof Installation","url": "https:\/\/stateroofingtexas.com\/commercial-roofing\/commercial-roof-installation\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "Commercial Roofing Inspections","url": "https:\/\/stateroofingtexas.com\/commercial-roofing\/commercial-roofing-inspections\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "Commercial Roofing Replacement","url": "https:\/\/stateroofingtexas.com\/commercial-roofing\/commercial-roofing-replacement\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "Contractor Services","url": "#"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "Gutters","url": "https:\/\/stateroofingtexas.com\/gutters\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "Gutter Installation","url": "https:\/\/stateroofingtexas.com\/gutters\/gutter-installation\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "Gutter Guards","url": "https:\/\/stateroofingtexas.com\/gutters\/gutter-guards\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "SquirrelGard® – The Solution for Damaged Lead Jacks","url": "https:\/\/stateroofingtexas.com\/roofing\/squirrelgard-the-solution-for-damaged-lead-jacks\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "About","url": "https:\/\/stateroofingtexas.com\/about-us\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "About Us","url": "https:\/\/stateroofingtexas.com\/about-us\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "Meet the Team","url": "#"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "Houston","url": "https:\/\/stateroofingtexas.com\/about-us\/meet-the-houston-team\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "College Station","url": "https:\/\/stateroofingtexas.com\/about-us\/meet-the-college-station-team\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "Project Gallery","url": "https:\/\/stateroofingtexas.com\/project-map\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "Awards, Affiliations, and Certifications","url": "https:\/\/stateroofingtexas.com\/about-us\/awards-affiliations-and-certifications\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "Free Inspection Request","url": "https:\/\/stateroofingtexas.com\/estimate\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "GAF Master Elite","url": "https:\/\/stateroofingtexas.com\/about-us\/gaf-master-elite\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "GAF Warranties","url": "https:\/\/stateroofingtexas.com\/about-us\/gaf-warranties\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "GAF Product Catalog","url": "https:\/\/stateroofingtexas.com\/about-us\/gaf-product-catalog\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "GAF Roofs for the Troops","url": "https:\/\/stateroofingtexas.com\/gaf-roofs-for-the-troops\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "General Service FAQs","url": "https:\/\/stateroofingtexas.com\/about-us\/faqs\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "Service Areas","url": "https:\/\/stateroofingtexas.com\/service-areas\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "Locations","url": "#"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "College Station, TX","url": "https:\/\/stateroofingtexas.com\/service-areas\/college-station-tx\/"}, {"@context": "https:\/\/schema.org","@type": "SiteNavigationElement","@id": "https:\/\/stateroofingtexas.com\/#Main Menu","name": "Houston, TX","url": "https:\/\/stateroofingtexas.com\/service-areas\/houston-tx\/"}]}]</script><script type="application/ld+json" class="range-organization-schema">{"@context": "https:\/\/schema.org","@type": "Organization","address": {"@type": "PostalAddress","addressLocality": "Houston","addressRegion": "TX ","postalCode": "77079","streetAddress": "318 Addicks Howell Rd ","addressCountry": "US"},"@id": "https:\/\/stateroofingtexas.com\/#Organization","name": "State Roofing","url": "https:\/\/stateroofingtexas.com\/","sameAs": []}</script><script type="application/ld+json">{"@context":"http://schema.org","@type":"LocalBusiness","name":"State Roofing Company","image":"62224","address":"318 Addicks Howell Rd ","telephone":false,"areaServed":[{"@type":"Place","name":"Houston, TX"},{"@type":"Place","name":"Memorial, TX"},{"@type":"Place","name":"Hedwig Village, TX"},{"@type":"Place","name":"Katy, TX"},{"@type":"Place","name":"Hunters Creek Village, TX"},{"@type":"Place","name":"Sugar Land, TX"},{"@type":"Place","name":"Missouri City, TX"},{"@type":"Place","name":"College Station, TX"},{"@type":"Place","name":"Southwood Valley, TX"},{"@type":"Place","name":"Castlegate, TX"},{"@type":"Place","name":"Pebble Creek, TX"},{"@type":"Place","name":"Cinco Ranch, TX"},{"@type":"Place","name":"Bellaire, TX"},{"@type":"Place","name":"West University Place, TX"},{"@type":"Place","name":"Stafford, TX"},{"@type":"Place","name":"Fulshear, TX"}]}</script><script type="application/ld+json">{
    "@context": "http://schema.org",
    "@type": "LocalBusiness",
    "name": "State Roofing Company",
    "image": "https://stateroofingtexas.com/wp-content/uploads/logo-2.png",
    "@id": "https://stateroofingtexas.com",
    "url": "https://stateroofingtexas.com",
    "telephone": "(281) 293-7000",
    "priceRange": "$$",
    "sameAs": [
        "https://www.instagram.com/stateroofingcompany  ",
        "https://www.yelp.com/biz/state-roofing-company-houston-2 ",
        "https://maps.app.goo.gl/u8oZ5ipC92H2qSrh6",
        "https://www.google.com/search?q=state+roofing+texas&rlz=1C5OZZY_enUS1179US1179&oq=State+rO&gs_lcrp=EgZjaHJvbWUqBggAEEUYOzIGCAAQRRg7MgkIARBFGDsYgAQyBggCEAAYAzIGCAMQRRg5Mg0IBBAuGK8BGMcBGIAEMgYIBRBFGDwyBggGEEUYPDIGCAcQRRg80gEIMTQ3NWowajeoAgCwAgA&sourceid=chrome&ie=UTF-8&lqi=ChNzdGF0ZSByb29maW5nIHRleGFzSNfQvfnlgICACFofEAAQARgAGAEYAiITc3RhdGUgcm9vZmluZyB0ZXhhc5IBEnJvb2ZpbmdfY29udHJhY3RvcuABAA#lkt=LocalPoiReviews&rlimm=5890548073912049005"
    ],
    "description": "Protect your roof from squirrel damage with SquirrelGard\u00ae installed by State Roofing in Houston, Memorial, Hedwig Village, Katy, Hunters Creek Village & Sugar Land.",
    "address": {
        "@type": "PostalAddress",
        "streetAddress": "318 Addicks Howell Rd ",
        "addressLocality": "Houston",
        "addressRegion": "TX ",
        "postalCode": "77079",
        "addressCountry": "US"
    },
    "location": [
        {
            "@type": "LocalBusiness",
            "parentOrganization": {
                "name": "State Roofing Company"
            },
            "name": "State Roofing Company",
            "image": "https://stateroofingtexas.com/wp-content/uploads/logo-2.png",
            "address": {
                "@type": "PostalAddress",
                "streetAddress": "318 Addicks Howell Rd ",
                "addressLocality": "Houston",
                "addressRegion": "TX ",
                "postalCode": "77079",
                "addressCountry": "US"
            },
            "telephone": "(281) 293-7000",
            "openingHoursSpecification": [
                {
                    "@type": "OpeningHoursSpecification",
                    "dayOfWeek": "Monday",
                    "opens": "00:00",
                    "closes": "23:59"
                },
                {
                    "@type": "OpeningHoursSpecification",
                    "dayOfWeek": "Tuesday",
                    "opens": "00:00",
                    "closes": "23:59"
                },
                {
                    "@type": "OpeningHoursSpecification",
                    "dayOfWeek": "Wednesday",
                    "opens": "00:00",
                    "closes": "23:59"
                },
                {
                    "@type": "OpeningHoursSpecification",
                    "dayOfWeek": "Thursday",
                    "opens": "00:00",
                    "closes": "23:59"
                },
                {
                    "@type": "OpeningHoursSpecification",
                    "dayOfWeek": "Friday",
                    "opens": "00:00",
                    "closes": "23:59"
                },
                {
                    "@type": "OpeningHoursSpecification",
                    "dayOfWeek": "Saturday",
                    "opens": "00:00",
                    "closes": "23:59"
                },
                {
                    "@type": "OpeningHoursSpecification",
                    "dayOfWeek": "Sunday",
                    "opens": "00:00",
                    "closes": "23:59"
                }
            ]
        },
        {
            "@type": "LocalBusiness",
            "parentOrganization": {
                "name": "State Roofing Company"
            },
            "name": "State Roofing Company",
            "image": "https://stateroofingtexas.com/wp-content/uploads/logo-2.png",
            "address": {
                "@type": "PostalAddress",
                "streetAddress": "4090 Raymond Stotzer Parkway ",
                "addressLocality": "College Station",
                "addressRegion": "TX",
                "postalCode": "77845",
                "addressCountry": "US"
            },
            "telephone": "(979) 260-7663",
            "openingHoursSpecification": [
                {
                    "@type": "OpeningHoursSpecification",
                    "dayOfWeek": "Monday",
                    "opens": "00:00",
                    "closes": "23:59"
                },
                {
                    "@type": "OpeningHoursSpecification",
                    "dayOfWeek": "Tuesday",
                    "opens": "00:00",
                    "closes": "23:59"
                },
                {
                    "@type": "OpeningHoursSpecification",
                    "dayOfWeek": "Wednesday",
                    "opens": "00:00",
                    "closes": "23:59"
                },
                {
                    "@type": "OpeningHoursSpecification",
                    "dayOfWeek": "Thursday",
                    "opens": "00:00",
                    "closes": "23:59"
                },
                {
                    "@type": "OpeningHoursSpecification",
                    "dayOfWeek": "Friday",
                    "opens": "00:00",
                    "closes": "23:59"
                },
                {
                    "@type": "OpeningHoursSpecification",
                    "dayOfWeek": "Saturday",
                    "opens": "00:00",
                    "closes": "23:59"
                },
                {
                    "@type": "OpeningHoursSpecification",
                    "dayOfWeek": "Sunday",
                    "opens": "00:00",
                    "closes": "23:59"
                }
            ]
        }
    ],
    "hasMap": "https://maps.app.goo.gl/u8oZ5ipC92H2qSrh6"
}</script><script type="application/ld+json">{"@context":"https://schema.org/","@type":"Review","itemReviewed":{"@type":"LocalBusiness","name":"State Roofing Company","telephone":"(281) 293-7000","address":{"@type":"PostalAddress","streetAddress":"318 Addicks Howell Rd ","addressLocality":"Houston","addressRegion":"TX ","postalCode":"77079","addressCountry":"US"}},"reviewRating":{"@type":"Rating","ratingValue":5},"name":"Review","author":{"@type":"Person","name":"Keith C."},"reviewBody":"Josh was great, this company is no bs, local, BBB established, experienced, great with insurance claims, great customer service!, super professional roofing job. Great roofing products. If i could add another star I would."}</script><script type="application/ld+json">{"@context":"https://schema.org/","@type":"Review","itemReviewed":{"@type":"LocalBusiness","name":"State Roofing Company","telephone":"(281) 293-7000","address":{"@type":"PostalAddress","streetAddress":"318 Addicks Howell Rd ","addressLocality":"Houston","addressRegion":"TX ","postalCode":"77079","addressCountry":"US"}},"reviewRating":{"@type":"Rating","ratingValue":5},"name":"Review","author":{"@type":"Person","name":"Dean M."},"reviewBody":"State Roofing Company did an excellent job with my roofing need. Great job of working with our insurance company, removing the old roof, installing the new roof, and cleaning up the site when they finished. This is the second time I have used State Roofing Company. Very pleased both times."}</script><script type="application/ld+json">{"@context":"https://schema.org/","@type":"Review","itemReviewed":{"@type":"LocalBusiness","name":"State Roofing Company","telephone":"(281) 293-7000","address":{"@type":"PostalAddress","streetAddress":"318 Addicks Howell Rd ","addressLocality":"Houston","addressRegion":"TX ","postalCode":"77079","addressCountry":"US"}},"reviewRating":{"@type":"Rating","ratingValue":5},"name":"Review","author":{"@type":"Person","name":"Herminia G."},"reviewBody":"We had a bad thunderstorm with some golf ball size hail back in March '25. I was going to work w/another roofing company but was referred to State Roofing by a coworker. I'm so glad that I went w/them. They did a beautiful job on my roof and my patio cover. I did have to call and complain because I found a few nails in the yard and driveway but that all got taken care of. I dealt with Emily, and she was awesome. She answered every question that I had, and I had lots of questions, and she also took care of everything w/my insurance. I HIGHLY recommend State Roofing Company! Thank you guys!!"}</script><script type="application/ld+json">{"@context":"https://schema.org/","@type":"Review","itemReviewed":{"@type":"LocalBusiness","name":"State Roofing Company","telephone":"(281) 293-7000","address":{"@type":"PostalAddress","streetAddress":"318 Addicks Howell Rd ","addressLocality":"Houston","addressRegion":"TX ","postalCode":"77079","addressCountry":"US"}},"reviewRating":{"@type":"Rating","ratingValue":5},"name":"Review","author":{"@type":"Person","name":"Bennie P."},"reviewBody":"I chose to go with State Roofing because they have a great track record and they are local. I was totally happy with State Roofing from the beginning to the end. The work was done, in and out in one day and I only found two roofing nails afterwards. That in itself speaks of the way they cared about the job, especially how thick my grass is.I have absolutely no negative views and only praise about how I was treated. A special shout out to Amanda. She was personable and was always patient with us and very explanatory to our needs and wants. Amanda led us down a new path, took us by the hand and secured a lifetime advocate for State Roofing. I highly recommend them. Mere words cannot express my gratitude and the house and gutters look outstanding. A lot of the neighbors and passerbys stop to comment."}</script><script type="application/ld+json">{"@context":"https://schema.org/","@type":"Review","itemReviewed":{"@type":"LocalBusiness","name":"State Roofing Company","telephone":"(281) 293-7000","address":{"@type":"PostalAddress","streetAddress":"318 Addicks Howell Rd ","addressLocality":"Houston","addressRegion":"TX ","postalCode":"77079","addressCountry":"US"}},"reviewRating":{"@type":"Rating","ratingValue":5},"name":"Review","author":{"@type":"Person","name":"Randi M."},"reviewBody":"State Roofing Company made the entire process of replacing my roof so easy from start to finish. Josh, Tony, and Chase were amazing to work with—they walked me through every step of my insurance claim, explained what to expect, and made sure everything was handled quickly and professionally. The crew was efficient, respectful of my property, and the quality of the work is top-notch. My roof looks fantastic, and I have peace of mind knowing it was done right. I highly recommend State Roofing Company, especially if you’re dealing with storm damage or an insurance claim. Ask for Tony, Josh, or Chase — they’ll take great care of you!"}</script><script type="application/ld+json">{"@context":"https://schema.org/","@type":"Review","itemReviewed":{"@type":"LocalBusiness","name":"State Roofing Company","telephone":"(281) 293-7000","address":{"@type":"PostalAddress","streetAddress":"318 Addicks Howell Rd ","addressLocality":"Houston","addressRegion":"TX ","postalCode":"77079","addressCountry":"US"}},"reviewRating":{"@type":"Rating","ratingValue":5},"name":"Review","author":{"@type":"Person","name":"Henry P."},"reviewBody":"State Roofing is a very honest and professional company that delivers what they promise. I got 5 other bids before I chose John Giffin's company and I have been very happy with my decision. Whereas one company took nearly 2 weeks to get the bid back, John got us the bid within hours and clearly outlined all of the products that will be used as part of the GAF system that will get us a 50 year limited warranty (only if installed by a GAF Master Elite contractor, which State Roofing is). Instead of using all sub-contractors, he has 2 of his own men (Mario and Bernie) embedded within the crew to make sure that the quality is consistent and done in a timely fashion. Our roof replacement took exactly 2 days and was completed on 3/10/23. Our roof is gorgeous, and I would highly recommend State Roofing to anyone without any reservations."}</script><script type="application/ld+json">{"@context":"https://schema.org/","@type":"Review","itemReviewed":{"@type":"LocalBusiness","name":"State Roofing Company","telephone":"(281) 293-7000","address":{"@type":"PostalAddress","streetAddress":"318 Addicks Howell Rd ","addressLocality":"Houston","addressRegion":"TX ","postalCode":"77079","addressCountry":"US"}},"reviewRating":{"@type":"Rating","ratingValue":5},"name":"Review","author":{"@type":"Person","name":"Annette K-W."},"reviewBody":"Excellent company to work with. Emily came out the same day I requested the quote. She was very informative and knowledgeable and a pleasure to work with. Daniella called to schedule the time and day of the roof replacement and went over what would be happening that day. The crew arrived on the scheduled day on time and were very professional, neat and extremely organized. The project was completed in one day and the roof looks excellent. I highly recommend State Roofing."}</script><script type="application/ld+json">{"@context":"https://schema.org/","@type":"Review","itemReviewed":{"@type":"LocalBusiness","name":"State Roofing Company","telephone":"(281) 293-7000","address":{"@type":"PostalAddress","streetAddress":"318 Addicks Howell Rd ","addressLocality":"Houston","addressRegion":"TX ","postalCode":"77079","addressCountry":"US"}},"reviewRating":{"@type":"Rating","ratingValue":5},"name":"Review","author":{"@type":"Person","name":"P.M"},"reviewBody":"We have been using state roofing for over 20 years. They are the only roofing company we trust.\r\nThe entire crew are Very professional, reliable and trustworthy.\r\nYou won’t regret using them. Ever."}</script><script type="application/ld+json">{"@context":"https://schema.org/","@type":"Review","itemReviewed":{"@type":"LocalBusiness","name":"State Roofing Company","telephone":"(281) 293-7000","address":{"@type":"PostalAddress","streetAddress":"318 Addicks Howell Rd ","addressLocality":"Houston","addressRegion":"TX ","postalCode":"77079","addressCountry":"US"}},"reviewRating":{"@type":"Rating","ratingValue":5},"name":"Review","author":{"@type":"Person","name":"Rodney B."},"reviewBody":"We had an excellent experience with State Roofing Company from start to finish. Their customer service was outstanding—responsive, patient, and genuinely focused on making sure everything was done right. The crew was professional, punctual, and clearly took pride in their work. We have a large roof with a significant pitch, and they completed the job in a single day. And after their thorough cleanup, you wouldn't have known they had been there. What really set them apart was how knowledgeable and helpful they were with the insurance process. They walked us through every step. They simplified something we expected to be stressful and made it completely manageable. The quality of the work exceeded our expectations, and I wouldn’t hesitate to recommend State Roofing Company to anyone needing roofing services."}</script><script type="application/ld+json">{"@context":"https://schema.org/","@type":"Review","itemReviewed":{"@type":"LocalBusiness","name":"State Roofing Company","telephone":"(281) 293-7000","address":{"@type":"PostalAddress","streetAddress":"318 Addicks Howell Rd ","addressLocality":"Houston","addressRegion":"TX ","postalCode":"77079","addressCountry":"US"}},"reviewRating":{"@type":"Rating","ratingValue":5},"name":"Review","author":{"@type":"Person","name":"Titus C."},"reviewBody":"State Roofing scheduled an appointment for me, on the day of installation I was running late getting home they had already started my new roof installation. Although my pickup was in the driveway. They were understanding and worked around it until I got home to me it. They did a fantastic job on the installation and the clean up. I like everything from the first contact with Emily to all the personnel I delt with. They also installed my new gutter system. Im satisfied with the complete process."}</script><script type="application/ld+json">{"@context":"https://schema.org/","@type":"Review","itemReviewed":{"@type":"LocalBusiness","name":"State Roofing Company","telephone":"(281) 293-7000","address":{"@type":"PostalAddress","streetAddress":"318 Addicks Howell Rd ","addressLocality":"Houston","addressRegion":"TX ","postalCode":"77079","addressCountry":"US"}},"reviewRating":{"@type":"Rating","ratingValue":5},"name":"Review","author":{"@type":"Person","name":"Tammy M."},"reviewBody":"Thank you so much for taking care of us! Hannah went above and beyond dealing with our insurance company. It was a long drawn out process and she took care of all of it.Thank you Hannah and State roofing for the awesome new roof! We love it! I would highly recommend State Roofing, they will take great care of you!"}</script><style type="text/css">.btn-primary,.hero-tagline-text,.btn-accent{color:#fff !important;}.nextgen-box-list .box-list-item .count{color:#b50f14 !important;font-size:4rem;transform:translateY(-1.2rem);}.nextgen-box-list .box-list-item .arrow-btn{background:#b50f14 !important;}.sidebar-social-link:hover{color:#b50f14 !important;}.border-red{border-color:#b50f14 !important;border:3px solid #b50f14 !important;border-radius:0px !important;}.nextgen-hero .hero-bottom-content p{display:inline !important;}.coupons-slider .coupons-single{background-color:rgb(0,0,0,.05)!important;border:solid 1px rgb(0,0,0,0.1) !important;color:#000 !important;}.coupons-title{color:#000 !important;}.btn-primary:focus{background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 .25rem rgba(49,132,253,.5);color:#fff !important;}.gaf-cards .gaf-card .gaf-button{padding-top:1rem;margin-top:auto;}.nextgen-hero .hero-tagline{align-items:start !important;}body.page-id-63683 .nextgen-footer .nextgen-coupons,body.page-id-63675 .nextgen-footer .nextgen-coupons{display:none;}.nav .dropdown > .dropdown-menu .dropdown-menu .menu-item a,.nav .dropdown > .dropdown-menu .dropdown-menu .dropdown-item,.nav .dropdown > .dropdown-menu .sub-menu .menu-item a,.nav .dropdown > .dropdown-menu .sub-menu .dropdown-item,.nav .dropdown > .sub-menu .dropdown-menu .menu-item a,.nav .dropdown > .sub-menu .dropdown-menu .dropdown-item,.nav .dropdown > .sub-menu .sub-menu .menu-item a,.nav .dropdown > .sub-menu .sub-menu .dropdown-item,.nav .menu-item-has-children > .dropdown-menu .dropdown-menu .menu-item a,.nav .menu-item-has-children > .dropdown-menu .dropdown-menu .dropdown-item,.nav .menu-item-has-children > .dropdown-menu .sub-menu .menu-item a,.nav .menu-item-has-children > .dropdown-menu .sub-menu .dropdown-item,.nav .menu-item-has-children > .sub-menu .dropdown-menu .menu-item a,.nav .menu-item-has-children > .sub-menu .dropdown-menu .dropdown-item,.nav .menu-item-has-children > .sub-menu .sub-menu .menu-item a,.nav .menu-item-has-children > .sub-menu .sub-menu .dropdown-item,.navbar-nav .dropdown > .dropdown-menu .dropdown-menu .menu-item a,.navbar-nav .dropdown > .dropdown-menu .dropdown-menu .dropdown-item,.navbar-nav .dropdown > .dropdown-menu .sub-menu .menu-item a,.navbar-nav .dropdown > .dropdown-menu .sub-menu .dropdown-item,.navbar-nav .dropdown > .sub-menu .dropdown-menu .menu-item a,.navbar-nav .dropdown > .sub-menu .dropdown-menu .dropdown-item,.navbar-nav .dropdown > .sub-menu .sub-menu .menu-item a,.navbar-nav .dropdown > .sub-menu .sub-menu .dropdown-item,.navbar-nav .menu-item-has-children > .dropdown-menu .dropdown-menu .menu-item a,.navbar-nav .menu-item-has-children > .dropdown-menu .dropdown-menu .dropdown-item,.navbar-nav .menu-item-has-children > .dropdown-menu .sub-menu .menu-item a,.navbar-nav .menu-item-has-children > .dropdown-menu .sub-menu .dropdown-item,.navbar-nav .menu-item-has-children > .sub-menu .dropdown-menu .menu-item a,.navbar-nav .menu-item-has-children > .sub-menu .dropdown-menu .dropdown-item,.navbar-nav .menu-item-has-children > .sub-menu .sub-menu .menu-item a,.navbar-nav .menu-item-has-children > .sub-menu .sub-menu .dropdown-item{font-size:14px !important;text-transform:none !important;;font-weight:400 !important;;}.header-default .nav .menu-item .dropdown-menu .menu-item a,.header-default .nav .nav-item .dropdown-menu .menu-item a,.header-default .navbar-nav .menu-item .dropdown-menu .menu-item a,.header-default .navbar-nav .nav-item .dropdown-menu .menu-item a{font-size:14px !important;font-weight:normal !important;text-transform:inherit !important;padding:0.5em 1em !important;padding-top:0.5em !important;padding-bottom:0.5em !important;border-bottom:0;}.creds-wrap{max-width:1100px;margin:0 auto;padding:2rem 1rem;}.creds-group{margin-bottom:3rem;}.creds-group h2{font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;color:#888;border-bottom:1px solid #ddd;padding-bottom:0.5rem;margin-bottom:1.25rem;}.creds-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;}.creds-item{text-align:center;}.creds-item-thumb{position:relative;width:100%;aspect-ratio:4/3;background-color:#f5f5f5;background-size:contain;background-position:center;background-repeat:no-repeat;border:1px solid #ddd;border-radius:6px;}.creds-item-thumb a{position:absolute;inset:0;display:block;}.creds-item span{display:block;font-size:0.75rem;margin-top:0.4rem;color:#555;}.nextgen-contact-form .ginput_container input[type=text],.nextgen-contact-form .ginput_container input[type=email],.nextgen-contact-form .ginput_container input[type=tel],.nextgen-contact-form .ginput_container textarea{padding:1.35rem 1rem !important;border-radius:var(--brand-border-radius) !important;border:1px solid rgba(0,0,0,1) !important;background:var(--brand-light) !important;box-shadow:none !important;}.btn,.nextgen-contact-form #gform_submit_button_1,.nextgen-contact-form .gform_wrapper form[id*=gform_] .gform-page-footer input[type=button],.nextgen-contact-form .gform_wrapper form[id*=gform_] .gform-page-footer input[type=submit][id*=gform_submit_button_],.nextgen-contact-form .gform_wrapper form[id*=gform_] .gform-page-footer input input#gform_submit_button_1{color:white !important;}.phone-button{color:white !important;-webkit-tap-highlight-color:white !important;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;}}a[href^="tel"]{color:white !important;text-decoration:none;}.nav .dropdown>.dropdown-menu.show,.nav .dropdown>.sub-menu.show,.nav .menu-item-has-children>.dropdown-menu.show,.nav .menu-item-has-children>.sub-menu.show,.navbar-nav .dropdown>.dropdown-menu.show,.navbar-nav .dropdown>.sub-menu.show,.navbar-nav .menu-item-has-children>.dropdown-menu.show,.navbar-nav .menu-item-has-children>.sub-menu.show{max-height:calc(100vh - 250px) !important;opacity:1;overflow:auto;transform:translateY(0);transition:opacity .3s ease-out,transform .3s ease-out,max-height .3s ease-out;visibility:visible;}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}.btn-white.transparent:hover{background:#fff;color:#000 !important;}.nav .dropdown>.dropdown-menu .menu-item .dropdown-item,.nav .dropdown>.dropdown-menu .menu-item a,.nav .dropdown>.sub-menu .menu-item .dropdown-item,.nav .dropdown>.sub-menu .menu-item a,.nav .menu-item-has-children>.dropdown-menu .menu-item .dropdown-item,.nav .menu-item-has-children>.dropdown-menu .menu-item a,.nav .menu-item-has-children>.sub-menu .menu-item .dropdown-item,.nav .menu-item-has-children>.sub-menu .menu-item a,.navbar-nav .dropdown>.dropdown-menu .menu-item .dropdown-item,.navbar-nav .dropdown>.dropdown-menu .menu-item a,.navbar-nav .dropdown>.sub-menu .menu-item .dropdown-item,.navbar-nav .dropdown>.sub-menu .menu-item a,.navbar-nav .menu-item-has-children>.dropdown-menu .menu-item .dropdown-item,.navbar-nav .menu-item-has-children>.dropdown-menu .menu-item a,.navbar-nav .menu-item-has-children>.sub-menu .menu-item .dropdown-item,.navbar-nav .menu-item-has-children>.sub-menu .menu-item a{text-align:start;}</style><noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript>        
        
        <link rel="preload" as="style" href="https://stateroofingtexas.com/wp-content/themes/range-home-services/public/build/css/app-yU6Qch2s.css"
            onload="this.onload=null;this.rel='stylesheet'">
        <noscript>
            <link rel="stylesheet" href="https://stateroofingtexas.com/wp-content/themes/range-home-services/public/build/css/app-yU6Qch2s.css">
        </noscript>
    </head>

    <body class="wp-singular page-template-default page page-id-63786 page-child parent-pageid-63307 wp-embed-responsive wp-theme-range-home-services squirrelgard-the-solution-for-damaged-lead-jacks">
        
        <div id="app">
            <a class="visually-hidden-focusable" href="#main">
                Skip to content
            </a>

            <section id="topLevelNav" class="sticky-top">
    
    <div id="topbar" class="header-topbar "  style="background-color: #b50f14;color: #ffffff;" >
        <div class="container-fluid">
            <div class="topbar-main">
                                    <div class="topbar-section pb-0 ">
                                                    <span class="topbar-icon"
                                 style="color: #ffffff;" >
                                <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"/></svg>
                            </span>
                                                <span class="topbar-content">
                            24/7 Emergency Service
                        </span>
                    </div>
                                    <div class="topbar-section pb-0 ms-auto d-none d-lg-flex me-2">
                                                    <span class="topbar-icon"
                                 style="color: #ffffff;" >
                                <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M136.2 275.2c16.4-7 35.4-2.4 46.7 11.4l33.2 40.6c46-26.7 84.4-65.1 111.1-111.1L286.7 183c-13.8-11.3-18.5-30.3-11.4-46.7l48-112C330.8 6.7 349.7-3.1 368.4 .9l112 24C498.8 28.8 512 45.1 512 64c0 0 0 0 0 0c0 231.2-175.2 421.5-400.1 445.5c-9.8 1-19.7 1.8-29.6 2.2c0 0 0 0 0 0c0 0-.1 0-.1 0c-6.1 .2-12.1 .4-18.3 .4c0 0 0 0 0 0c-18.9 0-35.2-13.2-39.1-31.6l-24-112c-4-18.7 5.8-37.6 23.4-45.1l112-48zM70.5 464C286.3 460.5 460.5 286.2 464 70.5L364.8 49.2l-43 100.4L357.6 179c18.2 14.9 22.9 40.8 11.1 61.2c-30.9 53.3-75.3 97.7-128.6 128.6c-20.4 11.8-46.3 7.1-61.2-11.1l-29.4-35.9-100.4 43L70.5 464zM464 64s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0z"/></svg>
                            </span>
                                                <span class="topbar-content">
                            <a href="tel:2812937000">Houston Office: (281) 293-7000</a>
                        </span>
                    </div>
                                    <div class="topbar-section pb-0 d-none d-lg-flex">
                                                    <span class="topbar-icon"
                                 style="color: #ffffff;" >
                                <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M136.2 275.2c16.4-7 35.4-2.4 46.7 11.4l33.2 40.6c46-26.7 84.4-65.1 111.1-111.1L286.7 183c-13.8-11.3-18.5-30.3-11.4-46.7l48-112C330.8 6.7 349.7-3.1 368.4 .9l112 24C498.8 28.8 512 45.1 512 64c0 0 0 0 0 0c0 231.2-175.2 421.5-400.1 445.5c-9.8 1-19.7 1.8-29.6 2.2c0 0 0 0 0 0c0 0-.1 0-.1 0c-6.1 .2-12.1 .4-18.3 .4c0 0 0 0 0 0c-18.9 0-35.2-13.2-39.1-31.6l-24-112c-4-18.7 5.8-37.6 23.4-45.1l112-48zM70.5 464C286.3 460.5 460.5 286.2 464 70.5L364.8 49.2l-43 100.4L357.6 179c18.2 14.9 22.9 40.8 11.1 61.2c-30.9 53.3-75.3 97.7-128.6 128.6c-20.4 11.8-46.3 7.1-61.2-11.1l-29.4-35.9-100.4 43L70.5 464zM464 64s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0z"/></svg>
                            </span>
                                                <span class="topbar-content">
                            <a href="tel:9792607663">College Station Office: (979) 260-7663</a>
                        </span>
                    </div>
                            </div>
        </div>
    </div>

    
    <nav class="navbar navbar-expand-xl navbar-light header-default shrink-on-scroll header-padding-lg"
        id="site-navigation" role="navigation" aria-label="Primary menu" style="border-bottom:solid .5em #b50f14;">
        <div class="container-fluid">
                            <a href="https://stateroofingtexas.com">
                    <img fetchpriority="high" loading="eager" src="https://stateroofingtexas.com/wp-content/uploads/logo-2.png" srcset="https://stateroofingtexas.com/wp-content/uploads/logo-2-150x150.png 150w, https://stateroofingtexas.com/wp-content/uploads/logo-2-300x132.png 300w, https://stateroofingtexas.com/wp-content/uploads/logo-2.png 500w" sizes="(max-width: 150px) 150px, (max-width: 300px) 300px, (max-width: 500px) 500px" width="500" height="220" alt="" class="theme-logo theme-logo-large alignnone size-large wp-image-63901" />
                </a>
            
            <div class="mobile-menu-buttons">
                <button class="mobile-toggle-btn" type="button" data-bs-toggle="offcanvas"
                    data-bs-target="#defaultOffcanvas" aria-controls="defaultOffcanvas" aria-expanded="false"
                    aria-label="Toggle navigation">
                    <span class="toggle-btn-item"></span>
                    <span class="toggle-btn-item"></span>
                    <span class="toggle-btn-name">
                        <span class="toggle-btn-letter">m</span>
                        <span class="toggle-btn-letter">e</span>
                        <span class="toggle-btn-letter">n</span>
                        <span class="toggle-btn-letter">u</span>
                    </span>
                </button>
                <a class="mobile-call-btn" href="tel:2812937000" aria-label="Click to call">
                    <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
                        <path
                            d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z" />
                    </svg>
                </a>
            </div>

            <div class="collapse navbar-collapse  justify-content-center pe-3 "
                id="navbarNavDropdown">
                <div class="menu-primary-navigation-container"><ul id="menu-primary-navigation" class="nav"><li class="menu-item nav-item dropdown menu-item-has-children menu-roofing-services"><a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false" role="button" href="#">Roofing Services</a><ul class="dropdown-menu"><li class="active menu-item menu-roofing"><a class="dropdown-item" href="https://stateroofingtexas.com/roofing/">Roofing</a></li><li class="menu-item menu-roofing-repair"><a class="dropdown-item" href="https://stateroofingtexas.com/roofing/roofing-repair/">Roofing Repair</a></li><li class="menu-item menu-roofing-installation"><a class="dropdown-item" href="https://stateroofingtexas.com/roofing/roofing-installation/">Roofing Installation</a></li><li class="menu-item menu-roofing-replacement"><a class="dropdown-item" href="https://stateroofingtexas.com/roofing/roofing-replacement/">Roofing Replacement</a></li><li class="menu-item menu-roofing-maintenance"><a class="dropdown-item" href="https://stateroofingtexas.com/roofing/roofing-maintenance/">Roofing Maintenance</a></li><li class="menu-item menu-re-roof"><a class="dropdown-item" href="https://stateroofingtexas.com/roofing/re-roof/">Re-roof</a></li><li class="menu-item dropdown dropend menu-item-has-children menu-roofing-materials"><a class="dropdown-item dropdown-toggle" data-bs-toggle="dropdown" data-bs-auto-close="outside" aria-expanded="false" role="button" href="https://stateroofingtexas.com/roofing/roofing-materials/">Roofing Materials</a><ul class="dropdown-menu dropdown-submenu"><li class="menu-item menu-metal-roofing"><a class="dropdown-item" href="https://stateroofingtexas.com/roofing/roofing-materials/metal-roofing/">Metal Roofing</a></li><li class="menu-item menu-roof-coatings"><a class="dropdown-item" href="https://stateroofingtexas.com/roofing/roofing-materials/roof-coatings/">Roof Coatings</a></li><li class="menu-item menu-rubber-tpo"><a class="dropdown-item" href="https://stateroofingtexas.com/roofing/roofing-materials/rubber-tpo/">Rubber/TPO</a></li><li class="menu-item menu-shingle-roofing"><a class="dropdown-item" href="https://stateroofingtexas.com/roofing/roofing-materials/shingle-roofing/">Shingle Roofing</a></li><li class="menu-item menu-tile-roofing"><a class="dropdown-item" href="https://stateroofingtexas.com/roofing/roofing-materials/tile-roofing/">Tile Roofing</a></li>	</ul>
</li><li class="menu-item menu-roof-cleaning"><a class="dropdown-item" href="https://stateroofingtexas.com/roof-cleaning/">Roof Cleaning</a></li><li class="menu-item menu-roof-emergency"><a class="dropdown-item" href="https://stateroofingtexas.com/roofing/roof-emergency/">Roof Emergency</a></li><li class="menu-item menu-roof-inspections"><a class="dropdown-item" href="https://stateroofingtexas.com/roofing/roof-inspections/">Roof Inspections</a></li><li class="menu-item menu-wind-storm-certification"><a class="dropdown-item" href="https://stateroofingtexas.com/roofing/wind-storm-certification/">Wind Storm Certification</a></li></ul>
</li><li class="menu-item nav-item dropdown menu-item-has-children menu-commercial"><a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false" role="button" href="#">Commercial</a><ul class="dropdown-menu"><li class="menu-item menu-commercial-roofing"><a class="dropdown-item" href="https://stateroofingtexas.com/commercial-roofing/">Commercial Roofing</a></li><li class="menu-item menu-commercial-roofing-repair"><a class="dropdown-item" href="https://stateroofingtexas.com/commercial-roofing/commercial-roofing-repair/">Commercial Roofing Repair</a></li><li class="menu-item menu-commercial-roof-installation"><a class="dropdown-item" href="https://stateroofingtexas.com/commercial-roofing/commercial-roof-installation/">Commercial Roof Installation</a></li><li class="menu-item menu-commercial-roofing-inspections"><a class="dropdown-item" href="https://stateroofingtexas.com/commercial-roofing/commercial-roofing-inspections/">Commercial Roofing Inspections</a></li><li class="menu-item menu-commercial-roofing-replacement"><a class="dropdown-item" href="https://stateroofingtexas.com/commercial-roofing/commercial-roofing-replacement/">Commercial Roofing Replacement</a></li></ul>
</li><li class="active menu-item nav-item dropdown menu-item-has-children menu-contractor-services"><a class="nav-link active dropdown-toggle" aria-current="page" data-bs-toggle="dropdown" aria-expanded="false" role="button" href="#">Contractor Services</a><ul class="dropdown-menu"><li class="menu-item menu-gutters"><a class="dropdown-item" href="https://stateroofingtexas.com/gutters/">Gutters</a></li><li class="menu-item menu-gutter-installation"><a class="dropdown-item" href="https://stateroofingtexas.com/gutters/gutter-installation/">Gutter Installation</a></li><li class="menu-item menu-gutter-guards"><a class="dropdown-item" href="https://stateroofingtexas.com/gutters/gutter-guards/">Gutter Guards</a></li><li class="active menu-item menu-squirrelgard-the-solution-for-damaged-lead-jacks"><a class="dropdown-item active" aria-current="page" href="https://stateroofingtexas.com/roofing/squirrelgard-the-solution-for-damaged-lead-jacks/">SquirrelGard® – The Solution for Damaged Lead Jacks</a></li></ul>
</li><li class="menu-item nav-item dropdown menu-item-has-children menu-about"><a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false" role="button" href="https://stateroofingtexas.com/about-us/">About</a><ul class="dropdown-menu"><li class="menu-item menu-about-us"><a class="dropdown-item" href="https://stateroofingtexas.com/about-us/">About Us</a></li><li class="menu-item dropdown dropend menu-item-has-children menu-meet-the-team"><a class="dropdown-item dropdown-toggle" data-bs-toggle="dropdown" data-bs-auto-close="outside" aria-expanded="false" role="button" href="#">Meet the Team</a><ul class="dropdown-menu dropdown-submenu"><li class="menu-item menu-houston"><a class="dropdown-item" href="https://stateroofingtexas.com/about-us/meet-the-houston-team/">Houston</a></li><li class="menu-item menu-college-station"><a class="dropdown-item" href="https://stateroofingtexas.com/about-us/meet-the-college-station-team/">College Station</a></li>	</ul>
</li><li class="menu-item menu-project-gallery"><a class="dropdown-item" href="https://stateroofingtexas.com/project-map/">Project Gallery</a></li><li class="menu-item menu-awards-affiliations-and-certifications"><a class="dropdown-item" href="https://stateroofingtexas.com/about-us/awards-affiliations-and-certifications/">Awards, Affiliations, and Certifications</a></li><li class="menu-item menu-free-inspection-request"><a class="dropdown-item" href="https://stateroofingtexas.com/estimate/">Free Inspection Request</a></li><li class="menu-item menu-gaf-master-elite"><a class="dropdown-item" href="https://stateroofingtexas.com/about-us/gaf-master-elite/">GAF Master Elite</a></li><li class="menu-item menu-gaf-warranties"><a class="dropdown-item" href="https://stateroofingtexas.com/about-us/gaf-warranties/">GAF Warranties</a></li><li class="menu-item menu-gaf-product-catalog"><a class="dropdown-item" href="https://stateroofingtexas.com/about-us/gaf-product-catalog/">GAF Product Catalog</a></li><li class="menu-item menu-gaf-roofs-for-the-troops"><a class="dropdown-item" href="https://stateroofingtexas.com/gaf-roofs-for-the-troops/">GAF Roofs for the Troops</a></li><li class="menu-item menu-general-service-faqs"><a class="dropdown-item" href="https://stateroofingtexas.com/about-us/faqs/">General Service FAQs</a></li><li class="menu-item menu-service-areas"><a class="dropdown-item" href="https://stateroofingtexas.com/service-areas/">Service Areas</a></li></ul>
</li><li class="menu-item nav-item dropdown menu-item-has-children menu-locations"><a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false" role="button" href="#">Locations</a><ul class="dropdown-menu"><li class="menu-item menu-college-station-tx"><a class="dropdown-item" href="https://stateroofingtexas.com/service-areas/college-station-tx/">College Station, TX</a></li><li class="menu-item menu-houston-tx"><a class="dropdown-item" href="https://stateroofingtexas.com/service-areas/houston-tx/">Houston, TX</a></li></ul>
</li></ul></div>
            </div>
            
                            <div class="desktop-nav-button">
                    <a href="/contact" class="btn btn-primary">Contact Us</a>
                </div>
                    </div>
    </nav>
</section>

<div class="offcanvas offcanvas-start header-default-offcanvas lazy background-primary" 
    tabindex="-1" 
    id="defaultOffcanvas" 
    aria-label="Offcanvas Menu"
    >
    
    <div class="offcanvas-header">
        <div class="offcanvas-title h3 mb-0 fw-bold color-white" id="offcanvasMenu">
            Menu
        </div>
        <button type="button" class="offcanvas-close-button" data-bs-dismiss="offcanvas" aria-label="Close">
            <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z"/></svg>
        </button>
    </div>

    <div class="offcanvas-body">
        <div class="container-fluid pt-3 pb-3">
            <a href="/contact" class="btn btn-sm btn-primary mb-1 d-block">Contact Us</a>
            <a href="tel:+1(281) 293-7000" class="btn btn-sm btn-primary d-none text-white phone-button">(281) 293-7000</a>        </div>
        <div>
                            <div class="menu-primary-navigation-container"><ul id="menu-primary-navigation-1" class="navbar-nav"><li class="menu-item nav-item dropdown menu-item-has-children menu-roofing-services"><a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false" role="button" href="#">Roofing Services</a><ul class="dropdown-menu"><li class="active menu-item menu-roofing"><a class="dropdown-item" href="https://stateroofingtexas.com/roofing/">Roofing</a></li><li class="menu-item menu-roofing-repair"><a class="dropdown-item" href="https://stateroofingtexas.com/roofing/roofing-repair/">Roofing Repair</a></li><li class="menu-item menu-roofing-installation"><a class="dropdown-item" href="https://stateroofingtexas.com/roofing/roofing-installation/">Roofing Installation</a></li><li class="menu-item menu-roofing-replacement"><a class="dropdown-item" href="https://stateroofingtexas.com/roofing/roofing-replacement/">Roofing Replacement</a></li><li class="menu-item menu-roofing-maintenance"><a class="dropdown-item" href="https://stateroofingtexas.com/roofing/roofing-maintenance/">Roofing Maintenance</a></li><li class="menu-item menu-re-roof"><a class="dropdown-item" href="https://stateroofingtexas.com/roofing/re-roof/">Re-roof</a></li><li class="menu-item dropdown dropend menu-item-has-children menu-roofing-materials"><a class="dropdown-item dropdown-toggle" data-bs-toggle="dropdown" data-bs-auto-close="outside" aria-expanded="false" role="button" href="https://stateroofingtexas.com/roofing/roofing-materials/">Roofing Materials</a><ul class="dropdown-menu dropdown-submenu"><li class="menu-item menu-metal-roofing"><a class="dropdown-item" href="https://stateroofingtexas.com/roofing/roofing-materials/metal-roofing/">Metal Roofing</a></li><li class="menu-item menu-roof-coatings"><a class="dropdown-item" href="https://stateroofingtexas.com/roofing/roofing-materials/roof-coatings/">Roof Coatings</a></li><li class="menu-item menu-rubber-tpo"><a class="dropdown-item" href="https://stateroofingtexas.com/roofing/roofing-materials/rubber-tpo/">Rubber/TPO</a></li><li class="menu-item menu-shingle-roofing"><a class="dropdown-item" href="https://stateroofingtexas.com/roofing/roofing-materials/shingle-roofing/">Shingle Roofing</a></li><li class="menu-item menu-tile-roofing"><a class="dropdown-item" href="https://stateroofingtexas.com/roofing/roofing-materials/tile-roofing/">Tile Roofing</a></li>	</ul>
</li><li class="menu-item menu-roof-cleaning"><a class="dropdown-item" href="https://stateroofingtexas.com/roof-cleaning/">Roof Cleaning</a></li><li class="menu-item menu-roof-emergency"><a class="dropdown-item" href="https://stateroofingtexas.com/roofing/roof-emergency/">Roof Emergency</a></li><li class="menu-item menu-roof-inspections"><a class="dropdown-item" href="https://stateroofingtexas.com/roofing/roof-inspections/">Roof Inspections</a></li><li class="menu-item menu-wind-storm-certification"><a class="dropdown-item" href="https://stateroofingtexas.com/roofing/wind-storm-certification/">Wind Storm Certification</a></li></ul>
</li><li class="menu-item nav-item dropdown menu-item-has-children menu-commercial"><a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false" role="button" href="#">Commercial</a><ul class="dropdown-menu"><li class="menu-item menu-commercial-roofing"><a class="dropdown-item" href="https://stateroofingtexas.com/commercial-roofing/">Commercial Roofing</a></li><li class="menu-item menu-commercial-roofing-repair"><a class="dropdown-item" href="https://stateroofingtexas.com/commercial-roofing/commercial-roofing-repair/">Commercial Roofing Repair</a></li><li class="menu-item menu-commercial-roof-installation"><a class="dropdown-item" href="https://stateroofingtexas.com/commercial-roofing/commercial-roof-installation/">Commercial Roof Installation</a></li><li class="menu-item menu-commercial-roofing-inspections"><a class="dropdown-item" href="https://stateroofingtexas.com/commercial-roofing/commercial-roofing-inspections/">Commercial Roofing Inspections</a></li><li class="menu-item menu-commercial-roofing-replacement"><a class="dropdown-item" href="https://stateroofingtexas.com/commercial-roofing/commercial-roofing-replacement/">Commercial Roofing Replacement</a></li></ul>
</li><li class="active menu-item nav-item dropdown menu-item-has-children menu-contractor-services"><a class="nav-link active dropdown-toggle" aria-current="page" data-bs-toggle="dropdown" aria-expanded="false" role="button" href="#">Contractor Services</a><ul class="dropdown-menu"><li class="menu-item menu-gutters"><a class="dropdown-item" href="https://stateroofingtexas.com/gutters/">Gutters</a></li><li class="menu-item menu-gutter-installation"><a class="dropdown-item" href="https://stateroofingtexas.com/gutters/gutter-installation/">Gutter Installation</a></li><li class="menu-item menu-gutter-guards"><a class="dropdown-item" href="https://stateroofingtexas.com/gutters/gutter-guards/">Gutter Guards</a></li><li class="active menu-item menu-squirrelgard-the-solution-for-damaged-lead-jacks"><a class="dropdown-item active" aria-current="page" href="https://stateroofingtexas.com/roofing/squirrelgard-the-solution-for-damaged-lead-jacks/">SquirrelGard® – The Solution for Damaged Lead Jacks</a></li></ul>
</li><li class="menu-item nav-item dropdown menu-item-has-children menu-about"><a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false" role="button" href="https://stateroofingtexas.com/about-us/">About</a><ul class="dropdown-menu"><li class="menu-item menu-about-us"><a class="dropdown-item" href="https://stateroofingtexas.com/about-us/">About Us</a></li><li class="menu-item dropdown dropend menu-item-has-children menu-meet-the-team"><a class="dropdown-item dropdown-toggle" data-bs-toggle="dropdown" data-bs-auto-close="outside" aria-expanded="false" role="button" href="#">Meet the Team</a><ul class="dropdown-menu dropdown-submenu"><li class="menu-item menu-houston"><a class="dropdown-item" href="https://stateroofingtexas.com/about-us/meet-the-houston-team/">Houston</a></li><li class="menu-item menu-college-station"><a class="dropdown-item" href="https://stateroofingtexas.com/about-us/meet-the-college-station-team/">College Station</a></li>	</ul>
</li><li class="menu-item menu-project-gallery"><a class="dropdown-item" href="https://stateroofingtexas.com/project-map/">Project Gallery</a></li><li class="menu-item menu-awards-affiliations-and-certifications"><a class="dropdown-item" href="https://stateroofingtexas.com/about-us/awards-affiliations-and-certifications/">Awards, Affiliations, and Certifications</a></li><li class="menu-item menu-free-inspection-request"><a class="dropdown-item" href="https://stateroofingtexas.com/estimate/">Free Inspection Request</a></li><li class="menu-item menu-gaf-master-elite"><a class="dropdown-item" href="https://stateroofingtexas.com/about-us/gaf-master-elite/">GAF Master Elite</a></li><li class="menu-item menu-gaf-warranties"><a class="dropdown-item" href="https://stateroofingtexas.com/about-us/gaf-warranties/">GAF Warranties</a></li><li class="menu-item menu-gaf-product-catalog"><a class="dropdown-item" href="https://stateroofingtexas.com/about-us/gaf-product-catalog/">GAF Product Catalog</a></li><li class="menu-item menu-gaf-roofs-for-the-troops"><a class="dropdown-item" href="https://stateroofingtexas.com/gaf-roofs-for-the-troops/">GAF Roofs for the Troops</a></li><li class="menu-item menu-general-service-faqs"><a class="dropdown-item" href="https://stateroofingtexas.com/about-us/faqs/">General Service FAQs</a></li><li class="menu-item menu-service-areas"><a class="dropdown-item" href="https://stateroofingtexas.com/service-areas/">Service Areas</a></li></ul>
</li><li class="menu-item nav-item dropdown menu-item-has-children menu-locations"><a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false" role="button" href="#">Locations</a><ul class="dropdown-menu"><li class="menu-item menu-college-station-tx"><a class="dropdown-item" href="https://stateroofingtexas.com/service-areas/college-station-tx/">College Station, TX</a></li><li class="menu-item menu-houston-tx"><a class="dropdown-item" href="https://stateroofingtexas.com/service-areas/houston-tx/">Houston, TX</a></li></ul>
</li></ul></div>
                    </div>
    </div>
</div>

            <main id="main" class="main">
                       <section id="nextgen-page-header" class="py-fluid-xl page-header" style="position: relative; background-color: #000000;">
    <picture><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%201440'%3E%3C/svg%3E" data-lazy-srcset="https://stateroofingtexas.com/wp-content/uploads/102_4790-1-300x225.webp 300w, https://stateroofingtexas.com/wp-content/uploads/102_4790-1-768x576.webp 768w, https://stateroofingtexas.com/wp-content/uploads/102_4790-1-1024x768.webp 1024w, https://stateroofingtexas.com/wp-content/uploads/102_4790-1-1536x1152.webp 1536w, https://stateroofingtexas.com/wp-content/uploads/102_4790-1.webp 1920w" data-lazy-sizes="(max-width: 576px) 576px, (max-width: 768px) 768px, (max-width: 1200px) 1200px, 100vw" width="1920" height="1440" alt="" class="header-bg-img alignnone size-full wp-image-64899" fetchpriority="high" style="object-fit: cover; width: 100%; height: 100%; max-height: 100vh; position: absolute; top: 0; left: 0; z-index: 1;" data-lazy-src="https://stateroofingtexas.com/wp-content/uploads/102_4790-1-768x576.webp"/><noscript><img src="https://stateroofingtexas.com/wp-content/uploads/102_4790-1-768x576.webp" srcset="https://stateroofingtexas.com/wp-content/uploads/102_4790-1-300x225.webp 300w, https://stateroofingtexas.com/wp-content/uploads/102_4790-1-768x576.webp 768w, https://stateroofingtexas.com/wp-content/uploads/102_4790-1-1024x768.webp 1024w, https://stateroofingtexas.com/wp-content/uploads/102_4790-1-1536x1152.webp 1536w, https://stateroofingtexas.com/wp-content/uploads/102_4790-1.webp 1920w" sizes="(max-width: 576px) 576px, (max-width: 768px) 768px, (max-width: 1200px) 1200px, 100vw" width="1920" height="1440" alt="" class="header-bg-img alignnone size-full wp-image-64899" fetchpriority="high" style="object-fit: cover; width: 100%; height: 100%; max-height: 100vh; position: absolute; top: 0; left: 0; z-index: 1;"/></noscript></picture>
    <div class="page-header-inner background-header color-white"
        style="position: relative; z-index: 4;">
        <div class="container-fluid">
            <div class="row">
                <div class="col-12">
                    
                    <div class="page-header-title">
                        <h1>SquirrelGard® – The Solution for Damaged Lead Jacks</h1>
                    </div>
                                    </div>
            </div>
        </div>
    </div>
    
        
    <div class="bottom-shape-container">
        <div class="bottom-shape-right-offset"></div>
        <div class="bottom-shape-right"></div>
    </div>
</section>
    <div
    class="container-fluid background-white py-fluid-md nextgen-page-content">
    <div class="row">
        <div class="col-lg-8">
            <div class="midpage-main-content pe-lg-5">
                <h2>What is SquirrelGard®?</h2>
<p class="">SquirrelGard is a protective device for a plumbing vent stack with a lead jack flashing. The lead jack flashing is a weatherproofing cover formed substantially of a lead material permanently secured over the plumbing vent stack.</p>
<p class=""><strong>SquirrelGard is exclusively available from State Roofing Company in Houston, Texas.</strong></p>
<p class=""><em>SquirrelGard completely covers the exposed surface of the lead jack flashing to prevent chewing, teeth sharpening/filing, and damage to the waterproofing qualities of the lead jack by squirrels</em>.</p>
<p class="">Proudly Made in the USA</p>
<p><div class="rll-youtube-player" data-src="https://www.youtube.com/embed/9LrctRvO7Xs" data-id="9LrctRvO7Xs" data-query="si=1z45yIUb1gjaz-BL"></div><noscript><iframe width="100%" height="500" src="https://www.youtube.com/embed/9LrctRvO7Xs?si=1z45yIUb1gjaz-BL" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></noscript></p>
<div class="row my-3">
<div class="col-lg-6 ps-lg-0">
<img decoding="async" data-lazy-sizes="auto, (max-width: 150px) 150px, (max-width: 300px) 300px, (max-width: 768px) 768px, 800px" data-lazy-srcset="/wp-content/uploads/damaged-lead-jack-opt-1-1.webp 800w, /wp-content/uploads/damaged-lead-jack-opt-1-1-300x300.webp 300w, /wp-content/uploads/damaged-lead-jack-opt-1-1-150x150.webp 150w, /wp-content/uploads/damaged-lead-jack-opt-1-1-768x768.webp 768w" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20800'%3E%3C/svg%3E" alt="" width="800" height="800" class=" w-100 h-auto alignnone size-full wp-image-65014" data-lazy-src="/wp-content/uploads/damaged-lead-jack-opt-1-1.webp" /><noscript><img decoding="async" sizes="auto, (max-width: 150px) 150px, (max-width: 300px) 300px, (max-width: 768px) 768px, 800px" srcset="/wp-content/uploads/damaged-lead-jack-opt-1-1.webp 800w, /wp-content/uploads/damaged-lead-jack-opt-1-1-300x300.webp 300w, /wp-content/uploads/damaged-lead-jack-opt-1-1-150x150.webp 150w, /wp-content/uploads/damaged-lead-jack-opt-1-1-768x768.webp 768w" loading="lazy" src="/wp-content/uploads/damaged-lead-jack-opt-1-1.webp" alt="" width="800" height="800" class=" w-100 h-auto alignnone size-full wp-image-65014" /></noscript>
</div>
<div class="col-lg-6 pe-lg-0">
<img decoding="async" data-lazy-sizes="auto, (max-width: 150px) 150px, (max-width: 300px) 300px, (max-width: 768px) 768px, 800px" data-lazy-srcset="/wp-content/uploads/squirrelgard-square-opt-1-1.webp 800w, /wp-content/uploads/squirrelgard-square-opt-1-1-300x300.webp 300w, /wp-content/uploads/squirrelgard-square-opt-1-1-150x150.webp 150w, /wp-content/uploads/squirrelgard-square-opt-1-1-768x768.webp 768w" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20800'%3E%3C/svg%3E" alt="" width="800" height="800" class=" w-100 h-auto alignnone size-full wp-image-65013" data-lazy-src="/wp-content/uploads/squirrelgard-square-opt-1-1.webp" /><noscript><img decoding="async" sizes="auto, (max-width: 150px) 150px, (max-width: 300px) 300px, (max-width: 768px) 768px, 800px" srcset="/wp-content/uploads/squirrelgard-square-opt-1-1.webp 800w, /wp-content/uploads/squirrelgard-square-opt-1-1-300x300.webp 300w, /wp-content/uploads/squirrelgard-square-opt-1-1-150x150.webp 150w, /wp-content/uploads/squirrelgard-square-opt-1-1-768x768.webp 768w" loading="lazy" src="/wp-content/uploads/squirrelgard-square-opt-1-1.webp" alt="" width="800" height="800" class=" w-100 h-auto alignnone size-full wp-image-65013" /></noscript>
</div>
</div>
<p class="">Effective August 21, 2024, SquirrelGard® is no longer offered for sale directly to consumers. The online ordering website has been redirected to this page. We apologize for any inconvenience this may cause. If you are interested in learning more about SquirrelGard®, please contact State Roofing Company at <a href="tel:+12812937000">1-281-293-7000</a> or use the <a href="/contact/">contact form</a> on this website.</p>
<h2>What if I need help with a previous order?</h2>
<p class="">If you have purchased SquirrelGard® and need customer service, contact State Roofing Company at <a href="tel:+12812937000">1-281-293-7000</a> or use the <a href="/contact/">contact form</a> on this website. Please provide your order number and date of purchase. We will be happy to assist you.</p>
            </div>
        </div>
        <div class="col-lg-4">
            <div id="sidebar" class="nextgen-sidebar">
    <div class="sidebar-cta background-dark">
                    <div class="sidebar-cta-icon background-accent color-white">
                <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M136.2 275.2c16.4-7 35.4-2.4 46.7 11.4l33.2 40.6c46-26.7 84.4-65.1 111.1-111.1L286.7 183c-13.8-11.3-18.5-30.3-11.4-46.7l48-112C330.8 6.7 349.7-3.1 368.4 .9l112 24C498.8 28.8 512 45.1 512 64c0 0 0 0 0 0c0 231.2-175.2 421.5-400.1 445.5c-9.8 1-19.7 1.8-29.6 2.2c0 0 0 0 0 0c0 0-.1 0-.1 0c-6.1 .2-12.1 .4-18.3 .4c0 0 0 0 0 0c-18.9 0-35.2-13.2-39.1-31.6l-24-112c-4-18.7 5.8-37.6 23.4-45.1l112-48zM70.5 464C286.3 460.5 460.5 286.2 464 70.5L364.8 49.2l-43 100.4L357.6 179c18.2 14.9 22.9 40.8 11.1 61.2c-30.9 53.3-75.3 97.7-128.6 128.6c-20.4 11.8-46.3 7.1-61.2-11.1l-29.4-35.9-100.4 43L70.5 464zM464 64s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0z"/></svg>
            </div>
                <div class="sidebar-cta-text color-white">
            <p class="h6 mb-2">Houston Office:</p>
<a href="tel:2812937000" class="color-white h4">(281) 293-7000</a>
</br>
<p class="h6 mt-3 mb-2">College Station Office:</p>
<a href="tel:9792607663" class="h4 mt-2 color-white">(979) 260-7663</a>
        </div>
    </div>

            <div class="sidebar-content-slider">
            		<div class="sidebar-slider">
			<div class="sidebar-slider-track">
									<div class="sidebar-slider-slide">
						<div class="sidebar-slider-single">
															<div class="sidebar-slider-image rounded-top">
                                    								</div>
																						<div class="sidebar-slider-content rounded-bottom background-accent color-white">
									<div class="h5">Request a Free Inspection</div>
<p>Get a free estimate today and see why Greater Houston &amp; the Brazos Valley Corridor trusts State Roofing Company.</p>
<p><a href="/estimate" class="btn btn-white transparent btn-md">Get Started</a></p>
								</div>
													</div>
					</div>
									<div class="sidebar-slider-slide">
						<div class="sidebar-slider-single">
															<div class="sidebar-slider-image rounded-top">
                                    								</div>
																						<div class="sidebar-slider-content rounded-bottom background-accent color-white">
									<div class="h5">Find Your Perfect Shingle</div>
<p>Browse the full GAF shingle catalog and find the right style and color for your home.</p>
<p><a href="/about-us/gaf-product-catalog/" class="btn btn-white transparent btn-md">Browse Shingles</a></p>
								</div>
													</div>
					</div>
									<div class="sidebar-slider-slide">
						<div class="sidebar-slider-single">
															<div class="sidebar-slider-image rounded-top">
                                    								</div>
																						<div class="sidebar-slider-content rounded-bottom background-accent color-white">
									<div class="h5">See Our Work Near You</div>
<p>Explore completed projects across Houston and College Station and see the State Roofing difference firsthand.</p>
<p><a href="/project-map/" class="btn btn-white transparent btn-md">Projects Near You</a></p>
								</div>
													</div>
					</div>
							</div>

			<div class="sidebar-slider-buttons">
				<button class="sidebar-slider-prev background-dark color-white"
					aria-label="Previous">
                    <svg fill="currentColor"
						xmlns="http://www.w3.org/2000/svg"
						viewBox="0 0 400 500">
						<path d="M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"></path>
					</svg>
				</button>
				<button class="sidebar-slider-next background-dark color-white"
					aria-label="Next">
                    <svg fill="currentColor"
						xmlns="http://www.w3.org/2000/svg"
						viewBox="50 0 400 500">
						<path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"></path>
					</svg>
                </button>
			</div>
		</div>
		
        </div>
        
    <div class="sidebar-module text-center background-dark color-white">
        <p class="h5 mb-2">Featured Services</p>
        <div class="menu-sidebar-navigation-container"><ul id="menu-sidebar-navigation" class="menu"><li id="menu-item-64865" class="menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor menu-item-64865"><a href="https://stateroofingtexas.com/roofing/">Roofing</a></li>
<li id="menu-item-64863" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-64863"><a href="https://stateroofingtexas.com/commercial-roofing/">Commercial Roofing</a></li>
<li id="menu-item-64864" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-64864"><a href="https://stateroofingtexas.com/gutters/">Gutters</a></li>
<li id="menu-item-64866" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-64866"><a href="https://stateroofingtexas.com/roofing/roof-emergency/">Roof Emergency</a></li>
<li id="menu-item-64867" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-64867"><a href="https://stateroofingtexas.com/roofing/roof-inspections/">Roof Inspections</a></li>
<li id="menu-item-65043" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-65043"><a href="https://stateroofingtexas.com/service-areas/college-station-tx/re-roof/">Re-roof</a></li>
<li id="menu-item-64868" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-64868"><a href="https://stateroofingtexas.com/roofing/roofing-repair/">Roofing Repair</a></li>
<li id="menu-item-64869" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-64869"><a href="https://stateroofingtexas.com/roofing/roofing-replacement/">Roofing Replacement</a></li>
<li id="menu-item-64870" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-64870"><a href="https://stateroofingtexas.com/roofing/wind-storm-certification/">Wind Storm Certification</a></li>
</ul></div>
    </div>
    
            <div class="sidebar-social-media color-dark">

                                                
                    <div class="social-media-group mb-4">
                                                    <p class="social-media-location-name h6 mb-2 text-center">Houston, TX</p>
                        
                        <div class="social-media-icons mb-3">
                                                        
                                                            <a class="sidebar-social-link color-dark" href="https://www.instagram.com/stateroofingcompany  "
                                    target="_blank" rel="noopener noreferrer sameas" aria-label="Instagram">
                                    <span>
                                        <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
                                            <path
                                                d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" />
                                        </svg>
                                    </span>
                                </a>
                                                        
                                                            <a class="sidebar-social-link color-dark" href="https://maps.app.goo.gl/u8oZ5ipC92H2qSrh6"
                                    target="_blank" rel="noopener noreferrer sameas" aria-label="Google Maps">
                                    <span>
                                        <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 488 512">
                                            <path
                                                d="M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z" />
                                        </svg>
                                    </span>
                                </a>
                            
                                                            <a class="sidebar-social-link color-dark" href="https://www.yelp.com/biz/state-roofing-company-houston-2 "
                                    target="_blank" rel="noopener noreferrer sameas" aria-label="Yelp">
                                    <span>
                                        <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512">
                                            <path
                                                d="M42.9 240.3l99.6 48.6c19.2 9.4 16.2 37.5-4.5 42.7L30.5 358.5a22.8 22.8 0 0 1 -28.2-19.6 197.2 197.2 0 0 1 9-85.3 22.8 22.8 0 0 1 31.6-13.2zm44 239.3a199.5 199.5 0 0 0 79.4 32.1A22.8 22.8 0 0 0 192.9 490l3.9-110.8c.7-21.3-25.5-31.9-39.8-16.1l-74.2 82.4a22.8 22.8 0 0 0 4.1 34.1zm145.3-109.9l58.8 94a22.9 22.9 0 0 0 34 5.5 198.4 198.4 0 0 0 52.7-67.6A23 23 0 0 0 364.2 370l-105.4-34.3c-20.3-6.5-37.8 15.8-26.5 33.9zm148.3-132.2a197.4 197.4 0 0 0 -50.4-69.3 22.9 22.9 0 0 0 -34 4.4l-62 91.9c-11.9 17.7 4.7 40.6 25.2 34.7L366 268.6a23 23 0 0 0 14.6-31.2zM62.1 30.2a22.9 22.9 0 0 0 -9.9 32l104.1 180.4c11.7 20.2 42.6 11.9 42.6-11.4V22.9a22.7 22.7 0 0 0 -24.5-22.8 320.4 320.4 0 0 0 -112.3 30.1z" />
                                        </svg>
                                    </span>
                                </a>
                            
                                                    </div>
                    </div>
                                    
                    <div class="social-media-group mb-4">
                                                    <p class="social-media-location-name h6 mb-2 text-center">College Station, TX</p>
                        
                        <div class="social-media-icons mb-3">
                                                        
                                                            <a class="sidebar-social-link color-dark" href="https://www.instagram.com/stateroofingbcs "
                                    target="_blank" rel="noopener noreferrer sameas" aria-label="Instagram">
                                    <span>
                                        <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
                                            <path
                                                d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" />
                                        </svg>
                                    </span>
                                </a>
                                                        
                                                            <a class="sidebar-social-link color-dark" href="https://maps.app.goo.gl/UtSZFQAZt5s3TDWH9"
                                    target="_blank" rel="noopener noreferrer sameas" aria-label="Google Maps">
                                    <span>
                                        <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 488 512">
                                            <path
                                                d="M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z" />
                                        </svg>
                                    </span>
                                </a>
                            
                                                            <a class="sidebar-social-link color-dark" href="https://www.yelp.com/biz/state-roofing-company-college-station "
                                    target="_blank" rel="noopener noreferrer sameas" aria-label="Yelp">
                                    <span>
                                        <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512">
                                            <path
                                                d="M42.9 240.3l99.6 48.6c19.2 9.4 16.2 37.5-4.5 42.7L30.5 358.5a22.8 22.8 0 0 1 -28.2-19.6 197.2 197.2 0 0 1 9-85.3 22.8 22.8 0 0 1 31.6-13.2zm44 239.3a199.5 199.5 0 0 0 79.4 32.1A22.8 22.8 0 0 0 192.9 490l3.9-110.8c.7-21.3-25.5-31.9-39.8-16.1l-74.2 82.4a22.8 22.8 0 0 0 4.1 34.1zm145.3-109.9l58.8 94a22.9 22.9 0 0 0 34 5.5 198.4 198.4 0 0 0 52.7-67.6A23 23 0 0 0 364.2 370l-105.4-34.3c-20.3-6.5-37.8 15.8-26.5 33.9zm148.3-132.2a197.4 197.4 0 0 0 -50.4-69.3 22.9 22.9 0 0 0 -34 4.4l-62 91.9c-11.9 17.7 4.7 40.6 25.2 34.7L366 268.6a23 23 0 0 0 14.6-31.2zM62.1 30.2a22.9 22.9 0 0 0 -9.9 32l104.1 180.4c11.7 20.2 42.6 11.9 42.6-11.4V22.9a22.7 22.7 0 0 0 -24.5-22.8 320.4 320.4 0 0 0 -112.3 30.1z" />
                                        </svg>
                                    </span>
                                </a>
                            
                                                    </div>
                    </div>
                                    </div>
    </div>        </div>
    </div>
</div>





              </main>
                        
            <footer class="nextgen-footer">
                <section class="py-fluid-md nextgen-coupons bg-light background-light color-white accent">
        <div class="container-fluid">
            <div class="row">
                <div class="col-12">
                                            <div class="coupons-title">
                            <div class="h3">Featured Offers</div>
                        </div>
                    
                    		<div class="coupons-slider">
			<div class="coupons-track">
									<div class="coupons-slide">
						<div class="coupons-single">
							<div class="coupon-title">
								<span class="coupons-icon color-accent">
									<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M345 39.1L472.8 168.4c52.4 53 52.4 138.2 0 191.2L360.8 472.9c-9.3 9.4-24.5 9.5-33.9 .2s-9.5-24.5-.2-33.9L438.6 325.9c33.9-34.3 33.9-89.4 0-123.7L310.9 72.9c-9.3-9.4-9.2-24.6 .2-33.9s24.6-9.2 33.9 .2zM0 229.5L0 80C0 53.5 21.5 32 48 32l149.5 0c17 0 33.3 6.7 45.3 18.7l168 168c25 25 25 65.5 0 90.5L277.3 442.7c-25 25-65.5 25-90.5 0l-168-168C6.7 262.7 0 246.5 0 229.5zM144 144a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"/></svg>								</span>
								<h4>
									Free Inspection								</h4>
							</div>
							<div class="coupons-single-content">
								Schedule your FREE roof inspection today get a written estimate, photo report, and expert guidance through your insurance claim!							</div>
							<div class="coupons-button">
								<a href="/contact"
									class="btn btn-accent">Claim This Offer</a>
							</div>
						</div>
					</div>
									<div class="coupons-slide">
						<div class="coupons-single">
							<div class="coupon-title">
								<span class="coupons-icon color-accent">
									<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M345 39.1L472.8 168.4c52.4 53 52.4 138.2 0 191.2L360.8 472.9c-9.3 9.4-24.5 9.5-33.9 .2s-9.5-24.5-.2-33.9L438.6 325.9c33.9-34.3 33.9-89.4 0-123.7L310.9 72.9c-9.3-9.4-9.2-24.6 .2-33.9s24.6-9.2 33.9 .2zM0 229.5L0 80C0 53.5 21.5 32 48 32l149.5 0c17 0 33.3 6.7 45.3 18.7l168 168c25 25 25 65.5 0 90.5L277.3 442.7c-25 25-65.5 25-90.5 0l-168-168C6.7 262.7 0 246.5 0 229.5zM144 144a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"/></svg>								</span>
								<h4>
									GAF Master Elite								</h4>
							</div>
							<div class="coupons-single-content">
								Get a free estimate today - Contact us for more information							</div>
							<div class="coupons-button">
								<a href="/contact"
									class="btn btn-accent">Claim This Offer</a>
							</div>
						</div>
					</div>
									<div class="coupons-slide">
						<div class="coupons-single">
							<div class="coupon-title">
								<span class="coupons-icon color-accent">
									<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M345 39.1L472.8 168.4c52.4 53 52.4 138.2 0 191.2L360.8 472.9c-9.3 9.4-24.5 9.5-33.9 .2s-9.5-24.5-.2-33.9L438.6 325.9c33.9-34.3 33.9-89.4 0-123.7L310.9 72.9c-9.3-9.4-9.2-24.6 .2-33.9s24.6-9.2 33.9 .2zM0 229.5L0 80C0 53.5 21.5 32 48 32l149.5 0c17 0 33.3 6.7 45.3 18.7l168 168c25 25 25 65.5 0 90.5L277.3 442.7c-25 25-65.5 25-90.5 0l-168-168C6.7 262.7 0 246.5 0 229.5zM144 144a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"/></svg>								</span>
								<h4>
									Roofs For Troops								</h4>
							</div>
							<div class="coupons-single-content">
								Roofs for Troops helps military veterans and active-duty service members get the home repairs they deserve.							</div>
							<div class="coupons-button">
								<a href="/contact"
									class="btn btn-accent">Claim This Offer</a>
							</div>
						</div>
					</div>
											</div>

							<button class="coupons-prev"
					aria-label="Previous coupons"><svg xmlns="http://www.w3.org/2000/svg"
						viewBox="0 0 448 512">
						<path d="M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z" />
					</svg></button>
				<button class="coupons-next"
					aria-label="Next coupons"><svg xmlns="http://www.w3.org/2000/svg"
						viewBox="0 0 448 512">
						<path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" />
					</svg></button>
					</div>
		
                </div>
            </div>
        </div>
    </section>
        
        <div class="container-fluid py-fluid-sm footer-logos">
                    
            <div class="footer-logos-slider">
                <div class="footer-logos-track">
                                                                    <div class="footer-logos-slide d-flex align-items-center justify-content-center">
                            <div class="logo-item">
                                <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20600%20600'%3E%3C/svg%3E" data-lazy-srcset="https://stateroofingtexas.com/wp-content/uploads/gaf-logo-679272ef536f5-150x150.webp 150w, https://stateroofingtexas.com/wp-content/uploads/gaf-logo-679272ef536f5-300x300.webp 300w, https://stateroofingtexas.com/wp-content/uploads/gaf-logo-679272ef536f5.webp 600w" data-lazy-sizes="(max-width: 150px) 150px, (max-width: 300px) 300px, (max-width: 600px) 600px" width="600" height="600" alt="" class="alignnone size-large wp-image-63293" data-lazy-src="https://stateroofingtexas.com/wp-content/uploads/gaf-logo-679272ef536f5.webp"/><noscript><img src="https://stateroofingtexas.com/wp-content/uploads/gaf-logo-679272ef536f5.webp" srcset="https://stateroofingtexas.com/wp-content/uploads/gaf-logo-679272ef536f5-150x150.webp 150w, https://stateroofingtexas.com/wp-content/uploads/gaf-logo-679272ef536f5-300x300.webp 300w, https://stateroofingtexas.com/wp-content/uploads/gaf-logo-679272ef536f5.webp 600w" sizes="(max-width: 150px) 150px, (max-width: 300px) 300px, (max-width: 600px) 600px" width="600" height="600" alt="" class="alignnone size-large wp-image-63293" loading="lazy"/></noscript>
                            </div>
                        </div>
                                                                    <div class="footer-logos-slide d-flex align-items-center justify-content-center">
                            <div class="logo-item">
                                <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20225%20225'%3E%3C/svg%3E" data-lazy-srcset="https://stateroofingtexas.com/wp-content/uploads/GAF-Master-Elite-Logo-150x150.webp 150w, https://stateroofingtexas.com/wp-content/uploads/GAF-Master-Elite-Logo.webp 225w" data-lazy-sizes="(max-width: 150px) 150px, (max-width: 225px) 225px" width="225" height="225" alt="" class="alignnone size-large wp-image-63861" data-lazy-src="https://stateroofingtexas.com/wp-content/uploads/GAF-Master-Elite-Logo.webp"/><noscript><img src="https://stateroofingtexas.com/wp-content/uploads/GAF-Master-Elite-Logo.webp" srcset="https://stateroofingtexas.com/wp-content/uploads/GAF-Master-Elite-Logo-150x150.webp 150w, https://stateroofingtexas.com/wp-content/uploads/GAF-Master-Elite-Logo.webp 225w" sizes="(max-width: 150px) 150px, (max-width: 225px) 225px" width="225" height="225" alt="" class="alignnone size-large wp-image-63861" loading="lazy"/></noscript>
                            </div>
                        </div>
                                                                    <div class="footer-logos-slide d-flex align-items-center justify-content-center">
                            <div class="logo-item">
                                <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20258%20270'%3E%3C/svg%3E" data-lazy-srcset="https://stateroofingtexas.com/wp-content/uploads/GAF-Presidents-Club-Logo-150x150.webp 150w, https://stateroofingtexas.com/wp-content/uploads/GAF-Presidents-Club-Logo.webp 258w" data-lazy-sizes="(max-width: 150px) 150px, (max-width: 258px) 258px" width="258" height="270" alt="" class="alignnone size-large wp-image-65098" data-lazy-src="https://stateroofingtexas.com/wp-content/uploads/GAF-Presidents-Club-Logo.webp"/><noscript><img src="https://stateroofingtexas.com/wp-content/uploads/GAF-Presidents-Club-Logo.webp" srcset="https://stateroofingtexas.com/wp-content/uploads/GAF-Presidents-Club-Logo-150x150.webp 150w, https://stateroofingtexas.com/wp-content/uploads/GAF-Presidents-Club-Logo.webp 258w" sizes="(max-width: 150px) 150px, (max-width: 258px) 258px" width="258" height="270" alt="" class="alignnone size-large wp-image-65098" loading="lazy"/></noscript>
                            </div>
                        </div>
                                                                    <div class="footer-logos-slide d-flex align-items-center justify-content-center">
                            <div class="logo-item">
                                <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20175%20175'%3E%3C/svg%3E" data-lazy-srcset="https://stateroofingtexas.com/wp-content/uploads/images-1-2-150x150.webp 150w, https://stateroofingtexas.com/wp-content/uploads/images-1-2.webp 175w" data-lazy-sizes="(max-width: 150px) 150px, (max-width: 175px) 175px" width="175" height="175" alt="" class="alignnone size-large wp-image-63896" data-lazy-src="https://stateroofingtexas.com/wp-content/uploads/images-1-2.webp"/><noscript><img src="https://stateroofingtexas.com/wp-content/uploads/images-1-2.webp" srcset="https://stateroofingtexas.com/wp-content/uploads/images-1-2-150x150.webp 150w, https://stateroofingtexas.com/wp-content/uploads/images-1-2.webp 175w" sizes="(max-width: 150px) 150px, (max-width: 175px) 175px" width="175" height="175" alt="" class="alignnone size-large wp-image-63896" loading="lazy"/></noscript>
                            </div>
                        </div>
                                                                    <div class="footer-logos-slide d-flex align-items-center justify-content-center">
                            <div class="logo-item">
                                <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20175%20183'%3E%3C/svg%3E" data-lazy-srcset="https://stateroofingtexas.com/wp-content/uploads/HCI-Residential-Logo-1-150x150.webp 150w, https://stateroofingtexas.com/wp-content/uploads/HCI-Residential-Logo-1.webp 175w" data-lazy-sizes="(max-width: 150px) 150px, (max-width: 175px) 175px" width="175" height="183" alt="" class="alignnone size-large wp-image-63892" data-lazy-src="https://stateroofingtexas.com/wp-content/uploads/HCI-Residential-Logo-1.webp"/><noscript><img src="https://stateroofingtexas.com/wp-content/uploads/HCI-Residential-Logo-1.webp" srcset="https://stateroofingtexas.com/wp-content/uploads/HCI-Residential-Logo-1-150x150.webp 150w, https://stateroofingtexas.com/wp-content/uploads/HCI-Residential-Logo-1.webp 175w" sizes="(max-width: 150px) 150px, (max-width: 175px) 175px" width="175" height="183" alt="" class="alignnone size-large wp-image-63892" loading="lazy"/></noscript>
                            </div>
                        </div>
                                                                    <div class="footer-logos-slide d-flex align-items-center justify-content-center">
                            <div class="logo-item">
                                <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20175%2083'%3E%3C/svg%3E" data-lazy-srcset="https://stateroofingtexas.com/wp-content/uploads/fortified-logo-program@4x-1-150x83.webp 150w, https://stateroofingtexas.com/wp-content/uploads/fortified-logo-program@4x-1.webp 175w" data-lazy-sizes="(max-width: 150px) 150px, (max-width: 175px) 175px" width="175" height="83" alt="" class="alignnone size-large wp-image-63894" data-lazy-src="https://stateroofingtexas.com/wp-content/uploads/fortified-logo-program@4x-1.webp"/><noscript><img src="https://stateroofingtexas.com/wp-content/uploads/fortified-logo-program@4x-1.webp" srcset="https://stateroofingtexas.com/wp-content/uploads/fortified-logo-program@4x-1-150x83.webp 150w, https://stateroofingtexas.com/wp-content/uploads/fortified-logo-program@4x-1.webp 175w" sizes="(max-width: 150px) 150px, (max-width: 175px) 175px" width="175" height="83" alt="" class="alignnone size-large wp-image-63894" loading="lazy"/></noscript>
                            </div>
                        </div>
                                                                    <div class="footer-logos-slide d-flex align-items-center justify-content-center">
                            <div class="logo-item">
                                <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20175%20129'%3E%3C/svg%3E" data-lazy-srcset="https://stateroofingtexas.com/wp-content/uploads/harca-150x129.webp 150w, https://stateroofingtexas.com/wp-content/uploads/harca.webp 175w" data-lazy-sizes="(max-width: 150px) 150px, (max-width: 175px) 175px" width="175" height="129" alt="" class="alignnone size-large wp-image-63895" data-lazy-src="https://stateroofingtexas.com/wp-content/uploads/harca.webp"/><noscript><img src="https://stateroofingtexas.com/wp-content/uploads/harca.webp" srcset="https://stateroofingtexas.com/wp-content/uploads/harca-150x129.webp 150w, https://stateroofingtexas.com/wp-content/uploads/harca.webp 175w" sizes="(max-width: 150px) 150px, (max-width: 175px) 175px" width="175" height="129" alt="" class="alignnone size-large wp-image-63895" loading="lazy"/></noscript>
                            </div>
                        </div>
                                                                    <div class="footer-logos-slide d-flex align-items-center justify-content-center">
                            <div class="logo-item">
                                <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20153'%3E%3C/svg%3E" data-lazy-srcset="https://stateroofingtexas.com/wp-content/uploads/BBB-Logo-1-300x153-1-150x150.webp 150w, https://stateroofingtexas.com/wp-content/uploads/BBB-Logo-1-300x153-1.webp 300w" data-lazy-sizes="(max-width: 150px) 150px, (max-width: 300px) 300px" width="300" height="153" alt="" class="alignnone size-large wp-image-64939" data-lazy-src="https://stateroofingtexas.com/wp-content/uploads/BBB-Logo-1-300x153-1.webp"/><noscript><img src="https://stateroofingtexas.com/wp-content/uploads/BBB-Logo-1-300x153-1.webp" srcset="https://stateroofingtexas.com/wp-content/uploads/BBB-Logo-1-300x153-1-150x150.webp 150w, https://stateroofingtexas.com/wp-content/uploads/BBB-Logo-1-300x153-1.webp 300w" sizes="(max-width: 150px) 150px, (max-width: 300px) 300px" width="300" height="153" alt="" class="alignnone size-large wp-image-64939" loading="lazy"/></noscript>
                            </div>
                        </div>
                                                                    <div class="footer-logos-slide d-flex align-items-center justify-content-center">
                            <div class="logo-item">
                                <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20223'%3E%3C/svg%3E" data-lazy-srcset="https://stateroofingtexas.com/wp-content/uploads/GAF_roofs_for_troops-150x150.webp 150w, https://stateroofingtexas.com/wp-content/uploads/GAF_roofs_for_troops.webp 300w" data-lazy-sizes="(max-width: 150px) 150px, (max-width: 300px) 300px" width="300" height="223" alt="" class="alignnone size-large wp-image-65024" data-lazy-src="https://stateroofingtexas.com/wp-content/uploads/GAF_roofs_for_troops.webp"/><noscript><img src="https://stateroofingtexas.com/wp-content/uploads/GAF_roofs_for_troops.webp" srcset="https://stateroofingtexas.com/wp-content/uploads/GAF_roofs_for_troops-150x150.webp 150w, https://stateroofingtexas.com/wp-content/uploads/GAF_roofs_for_troops.webp 300w" sizes="(max-width: 150px) 150px, (max-width: 300px) 300px" width="300" height="223" alt="" class="alignnone size-large wp-image-65024" loading="lazy"/></noscript>
                            </div>
                        </div>
                                                                    <div class="footer-logos-slide d-flex align-items-center justify-content-center">
                            <div class="logo-item">
                                <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20103'%3E%3C/svg%3E" data-lazy-srcset="https://stateroofingtexas.com/wp-content/uploads/habitat-150x103.webp 150w, https://stateroofingtexas.com/wp-content/uploads/habitat.webp 300w" data-lazy-sizes="(max-width: 150px) 150px, (max-width: 300px) 300px" width="300" height="103" alt="" class="alignnone size-large wp-image-65035" data-lazy-src="https://stateroofingtexas.com/wp-content/uploads/habitat.webp"/><noscript><img src="https://stateroofingtexas.com/wp-content/uploads/habitat.webp" srcset="https://stateroofingtexas.com/wp-content/uploads/habitat-150x103.webp 150w, https://stateroofingtexas.com/wp-content/uploads/habitat.webp 300w" sizes="(max-width: 150px) 150px, (max-width: 300px) 300px" width="300" height="103" alt="" class="alignnone size-large wp-image-65035" loading="lazy"/></noscript>
                            </div>
                        </div>
                                    </div>

                <div class="footer-logos-slider-arrows">
                    <button class="footer-logos-prev" aria-label="Previous logos">
                        <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512">
                            <path d="M15 239c-9.4 9.4-9.4 24.6 0 33.9L207 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L65.9 256 241 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L15 239z"></path>
                        </svg>
                    </button>
                    <button class="footer-logos-next" aria-label="Next logos">
                        <svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512">
                            <path d="M305 239c9.4 9.4 9.4 24.6 0 33.9L113 465c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l175-175L79 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L305 239z"></path>
                        </svg>
                    </button>
                </div>
            </div>
            </div>
    <section class="py-fluid-md nextgen-reviews background-dark color-white">
        <div class="container-fluid">
            <div class="row">
                <div class="col-12">
                                    <div class="sub-heading mb-2 text-center color-accent">What our customers are saying</div>
                                                    <div class="h4 text-center mb-4 color-white">Customer Reviews</div>
                
                    		<div class="reviews-slider">
			<div class="reviews-track">
									<div class="reviews-slide">
						<div class="reviews-single expandable-container border-bottom border-accent">            
								<div class="reviews-single-content">
										<div class="reviews-title-stars color-accent">
											<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg>										</div>
										<p class="review-content my-3">
												<span class="review-excerpt color-white">Josh was great, this company is no bs, local, BBB established, experienced, great with insurance claims, great customer service!, super professional roofing job. Great roofing products. If i could add another star I would.</span>
																						</p>
								</div>
								<div class="reviews-single-name h5 mb-0 color-white">
										Keith C.								</div>
								<div class="reviews-single-google small color-white">
										Google Review
								</div>
						</div>
					</div>
									<div class="reviews-slide">
						<div class="reviews-single expandable-container border-bottom border-accent">            
								<div class="reviews-single-content">
										<div class="reviews-title-stars color-accent">
											<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg>										</div>
										<p class="review-content my-3">
												<span class="review-excerpt color-white">State Roofing Company did an excellent job with my roofing need. Great job of working with our insurance company, removing the old roof, installing the new roof, and cleaning up the site when they finished. This is the second time I have used State Roofing Company. Very pleased both times.</span>
																						</p>
								</div>
								<div class="reviews-single-name h5 mb-0 color-white">
										Dean M.								</div>
								<div class="reviews-single-google small color-white">
										Google Review
								</div>
						</div>
					</div>
									<div class="reviews-slide">
						<div class="reviews-single expandable-container border-bottom border-accent">            
								<div class="reviews-single-content">
										<div class="reviews-title-stars color-accent">
											<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg>										</div>
										<p class="review-content my-3">
												<span class="review-excerpt color-white">We had a bad thunderstorm with some golf ball size hail back in March '25. I was going to work w/another roofing company but was referred to State Roofing by a coworker. I'm so glad that I went w/them. They did a beautiful job on my roof and my patio cover. I did have to call and complain because I </span>
																										<span class="review-read-more expandable-trigger color-white" data-review-id="review-64055">
																...continue reading														</span>
														<span class="review-full-content expandable-content color-white" style="display: none;">
																found a few nails in the yard and driveway but that all got taken care of. I dealt with Emily, and she was awesome. She answered every question that I had, and I had lots of questions, and she also took care of everything w/my insurance. I HIGHLY recommend State Roofing Company! Thank you guys!!																<span class="review-read-less expandable-collapse color-white" data-review-id="review-64055">
																		Show Less																</span>
														</span>
																						</p>
								</div>
								<div class="reviews-single-name h5 mb-0 color-white">
										Herminia G.								</div>
								<div class="reviews-single-google small color-white">
										Google Review
								</div>
						</div>
					</div>
									<div class="reviews-slide">
						<div class="reviews-single expandable-container border-bottom border-accent">            
								<div class="reviews-single-content">
										<div class="reviews-title-stars color-accent">
											<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg>										</div>
										<p class="review-content my-3">
												<span class="review-excerpt color-white">I chose to go with State Roofing because they have a great track record and they are local. I was totally happy with State Roofing from the beginning to the end. The work was done, in and out in one day and I only found two roofing nails afterwards. That in itself speaks of the way they cared about </span>
																										<span class="review-read-more expandable-trigger color-white" data-review-id="review-64046">
																...continue reading														</span>
														<span class="review-full-content expandable-content color-white" style="display: none;">
																the job, especially how thick my grass is.I have absolutely no negative views and only praise about how I was treated. A special shout out to Amanda. She was personable and was always patient with us and very explanatory to our needs and wants. Amanda led us down a new path, took us by the hand and secured a lifetime advocate for State Roofing. I highly recommend them. Mere words cannot express my gratitude and the house and gutters look outstanding. A lot of the neighbors and passerbys stop to comment.																<span class="review-read-less expandable-collapse color-white" data-review-id="review-64046">
																		Show Less																</span>
														</span>
																						</p>
								</div>
								<div class="reviews-single-name h5 mb-0 color-white">
										Bennie P.								</div>
								<div class="reviews-single-google small color-white">
										Google Review
								</div>
						</div>
					</div>
									<div class="reviews-slide">
						<div class="reviews-single expandable-container border-bottom border-accent">            
								<div class="reviews-single-content">
										<div class="reviews-title-stars color-accent">
											<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg>										</div>
										<p class="review-content my-3">
												<span class="review-excerpt color-white">State Roofing Company made the entire process of replacing my roof so easy from start to finish. Josh, Tony, and Chase were amazing to work with—they walked me through every step of my insurance claim, explained what to expect, and made sure everything was handled quickly and professionally. The c</span>
																										<span class="review-read-more expandable-trigger color-white" data-review-id="review-64033">
																...continue reading														</span>
														<span class="review-full-content expandable-content color-white" style="display: none;">
																rew was efficient, respectful of my property, and the quality of the work is top-notch. My roof looks fantastic, and I have peace of mind knowing it was done right. I highly recommend State Roofing Company, especially if you’re dealing with storm damage or an insurance claim. Ask for Tony, Josh, or Chase — they’ll take great care of you!																<span class="review-read-less expandable-collapse color-white" data-review-id="review-64033">
																		Show Less																</span>
														</span>
																						</p>
								</div>
								<div class="reviews-single-name h5 mb-0 color-white">
										Randi M.								</div>
								<div class="reviews-single-google small color-white">
										Google Review
								</div>
						</div>
					</div>
									<div class="reviews-slide">
						<div class="reviews-single expandable-container border-bottom border-accent">            
								<div class="reviews-single-content">
										<div class="reviews-title-stars color-accent">
											<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg>										</div>
										<p class="review-content my-3">
												<span class="review-excerpt color-white">State Roofing is a very honest and professional company that delivers what they promise. I got 5 other bids before I chose John Giffin's company and I have been very happy with my decision. Whereas one company took nearly 2 weeks to get the bid back, John got us the bid within hours and clearly outl</span>
																										<span class="review-read-more expandable-trigger color-white" data-review-id="review-64017">
																...continue reading														</span>
														<span class="review-full-content expandable-content color-white" style="display: none;">
																ined all of the products that will be used as part of the GAF system that will get us a 50 year limited warranty (only if installed by a GAF Master Elite contractor, which State Roofing is). Instead of using all sub-contractors, he has 2 of his own men (Mario and Bernie) embedded within the crew to make sure that the quality is consistent and done in a timely fashion. Our roof replacement took exactly 2 days and was completed on 3/10/23. Our roof is gorgeous, and I would highly recommend State Roofing to anyone without any reservations.																<span class="review-read-less expandable-collapse color-white" data-review-id="review-64017">
																		Show Less																</span>
														</span>
																						</p>
								</div>
								<div class="reviews-single-name h5 mb-0 color-white">
										Henry P.								</div>
								<div class="reviews-single-google small color-white">
										Google Review
								</div>
						</div>
					</div>
									<div class="reviews-slide">
						<div class="reviews-single expandable-container border-bottom border-accent">            
								<div class="reviews-single-content">
										<div class="reviews-title-stars color-accent">
											<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg>										</div>
										<p class="review-content my-3">
												<span class="review-excerpt color-white">Excellent company to work with. Emily came out the same day I requested the quote. She was very informative and knowledgeable and a pleasure to work with. Daniella called to schedule the time and day of the roof replacement and went over what would be happening that day. The crew arrived on the sche</span>
																										<span class="review-read-more expandable-trigger color-white" data-review-id="review-64000">
																...continue reading														</span>
														<span class="review-full-content expandable-content color-white" style="display: none;">
																duled day on time and were very professional, neat and extremely organized. The project was completed in one day and the roof looks excellent. I highly recommend State Roofing.																<span class="review-read-less expandable-collapse color-white" data-review-id="review-64000">
																		Show Less																</span>
														</span>
																						</p>
								</div>
								<div class="reviews-single-name h5 mb-0 color-white">
										Annette K-W.								</div>
								<div class="reviews-single-google small color-white">
										Google Review
								</div>
						</div>
					</div>
									<div class="reviews-slide">
						<div class="reviews-single expandable-container border-bottom border-accent">            
								<div class="reviews-single-content">
										<div class="reviews-title-stars color-accent">
											<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg>										</div>
										<p class="review-content my-3">
												<span class="review-excerpt color-white">We have been using state roofing for over 20 years. They are the only roofing company we trust.
The entire crew are Very professional, reliable and trustworthy.
You won’t regret using them. Ever.</span>
																						</p>
								</div>
								<div class="reviews-single-name h5 mb-0 color-white">
										P.M								</div>
								<div class="reviews-single-google small color-white">
										Google Review
								</div>
						</div>
					</div>
									<div class="reviews-slide">
						<div class="reviews-single expandable-container border-bottom border-accent">            
								<div class="reviews-single-content">
										<div class="reviews-title-stars color-accent">
											<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg>										</div>
										<p class="review-content my-3">
												<span class="review-excerpt color-white">We had an excellent experience with State Roofing Company from start to finish. Their customer service was outstanding—responsive, patient, and genuinely focused on making sure everything was done right. The crew was professional, punctual, and clearly took pride in their work. We have a large roo</span>
																										<span class="review-read-more expandable-trigger color-white" data-review-id="review-63966">
																...continue reading														</span>
														<span class="review-full-content expandable-content color-white" style="display: none;">
																f with a significant pitch, and they completed the job in a single day. And after their thorough cleanup, you wouldn't have known they had been there. What really set them apart was how knowledgeable and helpful they were with the insurance process. They walked us through every step. They simplified something we expected to be stressful and made it completely manageable. The quality of the work exceeded our expectations, and I wouldn’t hesitate to recommend State Roofing Company to anyone needing roofing services.																<span class="review-read-less expandable-collapse color-white" data-review-id="review-63966">
																		Show Less																</span>
														</span>
																						</p>
								</div>
								<div class="reviews-single-name h5 mb-0 color-white">
										Rodney B.								</div>
								<div class="reviews-single-google small color-white">
										Google Review
								</div>
						</div>
					</div>
									<div class="reviews-slide">
						<div class="reviews-single expandable-container border-bottom border-accent">            
								<div class="reviews-single-content">
										<div class="reviews-title-stars color-accent">
											<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg>										</div>
										<p class="review-content my-3">
												<span class="review-excerpt color-white">State Roofing scheduled an appointment for me, on the day of installation I was running late getting home they had already started my new roof installation. Although my pickup was in the driveway. They were understanding and worked around it until I got home to me it. They did a fantastic job on the</span>
																										<span class="review-read-more expandable-trigger color-white" data-review-id="review-63952">
																...continue reading														</span>
														<span class="review-full-content expandable-content color-white" style="display: none;">
																 installation and the clean up. I like everything from the first contact with Emily to all the personnel I delt with. They also installed my new gutter system. Im satisfied with the complete process.																<span class="review-read-less expandable-collapse color-white" data-review-id="review-63952">
																		Show Less																</span>
														</span>
																						</p>
								</div>
								<div class="reviews-single-name h5 mb-0 color-white">
										Titus C.								</div>
								<div class="reviews-single-google small color-white">
										Google Review
								</div>
						</div>
					</div>
									<div class="reviews-slide">
						<div class="reviews-single expandable-container border-bottom border-accent">            
								<div class="reviews-single-content">
										<div class="reviews-title-stars color-accent">
											<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"/></svg>										</div>
										<p class="review-content my-3">
												<span class="review-excerpt color-white">Thank you so much for taking care of us! Hannah went above and beyond dealing with our insurance company. It was a long drawn out process and she took care of all of it.Thank you Hannah and State roofing for the awesome new roof! We love it! I would highly recommend State Roofing, they will take gre</span>
																										<span class="review-read-more expandable-trigger color-white" data-review-id="review-63942">
																...continue reading														</span>
														<span class="review-full-content expandable-content color-white" style="display: none;">
																at care of you!																<span class="review-read-less expandable-collapse color-white" data-review-id="review-63942">
																		Show Less																</span>
														</span>
																						</p>
								</div>
								<div class="reviews-single-name h5 mb-0 color-white">
										Tammy M.								</div>
								<div class="reviews-single-google small color-white">
										Google Review
								</div>
						</div>
					</div>
											</div>

			<button class="reviews-prev color-accent"
				aria-label="Previous reviews"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"/></svg></button>
			<button class="reviews-next color-accent"
				aria-label="Next reviews"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg></button>
		</div>
		
                </div>
            </div>
            <div class="row mt-4">
                <div class="col-12">
                                            <div class="reviews-links">
                                                            <a target="_blank" rel="nofollow" href="https://www.google.com/search?q=state+roofing+texas&amp;rlz=1C5OZZY_enUS1179US1179&amp;oq=State+rO&amp;gs_lcrp=EgZjaHJvbWUqBggAEEUYOzIGCAAQRRg7MgkIARBFGDsYgAQyBggCEAAYAzIGCAMQRRg5Mg0IBBAuGK8BGMcBGIAEMgYIBRBFGDwyBggGEEUYPDIGCAcQRRg80gEIMTQ3NWowajeoAgCwAgA&amp;sourceid=chrome&amp;ie=UTF-8&amp;lqi=ChNzdGF0ZSByb29maW5nIHRleGFzSNfQvfnlgICACFofEAAQARgAGAEYAiITc3RhdGUgcm9vZmluZyB0ZXhhc5IBEnJvb2ZpbmdfY29udHJhY3RvcuABAA#lkt=LocalPoiReviews&amp;rlimm=5890548073912049005&amp;lrd=0x8640dbe0ebc44913:0x51bf6e4385e39d6d,3,,,,"
                                    class="btn btn-primary transparent btn-md">
                                    <span>Leave Review</span>
                                </a>
                                                                                        <a target="_blank" rel="nofollow" href="https://www.google.com/search?q=state+roofing+texas&amp;rlz=1C5OZZY_enUS1179US1179&amp;oq=State+rO&amp;gs_lcrp=EgZjaHJvbWUqBggAEEUYOzIGCAAQRRg7MgkIARBFGDsYgAQyBggCEAAYAzIGCAMQRRg5Mg0IBBAuGK8BGMcBGIAEMgYIBRBFGDwyBggGEEUYPDIGCAcQRRg80gEIMTQ3NWowajeoAgCwAgA&amp;sourceid=chrome&amp;ie=UTF-8&amp;lqi=ChNzdGF0ZSByb29maW5nIHRleGFzSNfQvfnlgICACFofEAAQARgAGAEYAiITc3RhdGUgcm9vZmluZyB0ZXhhc5IBEnJvb2ZpbmdfY29udHJhY3RvcuABAA#lkt=LocalPoiReviews&amp;rlimm=5890548073912049005"
                                    class="btn btn-primary transparent btn-md">
                                    <span>More Reviews</span>
                                </a>
                                                    </div>
                      
                </div>
            </div>
        </div>
    </section>
    <div class="container-fluid py-fluid-md footer-main background-dark color-white">
        <div class="row">
            <!-- Primary Information -->
            <div class="col-xl-4">
                <div class="footer-primary">
                    <div class="row">
                        <div class="col-12 footer-primary-col">
                            <div class="row w-100 justify-content-start align-items-center">
                                <div class="col-md-6 col-xl-12 text-center">
                                                                            <div class="footer-logo">
                                            <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20500%20220'%3E%3C/svg%3E" data-lazy-srcset="https://stateroofingtexas.com/wp-content/uploads/footerlogo-150x150.webp 150w, https://stateroofingtexas.com/wp-content/uploads/footerlogo-300x132.webp 300w, https://stateroofingtexas.com/wp-content/uploads/footerlogo.webp 500w" data-lazy-sizes="(max-width: 150px) 150px, (max-width: 300px) 300px, (max-width: 500px) 500px" width="500" height="220" alt="" class="alignnone size-large wp-image-63900" data-lazy-src="https://stateroofingtexas.com/wp-content/uploads/footerlogo.webp"/><noscript><img src="https://stateroofingtexas.com/wp-content/uploads/footerlogo.webp" srcset="https://stateroofingtexas.com/wp-content/uploads/footerlogo-150x150.webp 150w, https://stateroofingtexas.com/wp-content/uploads/footerlogo-300x132.webp 300w, https://stateroofingtexas.com/wp-content/uploads/footerlogo.webp 500w" sizes="(max-width: 150px) 150px, (max-width: 300px) 300px, (max-width: 500px) 500px" width="500" height="220" alt="" class="alignnone size-large wp-image-63900" loading="lazy"/></noscript>
                                        </div>
                                                                    </div>
                                <div class="col-md-6 d-none d-md-block d-xl-none text-center footer-brand-col">
                                                                    </div>
                            </div>

                            <div class="footer-hr"></div>

                                                            <div class="row footer-locations w-100">
                                                                            <div
                                            class="col-12 col-md-4 col-xl-12 mb-3 mb-md-0 mb-xl-3 footer-location-item">
                                            
                                                                                            <div class="footer-address">
                                                    <p>318 Addicks Howell Rd </p>
                                                    <p>Houston, TX 
                                                        77079</p>
                                                                                                            <p><a class="color-white text-decoration-none"
                                                                href="tel:(281) 293-7000">(281) 293-7000</a>
                                                        </p>
                                                                                                    </div>
                                                                                                    <p class="email-address d-none">
                                                         josh@stateroofingtexas.com johngiffin@texasbystorm.com
                                                    </p>
                                                                                                                                            
                                            <div class="footer-social-media">
                                                                                                    <a class="color-white text-decoration-none"
                                                        href="https://maps.app.goo.gl/u8oZ5ipC92H2qSrh6" target="_blank"
                                                        rel="noopener noreferrer sameas" aria-label="Google Maps">
                                                        <span class="color-white">
                                                            <svg fill="currentColor"
                                                                xmlns="http://www.w3.org/2000/svg"
                                                                viewBox="0 0 488 512">
                                                                <path
                                                                    d="M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z" />
                                                            </svg>
                                                        </span>
                                                    </a>
                                                
                                                
                                                                                                    <a class="color-white text-decoration-none"
                                                        href="https://www.yelp.com/biz/state-roofing-company-houston-2 " target="_blank"
                                                        rel="noopener noreferrer sameas" aria-label="Yelp">
                                                        <span class="color-white">
                                                            <svg fill="currentColor"
                                                                xmlns="http://www.w3.org/2000/svg"
                                                                viewBox="0 0 384 512">
                                                                <path
                                                                    d="M42.9 240.3l99.6 48.6c19.2 9.4 16.2 37.5-4.5 42.7L30.5 358.5a22.8 22.8 0 0 1 -28.2-19.6 197.2 197.2 0 0 1 9-85.3 22.8 22.8 0 0 1 31.6-13.2zm44 239.3a199.5 199.5 0 0 0 79.4 32.1A22.8 22.8 0 0 0 192.9 490l3.9-110.8c.7-21.3-25.5-31.9-39.8-16.1l-74.2 82.4a22.8 22.8 0 0 0 4.1 34.1zm145.3-109.9l58.8 94a22.9 22.9 0 0 0 34 5.5 198.4 198.4 0 0 0 52.7-67.6A23 23 0 0 0 364.2 370l-105.4-34.3c-20.3-6.5-37.8 15.8-26.5 33.9zm148.3-132.2a197.4 197.4 0 0 0 -50.4-69.3 22.9 22.9 0 0 0 -34 4.4l-62 91.9c-11.9 17.7 4.7 40.6 25.2 34.7L366 268.6a23 23 0 0 0 14.6-31.2zM62.1 30.2a22.9 22.9 0 0 0 -9.9 32l104.1 180.4c11.7 20.2 42.6 11.9 42.6-11.4V22.9a22.7 22.7 0 0 0 -24.5-22.8 320.4 320.4 0 0 0 -112.3 30.1z" />
                                                            </svg>
                                                        </span>
                                                    </a>
                                                
                                                
                                                                                                    <a class="color-white text-decoration-none"
                                                        href="https://www.instagram.com/stateroofingcompany  " target="_blank"
                                                        rel="noopener noreferrer sameas" aria-label="Instagram">
                                                        <span class="color-white">
                                                            <svg fill="currentColor"
                                                                xmlns="http://www.w3.org/2000/svg"
                                                                viewBox="0 0 448 512">
                                                                <path
                                                                    d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" />
                                                            </svg>
                                                        </span>
                                                    </a>
                                                
                                                                                                    <a class="color-white text-decoration-none"
                                                        href="https://www.google.com/search?q=state+roofing+texas&amp;rlz=1C5OZZY_enUS1179US1179&amp;oq=State+rO&amp;gs_lcrp=EgZjaHJvbWUqBggAEEUYOzIGCAAQRRg7MgkIARBFGDsYgAQyBggCEAAYAzIGCAMQRRg5Mg0IBBAuGK8BGMcBGIAEMgYIBRBFGDwyBggGEEUYPDIGCAcQRRg80gEIMTQ3NWowajeoAgCwAgA&amp;sourceid=chrome&amp;ie=UTF-8&amp;lqi=ChNzdGF0ZSByb29maW5nIHRleGFzSNfQvfnlgICACFofEAAQARgAGAEYAiITc3RhdGUgcm9vZmluZyB0ZXhhc5IBEnJvb2ZpbmdfY29udHJhY3RvcuABAA#lkt=LocalPoiReviews&amp;rlimm=5890548073912049005" target="_blank"
                                                        rel="noopener noreferrer sameas"
                                                        aria-label="Google Reviews">
                                                        <span class="color-white">
                                                            <svg fill="currentColor"
                                                                xmlns="http://www.w3.org/2000/svg"
                                                                viewBox="0 0 576 512">
                                                                <path
                                                                    d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z" />
                                                            </svg>
                                                        </span>
                                                    </a>
                                                                                            </div>
                                        </div>
                                                                            <div
                                            class="col-12 col-md-4 col-xl-12 mb-3 mb-md-0 mb-xl-3 footer-location-item">
                                            
                                                                                            <div class="footer-address">
                                                    <p>4090 Raymond Stotzer Parkway </p>
                                                    <p>College Station, TX
                                                        77845</p>
                                                                                                            <p><a class="color-white text-decoration-none"
                                                                href="tel:(979) 260-7663">(979) 260-7663</a>
                                                        </p>
                                                                                                    </div>
                                                                                                    <p class="email-address d-none">
                                                         josh@stateroofingtexas.com johngiffin@texasbystorm.com
                                                    </p>
                                                                                                                                            
                                            <div class="footer-social-media">
                                                                                                    <a class="color-white text-decoration-none"
                                                        href="https://maps.app.goo.gl/UtSZFQAZt5s3TDWH9" target="_blank"
                                                        rel="noopener noreferrer sameas" aria-label="Google Maps">
                                                        <span class="color-white">
                                                            <svg fill="currentColor"
                                                                xmlns="http://www.w3.org/2000/svg"
                                                                viewBox="0 0 488 512">
                                                                <path
                                                                    d="M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z" />
                                                            </svg>
                                                        </span>
                                                    </a>
                                                
                                                
                                                                                                    <a class="color-white text-decoration-none"
                                                        href="https://www.yelp.com/biz/state-roofing-company-college-station " target="_blank"
                                                        rel="noopener noreferrer sameas" aria-label="Yelp">
                                                        <span class="color-white">
                                                            <svg fill="currentColor"
                                                                xmlns="http://www.w3.org/2000/svg"
                                                                viewBox="0 0 384 512">
                                                                <path
                                                                    d="M42.9 240.3l99.6 48.6c19.2 9.4 16.2 37.5-4.5 42.7L30.5 358.5a22.8 22.8 0 0 1 -28.2-19.6 197.2 197.2 0 0 1 9-85.3 22.8 22.8 0 0 1 31.6-13.2zm44 239.3a199.5 199.5 0 0 0 79.4 32.1A22.8 22.8 0 0 0 192.9 490l3.9-110.8c.7-21.3-25.5-31.9-39.8-16.1l-74.2 82.4a22.8 22.8 0 0 0 4.1 34.1zm145.3-109.9l58.8 94a22.9 22.9 0 0 0 34 5.5 198.4 198.4 0 0 0 52.7-67.6A23 23 0 0 0 364.2 370l-105.4-34.3c-20.3-6.5-37.8 15.8-26.5 33.9zm148.3-132.2a197.4 197.4 0 0 0 -50.4-69.3 22.9 22.9 0 0 0 -34 4.4l-62 91.9c-11.9 17.7 4.7 40.6 25.2 34.7L366 268.6a23 23 0 0 0 14.6-31.2zM62.1 30.2a22.9 22.9 0 0 0 -9.9 32l104.1 180.4c11.7 20.2 42.6 11.9 42.6-11.4V22.9a22.7 22.7 0 0 0 -24.5-22.8 320.4 320.4 0 0 0 -112.3 30.1z" />
                                                            </svg>
                                                        </span>
                                                    </a>
                                                
                                                
                                                                                                    <a class="color-white text-decoration-none"
                                                        href="https://www.instagram.com/stateroofingbcs " target="_blank"
                                                        rel="noopener noreferrer sameas" aria-label="Instagram">
                                                        <span class="color-white">
                                                            <svg fill="currentColor"
                                                                xmlns="http://www.w3.org/2000/svg"
                                                                viewBox="0 0 448 512">
                                                                <path
                                                                    d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" />
                                                            </svg>
                                                        </span>
                                                    </a>
                                                
                                                                                                    <a class="color-white text-decoration-none"
                                                        href="https://www.google.com/maps/place/State+Roofing+Company/@30.5995751,-96.3737349,871m/data=!3m1!1e3!4m8!3m7!1s0x86468333db769a7b:0xf4d9eaf0ad9226c5!8m2!3d30.5995752!4d-96.3688693!9m1!1b1!16s%2Fg%2F11gm983r59?entry=ttu&amp;g_ep=EgoyMDI2MDMxNy4wIKXMDSoASAFQAw%3D%3D" target="_blank"
                                                        rel="noopener noreferrer sameas"
                                                        aria-label="Google Reviews">
                                                        <span class="color-white">
                                                            <svg fill="currentColor"
                                                                xmlns="http://www.w3.org/2000/svg"
                                                                viewBox="0 0 576 512">
                                                                <path
                                                                    d="M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z" />
                                                            </svg>
                                                        </span>
                                                    </a>
                                                                                            </div>
                                        </div>
                                                                    </div>
                                                                                        <div class="col-6 col-xl-12 footer-brand-col d-none d-xl-block">
                                                                    </div>
                                                    </div>
                    </div>
                </div>
            </div>

            <div class="footer-hr"></div>

            <!-- Menus -->
            <div class="col-xl-8 footer-menus">
                <div class="row">
                    
                                                                        <div class="col-md-4">
                                <div
                                    class="footer-menu footer-menu-a">
                                    <div class="menu-footer-menu-a-container"><ul id="menu-footer-menu-a" class="nav flex-column"><li class="menu-item nav-item menu-service-areas"><a class="nav-link color-white" href="https://stateroofingtexas.com/service-areas/"><span class="color-white nav-link-icon nav-link-icon-63144"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" fill="currentColor" aria-label="Service Areas Icon"><path d="M172.3 501.7C27 291 0 269.4 0 192 0 86 86 0 192 0s192 86 192 192c0 77.4-27 99-172.3 309.7-9.5 13.8-29.9 13.8-39.5 0zM192 272c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80z"/></svg></span> Service Areas<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
<li class="menu-item nav-item menu-bryan-tx"><a class="nav-link color-white" href="https://stateroofingtexas.com/service-areas/bryan-tx/"><span class="color-white nav-link-icon nav-link-icon-64989"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" fill="currentColor" aria-label="Bryan, TX Icon"><path d="M172.3 501.7C27 291 0 269.4 0 192 0 86 86 0 192 0s192 86 192 192c0 77.4-27 99-172.3 309.7-9.5 13.8-29.9 13.8-39.5 0zM192 272c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80z"/></svg></span> Bryan, TX<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
<li class="menu-item nav-item menu-bunker-hill-village-tx"><a class="nav-link color-white" href="https://stateroofingtexas.com/service-areas/bunker-hill-village-tx/"><span class="color-white nav-link-icon nav-link-icon-63713"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" fill="currentColor" aria-label="Bunker Hill Village, TX Icon"><path d="M172.3 501.7C27 291 0 269.4 0 192 0 86 86 0 192 0s192 86 192 192c0 77.4-27 99-172.3 309.7-9.5 13.8-29.9 13.8-39.5 0zM192 272c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80z"/></svg></span> Bunker Hill Village, TX<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
<li class="menu-item nav-item menu-cinco-ranch-tx"><a class="nav-link color-white" href="https://stateroofingtexas.com/service-areas/cinco-ranch-tx/"><span class="color-white nav-link-icon nav-link-icon-63715"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" fill="currentColor" aria-label="Cinco Ranch, TX Icon"><path d="M172.3 501.7C27 291 0 269.4 0 192 0 86 86 0 192 0s192 86 192 192c0 77.4-27 99-172.3 309.7-9.5 13.8-29.9 13.8-39.5 0zM192 272c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80z"/></svg></span> Cinco Ranch, TX<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
<li class="menu-item nav-item menu-college-station-tx"><a class="nav-link color-white" href="https://stateroofingtexas.com/service-areas/college-station-tx/"><span class="color-white nav-link-icon nav-link-icon-63683"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" fill="currentColor" aria-label="College Station, TX Icon"><!--!Font Awesome Pro v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2026 Fonticons, Inc.--><path d="M0 188.6C0 84.4 86 0 192 0S384 84.4 384 188.6c0 119.3-120.2 262.3-170.4 316.8-11.8 12.8-31.5 12.8-43.3 0-50.2-54.5-170.4-197.5-170.4-316.8zM192 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128z"/></svg></span> College Station, TX<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
<li class="menu-item nav-item menu-hedwig-village-tx"><a class="nav-link color-white" href="https://stateroofingtexas.com/service-areas/hedwig-village-tx/"><span class="color-white nav-link-icon nav-link-icon-63714"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" fill="currentColor" aria-label="Hedwig Village, TX Icon"><path d="M172.3 501.7C27 291 0 269.4 0 192 0 86 86 0 192 0s192 86 192 192c0 77.4-27 99-172.3 309.7-9.5 13.8-29.9 13.8-39.5 0zM192 272c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80z"/></svg></span> Hedwig Village, TX<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
<li class="menu-item nav-item menu-houston-tx"><a class="nav-link color-white" href="https://stateroofingtexas.com/service-areas/houston-tx/"><span class="color-white nav-link-icon nav-link-icon-63675"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" fill="currentColor" aria-label="Houston, TX Icon"><path d="M172.3 501.7C27 291 0 269.4 0 192 0 86 86 0 192 0s192 86 192 192c0 77.4-27 99-172.3 309.7-9.5 13.8-29.9 13.8-39.5 0zM192 272c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80z"/></svg></span> Houston, TX<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
<li class="menu-item nav-item menu-katy-tx"><a class="nav-link color-white" href="https://stateroofingtexas.com/service-areas/katy-tx/"><span class="color-white nav-link-icon nav-link-icon-63718"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" fill="currentColor" aria-label="Katy, TX Icon"><path d="M172.3 501.7C27 291 0 269.4 0 192 0 86 86 0 192 0s192 86 192 192c0 77.4-27 99-172.3 309.7-9.5 13.8-29.9 13.8-39.5 0zM192 272c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80z"/></svg></span> Katy, TX<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
<li class="menu-item nav-item menu-memorial-tx"><a class="nav-link color-white" href="https://stateroofingtexas.com/service-areas/memorial-tx/"><span class="color-white nav-link-icon nav-link-icon-63712"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" fill="currentColor" aria-label="Memorial, TX Icon"><path d="M172.3 501.7C27 291 0 269.4 0 192 0 86 86 0 192 0s192 86 192 192c0 77.4-27 99-172.3 309.7-9.5 13.8-29.9 13.8-39.5 0zM192 272c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80z"/></svg></span> Memorial, TX<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
<li class="menu-item nav-item menu-missouri-city-tx"><a class="nav-link color-white" href="https://stateroofingtexas.com/service-areas/missouri-city-tx/"><span class="color-white nav-link-icon nav-link-icon-63716"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" fill="currentColor" aria-label="Missouri City, TX Icon"><path d="M172.3 501.7C27 291 0 269.4 0 192 0 86 86 0 192 0s192 86 192 192c0 77.4-27 99-172.3 309.7-9.5 13.8-29.9 13.8-39.5 0zM192 272c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80z"/></svg></span> Missouri City, TX<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
<li class="menu-item nav-item menu-spring-valley-village-tx"><a class="nav-link color-white" href="https://stateroofingtexas.com/service-areas/spring-valley-village-tx/"><span class="color-white nav-link-icon nav-link-icon-63711"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" fill="currentColor" aria-label="Spring Valley Village, TX Icon"><path d="M172.3 501.7C27 291 0 269.4 0 192 0 86 86 0 192 0s192 86 192 192c0 77.4-27 99-172.3 309.7-9.5 13.8-29.9 13.8-39.5 0zM192 272c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80z"/></svg></span> Spring Valley Village, TX<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
<li class="menu-item nav-item menu-sugar-land-tx"><a class="nav-link color-white" href="https://stateroofingtexas.com/service-areas/sugar-land-tx/"><span class="color-white nav-link-icon nav-link-icon-63717"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" fill="currentColor" aria-label="Sugar Land, TX Icon"><path d="M172.3 501.7C27 291 0 269.4 0 192 0 86 86 0 192 0s192 86 192 192c0 77.4-27 99-172.3 309.7-9.5 13.8-29.9 13.8-39.5 0zM192 272c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80z"/></svg></span> Sugar Land, TX<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
</ul></div>
                                </div>
                            </div>
                                                                                                <div class="col-md-4">
                                <div
                                    class="footer-menu footer-menu-b">
                                    <div class="menu-footer-menu-b-container"><ul id="menu-footer-menu-b" class="nav flex-column"><li class="active menu-item nav-item menu-roofing"><a class="nav-link color-white" href="https://stateroofingtexas.com/roofing/"><span class="color-white nav-link-icon nav-link-icon-63307"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" fill="currentColor" aria-label="Roofing Icon"><!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d="M298.2 72.6C310.5 61.2 329.5 61.2 341.7 72.6L432 156.3L432 144C432 126.3 446.3 112 464 112L496 112C513.7 112 528 126.3 528 144L528 245.5L565.8 280.6C575.4 289.6 578.6 303.5 573.8 315.7C569 327.9 557.2 336 544 336L528 336L528 512C528 547.3 499.3 576 464 576L176 576C140.7 576 112 547.3 112 512L112 336L96 336C82.8 336 71 327.9 66.2 315.7C61.4 303.5 64.6 289.5 74.2 280.6L298.2 72.6zM304 384C277.5 384 256 405.5 256 432L256 528L384 528L384 432C384 405.5 362.5 384 336 384L304 384z"/></svg></span> Roofing<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
<li class="menu-item nav-item menu-commercial-roofing"><a class="nav-link color-white" href="https://stateroofingtexas.com/commercial-roofing/"><span class="color-white nav-link-icon nav-link-icon-63418"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" fill="currentColor" aria-label="Commercial Roofing Icon"><!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d="M334.3 51.4C325.3 46.9 314.7 46.9 305.7 51.4L49.7 179.4C33.9 187.3 27.5 206.5 35.4 222.3C43.3 238.1 62.5 244.5 78.3 236.6L320 115.8L561.7 236.6C577.5 244.5 596.7 238.1 604.6 222.3C612.5 206.5 606.1 187.3 590.3 179.4L334.3 51.4zM320 336C350.9 336 376 310.9 376 280C376 249.1 350.9 224 320 224C289.1 224 264 249.1 264 280C264 310.9 289.1 336 320 336zM320 384C267 384 224 427 224 480L224 512C224 529.7 238.3 544 256 544L384 544C401.7 544 416 529.7 416 512L416 480C416 427 373 384 320 384zM192 320C192 293.5 170.5 272 144 272C117.5 272 96 293.5 96 320C96 346.5 117.5 368 144 368C170.5 368 192 346.5 192 320zM544 320C544 293.5 522.5 272 496 272C469.5 272 448 293.5 448 320C448 346.5 469.5 368 496 368C522.5 368 544 346.5 544 320zM144 400C99.8 400 64 435.8 64 480L64 513.1C64 530.1 77.8 544 94.9 544L182.7 544C178.4 534.2 176 523.4 176 512L176 464C176 445.6 179.5 428 185.8 411.8C173.6 404.3 159.3 400 144 400zM457.4 544L545.2 544C562.2 544 576.1 530.2 576.1 513.1L576.1 480C576.1 435.8 540.3 400 496.1 400C480.8 400 466.5 404.3 454.3 411.8C460.6 428 464.1 445.6 464.1 464L464.1 512C464.1 523.4 461.7 534.2 457.4 544z"/></svg></span> Commercial Roofing<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
<li class="menu-item nav-item menu-gutters"><a class="nav-link color-white" href="https://stateroofingtexas.com/gutters/"><span class="color-white nav-link-icon nav-link-icon-63317"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor" aria-label="Gutters Icon"><path d="M303.5 5.7c-9-7.6-22.1-7.6-31.1 0l-264 224c-10.1 8.6-11.3 23.7-2.8 33.8s23.7 11.3 33.8 2.8L64 245.5 64 393c14.6-8.5 31.9-10.7 48-6.6l0-181.7L288 55.5 464 204.8l0 181.7c16.1-4.2 33.4-1.9 48 6.5l0-147.5 24.5 20.8c10.1 8.6 25.3 7.3 33.8-2.8s7.3-25.3-2.8-33.8l-264-224zM256 224l64 0 0 64-64 0 0-64zm-8-48c-22.1 0-40 17.9-40 40l0 80c0 22.1 17.9 40 40 40l80 0c22.1 0 40-17.9 40-40l0-80c0-22.1-17.9-40-40-40l-80 0zM111.9 430.1c-9.1-8.1-22.8-8.1-31.9 0C62.8 445 41 456.8 18.8 461.8C5.9 464.7-2.3 477.5 .6 490.5s15.7 21.1 28.7 18.2C58 502.2 81.6 488.2 96 478.2c28.1 19.5 61.4 33.8 96 33.8s67.9-14.3 96-33.8c28.1 19.5 61.4 33.8 96 33.8s67.9-14.3 96-33.8c14.4 10 38 24 66.7 30.4c12.9 2.9 25.8-5.2 28.7-18.2s-5.2-25.8-18.2-28.7c-22-4.9-44.3-16.7-61.3-31.8c-9.1-8.1-22.8-8.1-31.9 0c-21.5 18.6-51.2 33.9-80 33.9s-58.5-15.3-80-33.9c-9.1-8.1-22.8-8.1-31.9 0c-21.5 18.6-51.2 33.9-80 33.9s-58.5-15.3-80-33.9z"/></svg></span> Gutters<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
<li class="menu-item nav-item menu-gutter-guards"><a class="nav-link color-white" href="https://stateroofingtexas.com/gutters/gutter-guards/"><span class="color-white nav-link-icon nav-link-icon-63696"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512" fill="currentColor" aria-label="Gutter Guards Icon"><path d="M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h16c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm320 0c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z"/></svg></span> Gutter Guards<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
<li class="menu-item nav-item menu-roof-inspections"><a class="nav-link color-white" href="https://stateroofingtexas.com/roofing/roof-inspections/"><span class="color-white nav-link-icon nav-link-icon-63502"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" fill="currentColor" aria-label="Roof Inspections Icon"><!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d="M480 272C480 317.9 465.1 360.3 440 394.7L566.6 521.4C579.1 533.9 579.1 554.2 566.6 566.7C554.1 579.2 533.8 579.2 521.3 566.7L394.7 440C360.3 465.1 317.9 480 272 480C157.1 480 64 386.9 64 272C64 157.1 157.1 64 272 64C386.9 64 480 157.1 480 272zM272 416C351.5 416 416 351.5 416 272C416 192.5 351.5 128 272 128C192.5 128 128 192.5 128 272C128 351.5 192.5 416 272 416z"/></svg></span> Roof Inspections<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
<li class="menu-item nav-item menu-roof-emergency"><a class="nav-link color-white" href="https://stateroofingtexas.com/roofing/roof-emergency/"><span class="color-white nav-link-icon nav-link-icon-63710"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512" fill="currentColor" aria-label="Roof Emergency Icon"><!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d="M309.8 8.6c-12.3-11.4-31.3-11.4-43.5 0l-224 208c-9.6 9-12.8 22.9-8 35.1S50.8 272 64 272l16 0 0 176c0 35.3 28.7 64 64 64l196 0c-21.2-29.5-34.3-65.3-35.9-104L272 408c-8.8 0-16-7.2-16-16l0-40-40 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l40 0 0-40c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 40 20 0c34.9-48.5 91.7-80 156-80 10.7 0 21.1 .9 31.3 2.5L309.8 8.6zM496 544a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-100a20 20 0 1 1 0 40 20 20 0 1 1 0-40zm0-140c8.8 0 16 7.2 16 16l0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80c0-8.8 7.2-16 16-16z"/></svg></span> Roof Emergency<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
<li class="menu-item nav-item menu-roofing-maintenance"><a class="nav-link color-white" href="https://stateroofingtexas.com/roofing/roofing-maintenance/"><span class="color-white nav-link-icon nav-link-icon-63359"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor" aria-label="Roofing Maintenance Icon"><path d="M78.6 5C69.1-2.4 55.6-1.5 47 7L7 47c-8.5 8.5-9.4 22-2.1 31.6l80 104c4.5 5.9 11.6 9.4 19 9.4l54.1 0 109 109c-14.7 29-10 65.4 14.3 89.6l112 112c12.5 12.5 32.8 12.5 45.3 0l64-64c12.5-12.5 12.5-32.8 0-45.3l-112-112c-24.2-24.2-60.6-29-89.6-14.3l-109-109 0-54.1c0-7.5-3.5-14.5-9.4-19L78.6 5zM23.2 376.8C8.3 391.7 0 411.8 0 432.8C0 476.5 35.5 512 79.2 512c21 0 41.1-8.3 56-23.2L238.5 385.5c-8.9-17.6-12.8-37.1-11.6-56.3L101.3 454.9c-5.9 5.8-13.8 9.1-22.1 9.1C62 464 48 450 48 432.8c0-8.3 3.3-16.2 9.1-22.1L194.3 273.5l-33.9-33.9L23.2 376.8zM463.9 164c-1.4 38.9-22.6 72.8-53.8 91.8c1.1 1 2.1 2 3.1 3l31.6 31.6c40.7-29 67.2-76.6 67.2-130.3c0-24.8-5.7-48.3-15.7-69.3c-4.4-9.2-16.5-10.5-23.7-3.3l-67.9 67.9c-3 3-7.1 4.7-11.3 4.7L368 160c-8.8 0-16-7.2-16-16l0-25.4c0-4.2 1.7-8.3 4.7-11.3l67.9-67.9c7.2-7.2 5.9-19.3-3.3-23.7C400.3 5.7 376.8 0 352 0C294.7 0 244.4 30.1 216.2 75.4C221.2 84 224 93.8 224 104l0 40.8 16 16 0-.8c0-60.5 48-109.9 108-111.9L322.7 73.4s0 0 0 0c-12 12-18.7 28.3-18.7 45.3l0 25.4c0 35.3 28.7 64 64 64l25.4 0c17 0 33.3-6.7 45.3-18.7L463.9 164z"/></svg></span> Roofing Maintenance<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
<li class="menu-item nav-item menu-re-roof"><a class="nav-link color-white" href="https://stateroofingtexas.com/roofing/re-roof/"><span class="color-white nav-link-icon nav-link-icon-63698"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512" fill="currentColor" aria-label="Re-roof Icon"><path d="M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h16c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm320 0c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z"/></svg></span> Re-roof<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
<li class="menu-item nav-item menu-roofing-repair"><a class="nav-link color-white" href="https://stateroofingtexas.com/roofing/roofing-repair/"><span class="color-white nav-link-icon nav-link-icon-63221"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor" aria-label="Roofing Repair Icon"><path d="M432.8 204.9c-9.1-9.1-21.5-14.2-34.4-14.1c-11.3 .1-22.4-4.1-31-12.7L329.3 140c-5.9-5.9-9.3-14-9.3-22.4l0-12.1c0-17.6-9.6-33.7-25-42.1L273.3 51.5c8.4-2.3 17.1-3.5 25.8-3.5l18.1 0c24.5 0 48 9.3 65.8 26.1l44.6 42c9.7 9.1 14.3 21.7 13.5 34.1c-.8 13.7 4.3 27.1 14 36.8l37 37L472 244.1l-39.2-39.2zM216.7 75.3l.3 .2 55 30 0 12.1c0 21.1 8.4 41.4 23.3 56.3l38.1 38.1c18.1 18.1 41.8 26.9 65.4 26.7l39.2 39.2 1 1-16 16c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L569 217c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-8 8-1-1-37-37c1.6-26.1-8-52.7-28.5-72l-44.6-42C389.2 14 353.9 0 317.2 0L299.2 0C279 0 259.1 4.2 240.7 12.4L219.1 22l-.3 .1-6.2 2.8-19.1 8.5c-5.6 2.5-9.2 7.9-9.5 14s3 11.8 8.3 14.7l18.4 10 6 3.3zm44.2 107.3L27.4 377.1C10.1 391.6 0 413.1 0 435.7C0 477.8 34.1 512 76.3 512c22.6 0 44.1-10.1 58.6-27.4L330 250.4c-6.8-4.5-13.2-9.7-19.2-15.7l-38.1-38.1c-4.3-4.3-8.3-9-11.8-14z"/></svg></span> Roofing Repair<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
<li class="menu-item nav-item menu-roofing-installation"><a class="nav-link color-white" href="https://stateroofingtexas.com/roofing/roofing-installation/"><span class="color-white nav-link-icon nav-link-icon-63361"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512" fill="currentColor" aria-label="Roofing Installation Icon"><path d="M332.3 3.4l296 176c11.4 6.8 15.1 21.5 8.4 32.9s-21.5 15.1-32.9 8.4L320 51.9 36.3 220.6c-11.4 6.8-26.1 3-32.9-8.4s-3-26.1 8.4-32.9l296-176c7.6-4.5 17-4.5 24.5 0zM496 256a40 40 0 1 1 0 80 40 40 0 1 1 0-80zM480 464l32 0 0-63.5c-2-.3-4.1-.5-6.2-.5l-19.5 0c-2.1 0-4.2 .2-6.2 .5l0 63.5zm98.9 27.4l-18.9-35 0 23.7c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-23.7-18.9 35c-6.3 11.7-20.8 16-32.5 9.8s-16-20.8-9.8-32.5l36.3-67.5c-1.7-1.7-3.2-3.6-4.3-5.8l-18.9-35 0 39.7c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-39.7-18.9 35c-1.2 2.2-2.6 4.1-4.3 5.8l36.3 67.5c6.3 11.7 1.9 26.2-9.8 32.5s-26.2 1.9-32.5-9.8l-18.9-35 0 23.7c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-23.7-18.9 35c-6.3 11.7-20.8 16-32.5 9.8s-16-20.8-9.8-32.5l37.9-70.3c15.3-28.5 45.1-46.3 77.5-46.3l19.5 0c16.3 0 31.9 4.5 45.4 12.6l33.6-62.3c15.3-28.5 45.1-46.3 77.5-46.3l19.5 0c32.4 0 62.1 17.8 77.5 46.3l33.6 62.3c13.5-8.1 29.1-12.6 45.4-12.6l19.5 0c32.4 0 62.1 17.8 77.5 46.3l37.9 70.3c6.3 11.7 1.9 26.2-9.8 32.5s-26.2 1.9-32.5-9.8zM280 200a40 40 0 1 1 80 0 40 40 0 1 1 -80 0zm24 104.5l0 79.5 32 0 0-79.5c-2-.3-4.1-.5-6.2-.5l-19.5 0c-2.1 0-4.2 .2-6.2 .5zM144 256a40 40 0 1 1 0 80 40 40 0 1 1 0-80zM128 464l32 0 0-63.5c-2-.3-4.1-.5-6.2-.5l-19.5 0c-2.1 0-4.2 .2-6.2 .5l0 63.5z"/></svg></span> Roofing Installation<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
<li class="menu-item nav-item menu-roofing-replacement"><a class="nav-link color-white" href="https://stateroofingtexas.com/roofing/roofing-replacement/"><span class="color-white nav-link-icon nav-link-icon-63695"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="currentColor" aria-label="Roofing Replacement Icon"><path d="M440.3 345.2l-33.8-19.5 26-7c8.2-2.2 13.1-10.7 10.9-18.9l-4-14.9c-2.2-8.2-10.7-13.1-18.9-10.9l-70.8 19-63.9-37 63.8-36.9 70.8 19c8.2 2.2 16.7-2.7 18.9-10.9l4-14.9c2.2-8.2-2.7-16.7-10.9-18.9l-26-7 33.8-19.5c7.4-4.3 9.9-13.7 5.7-21.1L430.4 119c-4.3-7.4-13.7-9.9-21.1-5.7l-33.8 19.5 7-26c2.2-8.2-2.7-16.7-10.9-18.9l-14.9-4c-8.2-2.2-16.7 2.7-18.9 10.9l-19 70.8-62.8 36.2v-77.5l53.7-53.7c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-6.2-6.2-16.4-6.2-22.6 0L256 56.4V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v40.4l-19.7-19.7c-6.2-6.2-16.4-6.2-22.6 0L138.3 48c-6.3 6.2-6.3 16.4 0 22.6l53.7 53.7v77.5l-62.8-36.2-19-70.8c-2.2-8.2-10.7-13.1-18.9-10.9l-14.9 4c-8.2 2.2-13.1 10.7-10.9 18.9l7 26-33.8-19.5c-7.4-4.3-16.8-1.7-21.1 5.7L2.1 145.7c-4.3 7.4-1.7 16.8 5.7 21.1l33.8 19.5-26 7c-8.3 2.2-13.2 10.7-11 19l4 14.9c2.2 8.2 10.7 13.1 18.9 10.9l70.8-19 63.8 36.9-63.8 36.9-70.8-19c-8.2-2.2-16.7 2.7-18.9 10.9l-4 14.9c-2.2 8.2 2.7 16.7 10.9 18.9l26 7-33.8 19.6c-7.4 4.3-9.9 13.7-5.7 21.1l15.5 26.8c4.3 7.4 13.7 9.9 21.1 5.7l33.8-19.5-7 26c-2.2 8.2 2.7 16.7 10.9 18.9l14.9 4c8.2 2.2 16.7-2.7 18.9-10.9l19-70.8 62.8-36.2v77.5l-53.7 53.7c-6.3 6.2-6.3 16.4 0 22.6l11.3 11.3c6.2 6.2 16.4 6.2 22.6 0l19.7-19.7V496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-40.4l19.7 19.7c6.2 6.2 16.4 6.2 22.6 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6L256 387.7v-77.5l62.8 36.2 19 70.8c2.2 8.2 10.7 13.1 18.9 10.9l14.9-4c8.2-2.2 13.1-10.7 10.9-18.9l-7-26 33.8 19.5c7.4 4.3 16.8 1.7 21.1-5.7l15.5-26.8c4.3-7.3 1.8-16.8-5.6-21z"/></svg></span> Roofing Replacement<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
<li class="menu-item nav-item menu-roof-cleaning"><a class="nav-link color-white" href="https://stateroofingtexas.com/roof-cleaning/"><span class="color-white nav-link-icon nav-link-icon-64992"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512" fill="currentColor" aria-label="Roof Cleaning Icon"><path d="M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h16c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm320 0c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z"/></svg></span> Roof Cleaning<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
</ul></div>
                                </div>
                            </div>
                                                                                                <div class="col-md-4">
                                <div
                                    class="footer-menu footer-menu-c">
                                    <div class="menu-footer-menu-c-container"><ul id="menu-footer-menu-c" class="nav flex-column"><li class="menu-item nav-item menu-about-us"><a class="nav-link color-white" href="https://stateroofingtexas.com/about-us/"><span class="color-white nav-link-icon nav-link-icon-1560"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor" aria-label="About Us Icon"><path d="M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-352 96c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H86.4C74 384 64 375.4 64 364.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2zM512 312c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-64c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-64c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16z"/></svg></span> About Us<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
<li class="menu-item nav-item menu-awards-certifications"><a class="nav-link color-white" href="https://stateroofingtexas.com/about-us/awards-affiliations-and-certifications/"><span class="color-white nav-link-icon nav-link-icon-63783"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor" aria-label="Awards, Affiliations, and Certifications Icon"><!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d="M239.2-8c-6.1-6.2-15-8.7-23.4-6.4S200.9-5.6 198.8 2.8L183.5 63c-1.1 4.4-5.6 7-9.9 5.7L113.8 51.9c-8.4-2.4-17.4 0-23.5 6.1s-8.5 15.1-6.1 23.5l16.9 59.8c1.2 4.3-1.4 8.8-5.7 9.9L35.1 166.5c-8.4 2.1-15 8.7-17.3 17.1s.2 17.3 6.4 23.4l44.5 43.3c3.2 3.1 3.2 8.3 0 11.5L24.3 305.1c-6.2 6.1-8.7 15-6.4 23.4s8.9 14.9 17.3 17.1l60.2 15.3c4.4 1.1 7 5.6 5.7 9.9L84.2 430.5c-2.4 8.4 0 17.4 6.1 23.5s15.1 8.5 23.5 6.1l59.8-16.9c4.3-1.2 8.8 1.4 9.9 5.7l15.3 60.2c2.1 8.4 8.7 15 17.1 17.3s17.3-.2 23.4-6.4l43.3-44.5c3.1-3.2 8.3-3.2 11.5 0L337.3 520c6.1 6.2 15 8.7 23.4 6.4s14.9-8.9 17.1-17.3L393.1 449c1.1-4.4 5.6-7 9.9-5.7l59.8 16.9c8.4 2.4 17.4 0 23.5-6.1s8.5-15.1 6.1-23.5l-16.9-59.8c-1.2-4.3 1.4-8.8 5.7-9.9l60.2-15.3c8.4-2.1 15-8.7 17.3-17.1s-.2-17.4-6.4-23.4l-44.5-43.3c-3.2-3.1-3.2-8.3 0-11.5l44.5-43.3c6.2-6.1 8.7-15 6.4-23.4s-8.9-14.9-17.3-17.1l-60.2-15.3c-4.4-1.1-7-5.6-5.7-9.9l16.9-59.8c2.4-8.4 0-17.4-6.1-23.5s-15.1-8.5-23.5-6.1L403 68.8c-4.3 1.2-8.8-1.4-9.9-5.7L377.8 2.8c-2.1-8.4-8.7-15-17.1-17.3s-17.3 .2-23.4 6.4L294 36.5c-3.1 3.2-8.3 3.2-11.5 0L239.2-8z"/></svg></span> Awards &#038; Certifications<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
<li class="menu-item nav-item menu-gaf-master-elite"><a class="nav-link color-white" href="https://stateroofingtexas.com/about-us/gaf-master-elite/"><span class="color-white nav-link-icon nav-link-icon-63781"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="currentColor" aria-label="GAF Master Elite Icon"><!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d="M245.9-25.9c-13.4-8.2-30.3-8.2-43.7 0-24.4 14.9-39.5 18.9-68.1 18.3-15.7-.4-30.3 8.1-37.9 21.9-13.7 25.1-24.8 36.2-49.9 49.9-13.8 7.5-22.2 22.2-21.9 37.9 .7 28.6-3.4 43.7-18.3 68.1-8.2 13.4-8.2 30.3 0 43.7 14.9 24.4 18.9 39.5 18.3 68.1-.4 15.7 8.1 30.3 21.9 37.9 22.1 12.1 33.3 22.1 45.1 41.5L42.7 458.5c-5.9 11.9-1.1 26.3 10.7 32.2l86 43c11.5 5.7 25.5 1.4 31.7-9.8l52.8-95.1 52.8 95.1c6.2 11.2 20.2 15.6 31.7 9.8l86-43c11.9-5.9 16.7-20.3 10.7-32.2l-48.6-97.2c11.7-19.4 23-29.4 45.1-41.5 13.8-7.5 22.2-22.2 21.9-37.9-.7-28.6 3.4-43.7 18.3-68.1 8.2-13.4 8.2-30.3 0-43.7-14.9-24.4-18.9-39.5-18.3-68.1 .4-15.7-8.1-30.3-21.9-37.9-25.1-13.7-36.2-24.8-49.9-49.9-7.5-13.8-22.2-22.2-37.9-21.9-28.6 .7-43.7-3.4-68.1-18.3zM224 96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"/></svg></span> GAF Master Elite<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
<li class="menu-item nav-item menu-gaf-product-catalog"><a class="nav-link color-white" href="https://stateroofingtexas.com/about-us/gaf-product-catalog/"><span class="color-white nav-link-icon nav-link-icon-64893"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512" fill="currentColor" aria-label="GAF Product Catalog Icon"><path d="M608 96H32c-17.7 0-32 14.3-32 32v256c0 17.7 14.3 32 32 32h576c17.7 0 32-14.3 32-32V128c0-17.7-14.3-32-32-32zM304 352c0 4.4-3.6 8-8 8H72c-4.4 0-8-3.6-8-8v-8c0-4.4 3.6-8 8-8h224c4.4 0 8 3.6 8 8v8zM72 288v-16c0-4.4 3.6-8 8-8h16c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H80c-4.4 0-8-3.6-8-8zm64 0v-16c0-4.4 3.6-8 8-8h16c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8zm64 0v-16c0-4.4 3.6-8 8-8h16c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8zm64 0v-16c0-4.4 3.6-8 8-8h16c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8zm40-64c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16v-48c0-8.8 7.2-16 16-16h208c8.8 0 16 7.2 16 16v48zm272 128c0 4.4-3.6 8-8 8H344c-4.4 0-8-3.6-8-8v-8c0-4.4 3.6-8 8-8h224c4.4 0 8 3.6 8 8v8z"/></svg></span> GAF Product Catalog<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
<li class="menu-item nav-item menu-gaf-warranties"><a class="nav-link color-white" href="https://stateroofingtexas.com/about-us/gaf-warranties/"><span class="color-white nav-link-icon nav-link-icon-64889"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512" fill="currentColor" aria-label="GAF Warranties Icon"><path d="M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h16c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm320 0c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z"/></svg></span> GAF Warranties<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
<li class="menu-item nav-item menu-general-service-faqs"><a class="nav-link color-white" href="https://stateroofingtexas.com/about-us/faqs/"><span class="color-white nav-link-icon nav-link-icon-63639"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" fill="currentColor" aria-label="General Service FAQs Icon"><!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d="M64 160c0-53 43-96 96-96s96 43 96 96c0 42.7-27.9 78.9-66.5 91.4-28.4 9.2-61.5 35.3-61.5 76.6l0 24c0 17.7 14.3 32 32 32s32-14.3 32-32l0-24c0-1.7 .6-4.1 3.5-7.3 3-3.3 7.9-6.5 13.7-8.4 64.3-20.7 110.8-81 110.8-152.3 0-88.4-71.6-160-160-160S0 71.6 0 160c0 17.7 14.3 32 32 32s32-14.3 32-32zm96 352c22.1 0 40-17.9 40-40s-17.9-40-40-40-40 17.9-40 40 17.9 40 40 40z"/></svg></span> General Service FAQs<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
<li class="menu-item nav-item menu-our-work"><a class="nav-link color-white" href="https://stateroofingtexas.com/our-work/"><span class="color-white nav-link-icon nav-link-icon-63585"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor" aria-label="Our Work Icon"><!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d="M277.8 8.6c-12.3-11.4-31.3-11.4-43.5 0l-224 208c-9.6 9-12.8 22.9-8 35.1S18.8 272 32 272l16 0 0 176c0 35.3 28.7 64 64 64l288 0c35.3 0 64-28.7 64-64l0-176 16 0c13.2 0 25-8.1 29.8-20.3s1.6-26.2-8-35.1l-224-208zM200 256a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zM144 432c0-44.2 35.8-80 80-80l64 0c44.2 0 80 35.8 80 80 0 8.8-7.2 16-16 16l-192 0c-8.8 0-16-7.2-16-16z"/></svg></span> Our Work<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
<li class="menu-item nav-item menu-project-map"><a class="nav-link color-white" href="https://stateroofingtexas.com/project-map/"><span class="color-white nav-link-icon nav-link-icon-64901"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512" fill="currentColor" aria-label="Project Map Icon"><path d="M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h16c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm320 0c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z"/></svg></span> Project Map<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
<li class="menu-item nav-item menu-roofing-materials"><a class="nav-link color-white" href="https://stateroofingtexas.com/roofing/roofing-materials/"><span class="color-white nav-link-icon nav-link-icon-63707"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor" aria-label="Roofing Materials Icon"><!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d="M200 48l112 0c4.4 0 8 3.6 8 8l0 40-128 0 0-40c0-4.4 3.6-8 8-8zm-56 8l0 40-80 0C28.7 96 0 124.7 0 160l0 96 512 0 0-96c0-35.3-28.7-64-64-64l-80 0 0-40c0-30.9-25.1-56-56-56L200 0c-30.9 0-56 25.1-56 56zM512 304l-192 0 0 16c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-16-192 0 0 112c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-112z"/></svg></span> Roofing Materials<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
<li class="active menu-item nav-item menu-squirrelgard"><a class="nav-link active" aria-current="page" href="https://stateroofingtexas.com/roofing/squirrelgard-the-solution-for-damaged-lead-jacks/"><span class="color-white nav-link-icon nav-link-icon-63786"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor" aria-label="SquirrelGard® – The Solution for Damaged Lead Jacks Icon"><!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d="M234.2 8.6c12.3-11.4 31.3-11.4 43.5 0L368 92.3 368 80c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32l0 101.5 37.8 35.1c9.6 9 12.8 22.9 8 35.1S493.2 272 480 272l-16 0 0 176c0 35.3-28.7 64-64 64l-288 0c-35.3 0-64-28.7-64-64l0-176-16 0c-13.2 0-25-8.1-29.8-20.3s-1.6-26.2 8-35.1l224-208zM240 320c-26.5 0-48 21.5-48 48l0 96 128 0 0-96c0-26.5-21.5-48-48-48l-32 0z"/></svg></span> SquirrelGard®<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
<li class="menu-item nav-item menu-wind-storm-certification"><a class="nav-link color-white" href="https://stateroofingtexas.com/roofing/wind-storm-certification/"><span class="color-white nav-link-icon nav-link-icon-63709"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor" aria-label="Wind Storm Certification Icon"><!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d="M288 32c0 17.7 14.3 32 32 32l40 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L32 112c-17.7 0-32 14.3-32 32s14.3 32 32 32l328 0c48.6 0 88-39.4 88-88S408.6 0 360 0L320 0c-17.7 0-32 14.3-32 32zm64 352c0 17.7 14.3 32 32 32l32 0c53 0 96-43 96-96s-43-96-96-96L32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0c-17.7 0-32 14.3-32 32zM128 512l40 0c48.6 0 88-39.4 88-88s-39.4-88-88-88L32 336c-17.7 0-32 14.3-32 32s14.3 32 32 32l136 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-40 0c-17.7 0-32 14.3-32 32s14.3 32 32 32z"/></svg></span> Wind Storm Certification<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
<li class="menu-item nav-item menu-contact-us"><a class="nav-link color-white" href="https://stateroofingtexas.com/contact/"><span class="color-white nav-link-icon nav-link-icon-62265"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor" aria-label="Contact Us Icon"><path d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 9.8 11.2 15.5 19.1 9.7L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z"/></svg></span> Contact Us<span class="nav-arrow-icon"><svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg></span></a></li>
</ul></div>
                                </div>
                            </div>
                                                            </div>
            </div>
        </div>
        <div class="row">
            <div class="col-12">
                <div class="footer-copyright">
                    <div class="footer-copyright-name">
                        &copy; Copyright  2026 State Roofing |  All Rights Reserved | <a href="/privacy-policy"
                            class="fw-normal text-decoration-none color-white">Privacy Policy</a> | Website by <a href="https://rangehomeservices.com" target="_blank" rel="nofollow" class="text-decoration-none color-white">Range Home Services</a>, a division of <a href="https://rangemarketing.com" target="_blank" rel="nofollow" class="text-decoration-none color-white">Range Marketing</a>
                    </div>
                </div>
            </div>
        </div>
    </div>
</footer>
        </div>

                <script type="rocketlazyloadscript">!function(w,d,s,l,i){function t(){if(!loaded){loaded=!0;w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=!0;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);w.removeEventListener('scroll',t);w.removeEventListener('click',t);w.removeEventListener('mousemove',t)}}var loaded=!1;w.addEventListener('scroll',t,{once:!0,passive:!0});w.addEventListener('click',t,{once:!0,passive:!0});w.addEventListener('mousemove',t,{once:!0,passive:!0})}(window,document,'script','dataLayer','GTM-'+"MP5MLXJ8");</script>



<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MP5MLXJ8" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>

<script>(function(w,d){function a(){if(w._ga4Initialized)return;w._ga4Initialized=!0;var s=d.createElement('script');s.async=!0;s.src='https://www.googletagmanager.com/gtag/js?id=G-'+"246LRM8272";s.onload=function(){w.dataLayer=w.dataLayer||[];function gtag(){dataLayer.push(arguments);}w.gtag=gtag;gtag('js',new Date());gtag('config','G-'+"246LRM8272");};var f=d.getElementsByTagName('script')[0];f.parentNode.insertBefore(s,f);w.removeEventListener('scroll',a);w.removeEventListener('click',a);w.removeEventListener('mousemove',a);}w.addEventListener('scroll',a,{once:!0,passive:!0});w.addEventListener('click',a,{once:!0,passive:!0});w.addEventListener('mousemove',a,{once:!0,passive:!0});})(window,document);</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/range-home-services/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<script id="rocket-browser-checker-js-after">
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
//# sourceURL=rocket-browser-checker-js-after
</script>
<script id="rocket-preload-links-js-extra">
var RocketPreloadLinksConfig = {"excludeUris":"/(?:.+/)?feed(?:/(?:.+/?)?)?$|/(?:.+/)?embed/|/(index.php/)?(.*)wp-json(/.*|$)|/refer/|/go/|/recommend/|/recommends/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https://stateroofingtexas.com","onHoverDelay":"100","rateThrottle":"3"};
//# sourceURL=rocket-preload-links-js-extra
</script>
<script id="rocket-preload-links-js-after">
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());

//# sourceURL=rocket-preload-links-js-after
</script>
<script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://stateroofingtexas.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script>
        
        <script type="module" src="https://stateroofingtexas.com/wp-content/themes/range-home-services/public/build/js/app-Bir6Vncc.js"></script>
    </body>
</html>

<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1780979006 -->