Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - clsny.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Cache-Control: no-cache
Content-Type: text/html; charset=UTF-8
Set-Cookie: laravel_session=f546a4df273d6a0a4bfeb4f62e85c2ac0f51ab2d; expires=Sat, 10-May-2025 13:22:50 GMT; Max-Age=7200; path=/; httponly
X-Cloud-Trace-Context: 8b6857721387893c4218a450add226a8;o=1
Date: Sat, 10 May 2025 11:22:50 GMT
Server: Google Frontend
Content-Length: 97838
Expires: Sat, 10 May 2025 11:22:50 GMT

HTTP Code 200 OK

200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: clsny.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en">

<head>

    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" content="Commercial Laundry Service in New York">
    <meta name="author" content="CLS">

    <title>Commercial Laundry Solutions</title>

    <!-- Bootstrap Core CSS -->
    <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">

    <!-- Custom Fonts -->
    <link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
    <link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
    <link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
    <link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>

    <!-- Theme CSS -->
    <link href="css/agency.min.css" rel="stylesheet">

    <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js" integrity="sha384-0s5Pv64cNZJieYFkXYOTId2HMA2Lfb6q2nAcx2n0RTLUnCAoTTsS0nKEO27XyKcY" crossorigin="anonymous"></script>
    <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js" integrity="sha384-ZoaMbDF+4LeFxg6WdScQ9nnR1QC2MIRxA1O9KWEXQwns1G8UNyIEZIQidzb0T1fo" crossorigin="anonymous"></script>
    <![endif]-->
    <script src="https://www.google.com/recaptcha/api.js" async defer></script>
    <style>
        .g-recaptcha {
            padding-bottom: 2em;
        }
        .g-recaptcha div:first-child {
            margin: auto;
        }
    </style>
</head>

<body id="page-top" class="index">
<script>
    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
            (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
        m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
    })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

    ga('create', 'UA-100870953-1', 'auto');
    ga('send', 'pageview');

</script>
<!-- Navigation -->
<nav id="mainNav" class="navbar navbar-default navbar-custom navbar-fixed-top">
    <div class="container">
        <!-- Brand and toggle get grouped for better mobile display -->
        <div class="navbar-header page-scroll" >
            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
                <span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
            </button>
            <a class="navbar-brand page-scroll" href="#page-top" style="position:relative; display:block; padding:10px 15px;line-height: 32px;"><img alt="cls" height="32" src="img/CLS256White.png" style="float:left; padding-right: .5em;" /> Commercial Laundry Solutions</a>
        </div>

        <!-- Collect the nav links, forms, and other content for toggling -->
        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
            <ul class="nav navbar-nav navbar-right">
                <li class="hidden">
                    <a href="#page-top"></a>
                </li>
                <li>
                    <a class="page-scroll" href="#services">Services</a>
                </li>
                <li>
                    <a class="page-scroll" href="#portfolio">Portfolio</a>
                </li>
                <li>
                    <a class="page-scroll" href="#about">About</a>
                </li>
                <!-- li>
                    <a class="page-scroll" href="#team">Team</a>
                </li -->
                <li>
                    <a class="page-scroll" href="#contact">Contact</a>
                </li>
            </ul>
        </div>
        <!-- /.navbar-collapse -->
    </div>
    <!-- /.container-fluid -->
</nav>

<!-- Header -->
<header>
    <div class="container">
        <div class="intro-text">
            <!--div class="intro-lead-in"><img alt="cls" height="64" src="img/CLS256White.png" /></div-->
            <div class="intro-heading">Servicing<br />Commercial, OPL, Industrial <br/> Laundry Market</div>
            <a href="#services" class="page-scroll btn btn-xl">Find Out More</a>
        </div>
    </div>
</header>
<!-- Clients Aside -->
<aside class="clients">
    <div class="container">
        <div class="row">
            <div class="col-md-1 col-sm-1">

                <img src="img/brands/ADC.png" class="img-responsive img-centered pad" alt="American Dryer Corp.">

            </div>
            <div class="col-md-1 col-sm-1">

                <img src="img/brands/alliance.png" class="img-responsive img-centered" alt="Alliance Laundry Systems">

            </div>
            <div class="col-md-1 col-sm-1">

                <img src="img/brands/dexter.jpg" class="img-responsive img-centered" alt="Dexter Laundry">

            </div>
            <div class="col-md-1 col-sm-1">

                <img src="img/brands/maytag.jpg" class="img-responsive img-centered pad" alt="Maytag Commercial Laundry">

            </div>
            <div class="col-md-1 col-sm-1">

                <img src="img/brands/speedqueen.png" class="img-responsive img-centered" alt="Speed Queen">

            </div>
            <div class="col-md-1 col-sm-1">

                <img src="img/brands/huebsch.png" class="img-responsive img-centered pad" alt="Huebsch">

            </div>
            <div class="col-md-1 col-sm-1">

                <img src="img/brands/ipso.png" class="img-responsive img-centered marg" alt="IPSO">

            </div>
            <div class="col-md-1 col-sm-1">

                <img src="img/brands/primus.png" class="img-responsive img-centered pad" alt="Primus Laundry Equipment" >

            </div>
            <div class="col-md-1 col-sm-1">

                <img src="img/brands/unimac.png" class="img-responsive img-centered pad custom u" alt="UniMac" >

            </div>

            <div class="col-md-3 col-sm-3">

                <img src="img/brands/wascomat.png" class="img-responsive img-centered pad custom" alt="Wascomat" >


                <img src="img/brands/continental.jpeg" class="img-responsive img-centered pad custom" alt="Continental - Girbau Inc. " style="float: right">

            </div>
        </div>
    </div>
</aside>
<!-- Services Section -->
<section id="services">
    <div class="container">
        <div class="row">
            <div class="col-lg-12 text-center">
                <h2 class="section-heading">Services</h2>
                <h3 class="section-subheading text-muted">CLS provides technical service of commercial and opl laundry equipment.</h3>
            </div>
        </div>
        <!--
Line 1:
Coin Laundry
On Premise Laundry
Multi Housing Laundry
Home Laundry
CLS Tuning Group

        -->
        <div class="row row1 text-center">
            <div class="col-md-2 col-md-offset-1">
                    <span class="fa-stack fa-3x">
                        <i class="fa fa-circle fa-stack-2x text-primary"></i>
                        <a href="#servicesModalCoinLaundry" class="portfolio-link" data-toggle="modal"><i class="fa fa-stop-circle fa-stack-1x fa-inverse"></i></a>
                    </span>
                <h4 class="service-heading">Coin Laundry</h4>
                <!-- p class="text-muted">...</p -->
            </div>
            <div class="col-md-2">
                    <span class="fa-stack fa-3x">
                        <i class="fa fa-circle fa-stack-2x text-primary"></i>
                        <a href="#servicesModalOPL" class="portfolio-link" data-toggle="modal"><i class="fa fa-hospital-o fa-stack-1x fa-inverse"></i></a>
                    </span>
                <h4 class="service-heading">On Premise Laundry</h4>
                <!-- p class="text-muted">...</p -->
            </div>
            <div class="col-md-2">
                    <span class="fa-stack fa-3x">
                        <i class="fa fa-circle fa-stack-2x text-primary"></i>
                        <a href="#servicesModalMHL" class="portfolio-link" data-toggle="modal"><i class="fa fa-building-o fa-stack-1x fa-inverse"></i></a>
                    </span>
                <h4 class="service-heading">Multi Housing Laundry</h4>
                <!-- p class="text-muted">...</p -->
            </div>
            <div class="col-md-2">
                    <span class="fa-stack fa-3x">
                        <i class="fa fa-circle fa-stack-2x text-primary"></i>
                        <a href="#servicesModalHL" class="portfolio-link" data-toggle="modal"><i class="fa fa-home fa-stack-1x fa-inverse"></i></a>
                    </span>
                <h4 class="service-heading">Home Laundry</h4>
                <!-- p class="text-muted">Best on the marked offers to get nice reliable commercial grade appliances.</p -->
            </div>
            <div class="col-md-2">
                    <span class="fa-stack fa-3x">
                        <i class="fa fa-circle fa-stack-2x text-primary"></i>
                        <a href="#servicesModalTG" class="portfolio-link" data-toggle="modal"><i class="fa fa-sliders fa-stack-1x fa-inverse"></i></a>
                    </span>
                <h4 class="service-heading">CLS Tuning Group</h4>
                <!-- p class="text-muted">Check equipment and tune it to optimal performance.</p -->
            </div>
        </div>
       <!-- Line 2
        ---Routine Maintenance/Repair
        regular weekly servcice
        Emergency service
        On call service
        +Bearing Jobs
        +Venting Jobs-->
        <div class="row row2 text-center">
            <div class="col-md-2 col-md-offset-1">
                    <span class="fa-stack fa-3x">
                        <i class="fa fa-circle fa-stack-2x text-primary"></i>
                        <a href="#servicesModalRWS" class="portfolio-link" data-toggle="modal"><i class="fa fa-calendar-check-o fa-stack-1x fa-inverse"></i></a>
                    </span>
                <h4 class="service-heading">Regular Weekly Service</h4>
                <!-- p class="text-muted">Laundry Regular maintenance. Hourly based service.</p -->
            </div>
            <div class="col-md-2">
                    <span class="fa-stack fa-3x">
                        <i class="fa fa-circle fa-stack-2x text-primary"></i>
                        <a href="#servicesModalRWS" class="portfolio-link" data-toggle="modal"><i class="fa fa-truck fa-stack-1x fa-inverse"></i></a>
                    </span>
                <h4 class="service-heading">Emergency Service</h4>
                <!-- p class="text-muted">Laundry Regular maintenance. Hourly based service.</p -->
            </div>
            <div class="col-md-2">
                    <span class="fa-stack fa-3x">
                        <i class="fa fa-circle fa-stack-2x text-primary"></i>
                        <a href="#servicesModalOCS" class="portfolio-link" data-toggle="modal"><i class="fa fa-phone fa-stack-1x fa-inverse"></i></a>
                    </span>
                <h4 class="service-heading">On Call Service</h4>
                <!-- p class="text-muted">Laundry Regular maintenance. Hourly based service.</p -->
            </div>
            <div class="col-md-2">
                    <span class="fa-stack fa-3x">
                        <i class="fa fa-circle fa-stack-2x text-primary"></i>
                        <a href="#servicesModalBJ" class="portfolio-link" data-toggle="modal"><i class="fa fa-cogs fa-stack-1x fa-inverse"></i></a>
                    </span>
                <h4 class="service-heading">Bearing Jobs</h4>
                <!-- p class="text-muted">Replacement and maintenance of bearings.</p -->
            </div>
            <div class="col-md-2">
                    <span class="fa-stack fa-3x">
                        <i class="fa fa-circle fa-stack-2x text-primary"></i>
                        <a href="#servicesModalVenting" class="portfolio-link" data-toggle="modal"><i class="fa fa-level-up fa-stack-1x fa-inverse"></i></a>
                    </span>
                <h4 class="service-heading">Venting Jobs</h4>
                <!-- p class="text-muted">Provide with an outlet for air, gas, or liquid.</p -->
            </div>
        </div>

        <!-- Line 3:
        +Water Saving
        +Laundry Equipment
        +Laundry Parts
        +In-House Repairs
        +Tune Ups Start Ups -->

        <div class="row row3 text-center">
            <div class="col-md-2 col-md-offset-1">
                    <span class="fa-stack fa-3x">
                        <i class="fa fa-circle fa-stack-2x text-primary"></i>
                        <!-- #servicesModalWaterSaving -->
                        <a href="water-saving.html"  class="portfolio-link" target="_blank"><i class="fa fa-tint fa-stack-1x fa-inverse"></i></a>
                    </span>
                <h4 class="service-heading">Water Saving</h4>
                <!-- p class="text-muted">Save a bag of money from your next water bill.</p -->
            </div>
            <div class="col-md-2">
                    <span class="fa-stack fa-3x">
                        <i class="fa fa-circle fa-stack-2x text-primary"></i>
                        <a href="#servicesModalLE" class="portfolio-link" data-toggle="modal"><i class="fa fa-equipment fa-stack-1x fa-inverse"></i></a>
                    </span>
                <h4 class="service-heading">Laundry Equipment</h4>
                <!-- p class="text-muted">Equipment for Laundry Business</p -->
            </div>
            <div class="col-md-2">
                    <span class="fa-stack fa-3x">
                        <i class="fa fa-circle fa-stack-2x text-primary"></i>
                        <a href="#servicesModalLP" class="portfolio-link" data-toggle="modal"><i class="fa fa-cog fa-stack-1x fa-inverse"></i></a>
                    </span>
                <h4 class="service-heading">Laundry Parts</h4>
                <!-- p class="text-muted">All laundry parts.</p -->
            </div>
            <div class="col-md-2">
                    <span class="fa-stack fa-3x">
                        <i class="fa fa-circle fa-stack-2x text-primary"></i>
                        <!-- #servicesModalIHP" -->
                        <a href="in-house-repairs.html" class="portfolio-link" target="_blank"><i class="fa fa-wrench fa-stack-1x fa-inverse"></i></a>
                    </span>
                <h4 class="service-heading">In-House Repairs</h4>
                <!-- p class="text-muted">Repair and renewal. Bearing jobs.</p -->
            </div>
            <div class="col-md-2">
                    <span class="fa-stack fa-3x">
                        <i class="fa fa-circle fa-stack-2x text-primary"></i>
                        <a href="#servicesModalTUSU" class="portfolio-link" data-toggle="modal"><i class="fa fa-certificate fa-stack-1x fa-inverse"></i></a>
                    </span>
                <h4 class="service-heading">Tune Ups Start Ups</h4>
                <!-- p class="text-muted">Check equipment and tune it to optimal performance.</p -->
            </div>
        </div>
    </div>
</section>

<!-- Portfolio Grid Section -->
<section id="portfolio" class="bg-light-gray">
    <div class="container">
        <div class="row">
            <div class="col-lg-12 text-center">
                <h2 class="section-heading">Portfolio</h2>
                <h3 class="section-subheading text-muted">Efficient solutions for our customers.</h3>
            </div>
        </div>
        <div class="row">
            <div class="col-md-4 col-sm-6 portfolio-item">
                <a href="#portfolioModal1" class="portfolio-link" data-toggle="modal">
                    <div class="portfolio-hover">
                        <div class="portfolio-hover-content">
                            <i class="fa fa-info fa-3x"></i>
                        </div>
                    </div>
                    <img src="img/portfolio/service1preview.jpg" width="360" height="260" class="img-responsive" alt="">
                </a>
                <div class="portfolio-caption">
                    <h4>Regular Maintenance</h4>
                    <p class="text-muted">Keep equipment in good working order. </p>
                </div>
            </div>
            <div class="col-md-4 col-sm-6 portfolio-item">
                <a href="#portfolioModal2" class="portfolio-link" data-toggle="modal">
                    <div class="portfolio-hover">
                        <div class="portfolio-hover-content">
                            <i class="fa fa-info fa-3x"></i>
                        </div>
                    </div>
                    <img src="img/portfolio/hourly.jpg" class="img-responsive" alt="Laundromat">
                </a>
                <div class="portfolio-caption">
                    <h4>Hourly Based Service</h4>
                    <p class="text-muted">Technicians are available on call</p>
                </div>
            </div>
            <div class="col-md-4 col-sm-6 portfolio-item">
                <a href="#portfolioModal3" class="portfolio-link" data-toggle="modal">
                    <div class="portfolio-hover">
                        <div class="portfolio-hover-content">
                            <i class="fa fa-info fa-3x"></i>
                        </div>
                    </div>
                    <img src="img/portfolio/bearing_jobs.png" class="img-responsive" alt="Bearing">
                </a>
                <div class="portfolio-caption">
                    <h4>Bearing Jobs</h4>
                    <p class="text-muted">A dedicated team of technicians</p>
                </div>
            </div>
            <!--div class="col-md-4 col-sm-6 portfolio-item">
                <a href="#portfolioModal4" class="portfolio-link" data-toggle="modal">
                    <div class="portfolio-hover">
                        <div class="portfolio-hover-content">
                            <i class="fa fa-info fa-3x"></i>
                        </div>
                    </div>
                    <img src="img/portfolio/golden.png" class="img-responsive" alt="">
                </a>
                <div class="portfolio-caption">
                    <h4>Equipment Installation</h4>
                    <p class="text-muted">Construction professionals</p>
                </div>
            </div>
            <div class="col-md-4 col-sm-6 portfolio-item">
                <a href="#portfolioModal5" class="portfolio-link" data-toggle="modal">
                    <div class="portfolio-hover">
                        <div class="portfolio-hover-content">
                            <i class="fa fa-info fa-3x"></i>
                        </div>
                    </div>
                    <img src="img/portfolio/escape.png" class="img-responsive" alt="">
                </a>
                <div class="portfolio-caption">
                    <h4>Tune Ups And Start Ups</h4>
                    <p class="text-muted">Pre-launch Inspection</p>
                </div>
            </div>
            <div class="col-md-4 col-sm-6 portfolio-item">
                <a href="#portfolioModal6" class="portfolio-link" data-toggle="modal">
                    <div class="portfolio-hover">
                        <div class="portfolio-hover-content">
                            <i class="fa fa-info fa-3x"></i>
                        </div>
                    </div>
                    <img src="img/portfolio/dreams.png" class="img-responsive" alt="">
                </a>
                <div class="portfolio-caption">
                    <h4>Dreams</h4>
                    <p class="text-muted">Website Design</p>
                </div>
            </div -->
        </div>
    </div>
</section>

<!-- About Section -->
<section id="about">
    <div class="container">
        <div class="row">
            <div class="col-lg-10 text-center">
                <h2 class="section-heading">About</h2>
                <h3 class="section-subheading text-muted">CLS strives to use its expertise, knowledge and experience to service clients.</h3>
            </div>
        </div>
        <div class="row">
            <div class="col-md-10 col-md-offset-1">
                <p> Established as a company in 2001, CLS technicians proved their expertise, servicing hundreds of laundry rooms and laundromats all accross 5 boroughs of New York.</p>

                <p>CLS is well recognised among the manufacturers of laundry equipment such as Wascomat, Dexter, ADC, Continental Girbau, Alliance Laundry Systems which is an umbrella company for such brands as Speed Queen, Huebsch and Ipso. CLS staff works tightly with factories’ engineers exchanginging experience and knowledge about washers and dryers which have been in production for years as well as new models which are just being introduced to the market. Its a common practice among CLS technicians to attend factories’ training programs and seminars in order to stay on the edge of new technology and brainstorm common problems finding more efficient and systematic ways to solve them.</p>

                <p>Efficient technicians will fix  malfunctioning laundry equipment, be it in a laundry room of a building, laundromat, hotel or institution of any sort. CLS technicians are insured, licensed and ready to take a challenge of any kind.</p>
            </div>
            <!--div class="col-lg-12">
            <ul class="timeline">
                <li>
                    <div class="timeline-image">
                        <img class="img-circle img-responsive" src="img/about/1.jpg" alt="">
                    </div>
                    <div class="timeline-panel">
                        <div class="timeline-heading">
                            <h4>2009-2011</h4>
                            <h4 class="subheading">Our Humble Beginnings</h4>
                        </div>
                        <div class="timeline-body">
                            <p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sunt ut voluptatum eius sapiente, totam reiciendis temporibus qui quibusdam, recusandae sit vero unde, sed, incidunt et ea quo dolore laudantium consectetur!</p>
                        </div>
                    </div>
                </li>
                <li class="timeline-inverted">
                    <div class="timeline-image">
                        <img class="img-circle img-responsive" src="img/about/2.jpg" alt="">
                    </div>
                    <div class="timeline-panel">
                        <div class="timeline-heading">
                            <h4>March 2011</h4>
                            <h4 class="subheading">An Agency is Born</h4>
                        </div>
                        <div class="timeline-body">
                            <p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sunt ut voluptatum eius sapiente, totam reiciendis temporibus qui quibusdam, recusandae sit vero unde, sed, incidunt et ea quo dolore laudantium consectetur!</p>
                        </div>
                    </div>
                </li>
                <li>
                    <div class="timeline-image">
                        <img class="img-circle img-responsive" src="img/about/3.jpg" alt="">
                    </div>
                    <div class="timeline-panel">
                        <div class="timeline-heading">
                            <h4>December 2012</h4>
                            <h4 class="subheading">Transition to Full Service</h4>
                        </div>
                        <div class="timeline-body">
                            <p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sunt ut voluptatum eius sapiente, totam reiciendis temporibus qui quibusdam, recusandae sit vero unde, sed, incidunt et ea quo dolore laudantium consectetur!</p>
                        </div>
                    </div>
                </li>
                <li class="timeline-inverted">
                    <div class="timeline-image">
                        <img class="img-circle img-responsive" src="img/about/4.jpg" alt="">
                    </div>
                    <div class="timeline-panel">
                        <div class="timeline-heading">
                            <h4>July 2014</h4>
                            <h4 class="subheading">Phase Two Expansion</h4>
                        </div>
                        <div class="timeline-body">
                            <p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sunt ut voluptatum eius sapiente, totam reiciendis temporibus qui quibusdam, recusandae sit vero unde, sed, incidunt et ea quo dolore laudantium consectetur!</p>
                        </div>
                    </div>
                </li>
                <li class="timeline-inverted">
                    <div class="timeline-image">
                        <h4>Be Part
                            <br>Of Our
                            <br>Story!</h4>
                    </div>
                </li>
            </ul>
        </div-->
        </div>
    </div>
</section>

<!-- Team Section -->
<!--section id="team" class="bg-light-gray">
    <div class="container">
        <div class="row">
            <div class="col-lg-12 text-center">
                <h2 class="section-heading">Our Amazing Team</h2>
                <h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3>
            </div>
        </div>
        <div class="row">
            <div class="col-sm-4">
                <div class="team-member">
                    <img src="img/team/1.jpg" class="img-responsive img-circle" alt="">
                    <h4>Kay Garland</h4>
                    <p class="text-muted">Lead Designer</p>
                    <ul class="list-inline social-buttons">
                        <li><a href="#"><i class="fa fa-twitter"></i></a>
                        </li>
                        <li><a href="#"><i class="fa fa-facebook"></i></a>
                        </li>
                        <li><a href="#"><i class="fa fa-linkedin"></i></a>
                        </li>
                    </ul>
                </div>
            </div>
            <div class="col-sm-4">
                <div class="team-member">
                    <img src="img/team/2.jpg" class="img-responsive img-circle" alt="">
                    <h4>Larry Parker</h4>
                    <p class="text-muted">Lead Marketer</p>
                    <ul class="list-inline social-buttons">
                        <li><a href="#"><i class="fa fa-twitter"></i></a>
                        </li>
                        <li><a href="#"><i class="fa fa-facebook"></i></a>
                        </li>
                        <li><a href="#"><i class="fa fa-linkedin"></i></a>
                        </li>
                    </ul>
                </div>
            </div>
            <div class="col-sm-4">
                <div class="team-member">
                    <img src="img/team/3.jpg" class="img-responsive img-circle" alt="">
                    <h4>Diana Pertersen</h4>
                    <p class="text-muted">Lead Developer</p>
                    <ul class="list-inline social-buttons">
                        <li><a href="#"><i class="fa fa-twitter"></i></a>
                        </li>
                        <li><a href="#"><i class="fa fa-facebook"></i></a>
                        </li>
                        <li><a href="#"><i class="fa fa-linkedin"></i></a>
                        </li>
                    </ul>
                </div>
            </div>
        </div>
        <div class="row">
            <div class="col-lg-8 col-lg-offset-2 text-center">
                <p class="large text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut eaque, laboriosam veritatis, quos non quis ad perspiciatis, totam corporis ea, alias ut unde.</p>
            </div>
        </div>
    </div>
</section -->



<!-- Contact Section -->
<section id="contact">
    <div class="container">
        <div class="row">
            <div class="col-lg-12 text-center">
                <h2 class="section-heading">Contact Us</h2>
                <!--h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3-->
            </div>
        </div>
        <div class="row">
            <div class="col-lg-12">
                <!-- Content Row -->
                <div class="row" style="color:#ffffff; margin-top:50px;margin-bottom: 50px;">
                    <!-- Map Column -->
                    <div class="col-md-6 col-md-offset-1">
                        <!-- Embedded Google Map -->
                        <iframe
                                width="100%"
                                height="420"
                                frameborder="0" style="border:0"
                                src="https://www.google.com/maps/embed/v1/place?key=AIzaSyA-iWmsnseFaSeE6vXpeOOOk9lXD5uvngM
    &q=725+Clinton+St,+Brooklyn,+NY+11231&zoom=12&center=40.698909,-74.000538" allowfullscreen>
                        </iframe>
                    </div>
                    <!-- Contact Details Column -->
                    <div class="col-md-3" style="color:white;">
                        <h3>Contact Details</h3>
                        <p><i class="fa fa-map-marker"></i>:
                            725 Clinton St, Brooklyn, NY 11231<br>
                        </p>
                        <p><i class="fa fa-phone"></i>
                            : (718) 986-9896</p>
                        <p><i class="fa fa-envelope-o"></i>
                            : <a href="mailto:[email protected]">[email protected]</a>
                        </p>
                        <p><i class="fa fa-clock-o"></i>
                            : Monday - Friday: 8:00 AM to 5:00 PM</p>
                    </div>
                </div>
                <!-- /.row -->
                <form name="sentMessage" id="contactForm" novalidate>

                    <div class="row">
                        <div class="col-md-5 col-md-offset-1">
                            <input type="hidden" id="src" name="src" value="Main CLSNY.com Page" />
                            <div class="form-group">
                                <input type="text" class="form-control" placeholder="Your Name *" id="name" required data-validation-required-message="Please enter your name.">
                                <p class="help-block text-danger"></p>
                            </div>
                            <div class="form-group">
                                <input type="email" class="form-control" placeholder="Your Email *" id="email" required data-validation-required-message="Please enter your email address.">
                                <p class="help-block text-danger"></p>
                            </div>
                            <div class="form-group">
                                <input type="tel" class="form-control" placeholder="Your Phone *" id="phone" required data-validation-required-message="Please enter your phone number.">
                                <p class="help-block text-danger"></p>
                            </div>
                        </div>
                        <div class="col-md-5">
                            <div class="form-group">
                                <textarea class="form-control" placeholder="Your Message *" id="message" required data-validation-required-message="Please enter a message."></textarea>
                                <p class="help-block text-danger"></p>
                            </div>
                        </div>
                        <div class="clearfix"></div>
                        <div class="col-lg-12 text-center">
                            <div class="g-recaptcha" data-theme=”dark” data-sitekey="6LdB0TAUAAAAAHxBXyIxFwrBRWhB0r2ptjGo6vle" ></div>
                        </div>
                        <div class="clearfix"></div>
                        <div class="col-lg-12 text-center">
                            <div id="success"></div>
                            <button type="submit" class="btn btn-xl">Send Message</button>
                        </div>
                    </div>
                </form>
            </div>
        </div>
    </div>
</section>

<footer>
    <div class="container">
        <div class="row">
            <div class="col-md-4">
                <span class="copyright">Copyright &copy; www.clsny.com 2017</span>
            </div>
            <div class="col-md-4">
                <!--ul class="list-inline social-buttons">
                    <li><a href="#"><i class="fa fa-twitter"></i></a>
                    </li>
                    <li><a href="#"><i class="fa fa-facebook"></i></a>
                    </li>
                    <li><a href="#"><i class="fa fa-linkedin"></i></a>
                    </li>
                </ul -->
            </div>
            <div class="col-md-4">
                <ul class="list-inline quicklinks">
                    <li><a href="#">Privacy Policy</a>
                    </li>
                    <li><a href="#">Terms of Use</a>
                    </li>
                </ul>
            </div>
        </div>
    </div>
</footer>

<!-- Service Modals -->
<!-- Use the modals below to showcase details about your portfolio projects! -->
<!-- Services Modal Coin Laundry -->
<div class="portfolio-modal services-modal modal fade" id="servicesModalCoinLaundry" tabindex="-1" role="dialog" aria-hidden="true">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="close-modal" data-dismiss="modal">
                <div class="lr">
                    <div class="rl">
                    </div>
                </div>
            </div>
            <div class="container">
                <div class="row">
                    <div class="col-lg-8 col-lg-offset-2">
                        <div class="modal-body">

                            <h2>Coin Laundry</h2>
                            <p class="item-intro text-muted">Organize profitable coin laundry business.</p>
                            <p>We can provide you everything to start and run laundry with washing and drying machines operated by coins.</p>
                            <img class="img-responsive img-centered" src="img/services/hourly.jpg" alt="Landromat">
                            <button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close </button>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
<!-- Services Modal On Premise Laundry -->
<div class="portfolio-modal services-modal modal fade" id="servicesModalOPL" tabindex="-1" role="dialog" aria-hidden="true">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="close-modal" data-dismiss="modal">
                <div class="lr">
                    <div class="rl">
                    </div>
                </div>
            </div>
            <div class="container">
                <div class="row">
                    <div class="col-lg-8 col-lg-offset-2">
                        <div class="modal-body">

                            <h2>OPL</h2>
                            <p class="item-intro text-muted">On Premise Laundry.</p>
                            <p>One of the main advantages of OPL is that time taken for laundering is reduced because transportation is eliminated also you gain control over the wash process and the laundry agents used. Though you need staff who are technically qualified. Modern machines have sensors that can gauge not only the load but also the length of cycle, temperature of water, water level, the type and amount of laundry agent and when it will be dispensed in the wash cycle. The experts at CLS can assist you in developing abd running a custom-tailored OPL solution to meet your needs.</p>

                            <img class="img-responsive img-centered" src="img/services/regular.jpg" alt="Laundry Maintenance">
                            <button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close </button>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
<!-- Services Modal Multi Housing Laundry -->
<div class="portfolio-modal services-modal modal fade" id="servicesModalMHL" tabindex="-1" role="dialog" aria-hidden="true">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="close-modal" data-dismiss="modal">
                <div class="lr">
                    <div class="rl">
                    </div>
                </div>
            </div>
            <div class="container">
                <div class="row">
                    <div class="col-lg-8 col-lg-offset-2">
                        <div class="modal-body">

                            <h2>Multi-Housing Laundry</h2>
                            <p class="item-intro text-muted">Service for centralized laundry rooms in multi-housing developments.</p>
                            <p>For multi-housing owners who offer well-equipped and professionally managed laundry rooms CLS service is all you need to ensure your laundry equipment is consistently up and running at top performance.</p>
                            <button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close </button>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
<!-- Services Modal Home Laundry -->
<div class="portfolio-modal services-modal modal fade" id="servicesModalHL" tabindex="-1" role="dialog" aria-hidden="true">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="close-modal" data-dismiss="modal">
                <div class="lr">
                    <div class="rl">
                    </div>
                </div>
            </div>
            <div class="container">
                <div class="row">
                    <div class="col-lg-8 col-lg-offset-2">
                        <div class="modal-body" >

                            <h2>Home Laundry</h2>
                            <p class="item-intro text-muted">Equip apartments with appliances.</p>

                            <p>Commercial Laundry Solutions launches <strong>Home Laundry Program</strong> where home developers and contractors who equip newly built apartments with appliances can get best on the marked offers to get nice reliable commercial grade appliances.</p>
                            <p><strong>Washers and dryers for new developments</strong>.<br />
                                <a href="https://www.clsolutions.us/wp-content/uploads/2016/05/laundry11.jpg"><img class="wp-image-426 alignleft" src="https://www.clsolutions.us/wp-content/uploads/2016/05/laundry11-284x300.jpg" alt="laundry11" width="225" height="238" srcset="https://www.clsolutions.us/wp-content/uploads/2016/05/laundry11-284x300.jpg 284w, https://www.clsolutions.us/wp-content/uploads/2016/05/laundry11.jpg 700w" sizes="(max-width: 225px) 100vw, 225px" /></a><a href="https://www.clsolutions.us/wp-content/uploads/2016/05/laundry7.jpg"><img class="wp-image-422 alignleft" src="https://www.clsolutions.us/wp-content/uploads/2016/05/laundry7-156x300.jpg" alt="This laundry room features energy efficient washer and dryer. Next to them you will see the 200 gallon solar water storage tank that is part of the solar thermal hot water system. On the wall next to that you will see the backup Rinnai tankless water heater that provides hot water quickly and continuously. You also see the supply and exhaust ducts for the heat recovery ventilation system" width="126" height="242" srcset="https://www.clsolutions.us/wp-content/uploads/2016/05/laundry7-156x300.jpg 156w, https://www.clsolutions.us/wp-content/uploads/2016/05/laundry7-768x1476.jpg 768w, https://www.clsolutions.us/wp-content/uploads/2016/05/laundry7-533x1024.jpg 533w, https://www.clsolutions.us/wp-content/uploads/2016/05/laundry7.jpg 1336w" sizes="(max-width: 126px) 100vw, 126px" /></a><a href="https://www.clsolutions.us/wp-content/uploads/2016/05/laundry9.jpg"><img class="wp-image-424 alignleft" src="https://www.clsolutions.us/wp-content/uploads/2016/05/laundry9-300x240.jpg" alt="laundry9" width="297" height="238" srcset="https://www.clsolutions.us/wp-content/uploads/2016/05/laundry9-300x240.jpg 300w, https://www.clsolutions.us/wp-content/uploads/2016/05/laundry9.jpg 500w" sizes="(max-width: 297px) 100vw, 297px" /></a></p>
                            <p><strong>Washers and dryers for home owners</strong>.<br />
                                We also supply On-Premises Laundry (OPL) Equipment for businesses both big and small. Our commercial washing machines, dryers, ironers and wetcleaning equipment support in-house laundry operations from hotel laundry and hospital laundry to nursing homes, long-term care facilities, country clubs, salon laundry, veterinarians, restaurants, schools, prisons, dairy farms, firehouses, and all other business facilities that need commercial laundry equipment to do laundry in-house.</p>
                            <p><a href="https://www.clsolutions.us/wp-content/uploads/2016/05/laundry3.jpg"><img class="size-medium wp-image-418 alignleft" src="https://www.clsolutions.us/wp-content/uploads/2016/05/laundry3-225x300.jpg" alt="laundry3" width="225" height="300" srcset="https://www.clsolutions.us/wp-content/uploads/2016/05/laundry3-225x300.jpg 225w, https://www.clsolutions.us/wp-content/uploads/2016/05/laundry3.jpg 550w" sizes="(max-width: 225px) 100vw, 225px" /></a><a href="https://www.clsolutions.us/wp-content/uploads/2016/05/laundry5.jpg"><img class="size-medium wp-image-420 alignleft" src="https://www.clsolutions.us/wp-content/uploads/2016/05/laundry5-225x300.jpg" alt="laundry5" width="225" height="300" srcset="https://www.clsolutions.us/wp-content/uploads/2016/05/laundry5-225x300.jpg 225w, https://www.clsolutions.us/wp-content/uploads/2016/05/laundry5-768x1024.jpg 768w, https://www.clsolutions.us/wp-content/uploads/2016/05/laundry5.jpg 1280w" sizes="(max-width: 225px) 100vw, 225px" /></a><a href="https://www.clsolutions.us/wp-content/uploads/2016/05/laundry2.jpg"><img class="size-medium wp-image-417 alignleft" src="https://www.clsolutions.us/wp-content/uploads/2016/05/laundry2-200x300.jpg" alt="laundry2" width="200" height="300" srcset="https://www.clsolutions.us/wp-content/uploads/2016/05/laundry2-200x300.jpg 200w, https://www.clsolutions.us/wp-content/uploads/2016/05/laundry2.jpg 533w" sizes="(max-width: 200px) 100vw, 200px" /></a></p>
                            <p>As a package deal we can equip newly constructed apartments with fridges, stoves and dishwashers as well.</p>
                            <p><a style="display:block; float:left;" href="https://www.clsolutions.us/wp-content/uploads/2016/05/frigidaire.jpg"><img class="size-medium wp-image-415 alignright" src="https://www.clsolutions.us/wp-content/uploads/2016/05/frigidaire-300x300.jpg" alt="frigidaire" width="300" height="300" srcset="https://www.clsolutions.us/wp-content/uploads/2016/05/frigidaire-300x300.jpg 300w, https://www.clsolutions.us/wp-content/uploads/2016/05/frigidaire-150x150.jpg 150w, https://www.clsolutions.us/wp-content/uploads/2016/05/frigidaire.jpg 500w" sizes="(max-width: 300px) 100vw, 300px" /></a> CLS is the North American supplier of Frigidaire, Electrolux &amp; Wascomat commercial laundry equipment</p>
                            <p>Benefit from CLS Renowned Services &amp; Support<br />
                                In addition to our range superior laundry products and innovations, CLS supplies distributors and laundry owners with Authentic Replacement Parts for Electrolux and Wascomat commercial laundry equipment. We also provide Technical Support for equipment sold in the United States.</p>
                            <p>CLS has helped thousands of entrepreneurs enter the lucrative laundromat business and open successful laundromats across the United States. We go beyond supplying laundromats with best coin laundry equipment.</p>
                            <p>Want to know more about how CLS can help your laundromat business or in-house laundry? Contact us today! CLS supplies Commercial Laundry Equipment including Sustainable Electrolux and Wascomat washing machines and dryers.</p>
                        </div>

                        <button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close </button>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
<!-- Services Modal CLS Turning Group -->
<div class="portfolio-modal services-modal modal fade" id="servicesModalTG" tabindex="-1" role="dialog" aria-hidden="true">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="close-modal" data-dismiss="modal">
                <div class="lr">
                    <div class="rl">
                    </div>
                </div>
            </div>
            <div class="container">
                <div class="row">
                    <div class="col-lg-8 col-lg-offset-2">
                        <div class="modal-body">

                            <h2>CLS Turning Group</h2>
                            <p class="item-intro text-muted">Enhance performance and appearance of your washers and dryers.</p>
                            <p>Here you can find out how to enhance performance and appearance of your washers and dryers. CLS TG is the elite team of CLS techs with minimum of 15 years of experience. Their unrivaled skill and experience made possible the opening of the first and one of a kind tuning shop for laundromat washers and dryers.</p>
                            <div class="swa_contentBox">
                                <div class="dg_box">
                                    <div class="dg_boxinner">
                                        <h3>Sump Removal/Reduction</h3>
                                        <p>Saves Up to 11% of water consumption</p>
                                        <p><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/sumpoem.jpg" alt="" width="99" height="133"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/sumpremoved.jpg" alt="" width="96" height="129"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/sumpreduced.jpg" alt="" width="99" height="133"></p>
                                        <p>No ERK required, works for any brand any size washer that doesn’t have sumpless design from the factory</p>

                                        <p>compatible with <br /><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/ipso-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/huebsch-150x150.gif" alt="" width="54" height="54"><a href="https://www.clsolutions.us/wp-content/uploads/2013/01/speedqueen.gif"><img src="https://www.clsolutions.us/wp-content/uploads/2013/05/logo-speed-queen_0-e1368448899528.jpg" alt="" width="56" height="51"></a><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/unimac-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/maytag-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/wascomat-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/continental-150x150.gif" alt="" width="54" height="54"></p>
                                    </div>
                                </div>

                                <div class="dg_box">
                                    <div class="dg_boxinner">
                                        <h3>Turbo Wash</h3>
                                        <p>Improve quality of the wash by extra water intake through the front glass under pressure</p>
                                        <p>*with no ERK required provides water savings of 10%</p>
                                        <p>*requires ERK &nbsp;to save about 50% of water use</p>
                                        <p>compatible with<br /><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/ipso-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/huebsch-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/05/logo-speed-queen_0-e1368448899528.jpg" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/unimac-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/maytag-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/wascomat-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/continental-150x150.gif" alt="" width="54" height="54"></p>
                                    </div>

                                </div>

                                <div class="dg_box">
                                    <div class="dg_boxinner">
                                        <h3>Leak stop/Leak Prevent</h3>
                                        <p>Prevent water waste and water pools under the washer damaging motors and electronic components</p>
                                        <p>*Requires ERK</p>
                                        <p>compatible with&nbsp;<img src="https://www.clsolutions.us/wp-content/uploads/2013/01/ipso-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/huebsch-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/05/logo-speed-queen_0-e1368448899528.jpg" alt="" width="59" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/unimac-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/maytag-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/wascomat-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/continental-150x150.gif" alt="" width="54" height="54"></p>
                                    </div>
                                </div>
                                <div class="dg_box">
                                    <div class="dg_boxinner">
                                        <h3>ERK – Electronic Retrofit Kit</h3>
                                        <p>enable/disable various features of the washing machine, expand your wash machine capabilities, customize your control and cycle formula</p>
                                        <p><span style="font-size: small;">*specific to brand, age and generation of the equipment</span></p>
                                    </div>
                                </div>
                                <div class="dg_box">
                                    <div class="dg_boxinner">
                                        <h3>Water Level Ultimate Control</h3>
                                        <p>customize your washer water levels beyond factory preset options&nbsp;</p>

                                        <p>&nbsp;*requires ERK</p>

                                        <p>compatible with&nbsp;<img src="https://www.clsolutions.us/wp-content/uploads/2013/01/ipso-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/huebsch-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/05/logo-speed-queen_0-e1368448899528.jpg" alt="" width="59" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/unimac-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/maytag-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/wascomat-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/continental-150x150.gif" alt="" width="54" height="54"></p>
                                    </div>

                                </div>

                                <div class="dg_box">
                                    <div class="dg_boxinner">
                                        <h3>Hot water overuse reduction</h3>
                                        <p>Automatic monitoring of the right water mix shutting off hot water inlet in case of overuse&nbsp;</p>

                                        <p>*saves up to 15% of hot water energy consumption (boiler)</p>
                                        <p>*requires ERK</p>

                                        <p>compatible with&nbsp;<img src="https://www.clsolutions.us/wp-content/uploads/2013/01/ipso-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/huebsch-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/05/logo-speed-queen_0-e1368448899528.jpg" alt="" width="59" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/unimac-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/maytag-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/wascomat-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/continental-150x150.gif" alt="" width="54" height="54"></p>
                                    </div>

                                </div>

                                <div class="dg_box">
                                    <div class="dg_boxinner">
                                        <h3>Water Heating Element Installation</h3>
                                        <p>Eliminate boiler and water heater expense and your laundromat&nbsp;dependency on the unit when each washer is controlling its own water temperature precise to degree</p>

                                        <p>compatible with&nbsp;<img src="https://www.clsolutions.us/wp-content/uploads/2013/01/ipso-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/huebsch-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/05/logo-speed-queen_0-e1368448899528.jpg" alt="" width="59" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/unimac-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/maytag-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/wascomat-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/continental-150x150.gif" alt="" width="54" height="54"></p>
                                    </div>

                                </div>

                                <div class="dg_box">
                                    <div class="dg_boxinner">
                                        <h3>Basket baffles enhancement</h3>
                                        <p>Release additional water for better saturation of the load to improve mechanical wash</p>

                                        <p>*no ERK required</p>
                                        <p>*saves up to 7% on water consumption</p>

                                        <p>compatible with&nbsp;<img src="https://www.clsolutions.us/wp-content/uploads/2013/01/ipso-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/huebsch-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/05/logo-speed-queen_0-e1368448899528.jpg" alt="" width="59" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/unimac-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/maytag-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/wascomat-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/continental-150x150.gif" alt="" width="54" height="54"></p>
                                    </div>

                                </div>

                                <div class="dg_box">
                                    <div class="dg_boxinner">
                                        <h3>Basket inner surface upgrade</h3>
                                        <p>improve the design of the inner side of the basket to better the mechanical wash, protect fabric and make water use more efficient</p>
                                        <p>compatible with&nbsp;<img src="https://www.clsolutions.us/wp-content/uploads/2013/01/ipso-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/huebsch-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/05/logo-speed-queen_0-e1368448899528.jpg" alt="" width="59" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/unimac-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/maytag-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/wascomat-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/continental-150x150.gif" alt="" width="54" height="54"></p>
                                    </div>

                                </div>

                                <div class="dg_box">
                                    <div class="dg_boxinner">
                                        <h3>Emergency stop (door release) button, “pause” button</h3>
                                        <p>stop the washer and open door during the cycle in case of emergency or simply put it on pause if you forgot to get soap</p>

                                        <p>*no ERK required</p>

                                        <p>compatible with&nbsp;<img src="https://www.clsolutions.us/wp-content/uploads/2013/01/ipso-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/huebsch-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/05/logo-speed-queen_0-e1368448899528.jpg" alt="" width="59" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/unimac-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/maytag-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/wascomat-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/continental-150x150.gif" alt="" width="54" height="54"></p>
                                    </div>

                                </div>

                                <div class="dg_box">
                                    <div class="dg_boxinner">
                                        <h3>Increase G-force of your washer</h3>
                                        <p>Add 2 speed transmission to introduce higher low speed (distribution spin) and higher extract speed (30% increase) to achieve more efficient mechanical wash (comparable to inverter driven washers) and less water consumption. By manipulating the rhythm of the spin you increase the longevity of the fabric</p>
                                        <p>*requires ERK</p>
                                        <p>*saves up to 7% on water consumption</p>
                                        <p>*saves on electricity consumption</p>
                                        <p>compatible with&nbsp;<img src="https://www.clsolutions.us/wp-content/uploads/2013/01/ipso-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/huebsch-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/05/logo-speed-queen_0-e1368448899528.jpg" alt="" width="59" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/unimac-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/maytag-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/wascomat-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/continental-150x150.gif" alt="" width="54" height="54"></p>
                                    </div>

                                </div>

                                <div class="dg_box">
                                    <div class="dg_boxinner">
                                        <h3>Multi-vending</h3>
                                        <p>Introduce the option of cycle price change to timer operated washers</p>

                                        <p>*requires ERK</p>

                                        <p>compatible with&nbsp;<img src="https://www.clsolutions.us/wp-content/uploads/2013/01/ipso-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/huebsch-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/05/logo-speed-queen_0-e1368448899528.jpg" alt="" width="59" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/unimac-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/maytag-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/wascomat-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/continental-150x150.gif" alt="" width="54" height="54"></p>
                                    </div>

                                </div>

                                <div class="dg_box">
                                    <div class="dg_boxinner">
                                        <h3>Drain System Upgrade</h3>
                                        <p>Leave in the past drain valves clogging and damages caused by debris coming from the wash load</p>

                                        <p>*no ERK required</p>

                                        <p>compatible with&nbsp;<img src="https://www.clsolutions.us/wp-content/uploads/2013/01/ipso-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/huebsch-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/05/logo-speed-queen_0-e1368448899528.jpg" alt="" width="59" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/unimac-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/maytag-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/wascomat-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/continental-150x150.gif" alt="" width="54" height="54"></p>
                                    </div>

                                </div>
                                <div>

                                </div>

                                <div class="dg_box">
                                    <div class="dg_boxinner">
                                        <h3>High spin restriction</h3>
                                        <p>prevent washers going into a high spin if there is still water in a basket to prent floods of controls, door locks and save motor lifespan</p>

                                        <p>*no ERK required</p>

                                        <p>compatible with&nbsp;<img src="https://www.clsolutions.us/wp-content/uploads/2013/01/ipso-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/huebsch-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/05/logo-speed-queen_0-e1368448899528.jpg" alt="" width="59" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/unimac-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/maytag-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/wascomat-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/continental-150x150.gif" alt="" width="54" height="54"></p>
                                    </div>

                                </div>

                                <div class="dg_box">
                                    <div class="dg_boxinner">
                                        <h3>Increase money box capacity</h3>
                                        <p>Custom enlargement of the coin vault and money box to reduce collection frequency</p>

                                        <p>compatible with&nbsp;<img src="https://www.clsolutions.us/wp-content/uploads/2013/01/ipso-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/huebsch-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/05/logo-speed-queen_0-e1368448899528.jpg" alt="" width="59" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/unimac-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/maytag-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/wascomat-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/continental-150x150.gif" alt="" width="54" height="54"></p>
                                    </div>

                                </div>

                                <div class="dg_box">
                                    <div class="dg_boxinner">
                                        <h3>Soapbox dispenser upgrade</h3>
                                        <p>Protect your soapboxes from leaks and cracks, keep them clean from soap and stains</p>

                                        <p>compatible with&nbsp;<img src="https://www.clsolutions.us/wp-content/uploads/2013/01/ipso-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/huebsch-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/05/logo-speed-queen_0-e1368448899528.jpg" alt="" width="59" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/unimac-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/maytag-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/wascomat-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/continental-150x150.gif" alt="" width="54" height="54"></p>
                                    </div>
                                </div>

                                <div class="dg_box">
                                    <div class="dg_boxinner">
                                        <h3>Bearing core upgrade</h3>
                                        <p>Increase the lifespan of your washer bearings dramatically with special seals setup, ceramic bearings install and modifications of the housing</p>

                                        <p>compatible with&nbsp;<img src="https://www.clsolutions.us/wp-content/uploads/2013/01/ipso-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/huebsch-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/05/logo-speed-queen_0-e1368448899528.jpg" alt="" width="59" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/unimac-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/maytag-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/wascomat-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/continental-150x150.gif" alt="" width="54" height="54"></p>
                                    </div>
                                </div>

                                <div class="dg_box">
                                    <div class="dg_boxinner">
                                        <h3>Basket Disinfect Option</h3>
                                        <p>Get your basket clean and disinfected before the new load with new short disinfect cycle</p>
                                        <p>*requires ERK</p>
                                        <p>compatible with&nbsp;<img src="https://www.clsolutions.us/wp-content/uploads/2013/01/ipso-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/huebsch-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/05/logo-speed-queen_0-e1368448899528.jpg" alt="" width="59" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/unimac-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/maytag-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/wascomat-150x150.gif" alt="" width="54" height="54"><img src="https://www.clsolutions.us/wp-content/uploads/2013/01/continental-150x150.gif" alt="" width="54" height="54"></p>
                                    </div>

                                </div>
                            </div>
                            <button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close </button>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
<!-- Services Modal XXX -->
<div class="portfolio-modal services-modal modal fade" id="servicesModalXXX" tabindex="-1" role="dialog" aria-hidden="true">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="close-modal" data-dismiss="modal">
                <div class="lr">
                    <div class="rl">
                    </div>
                </div>
            </div>
            <div class="container">
                <div class="row">
                    <div class="col-lg-8 col-lg-offset-2">
                        <div class="modal-body">

                            <h2>Home Laundry</h2>
                            <p class="item-intro text-muted">Keep your equipment in good working order.</p>
                            <p>With more companies offering them, laundry services have become a popular commodity. With CLS running home laundry is a pleasant experience that will produce clean clothes and give you the best results for your money.</p>
                            <button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close </button>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
<!-- Services Modal 1 -->
<div class="portfolio-modal services-modal modal fade" id="servicesModalRMnR" tabindex="-1" role="dialog" aria-hidden="true">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="close-modal" data-dismiss="modal">
                <div class="lr">
                    <div class="rl">
                    </div>
                </div>
            </div>
            <div class="container">
                <div class="row">
                    <div class="col-lg-8 col-lg-offset-2">
                        <div class="modal-body">

                            <h2>Routine Maintenance and Repair</h2>
                            <p class="item-intro text-muted">Keep your equipment in good working order.</p>
                            <h3>Regular maintenance</h3>
                            <p>One of the key elements to successfully operate a laundromat is to have the equipment in good working order. Not only you are not making money when the machine is out of order, you discouraging the customers who don’t like to see broken washers or dryers especially during the rush hours. If you are far from mechanics or have more important things to do, like drawing more business to your laundry, CLS technicians can help. We take this burden off your shoulders, working out the schedule of visits, once or twice a week and maintain your store in good order.</p>
                            <img class="img-responsive img-centered" src="img/services/regular.jpg" alt="Laundry Maintenance">
                            <h3>Hourly based service</h3>
                            <p>Should you feel that regular weekly service is a bit too excessive for your laundromat needs, CLS technicians are available on call basis as well. This requires more involvement of laundry personnel and the owner of the laundromat into the maintenance routine. The history of units malfunctions should be collected and made available to a service tech during his visits. The call should preferably be made at least one day in advance, though emergency calls are also carried out.</p>
                            <img class="img-responsive img-centered" src="img/services/hourly.jpg" alt="Landromat">
                            <button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close </button>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
<!-- Services Modal Water Saving -->
<div class="portfolio-modal services-modal modal fade" id="servicesModalWaterSaving" tabindex="-1" role="dialog" aria-hidden="true">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="close-modal" data-dismiss="modal">
                <div class="lr">
                    <div class="rl">
                    </div>
                </div>
            </div>
            <div class="container">
                <div class="row">
                    <div class="col-lg-8 col-lg-offset-2">
                        <div class="modal-body">
                            <h2>Water Saving</h2>
                            <p class="item-intro text-muted">Save Water and Money.</p>
                            <img class="img-responsive img-centered" src="img/portfolio/service1.jpg" alt="">
                            <p>For the past years water not only has skyrocketed in price, it is expected to rise even more because water system needs repairs worth of a trillion dollars according to American Water Works Association.</p>
                            <div id="browse_app">
                                <a class="btn btn-large btn-info" href="water-saving.html">CLS Water Saving Site</a>
                                <button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close </button>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
<!-- Services Modal Venting -->
<div class="portfolio-modal services-modal modal fade" id="servicesModalVenting" tabindex="-1" role="dialog" aria-hidden="true">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="close-modal" data-dismiss="modal">
                <div class="lr">
                    <div class="rl">
                    </div>
                </div>
            </div>
            <div class="container">
                <div class="row">
                    <div class="col-lg-8 col-lg-offset-2">
                        <div class="modal-body">
                            <h2>Venting</h2>
                            <p class="item-intro text-muted">The service description coming soon.</p>
                            <button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close </button>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
<!-- Services Modal Laundry Equipment -->
<div class="portfolio-modal services-modal modal fade" id="servicesModalLE" tabindex="-1" role="dialog" aria-hidden="true">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="close-modal" data-dismiss="modal">
                <div class="lr">
                    <div class="rl">
                    </div>
                </div>
            </div>
            <div class="container">
                <div class="row">
                    <div class="col-lg-8 col-lg-offset-2">
                        <div class="modal-body">
                            <h2>Laundry Equipment</h2>
                            <p class="item-intro text-muted">New and renewed laundry equipment.</p>
                            <img class="img-responsive img-centered" src="img/services/installation.jpg" alt="Equipment Installation">
                            <p>CLS employs construction professionals who work specifically in the industry installing washers and dryers in laundry rooms and laundromats all over New York on a regular day basis. Installation is the key to flawless operation of the equipment. Installation done right lets you forget the name of a professional who did it. Installation done wrong – and you will keep calling for help and buying replacement parts because when the washer is not mounted properly – that brings additional tension to motor, bearings, belt and other parts, decreasing their lifespan. Never let people without proper experience install your commercial laundry equipment.</p>
                            <button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close </button>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
<!-- Services Modal Laundry Parts -->
<div class="portfolio-modal services-modal modal fade" id="servicesModalLP" tabindex="-1" role="dialog" aria-hidden="true">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="close-modal" data-dismiss="modal">
                <div class="lr">
                    <div class="rl">
                    </div>
                </div>
            </div>
            <div class="container">
                <div class="row">
                    <div class="col-lg-8 col-lg-offset-2">
                        <div class="modal-body">
                            <h2>Laundry Parts</h2>
                            <p class="item-intro text-muted">New and renewed laundry parts.</p>
                            <p>We have a good selection of laundry parts, we have the inventory you need at affordable prices. </p>
                            <button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close </button>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
<!-- Services Modal Turn Ups Start Ups -->
<div class="portfolio-modal services-modal modal fade" id="servicesModalTUSU" tabindex="-1" role="dialog" aria-hidden="true">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="close-modal" data-dismiss="modal">
                <div class="lr">
                    <div class="rl">
                    </div>
                </div>
            </div>
            <div class="container">
                <div class="row">
                    <div class="col-lg-8 col-lg-offset-2">
                        <div class="modal-body">
                            <h2>Turn Ups Start Ups</h2>
                            <p class="item-intro text-muted">Keep equipment properly tuned.</p>
                            <img class="img-responsive img-centered" src="img/services/tune_ups.jpg" alt="Equipment Tune Ups">
                            <p>Let’s say you just retooled your store, installing used or new equipment. Before pulling the switch and lettting customers in, you need to check and see how each machine work and how they work together. Installation could have caused some problems: electronic components might get disconnected or belts might fall off. Also before letting customers in, you have to decide on your pricing strategy and have all machines programmed accordingly. Besides, we come across the situation when the owners having got the equipment with card readers as a vending option want to replace it with coin acceptors or vice versa. If this iss the case CLS technicians are well experienced starting the new stores or re-starting the retooled ones.</p>
                            <button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close </button>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
<!-- Services Modal 6 -->
<div class="portfolio-modal services-modal modal fade" id="servicesModalIHP" tabindex="-1" role="dialog" aria-hidden="true">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="close-modal" data-dismiss="modal">
                <div class="lr">
                    <div class="rl">
                    </div>
                </div>
            </div>
            <div class="container">
                <div class="row">
                    <div class="col-lg-8 col-lg-offset-2">
                        <div class="modal-body">
                            <h2>In-House Repairs</h2>
                            <p class="item-intro text-muted">Repair and renewal services</p>
                            <h3>Electronics repair</h3>
                            <p>CLS has a electronics repair department.</p>
                            <h3>Timers repair</h3>
                            <p>CLS washing machine timer repair services.</p>
                            <button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close </button>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
<!-- Services Modal 6 -->
<div class="portfolio-modal services-modal modal fade" id="servicesModalBJ" tabindex="-1" role="dialog" aria-hidden="true">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="close-modal" data-dismiss="modal">
                <div class="lr">
                    <div class="rl">
                    </div>
                </div>
            </div>
            <div class="container">
                <div class="row">
                    <div class="col-lg-8 col-lg-offset-2">
                        <div class="modal-body">
                            <h2>Bearing jobs</h2>
                            <p class="item-intro text-muted">Bearing repair services</p>
                            <p>A dedicated team of technicians does bearing jobs on any washers or dryers that your laundromat or laundry room may have. These experienced techs know what this hard, labor intensive job takes, so they come prepared with special tools and oftentimes with preassembled bearing housings to decrease the labor time on the spot. We use American or Japanese rubber shielded high efficiency ball bearings. Among the most common brands which proved themselves reliable are SKF, NACHI and NTN. When the basket on malfunctioning machine is discovered bad, with worn out or cracked shaft, installing a new one is just one of the options. We can recondition the shaft for a fraction of the cost of the new basket and provide warranty on it. To ensure that clients machine doesn’t stay taken apart in the laundromat, we stock most types of baskets which can be swapped with the bad one, so you don’t have to wait through a long and painful process of reconditioning.</p>
                            <img class="img-responsive img-centered" src="img/services/bearing_jobs.jpg" alt="Bearing Jobs">
                            <button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close </button>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
<!-- Portfolio Modals -->
<!-- Use the modals below to showcase details about your portfolio projects! -->
<!-- Portfolio Modal 1 -->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="close-modal" data-dismiss="modal">
                <div class="lr">
                    <div class="rl">
                    </div>
                </div>
            </div>
            <div class="container">
                <div class="row">
                    <div class="col-lg-8 col-lg-offset-2">
                        <div class="modal-body">
                            <!-- Project Details Go Here -->
                            <h2>Regular maintenance</h2>
                            <p class="item-intro text-muted">Maintain washers and dryers work.</p>
                            <img class="img-responsive img-centered" src="img/portfolio/service1.jpg" alt="">
                            <p>One of the key elements to successfully operate a laundromat is to have the equipment in good working order. Not only you are not making money when the machine is out of order, you discouraging the customers who don’t like to see broken washers or dryers especially during the rush hours. If you are far from mechanics or have more important things to do, like drawing more business to your laundry, CLS technicians can help. We take this burden off your shoulders, working out the schedule of visits, once or twice a week and maintain your store in good order.</p>

                            <ul class="list-inline">
                                <li>Date: July 2014</li>
                                <li>Client: Regular maintenance</li>
                                <li>Category: Commercial Laundry Service</li>
                            </ul>
                            <button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close </button>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>

<!-- Portfolio Modal 2 -->
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="close-modal" data-dismiss="modal">
                <div class="lr">
                    <div class="rl">
                    </div>
                </div>
            </div>
            <div class="container">
                <div class="row">
                    <div class="col-lg-8 col-lg-offset-2">
                        <div class="modal-body">
                            <h2>Hourly Based Service</h2>
                            <p class="item-intro text-muted">Keep equipment working.</p>
                            <img class="img-responsive img-centered" src="img/portfolio/hourly.jpg" alt="">
                            <p>Due to CLS technicians efforts laundry shop earned reputation and increased number of customers. </p>
                            <ul class="list-inline">
                                <li>Dates: January - July 2015</li>
                                <li>Client: Hills Laundry</li>
                                <li>Category: Commercial Laundry Service</li>
                            </ul>
                            <button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close </button>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>

<!-- Portfolio Modal 3 -->
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-hidden="true">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="close-modal" data-dismiss="modal">
                <div class="lr">
                    <div class="rl">
                    </div>
                </div>
            </div>
            <div class="container">
                <div class="row">
                    <div class="col-lg-8 col-lg-offset-2">
                        <div class="modal-body">
                            <!-- Project Details Go Here -->
                            <h2>Bearing Jobs</h2>
                            <p class="item-intro text-muted">Timely done service saves your money.</p>
                            <img class="img-responsive img-centered" src="img/portfolio/bearing_jobs.png" alt="">
                            <p>Bearing repair done in time saved client's washers from damages and expensive motor repairs.</p>
                            <button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close </button>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>

<!-- Portfolio Modal 4 -->
<div class="portfolio-modal modal fade" id="portfolioModal4" tabindex="-1" role="dialog" aria-hidden="true">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="close-modal" data-dismiss="modal">
                <div class="lr">
                    <div class="rl">
                    </div>
                </div>
            </div>
            <div class="container">
                <div class="row">
                    <div class="col-lg-8 col-lg-offset-2">
                        <div class="modal-body">
                            <!-- Project Details Go Here -->
                            <h2>Project Name</h2>
                            <p class="item-intro text-muted">Lorem ipsum dolor sit amet consectetur.</p>
                            <img class="img-responsive img-centered" src="img/portfolio/golden-preview.png" alt="">
                            <p>Start Bootstrap's Agency theme is based on Golden, a free PSD website template built by <a href="https://www.behance.net/MathavanJaya">Mathavan Jaya</a>. Golden is a modern and clean one page web template that was made exclusively for Best PSD Freebies. This template has a great portfolio, timeline, and meet your team sections that can be easily modified to fit your needs.</p>
                            <p>You can download the PSD template in this portfolio sample item at <a href="http://freebiesxpress.com/gallery/golden-free-one-page-web-template/">FreebiesXpress.com</a>.</p>
                            <button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close </button>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>

<!-- Portfolio Modal 5 -->
<div class="portfolio-modal modal fade" id="portfolioModal5" tabindex="-1" role="dialog" aria-hidden="true">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="close-modal" data-dismiss="modal">
                <div class="lr">
                    <div class="rl">
                    </div>
                </div>
            </div>
            <div class="container">
                <div class="row">
                    <div class="col-lg-8 col-lg-offset-2">
                        <div class="modal-body">
                            <!-- Project Details Go Here -->
                            <h2>Project Name</h2>
                            <p class="item-intro text-muted">Lorem ipsum dolor sit amet consectetur.</p>
                            <img class="img-responsive img-centered" src="img/portfolio/escape-preview.png" alt="">
                            <p>Escape is a free PSD web template built by <a href="https://www.behance.net/MathavanJaya">Mathavan Jaya</a>. Escape is a one page web template that was designed with agencies in mind. This template is ideal for those looking for a simple one page solution to describe your business and offer your services.</p>
                            <p>You can download the PSD template in this portfolio sample item at <a href="http://freebiesxpress.com/gallery/escape-one-page-psd-web-template/">FreebiesXpress.com</a>.</p>
                            <button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close </button>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>

<!-- Portfolio Modal 6 -->
<div class="portfolio-modal modal fade" id="portfolioModal6" tabindex="-1" role="dialog" aria-hidden="true">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="close-modal" data-dismiss="modal">
                <div class="lr">
                    <div class="rl">
                    </div>
                </div>
            </div>
            <div class="container">
                <div class="row">
                    <div class="col-lg-8 col-lg-offset-2">
                        <div class="modal-body">
                            <!-- Project Details Go Here -->
                            <h2>Project Name</h2>
                            <p class="item-intro text-muted">Lorem ipsum dolor sit amet consectetur.</p>
                            <img class="img-responsive img-centered" src="img/portfolio/dreams-preview.png" alt="">
                            <p>Dreams is a free PSD web template built by <a href="https://www.behance.net/MathavanJaya">Mathavan Jaya</a>. Dreams is a modern one page web template designed for almost any purpose. It’s a beautiful template that’s designed with the Bootstrap framework in mind.</p>
                            <p>You can download the PSD template in this portfolio sample item at <a href="http://freebiesxpress.com/gallery/dreams-free-one-page-web-template/">FreebiesXpress.com</a>.</p>
                            <button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close </button>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>

<!-- jQuery -->
<script src="vendor/jquery/jquery.min.js"></script>

<!-- Bootstrap Core JavaScript -->
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>

<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" integrity="sha384-mE6eXfrb8jxl0rzJDBRanYqgBxtJ6Unn4/1F7q4xRRyIw7Vdg9jP4ycT7x1iVsgb" crossorigin="anonymous"></script>

<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>

<!-- Theme JavaScript -->
<script src="js/agency.min.js"></script>

</body>

</html>
                               

Whois info of domain

Domain Name: CLSNY.COM
Registry Domain ID: 2065010606_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.squarespace.domains
Registrar URL: http://domains2.squarespace.com
Updated Date: 2024-10-10T23:42:17Z
Creation Date: 2016-10-10T18:21:33Z
Registry Expiry Date: 2025-10-10T18:21:33Z
Registrar: Squarespace Domains II LLC
Registrar IANA ID: 895
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6466935324
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS-CLOUD-B1.GOOGLEDOMAINS.COM
Name Server: NS-CLOUD-B2.GOOGLEDOMAINS.COM
Name Server: NS-CLOUD-B3.GOOGLEDOMAINS.COM
Name Server: NS-CLOUD-B4.GOOGLEDOMAINS.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-10T11:22:29Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass