   body{
                background: black;
            }
         
            .wrapper{
                width:100%;
                padding:2%;
                outline:2px solid red;
            } 
            #display {
                width: auto;
                height:22px;
                background-color: #ccc;
                color: #222;
                margin-left: 5px;
                font-size:20px;
                text-align: center;
            }
            .wrap{
                width:100%;
                margin:10px 0px;

            }

          #services-wrap h3{
                font-weight:bold;
                font-family:'lato' sans-serif !important;
            }
            #services-wrap p{
               text-align:justify; 
               font-size:13px !important;
/*               line-height:14px !important;*/
               font-weight: normal;
               padding:5px;
            }
            #services-wrap a{
               text-align:justify;
               outline :0px;
               text-decoration :none;
            }

            .each-cell{
                visibility: hidden;   
                background: #fff;

                font-weight: bold;
                text-align: center;

                box-shadow: 0 0 5px #FF9900;
                box-shadow: 0 0 5px #1f5afe;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                transition: 0.5s Ease; 

            }
/*            .each-cell img {
                width:100%;
                height:250px;
            }*/
            .each-cell:hover {
             
                -webkit-box-shadow: 0px 0px 15px 5px rgb(0, 255, 255);
                -moz-box-shadow: 0px 0px 15px 5px rgb(0, 255, 255);
                box-shadow: 0px 0px 15px 5px rgb(0, 255, 255);

            }
 #services-intro {
                background:white  ;
                color:black; 
            }

            #services-intro h1{

                font-family: 'Lato', sans-serif !important;
                font-size:32px !important;
                margin:15px;
                margin-top:25px;
                background:white  ;
                color:black; 

            }
            #services-intro p{
                text-align: justify;
                font-size:14px !important;
                line-height:20px !important;
                padding:20px;
                margin:20px;
                background:white  ;
                color:black;
                   background: white;
                color:black;
                margin:40px !important;
                padding:20px;padding-top:10px;font-size:14px !important;line-height:20px !important;
                 text-align: justify;

            }
            #services-intro wrap{
                padding-top:25px;
            }