
          
          body {
              
            margin: 0;
            padding: 0;
            font-family: 'Hind', sans-serif;
            position: relative;
          }
          
          .clearfix {
            overflow: auto;
            }

          /* top bar */
            #company-name {
              
              padding-top: 40px;
         
          }

          #media-body{
             color: #605c77;
          }
          
            /*navbar*/

          #navbar {
              
              background-color: #85CCE6 !important;
          }
          
          .navbar-nav > li{
                margin-left:30px;
                margin-right:30px;
                font-size: 120%;
            }
              
    /*main foto*/
        #themefoto {

            max-width: 100%;
            height: auto;
        }

         
          #mid-container {
              
              padding-top: 50px;
              color: #605c77;
              margin-bottom: -40px;
          }
 
          hr.style-one {
              border: 0;
              height: 3px;
              background: #f72c7a;
          }
          
          .media-body a {
              
              color: #605c77 !important;
          }
          
          a {
              
             color: #605c77; 
          }
          
          #ourServices {
              padding-top: 56px;
         
          }
          
          
          h2 {
             
             font-weight: bolder;
             color: #605c77;
             padding-top: 40px;
          }
          
          
          h5 {
              
              padding-top: 50px;
              font-weight: bold;
          }
          
          .card-text {
              
              padding-bottom: 30%;
          }
          
          #lastcard {
              
              margin-top: -3px;
          }
         
        /* our work section*/

        #ourWork {
              
           background-image: url(fotos/quote-background.jpg);
           margin-top: 80px;
           padding-top: 56px;
           padding-bottom: 30px;
    
          }

        .row.gallery {
         
            display: flex;
            }

        .row.gallery:after {
          content: "";
          clear: both;
          display: table;
        }
        .column.work {
        
          max-width: 33.33%;
          padding: 0 12px;
          transition: 1s ease-in-out;
        }
        .column.work img {
          
            width: 100%;
            height: auto;
          
        }

        .column.work:hover {
    
            transform: scale(1.1, 1.1);
        }
        
        .image-title {

            padding-top:6px;
            font-style: oblique;
            font-size: 105%;
        }

        .image-title a:hover{

            text-decoration: none;
            color: #85CCE6;
        }
       
   /*prices*/

        #prices {
    
            margin-top: 60px;
            padding-top: 56px;
            margin-bottom: 110px;
        }

        h5 {
              
              padding-top: 40px;
              font-weight: bold;
            }
          
        .snowflake {
    
            color: #85CCE6;
            font-size: 150%;
            padding-right: 50px;
            padding-left: 50px;
            vertical-align: middle;  
    
        }
       
        #chargesTitle {
    
            margin-bottom: 70px;
            }


            .column-inner {

                margin-right: 21px;
            }
            ul {
            list-style-image: url('snowflake.png');
            
            }
        li {
            margin-bottom: 3px;

        }

        .footnote {
           padding-top: 34px;
           font-style: italic;
            margin: 0 auto;
            width: 486px;
            display: inline-flex; 
        }

 /* contact us*/

        #quote {
              background-image: url(fotos/quote-background.jpg);
              color: white;
              padding-top: 32px;
              padding-bottom: 50px;
          }
         
          .quoteButton {
              
              background-color: #85CCE6 !important;
              border-color: #85CCE6 !important;
              color: white;
              margin-top: 19px;
              font-size: 110%;
         
          }

        #recaptcha_area{
            
            display:table;
            margin: auto; 
            padding-top: 20px;
    
        }

   

       /*logo strip */

        #LogoStrip {
           opacity: 0.6; 
        }

        #LogoStrip.row {
         
            display: flex;
            align-items: center;
            justify-content: center;
            
            }

        .column.logo {
            padding: 0 7px;
        }

        #LogoStrip img {
          margin-top: 8px;
          margin-bottom: 10px;
          width: 100%;
        
        }

            #seperator {
              
              width: 100%;
              height: 3px;
              background-color: white;
          }

        /*footer*/

          #footer-bottom {
              
              padding-top: 30px;
              padding-bottom: 30px;
              width: 100%;
              background-color: #85CCE6;
          }
          
           #footer {
              
            text-align: center;
            color: #605c77;
       
           }
          
        .fab {
          font-size: 20px;
          text-align: center;
          text-decoration: none;
          margin-top: 5px;
        }

        .fab:hover {
            opacity: 0.7;
        }
          
        .fa-facebook-square {
          margin-right: 8px;
        }

        .fa-linkedin{
            margin-right: 10px;
        }


       