/* montserrat-regular - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat/Montserrat-Regular.ttf'); 
  }
  /* montserrat-italic - latin */
  @font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/montserrat/Montserrat-Italic.ttf');
  }
  /* montserrat-600 - latin */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/montserrat/Montserrat-SemiBold.ttf');
  }
  /* montserrat-700 - latin */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat/Montserrat-Bold.ttf');
  }

  .wrapper {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    perspective: 2px;
  }

.intro-header {
    font-family: 'Montserrat', Fallback, sans-serif;
    margin: 0 auto;
}

html {
    scroll-behavior: smooth;
}

.my-nav {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.button {
    padding: 12px 25px;
    border-radius: 0px;
    background-color: #1a1b1f;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    box-sizing: border-box;
}

.button.cc-contact-us {
    position: relative;
    z-index: 5;
}

.button.cc-jumbo-button.cc-jumbo-white {
    background-color: #fff;
    color: #000;
}

.button.cc-jumbo-button {
    padding: 16px 35px;
    font-size: 14px;
    line-height: 26px;
}

.blog-heading {
    margin-bottom: 60px;
    text-align: center;
}

.carousel-inner {
    position: relative;
    z-index: auto;
    display: block;
    height: 800px;
    margin-right: auto;
    margin-left: auto;
}

.carousel-item > img {
    object-fit: cover;
    height: -webkit-fill-available;
    width: 1200px!important;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.carousel-control-next, .carousel-control-prev {
    width: 40%;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.navigation {
    display: flex;
    padding: 25px 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    color: #222222;
    letter-spacing: 1px;
}

.navbar {
    padding: 25px 20px!important;
}

.navbar-nav > li{
    padding:20px;
    text-align: center;
}

.nav-link.w--current {
    opacity: 1;
    color: #1a1b1f !important;
    font-weight: 600;
}

.contact-me-tel {
    font-weight:900;
    font-size:26px;
}

.contact-me-tel-mobile {
    display: none;
}

/* NAVIGATION */

/* CONTACT MODAL */
.modal-footer.custom {
    justify-content: space-between!important;
}

/* PARALLAX EFFECT/HEADING */
.parallax {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 820px;
    margin-bottom: 100px;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    background-image: url('../images/Jobs/19477542_772560356248367_4384755707770195452_o.jpg');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 1;
    color: #fff;
}

.parallax-about {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-bottom: 100px;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    background-image: url('/web/20220301180434im_/https://impressionconcrete.com.au/images/Jobs/116252689_3132414570211487_4530940434360638670_n.jpg');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    color: #fff;
}

.comming-soon {
    padding-top: 21%;
    padding-bottom: 22%;
}


.heading-jumbo {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #f9b026;
    font-size: 64px;
    line-height: 80px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    justify-content: center;
    display: flex;
}

.heading-jumbo-small {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 50px;
    font-weight: 400;
    text-transform: none;
}

.paragraph-bigger {
    margin-bottom: 10px;
    opacity: 1;
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
}

.intro-text {
    width: 80%;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
}

.intro-text-about {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.services-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.about-img {
    width: 100%;
}

.intro-content {
    /*width: 70%;*/
    
    text-align: center;
}

.intro-content.cc-homepage {
    margin-top: 2rem;
    margin-bottom: 20px;
    border: 1px none #000;
}

.intro-content.cc-aboutpage {
    margin-bottom: 20px;
    border: 1px none #000;
}

.paragraph-bigger.cc-bigger-white-light {
    opacity: 0.49;
    color: #000;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
}

.justify-content-center-align {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.main-container {
    width: 100%;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
}

.motto-wrap {
    width: 80%;
    margin-right: auto;
    margin-bottom: 85px;
    margin-left: auto;
    text-align: center;
}

.divider {
    height: 1px;
    background-color: #eee;
}

/* INFO CONTENT STYLES */
.about-grid {
    margin-bottom: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 80px;
    grid-row-gap: 30px;
    grid-template-areas: ". .";
    -ms-grid-columns: 1fr 80px 2fr;
    grid-template-columns: 1fr 2fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

.about-grid.cc-about-2 {
    grid-template-areas: ". .";
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
}

#w-node-76c147234d34-54178466 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

.info-content-wrap {
    margin-top: 80px;
    margin-bottom: 120px;
}

.home-section-wrap {
    margin-bottom: 30px;
}


.footer-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 70px;
    padding-bottom: 70px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-wrap > a {
    display: block;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    color: #1a1b1f;
    text-decoration: underline;
}

.custom-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.5;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    text-decoration: none;
}

.section.cc-cta {
    padding-right: 80px;
    padding-left: 80px;
    background-color: #f4f4f4;
}

.cta-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 110px;
    padding-bottom: 120px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
        
span.contact-me-tel a:hover {
    text-decoration: none;
} 

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

#who-we-are {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
}

#who-we-are-image {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#what-we-do {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#what-we-do-image {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

/* ABOUT PAGE */
#excavate-txt {
    margin-top: -25px;
}

#formwork-txt {
}

#concrete-txt {
    margin-top: -20px;
} 

#excavate-img {
    width: 80%;
    height: 80%;
}

#formwork-img {
    width: 60%;
    height: 60%;
    padding-left: 8px;
}


#our-guarentee {
    margin-bottom: 40px;
}

#concrete-img {
    margin-top: 15px;
    margin-left: 10px;
    
} 

.h2 {
    font-weight: 400!important;
}

.about-us-text {
    text-align: left;
}

.about-us-points {
    width:50%;
    display: inline-flex;
}

.section-heading-wrap {
    margin-top: 80px;
    margin-bottom: 80px;
    text-align: center;
}

@media (min-width: 1262px){
    .carousel-control-next, .carousel-control-prev {
        width: 40%!important;
    }
}

@media (max-width: 1262px) {
    .about-us-points {
        width:80%;
        display: inline-flex;
    }
}

@media (max-width: 991px){
    .heading-jumbo-small {
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 32px;
        line-height: 50px;
        font-weight: 400;
        text-transform: none;
    }
    .about-us-points {
        width:80%;
        display: inline-flex;
    }

    .cta-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 80px;
        padding-bottom: 90px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .section.cc-cta {
        padding-right: 50px;
        padding-left: 50px;
        background-color: #f4f4f4;
    }

    .paragraph-bigger {
        margin-bottom: 10px;
        opacity: 1;
        font-size: 18px;
        line-height: 32px;
        font-weight: 400;
    }

    .contact-me-tel {
        display: none;
    }

    .contact-me-tel-mobile {
        display: block;
        position:fixed;
        bottom:0;
        right:0;
        border-radius: 15px;
        border: 1px solid #b1b1b1;
        padding: 5px;
        background: #ffffff;    
        margin-right: 10px;
        margin-bottom: 10px;
        text-transform: none;
        font-size: 16px!important;
        z-index:1000
    }
    
    span.contact-me-tel-mobile a:hover {
        text-decoration: none;
    }

    .a:hover {
        text-decoration: none;
    }

    .button {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .button.cc-contact-us {
        display: none;
    }

    .justify-content-center-align {
         justify-content: space-between!important; 
    }

    .about-grid {
        grid-row-gap: 50px;
        grid-template-areas:
            "."
            ".";
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto 50px auto;
        grid-template-rows: auto auto;
        text-align: center;
    }

    .about-grid.cc-about-2 {
        grid-template-areas:
            "."
            ".";
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        
        justify-content: center!important;
    }

    #who-we-are-image {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #who-we-are {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #what-we-do {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #what-we-do-image {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 20%!important;
    }

    .carousel-inner {
        position: relative;
        z-index: auto;
        display: block;
        height: 700px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    .intro-text {
        width: 90%;
    }

    .parallax {
        height: 620px;
        background-attachment: local;
    }


    .about-us-points {
        width:100%;
        display: inline-flex;
    }

    .Container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .heading-jumbo {
        font-size: 48px;
        line-height: 64px;
        text-align: center;
        justify-content: center;
        display: flex;
    }

    
    .heading-jumbo-small {
        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 50px;
        font-weight: 400;
        text-transform: none;
    }
    
    .cta-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 20px; 
        padding-bottom: 30px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .section.cc-cta {
        padding-right: 20px;
        padding-left: 20px;
        background-color: #f4f4f4;
    }
    
    .paragraph-bigger {
        margin-bottom: 10px;
        opacity: 1;
        font-size: 18px;
        line-height: 32px;
        font-weight: 400;
    }

    .carousel-inner {
        position: relative;
        z-index: auto;
        display: block;
        height: 500px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 545px) {
    /*.intro-content{
        /*width: 100%;
    }*/
    .intro-text {
        width: 100%;
    }
    .parallax {
        height: 50%;
    }
    .heading-jumbo {
        position: relative;
        left: 0px;
        top: 0px;
        text-align: center;
        justify-content: center;
        display: flex;
        font-size: 26px;
        line-height: 48px;
    }

    .carousel-inner {
        position: relative;
        z-index: auto;
        display: block;
        height: 300px;
        margin-right: auto;
        margin-left: auto;
    }
}

/* TEXT */
.paragraph-light {
    opacity: 0.6;
}

.paragraph-tiny {
    font-size: 12px;
    line-height: 20px;
}

.label {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.label.cc-light {
    opacity: 0.6;
}

.section-heading {
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 400;
}

p {
    margin-bottom: 10px;
}

h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 50px;
    font-weight: 400;
}
/*
     FILE ARCHIVED ON 18:04:34 Mar 01, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:35:06 Jul 29, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 526.656
  exclusion.robots: 0.107
  exclusion.robots.policy: 0.093
  RedisCDXSource: 2.294
  esindex: 0.012
  LoadShardBlock: 498.623 (3)
  PetaboxLoader3.datanode: 174.198 (4)
  PetaboxLoader3.resolve: 261.457 (2)
  load_resource: 175.295
*/