<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ------------------------------------------------------------------ */

 /* Style the mobile navigation menu */
 .mobnav {
    overflow: hidden;
    position: relative;
  }
  
  /* Hide the links inside the navigation menu (except for logo/home) */
  .mobnav #myLinks {
    display: none;
  }
  
  /* Style navigation menu links */
  .mobnav a {
    color: black;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
    border-bottom: 1px solid darkgrey;
  }

  #myLinks{
      background-color: white;
  }
  
  /* Style the hamburger menu */
  .mobnav a.icon {
    /* background: black; */
    background:#ddd;
    color: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 1.1rem;
  }
  
  /* Add a grey background color on mouse-over */
  .mobnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  /* Style the active link (or home/logo) */
  .active {
    background-color: #4CAF50;
    color: white;
    
  } 


@media (max-width: 1367px){
    .page_margins {
        width: 88%;
    }

    .page_name{
        width: 88%;
    }

    
    .card img {
        width:12.5rem;
        height:auto;
    }


}

/* TABLET VIEW LANDSCAPE*/
@media (max-width: 1025px){
    .header-top-wrapper{
        padding-right: 3.75rem;
        padding-left: 3.75rem;
    }

    .header-wrapper{
        padding-right: 60px;
        padding-left: 60px;
    }

    .home-header-graphic-box_text {
        left: 60px;
        top: 200px
      }

    .home-header-graphic-box_text h1{
        font-size: 3.25rem;
        color: white;
    }

    .quote-button a{
        font-size: .95rem;
    }

    .about-staff_text{
        flex: 4;
        /* padding-left: 0px; */
    }



}

/* TABLET VIEW PORTRAIT*/
@media (max-width: 950px){

    .mobnav{
        display: block;
    }

    header{
        display: none;
    }

    .mob-logo{
        width:160px;
    }

    .home-header-graphic-box_text {
        left: 20px;
      }
    
    .mybutton {
        margin-left: 0px;
    }

    /* Home Section 1 */
    .card{
        width: 30%;
        margin-left: auto;
        margin-right: auto;
    }

    .card img {
        width:200px;
        height:auto;
    }

    .home-sec-3{
        flex-direction: column;
    }

    .home-sec-3_text {
        padding-right: 0px;
        width: 100%;
    }

    .website-sec-3_box {
        width: 90%;
        padding-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .home-sec-3_image{
        display: none;
    }

    /* TABLET VIEW PORTRAIT*/
    /* ABOUT */

    .about-sec-2{
        flex-direction: column;
    }

    .about-sec-2_text {
        margin-right: 0;
        padding-bottom: 20px;
        width: 100%;
    }

    .about-sec-2_image {
        width: 100%;
        margin-left: auto;
        margin-right: auto;

    }

    .about-our-staff{
        flex-direction: column-reverse;
    }

    .about-staff_text{
        padding-bottom: 20px;
    }

    .about-staff_image{
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 120px;
    }



    /* TABLET VIEW PORTRAIT*/
    /* Contact US*/
    .contact-us-sec-1{
        padding-right: 0px;
    }

    input[type=text], input[type=email] , textarea{
        padding: 12px 20px;
        width: 90%;
    }

    .contact-us-sec2{
        flex-direction: column;
    }

    .contact-us_form {
        width: 90%;
        margin-right: 0%;
    }
    
    .contact-us_map {
        width: 90%;
        padding-top: 40px;
    }

    .herobox_contactus2{
        display: none;
    }
 

    /* TABLET VIEW PORTRAIT*/
  

    /* TABLET VIEW PORTRAIT*/
    /* ABOUT PAGE */
    .about-sec-1_text {
        padding-right: 0px;
        padding-bottom: 10px;
    }

    .about-our_staff{
        flex-direction: column-reverse;
    }

    .about-staff_text{
        padding-left: 0px;
        padding-right: 10px;
        flex: 1;
    }

}



    /* --------------------------------------------------------------- */
    /* MOBILE VIEW LANDSCAPE*/
    @media (max-width: 768px){

        .desktop {
            display: none;
        }
    
        .tablet {
            display:block;
        }


        /* TURN OFF TEMP */
        /* .dotTablet {
            display: inline-flex;
        } */

        .dot{
            display: none;
        }

        /* MOBILE VIEW LANDSCAPE*/
     

        .cards{
            flex-direction: column;
            
        }

         .card, .card-home-contact-us{
            width: 90%;
            margin-left: auto;
            margin-right: auto;
        }

   

        .quote-button a{
            font-size: 1rem;
        }

        /* MOBILE VIEW LANDSCAPE*/
        /* ABOUT*/
        .about-testimonials {
            flex-direction: column;
        }

        .about-testimonial_box {
            width: 100%;
        }


        

    }

    @media (max-width: 600px){
        .contact-us-sec-2{
            display: block;
        }
    
        .contact-us_form {
            width: 100%;
            margin-right: 0%;
        }
        
        .contact-us_map {
           width: 100%;
           padding-bottom: 30px;
        }
    }



    
    /* MOBILE VIEW PORTRAIT*/
    @media (max-width: 500px){
        img{
            width:100%;
        }


        /* .home-page-graphic-banner{
            position: inherit;  
        } */
       
        .tablet {
            display: none;
        }
    
        .mobile {
            display:block;
        }

        .dotTablet {
            display: none;
        }


        .about-sec-2_image{
            width: 80%;
            margin-left: auto;
            margin-right: auto;
        }
      


        /* SERVICES PAGE */
        .services-sec-1 {
            display: block;
            padding-bottom: 1.25rem;
            padding-top: 1rem;
        }

        .services-sec-1_text {
            width:90%;
            padding-left: 1rem;
            padding-right: 2rem;

        }

        .services-sec-1_image{
            width: 100%;
            padding-left: 1rem;
            padding-right: 0rem;
            padding-top: 3.125rem;
        }

        /* not used at this stage */
        .services-sec-1_banner{
            width: 38%;
        }

        .services-sec-1_image img{
            width: 90%;
            height: auto;
        }


        /* TIRN OFF TEMP */
        /* .dotMobile{
            display: inline-flex;
        } */

        .contact-details h1{
            font-size: 2rem;
        }

        .slideshow-container img{
            height: 450px;   
        }

        
      .home-header-graphic-box_text h1{
        font-size:2.8rem;
    }



    }
    /* Reccomended */
    /* start of desktop styles */
    @media screen and (max-width: 991px) {
    /* start of large tablet styles */
    }
    @media screen and (max-width: 767px) {
    /* start of medium tablet styles */
    }
    @media screen and (max-width: 479px) {
    /* start of phone styles */
    }
    
    /* I have max width 1367, 1025, 950, 768, 500 */</pre></body></html>