(412) 366-6767
Nationwide Coverage

Where We Work.

Licensed or registered in 49 states — ready to build wherever your project takes us.

National Reach

A National Commercial General Contractor

Operating across the United States is one of our greatest strengths. We are fully licensed or registered in { kpi.states_licensed } states, giving us one of the broadest geographic footprints of any commercial general contractor. Regardless of where your project is located — from bustling coastal cities to remote rural towns — we possess the legal credentials and regional expertise to bring your project to life. Our team mobilizes quickly, navigating local building codes and state-specific regulations so you can focus on results rather than red tape.
Coverage Map

Our Licensing at a Glance

49
States Licensed
2
Office Locations
650+
Projects Completed
35+
Years Nationwide
.75
EMR Safety Rating
License Directory

State-by-State Licensing

Search for your state below to find our licensing and registration details.

Alabama

Active

General Contractor

Alaska

Active

General Contractor

License #230627

Arizona

Active

General Commercial B-1 Contractor

ROC 352716

Arkansas

Active

Building — Commercial & Residential

License #0458750726

California

Active

B — General Building

License #1128329

Colorado

Active

No statewide license required. City of Grand Junction license with reciprocity to other local jurisdictions.

Connecticut

Active

Major Contractor Registration

Reg #MCO.0904849

Delaware

Active

No statewide license required. Registered with the Division of Revenue.

Florida

Active

Certified Building Contractor

License #CBC1267809

Georgia

Active

Commercial General Contractor Company

License #GCCO004443

Idaho

Active

General Contractor Registration

License #7961469

Illinois

Active

No statewide general contractors license required.

Indiana

Active

No statewide general contractors license required.

Iowa

Active

State Registration

Reg #C125932

Kansas

Active

No statewide general contractors license required. Registered with the state.

Kentucky

Active

No statewide general contractors license required.

Louisiana

Active

Commercial Building Contractor

License #CL.60874

Maine

Active

No statewide general contractors license required.

Maryland

Active

Registered Contractor

License #16365706

Massachusetts

Active

No statewide general contractors license required. Registered in the state.

Michigan

Active

No statewide general contractors license required. Registered in the state.

Minnesota

Active

State Registration

Reg #IR811201

Mississippi

Active

State Licensed Contractor

License #20257-MC

Missouri

Active

No statewide general contractors license required. Registered in the state with multiple local jurisdiction licenses.

Montana

Active

Dept. of Labor Registration

Reg #276595

Nebraska

Active

State Registration

Reg #74787-25

Nevada

Active

B-2 Residential and Small Commercial Contractor

License #0092625

New Hampshire

Active

No statewide general contractors license required. Registered in the state.

New Jersey

Active

No statewide general contractors license required. Registered in the state.

New Mexico

Active

Licensed Contractor

License #419569

New York

Active

No statewide general contractors license required. Registered in the state and authorized to work in NYC.

North Carolina

Active

Licensed Contractor

License #L.37763

North Dakota

Active

Class A Contractor

License #000052641

Ohio

Active

No statewide general contractors license required. Registered in the state.

Oklahoma

Active

No statewide general contractors license required. Registered in the state.

Oregon

Active

Registered General Contractor

License #252865

Pennsylvania

Active

No statewide general contractors license required. Licensed in the City of Pittsburgh.

Rhode Island

Active

Commercial General Contractor

License #GC-52021

South Carolina

Active

General Contractor BD5

License #CLG.126289

South Dakota

Active

No statewide general contractors license required. Registered in the state.

Tennessee

Active

BC-B Contractor — Unlimited Monetary Limit

License #66028

Texas

Active

No statewide general contractors license required. Registered in the state.

Utah

Active

B-100 and E-100 Contractor

License #12087757-5501

Vermont

Active

No statewide general contractors license required. Registered in the state.

Virginia

Active

Class A Contractor

License #2705117123

Washington

Active

No statewide general contractors license required. Registered in the state.

West Virginia

Active

General Building Contractor

License #WV011101

Wisconsin

Active

No statewide commercial general contractors license needed. Registered in the state.

Wyoming

Active

No statewide general contractors license required. Registered in the state.

Licensed / Registered — Holds a state license or is registered in-state
Pending — Actively pursuing licensure
Our Offices

Where to Find Us

Headquarters

Pittsburgh, PA

467 Lowries Run Road
Pittsburgh, PA 15237

(412) 366-6767

Regional Office

Phoenix, AZ

Phoenix, Arizona

(412) 366-6767

/* ---------- State Search / Filter ---------- */ (function() { var searchInput = document.getElementById('stateSearch'); var grid = document.getElementById('stateGrid'); var cards = grid.querySelectorAll('.state-card'); var filters = document.querySelectorAll('.license-filter'); var noResults = document.getElementById('noResults'); var activeFilter = 'all'; function filterCards() { var query = searchInput.value.toLowerCase().trim(); var visible = 0; cards.forEach(function(card) { var state = card.getAttribute('data-state'); var status = card.getAttribute('data-status'); var matchSearch = !query || state.indexOf(query) !== -1; var matchFilter = activeFilter === 'all' || status === activeFilter; if (matchSearch && matchFilter) { card.style.display = ''; visible++; } else { card.style.display = 'none'; } }); noResults.style.display = visible === 0 ? '' : 'none'; } searchInput.addEventListener('input', filterCards); filters.forEach(function(btn) { btn.addEventListener('click', function() { filters.forEach(function(b) { b.classList.remove('active'); }); btn.classList.add('active'); activeFilter = btn.getAttribute('data-filter'); filterCards(); }); }); })();