.elementor-kit-6{--e-global-color-primary:#01032A;--e-global-color-secondary:#FAFAFA;--e-global-color-text:#282829;--e-global-color-accent:#36C201;--e-global-color-9aea11d:#FFFFFF;--e-global-color-640b305:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{border-style:none;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Smooth scroll */
html {
  scroll-behavior: smooth;
}

/* Buttons */
.elementor-button {
    transform: skew(14deg);
    margin-left: 25px;
}
.elementor-button-text {
    transform: skew(-14deg);
}
.elementor-button::before {
  border-left: 12px solid #36c201;
  height: 100%;
  content: " ";
  position: absolute;
  top: 0;
  left: 0px;
  margin-left: -22px;
}

/* Style last menu item as button (desktop view) */
@media screen and (min-width: 1025px) {
    #main-menu ul .menu-btn::before {
        border-left: 12px solid #01032A;
      height: 100%;
      content: " ";
      position: absolute;
      top: 0;
      left: 0px;
      margin-left: -22px;
    }
    #main-menu ul .menu-btn {
        background-color: #01032A;
        text-transform:
        uppercase;
        margin-left: 40px;
        transform: skew(14deg);
        padding-right: 5px;
    }
    #main-menu ul .menu-btn:hover {
        background-color: #01032A;
    }
    #main-menu ul .menu-btn a {
            color: white;
            transform: skew(-14deg);
            font-weight: bold !important;
    }
    #main-menu ul .menu-btn a:hover {
            color: #36C201;
        }
}

/* .gm-meet a { 
                    color: white;
            transform: skew(0deg);
            font-weight: normal;
} */

/* Hero banner */
#hero-background {
    position: absolute;
}
#hero-background .hero-image {
    clip-path: polygon(0 0, 1600px 0, 1600px 100%, 200px 100%);
}
/* Single page banner */
#banner-background {
    position: absolute;
    width: 100%;
}
#banner-background .banner-image {
    clip-path: polygon(0 0, 1600px 0, 1600px 100%, 115px 100%);
}
/* Banners - MOBILE 
overlay - rgb(40, 40, 41) */
@media screen and (max-width: 767px) {
    #hero-background .hero-image, #banner-background .banner-image {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

/* Homepage thumbs up icon boxes */
h3.elementor-icon-box-title {
    margin-top: 10px;
    margin-bottom: 10px
}

/* Homepage Services icon boxes 
.services-icon-box .elementor-icon-box-wrapper {
    max-width: 300px;
    width: 100%;
} */

/* Homepage testimonials */
.testimonial {
    background-color:  white;
    padding: 60px 80px;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
}
#testimonial-one {
    margin-left: -140px;
}
#testimonial-two {
    margin-right: -140px;
    margin-top: 30px;
}
.testimonial .elementor-widget-container:before {
    content: "";
    display: block;
    background: url("http://grenfellmurray.com.au/wp-content/uploads/2023/06/quotation-mark-green.svg") no-repeat;
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 10px 0 0;
}
.elementor-9 .elementor-element.elementor-element-d3adb72 > .elementor-element-populated {
  padding: 0px 70px 0px 70px;
  filter: drop-shadow(-1px 2px 3px rgba(50, 50, 0, 0.15));
}
/* MOBILE sizing */
@media screen and (max-width: 767px) {
    .testimonial {
    padding: 30px 50px 30px 60px;
    }
    #testimonial-one {
    margin-left: 0px;
    }
    #testimonial-two {
    margin-right: 0;
    margin-top: 30px;
    }
    .testimonial .elementor-widget-container:before {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    }
}
/* Heading accent color */
.heading-accent {
    color: #36C201;
}

/* Services menu links 
.services-links .elementor-icon-list-item, */ #services-menu .elementor-item {
    padding: 12px 20px;
    border: 2px solid #01032A;
    margin: 7px 10px;
}
#services-menu .elementor-item:hover {
    background-color: #01032A;
    color: white;
}/* End custom CSS */