.home2-ref{
    --navy: #0d2567;
    --navy2: #0d2567;
    --gold: #ff0000;
    --ink: #101828;
    --muted: #596272;
    --line: #e3e7ed;
    --white: #fff;
    --max: 1200px;
}
a{
    outline: none !important;
    cursor: pointer;
}
.home2-ref *{
    box-sizing: border-box
}
.home2-ref{
    scroll-behavior: smooth
}
.home2-ref{
    margin: 0;
    color: var(--ink);
    background: #fff;
    line-height: 1.55;
    font-weight:400;
}
.home2-ref a{
    color: inherit;
    text-decoration: none
}
.home2-ref img{
    max-width: 100%;
}
.home2-ref .hero{
    height: 720px;
    min-height: 620px;
    background: linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.93) 31%,rgba(255,255,255,.2) 57%,transparent 78%),url("../hero-house.png") center/cover no-repeat;
    position: relative;
    padding: 150px max(30px,calc((100% - var(--max))/2)) 0;
    margin-top: -100px;
}
.home2-ref .hero-content{
    max-width: 635px
}
.home2-ref .hero-quote{
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% + 10px));
    right: max(30px,calc((100% - var(--max))/2));
    z-index: 2;
    width: min(390px,calc(100% - 60px));
    padding: 28px 30px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 22px 55px rgba(10,35,64,.22)
}
.home2-ref .hero-quote h2{
    margin: 0 0 18px;
    color: var(--navy);
    font-size: 27px;
    line-height: 1.15;
    text-align: center
}
.home2-ref .hero-quote h2 span{
    color: #b87c00
}
.home2-ref .hero-quote .wpcf7-form>p,.home2-ref .hero-quote .wpcf7-form br{
    display: none
}
.home2-ref .hero-quote .quote-field{
    position: relative;
    display: block;
    margin: 0 0 10px
}
.home2-ref .hero-quote .quote-field-icon{
    position: absolute;
    top: 50%;
    left: 14px;
    z-index: 1;
    width: 18px;
    color: #b87c00;
    font-size: 18px;
    text-align: center;
    transform: translateY(-50%);
    pointer-events: none
}
.home2-ref .hero-quote input:not([type=submit]),.home2-ref .hero-quote select{
    width: 100%;
    height: 45px;
    padding: 0 14px 0 43px;
    border: 1px solid #dfe3e8;
    border-radius: 5px;
    background: #f8f9fb;
    color: #27364a;
    font: inherit;
    font-size: 18px;
    outline: 0
}
.home2-ref .hero-quote input:not([type=submit]):focus,.home2-ref .hero-quote select:focus{
    border-color: #d2a72f;
    box-shadow: 0 0 0 2px rgba(210,167,47,.16)
}
.home2-ref .hero-quote .quote-submit{
    width: 100%;
    min-height: 47px;
    margin-top: 3px;
    border: 0;
    border-radius: 5px;
    background: var(--gold);
    color: var(--navy);
    font: inherit;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer
}
.home2-ref .hero-quote .wpcf7-spinner{
    position: absolute;
    right: 35px;
    bottom: 69px;
    margin: 0
}
.home2-ref .hero-quote .wpcf7-not-valid-tip{
    margin-top: 3px;
    font-size: 11px
}
.home2-ref .hero-quote .wpcf7-response-output{
    margin: 10px 0 0 !important;
    padding: 6px 8px !important;
    font-size: 12px
}
.home2-ref .hero-quote-privacy{
    margin: 10px 0 0;
    color: #687486;
    font-size: 11px;
    text-align: center
}
.home2-ref .eyebrow,.home2-ref .section-heading>p:first-child{
    text-transform: uppercase;
    color: #b87c00;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.8px;
    margin: 0 0 8px;
    display: none;
}
.home2-ref .hero h1{
    font-size: 60px;
    line-height: 1.08;
    letter-spacing: -2.2px;
    color: var(--navy);
    margin: 0 0 18px;
    text-transform: uppercase;
}
.home2-ref .hero-content>p:not(.eyebrow){
    font-size: 17px;
    max-width: 570px;
    margin: 0
}
.home2-ref .hero-actions{
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 28px
}
.home2-ref .btn,.home2-ref #home .hero-actions a{
    font-size: 16px;
    color: #fff;
    background-color: #0d2668 !important;
    text-transform: uppercase;
    font-family: "BrownBold";
    font-weight: 700;
    padding: 15px 25px;
    display: inline-block;
    -webkit-transition: .5s linear;
    -o-transition: .5s linear;
    transition: .5s linear;
    border: 1px solid #0d2668 !important;
    border-radius: 10px !important;
}
.home2-ref .btn.dark{
    background: var(--navy);
    color: #fff
}
.home2-ref .text-link{
    font-weight: 800;
    font-size: 18px
}
.home2-ref .trust-strip{
    position: absolute;
    left: max(30px,calc((100% - var(--max))/2));
    bottom: 30px;
    background: #0d2567;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    width: 640px;
    color: #fff;
    border-radius: 11px;
    box-shadow: 0 18px 40px #0a234033;
    overflow: hidden
}
.home2-ref .trust-strip div{
    text-align: center;
    padding: 20px 12px;
    position: relative
}
.home2-ref .trust-strip div+div:before{
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    bottom: 22px;
    width: 1px;
    background: #ffffff2c
}
.home2-ref .trust-strip i{
    display: grid;
    place-items: center;
    margin: 0 auto 8px;
    background: var(--gold);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 25px;
    font-style: normal
}
.home2-ref .trust-strip span{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    display: inline-block;
}
.home2-ref .section{
    
    margin: auto;
    padding: 46px 30px
}
.home2-ref .section-heading h2,.home2-ref .areas h2{
    color: #000 !IMPORTANT;
    font-size: 27px;
    line-height: 1.2;
    margin: 0;
    letter-spacing: -.8px;
    text-transform: uppercase;
}
.home2-ref .section-heading h2:after,.home2-ref .areas h2:after{
    content: "";
    display: block;
    width: 54px;
    height: 4px;
    background: var(--gold);
    margin-top: 12px
}
.home2-ref .section-heading{
    margin: auto;
    margin-bottom: 25px;
    max-width: 1200px !important;
    width: 100% !important;
}
.home2-ref .section#services{
    display: grid;
    
    gap: 20px
}
.home2-ref .section#services h2{
    margin-bottom:20px;
    text-transform: uppercase;
}
.home2-ref .carousel{
    overflow: hidden;
    position: relative
}
.home2-ref .track{
    display: flex;
    transition: transform .55s cubic-bezier(.22,.61,.36,1)
}
.home2-ref .service-card,.home2-ref .choose-card{
    flex: 0 0:20%;
    text-align: center;
    padding: 12px 24px;
    min-height: 220px;
    border-left: 1px solid var(--line)
}
.home2-ref .service-card i,.home2-ref .choose-card i{
    height: 60px;
    display: grid;
    place-items: center;
    color: var(--navy);
    font-size: 42px;
    font-style: normal
}
.home2-ref .service-card h3,.home2-ref .choose-card h3{
    font-size: 20px;
    color: #000 !important;
    margin: 10px 0 15px
}
.home2-ref .service-card p,.home2-ref .choose-card p{
    font-size: 18px;
    margin: 0;
    color: #303846
}
.home2-ref .carousel-nav{
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 17px
}
.home2-ref .carousel-nav button{
    width: 8px;
    height: 8px;
    border: 0;
    padding: 0;
    border-radius: 50%;
    background: #bbc0c8
}
.home2-ref .carousel-nav button.active{
    background: var(--navy);
    width: 20px;
    border-radius: 8px
}
.home2-ref .choose{
    border-top: 1px solid var(--line)
}
.home2-ref .choose-card{
    min-height: 170px
}
.home2-ref .choose-card:first-child i{
    color: var(--gold)
}
.home2-ref .areas{
    background: var(--navy);
    color: #fff;
    text-align: center;
    padding: 24px
}
.home2-ref .areas h2{
    color: #fff;
    font-size: 26px
}
.home2-ref .areas h2:after{
    margin: 9px auto 15px
}
.home2-ref .areas div{
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
    font-size: 16px
}
.home2-ref .areas b{
    color: var(--gold)
}
.home2-ref .projects .project-carousel{
    margin-top: 5px
}
.home2-ref .project-carousel figure{
    flex: 0 0:25%;
    padding: 0 8px;
    margin: 0;
    position: relative
}
.home2-ref .project-carousel img{
    height: 205px;
    object-fit: cover;
    border-radius: 7px;
    max-width: 100%;
}
.home2-ref .project-carousel figcaption{
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 0;
    padding: 28px 15px 12px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background: linear-gradient(transparent,#061b38d9);
    border-radius: 0 0 7px 7px
}
.home2-ref .projects>.btn{
    display: flex;
    width: max-content;
    margin: 18px auto 0
}
.home2-ref .quote-band{
    max-width: 1250px;
    margin: 5px auto 0;
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 18px 105px 18px 36px;
    background: linear-gradient(90deg,#ffca3c,#ffb917);
    position: relative;
    min-height: 112px;
    clip-path: polygon(1% 0,98% 0,100% 50%,98% 100%,1% 100%,0 86%,1% 76%,0 64%,1% 51%,0 38%,1% 26%,0 14%)
}
.home2-ref .quote-icon{
    min-width: 56px;
    height: 56px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--navy);
    color: #fff;
    font-size: 25px
}
.home2-ref .quote-band h2{
    font-size: 27px;
    color: var(--navy);
    margin: 0
}
.home2-ref .quote-band p{
    margin: 2px 0;
    font-size: 16px;
    font-weight: 400;
}
.home2-ref .quote-band .btn{
    margin-left: auto;
    min-width: 235px
}
.home2-ref .roller{
    position: absolute;
    right: 28px;
    top: -8px;
    width: 28px;
    height: 118px;
    background: #fdb21c;
    border-radius: 8px;
    transform: rotate(8deg);
    box-shadow: 5px 3px 8px #8c5a1640
}
.home2-ref .roller:after{
    content: "";
    position: absolute;
    left: 23px;
    top: -8px;
    width: 70px;
    height: 8px;
    border: 4px solid #888;
    border-left: 0;
    border-bottom: 0;
    border-radius: 0 10px 0 0
}
.home2-ref .testimonials blockquote{
    flex: 0 0:33.333%;
    margin: 0;
    padding: 25px 28px 20px;
    border: 1px solid var(--line);
    border-radius: 7px;
    box-shadow: 0 3px 10px #17294c12;
    min-height: 215px;
    margin: 0px 10px;
}
.home2-ref .testimonials blockquote+blockquote{
    border-left-width: 8px;
    border-left-color: #fff
}
.home2-ref .stars{
    color: var(--gold);
    font-size: 18px;
    letter-spacing: 2px
}
.home2-ref .testimonials blockquote p{
    font-size: 16px;
}
.home2-ref .t_foo strong{
    display: block;
}
.home2-ref .testimonials footer{
    display: flex;
    flex-direction: column;
    font-size: 12px
}
.home2-ref .blog-grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
.home2-ref .blog-grid article{
    display: grid;
    grid-template-columns: 42% 1fr;
    border: 1px solid var(--line);
    border-radius: 7px;
    overflow: hidden
}
.home2-ref .blog-grid img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.home2-ref .blog-grid article div{
    padding: 15px
}
.home2-ref .blog-grid h3{
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 8px;
    color: #000 !Important;
}
.home2-ref .blog-grid p{
    font-size: 16px;
    margin: 0 0 9px
}
.home2-ref .cta-card__text h2{
    text-transform: uppercase;
    color: #000 !IMPORTANT;
}
.home2-ref .blog-grid a{
    font-size: 18px;
    font-weight: 800;
    color: #000;
}
.home2-ref .accordion{
    max-width: 850px;
    margin: auto
}
.home2-ref .accordion article{
    border: 1px solid var(--line);
    border-radius: 4px;
    margin-top: -1px
}
.home2-ref .accordion button{
    width: 100%;
    background: #fff;
    border: 0;
    padding: 14px 18px;
    text-align: left;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    color: var(--ink)
}
.home2-ref .accordion button span{
    font-size: 19px;
    transition: .2s
}
.home2-ref .accordion article>div{
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .3s
}
.home2-ref .accordion article>div p{
    overflow: hidden;
    margin: 0;
    padding: 0 18px;
    color: var(--muted);
    font-size: 15px;
    transition: .3s
}
.home2-ref .accordion article.open>div{
    grid-template-rows: 1fr
}
.home2-ref .accordion article.open>div p{
    padding: 0 18px 16px
}
.home2-ref .accordion article.open button span{
    transform: rotate(45deg)
}
@media (max-width: 1050px) {.home2-ref .site-header{
        gap:15px
    }
.home2-ref .main-nav{
        gap: 18px
    }
.home2-ref .phone span{
        display: none
    }
.home2-ref .phone{
        padding: 12px
    }
.home2-ref .hero h1{
        font-size: 50px
    }
.home2-ref .hero-content{
        max-width: 50%
    }
.home2-ref .hero-quote{
        right: 25px;
        width: 355px;
        padding-inline: 24px
    }
.home2-ref .trust-strip{
        width: 55%
    }
.home2-ref .section#services{
        display: block
    }
.home2-ref .section#services .section-heading h2 br{
        display: none
    }
.home2-ref .section#services .carousel{
        margin-top: 10px
    }
.home2-ref .service-card,.home2-ref .choose-card{
        flex-basis: 33.333%
    }
.home2-ref .project-carousel figure{
        flex-basis: 33.333%
    }
.home2-ref .quote-band{
        margin-inline:25px}
.home2-ref .blog-grid{
        grid-template-columns: 1fr
    }
.home2-ref .blog-grid article{
        grid-template-columns: 220px 1fr
    }
}
@media (max-width: 760px) {.home2-ref,.home2-ref{
        overflow-x:hidden
    }
.home2-ref .site-header{
        height: 72px;
        padding: 0 20px;
        background: #fffffff2;
        position: fixed;
        box-shadow: 0 2px 10px #0001
    }
.home2-ref .brand{
        min-width: 0
    }
.home2-ref .brand svg{
        width: 38px;
        height: 38px
    }
.home2-ref .brand strong{
        font-size: 20px
    }
.home2-ref .brand small{
        font-size: 9px
    }
.home2-ref .menu-toggle{
        display: block;
        margin-left: auto
    }
.home2-ref .main-nav{
        position: absolute;
        top: 72px;
        left: 0;
        right: 0;
        background: #fff;
        display: none;
        flex-direction: column;
        gap: 0;
        align-items: stretch;
        padding: 8px 20px 20px;
        box-shadow: 0 12px 20px #0002
    }
.home2-ref .main-nav.open{
        display: flex
    }
.home2-ref .main-nav a{
        padding: 12px;
        border-bottom: 1px solid var(--line)
    }
.home2-ref .main-nav>li{
        width: 100%
    }
.home2-ref .main-nav .sub-menu,.home2-ref .main-nav .sub-menu .sub-menu{
        position: static;
        min-width: 0;
        margin: 0;
        padding: 0 0 0 16px;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        background: transparent
    }
.home2-ref .main-nav .sub-menu:before{
        display: none
    }
.home2-ref .main-nav .sub-menu a{
        padding: 10px 12px;
        white-space: normal;
        font-weight: 600
    }
.home2-ref .main-nav .menu-item-has-children>a:before{
        display: none
    }
.home2-ref .phone{
        display: none
    }
.home2-ref .hero{
        height: auto;
        min-height: 0;
        padding: 105px 22px 24px;
        background: linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.9) 42%,rgba(255,255,255,.12) 70%),url("assets/hero-house.png") 65% center/cover no-repeat
    }
.home2-ref .hero-content{
        max-width: none
    }
.home2-ref .hero h1{
        font-size: clamp(34px,10vw,40px);
        letter-spacing: -1.4px
    }
.home2-ref .hero-content>p:not(.eyebrow){
        font-size: 18px
    }
.home2-ref .hero-actions{
        gap: 14px
    }
.home2-ref .hero-actions .btn{
        padding-inline:20px}
.home2-ref .hero-quote{
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        width: auto;
        margin-top: 26px;
        padding: 24px 20px 18px
    }
.home2-ref .hero-quote h2{
        font-size: 24px
    }
.home2-ref .trust-strip{
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: auto;
        margin-top: 20px;
        grid-template-columns: repeat(2,minmax(0,1fr))
    }
.home2-ref .trust-strip div{
        padding: 12px 6px;
        min-width: 0
    }
.home2-ref .trust-strip span{
        display: block;
        font-size: 12px;
        overflow-wrap: anywhere
    }
.home2-ref .trust-strip i{
        width: 38px;
        height: 38px;
        font-size: 20px
    }
.home2-ref .trust-strip div:nth-child(3):before{
        display: none
    }
.home2-ref .section{
        padding: 38px 20px
    }
.home2-ref .section-heading h2{
        font-size: 24px
    }
.home2-ref .service-card,.home2-ref .choose-card{
        flex-basis: 100%;
        border-left: 0
    }
.home2-ref .project-carousel figure,.home2-ref .testimonials blockquote{
        flex-basis: 100%
    }
.home2-ref .areas div{
        gap: 9px 14px;
        font-size: 18px
    }
.home2-ref .quote-band{
        clip-path: none;
        margin: 0;
        padding: 28px 22px;
        display: grid;
        grid-template-columns: auto 1fr;
        border-radius: 0
    }
.home2-ref .quote-band h2{
        font-size: 23px
    }
.home2-ref .quote-band .btn{
        grid-column: 1/-1;
        margin: 5px 0 0;
        width: 100%
    }
.home2-ref .roller{
        display: none
    }
.home2-ref .blog-grid article{
        grid-template-columns: 115px 1fr;
        display: flex;
        flex-direction: column;
    }
.home2-ref .footer{
        flex-direction: column;
        text-align: center;
        gap: 10px
    }
                           .home2-ref .blog-card__image img{
                               max-height:300px
                           }
.home2-ref .footer p:last-child{
        margin-left: 0
    }
.home2-ref .carousel-nav{
        margin-top: 12px
    }
}
@media (min-width: 761px) {.home2-ref .carousel-nav:empty{
        display:none
    }
}
.home2-ref .offering__content h3{
    text-transform: uppercase;
    color: #000 !important;
}
.home2-ref .hero-actions a i{
    display: none;
}
.home2-ref .offerings-list{
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
.home2-ref a.btn.service-area__cta{
    text-align: center;
    margin: auto;
    display: inline-flex;
}
.home2-ref .projects-grid{
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
.home2-ref .service-area__layout,.home2-ref .service-area__heading,.home2-ref .choose-layout{
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
.home2-ref section#areas{
    display: flex;
    flex-direction: column;
}
.home2-ref section#areas a.btn.service-area__cta{
    margin-top: 3rem;
}
.home2-ref .site-header .brand{
    width: 190px;
    max-width: 190px;
    height: 76px;
    overflow: hidden
}
.home2-ref .site-header .brand img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}
.home2-ref .section-intro{
    max-width: 760px;
    margin: 12px auto 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7
}
.home2-ref .main-nav{
    gap: 26px
}
.home2-ref .main-nav a{
    font-size: 16px
}
.home2-ref .site-header.is-scrolled{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background: rgba(255,255,255,.97);
    box-shadow: 0 8px 24px rgba(9,36,73,.12);
    backdrop-filter: blur(10px);
    animation: header-slide-down .25s ease both
}
@media (prefers-reduced-motion:reduce) {.home2-ref .site-header.is-scrolled{
        animation: none
    }
}
.home2-ref .choose .section-intro{
    margin-right: 0;
    margin-left: 0;
    text-align: left
}
.home2-ref .services-grid{
    min-width: 0
}
.home2-ref .services-grid__inner{
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 16px
}
.home2-ref .service-card--acf{
    position: relative;
    min-height: 290px;
    padding: 30px 24px;
    overflow: hidden;
    background: #071d3b;
    color: #fff;
    text-align: left
}
.home2-ref .service-card__bg{
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .28
}
.home2-ref .service-card--acf > :not(.service-card__bg){
    position: relative;
    z-index: 1
}
.home2-ref .service-card--acf h3,.home2-ref .service-card--acf p{
    color: #fff
}
.home2-ref .service-card--acf p{
    min-height: 72px
}
.home2-ref .service-card__icon,.home2-ref .offer-card__icon{
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    margin: 0 0 18px;
    border-radius: 50%;
    background: var(--gold)
}
.home2-ref .service-card__icon img,.home2-ref .offer-card__icon img{
    width: 36px;
    height: 36px;
    object-fit: contain
}
.home2-ref .service-card__icon img{
    filter: brightness(0) invert(1)
}
.home2-ref .card-link{
    display: inline-flex;
    gap: 6px;
    margin-top: 10px;
    color: var(--gold);
    font-size: 13px;
    font-weight: 800
}
.home2-ref .offer-card{
    min-height: 240px;
    padding: 30px;
    text-align: center
}
.home2-ref .offer-card__icon{
    margin: 0 auto 18px
}
.home2-ref .projects figure a{
    display: block;
    color: inherit
}
.home2-ref .testimonial-read-more{
    align-self: flex-start;
    width: auto;
    margin: 14px 0 20px;
    padding: 0;
    border: 0;
    border-bottom: 2px solid var(--gold);
    background: transparent;
    color: var(--navy);
    font-size: 13px;
    font-weight: 800;
    text-align: left;
    cursor: pointer
}
.home2-ref .testimonials .track{
    align-items: stretch
}
.home2-ref .testimonials .t_items{
    display: flex;
    height: auto
}
.home2-ref .testimonials .t_items blockquote{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%
}
.home2-ref .testimonials .t_items .t_foo{
    margin-top: auto
}
.home2-ref .testimonial-avatar{
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover
}
.home2-ref .t_foo{
    display: flex;
    align-items: center;
    gap: 12px
}
.home2-ref .t_foo div{
    display: flex;
    flex-direction: column
}
.home2-ref .testimonial-dialog{
    width: min(620px,calc(100% - 36px));
    padding: 38px;
    border: 0;
    border-radius: 12px;
    color: var(--ink);
    box-shadow: 0 25px 80px rgba(6,27,56,.35)
}
.home2-ref .testimonial-dialog[open]{
    position: fixed !important;
    inset: 0 !important;
    margin: auto !important;
    max-height: min(80vh,700px);
    overflow-y: auto;
    transform: none !important
}
.home2-ref .testimonial-dialog::backdrop{
    background: rgba(6,27,56,.72)
}
.home2-ref .testimonial-dialog h3{
    margin: 8px 0 2px;
    color: var(--navy);
    font-size: 25px
}
.home2-ref .testimonial-dialog p{
    margin: 14px 0 0;
    line-height: 1.75
}
.home2-ref .testimonial-dialog .testimonial-dialog__location{
    margin: 0;
    color: var(--muted);
    font-size: 13px
}
.home2-ref .testimonial-dialog__close{
    position: absolute;
    top: 12px;
    right: 14px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #eef1f5;
    color: var(--navy);
    font-size: 24px;
    cursor: pointer
}
.home2-ref .brand-logos{
    padding: 46px max(30px,calc((100% - var(--max))/2));
    background: #fafafa
}
.home2-ref .brand-logos .section-heading{
    margin-bottom: 24px;
    text-align: center
}
.home2-ref .brand-logos__track{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 42px;
    flex-wrap: wrap
}
.home2-ref .brand-logo{
    display: grid;
    place-items: center;
    width: 150px;
    height: 76px;
    padding: 12px;
    border-radius: 8px;
    background: #fff
}
.home2-ref .brand-logo img{
    max-width: 100%;
    max-height: 52px;
    width: auto;
    height: auto;
    object-fit: contain
}
.home2-ref .blog-card__image{
    display: block;
    min-height: 190px;
    overflow: hidden;
    background: linear-gradient(135deg,#e9edf2,#cbd4df)
}
.home2-ref .blog-card__image img{
    min-height: 100%
}
.home2-ref .blog-card__placeholder{
    display: block;
    width: 100%;
    height: 100%;
    min-height: 190px;
    background: linear-gradient(135deg,#e9edf2,#cbd4df)
}
.home2-ref .btn,.home2-ref .hero-quote .quote-submit,.home2-ref .testimonial-read-more,.home2-ref .accordion button,.home2-ref .carousel-nav button,.home2-ref .testimonial-dialog__close{
    transition: color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease,filter .2s ease,transform .2s ease
}
@media (hover:hover) {.home2-ref .btn:hover,.home2-ref .hero-quote .quote-submit:hover{
        filter: brightness(.86);
        box-shadow: 0 8px 18px rgba(9,36,73,.2);
        transform: translateY(-2px)
    }
.home2-ref .testimonial-read-more:hover{
        color: #ff0000;
        border-bottom-color: #ff0000;
        transform: translateX(4px)
    }
.home2-ref .accordion button:hover{
        background: #f6f7fa;
        color: #ff0000
    }
.home2-ref .carousel-nav button:hover{
        background: #ff0000;
        transform: scale(1.25)
    }
.home2-ref .testimonial-dialog__close:hover{
        background: #ff0000;
        color: #fff;
        transform: rotate(90deg)
    }
}
@media (max-width:1050px) and (min-width:761px) {.home2-ref .main-nav{
        gap: 12px
    }
}
.home2-ref .home-stats{
    background: #000;
    color: #fff;
    padding: 34px 20px;
}
.home2-ref .home-stats__inner{
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 24px;
    max-width: 1180px;
    margin: 0 auto;
}
.home2-ref .home-stat{
    display: flex;
    min-height: 118px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 22px 18px;
    text-align: center;
    border: 1px solid #343434;
    border-radius: 30px;
}
.home2-ref .home-stat strong{
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: clamp(28px,3vw,38px);
    font-weight: 700;
    line-height: 1;
}
.home2-ref .home-stat > span{
    color: #fff;
    font-size: clamp(16px,1.5vw,20px);
    line-height: 1.35;
}
.home2-ref .google-reviews{
    overflow: hidden;
    background: #f7f8fa;
}
.home2-ref .google-reviews__widget{
    max-width: 1180px;
    margin: 34px auto 0;
}
.home2-ref .google-reviews__widget .ti-widget{
    margin: 0 auto;
}
@media (max-width:760px) {.home2-ref .home-stats{
		padding: 26px 20px;
	}
.home2-ref .home-stats__inner{
		grid-template-columns: 1fr;
		gap: 14px;
	}
.home2-ref .home-stat{
		min-height: 100px;
		border-radius: 24px;
	}
.home2-ref .google-reviews__widget{
		margin-top: 24px;
	}
.home2-ref .site-header .brand{
        width: 150px;
        max-width: 150px;
        height: 58px
    }
.home2-ref .section-intro{
        font-size: 14px
    }
.home2-ref .service-card--acf,.home2-ref .offer-card{
        min-height: 260px
    }
.home2-ref .services-grid__inner{
        grid-template-columns: 1fr
    }
.home2-ref .testimonial-dialog{
        padding: 32px 22px 24px
    }
.home2-ref .brand-logos{
        padding: 38px 20px
    }
.home2-ref .brand-logos__track{
        gap: 14px
    }
.home2-ref .brand-logo{
        width: calc(50% - 7px);
        height: 68px
    }
.home2-ref .blog-card__image,.home2-ref .blog-card__placeholder{
        min-height: 150px
    }
}
.home2-ref .offerings-list{
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.home2-ref .offering{
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: stretch;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 14px 40px rgba(13, 37, 103, .1);
    overflow: hidden;
}
.home2-ref .offering:nth-child(even) .offering__media{
    order: 2;
}
.home2-ref .offering:nth-child(even) .offering__content{
    order: 1;
}
.home2-ref .offering__media{
    position: relative;
    min-height: 300px;
}
.home2-ref .offering__media img{
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
}
.home2-ref .offering__content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 44px;
}
.home2-ref .offering__content .service-card__icon{
    margin-bottom: 18px;
}
.home2-ref .offering__content h3{
    margin: 0 0 12px;
    letter-spacing: -.3px;
    font-size: 18px;
    color: #fff;
    font-family: 'BrownBold';
    font-weight: 700;
    padding-top: 13px;
    text-transform: uppercase;
}
.home2-ref .offering__content > p{
    margin: 0 0 18px;
    color: var(--muted);
    line-height: 1.7;
    font-size: 16px;
    font-family: "Lato";
    font-weight: 300;
}
@media (max-width:900px) {.home2-ref .offering{
        grid-template-columns: 1fr;
    }
.home2-ref .offering:nth-child(even) .offering__media,.home2-ref .offering:nth-child(even) .offering__content{
        order: initial;
    }
.home2-ref .offering__media{
        min-height: 220px;
    }
.home2-ref .offering__content{
        padding: 28px 24px;
    }
}
.home2-ref .choose-layout{
    display: grid;
    grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
    gap: 48px;
    align-items: start;
}
.home2-ref .choose-layout .section-heading{
    margin-bottom: 0;
    text-align: left;
}
.home2-ref .choose-layout .section-heading p{
    margin: 0 0 10px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.home2-ref .choose-layout .section-heading h2{
    font-size: 34px;
}
.home2-ref .choose-layout .section-intro{
    margin: 14px 0 0;
    text-align: left;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
}
.home2-ref .choose-stats{
    display: flex;
    gap: 30px;
    margin: 26px 0 28px;
    padding-top: 24px;
    border-top: 1px solid var(--line);
}
.home2-ref .choose-stat strong{
    display: block;
    margin-bottom: 6px;
    color: var(--gold);
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}
.home2-ref .choose-stat span{
    display: block;
    color: var(--navy);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}
.home2-ref .choose-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
.home2-ref .choose-grid .offer-card{
    min-height: 0;
    padding: 28px 26px;
    border: 1px solid var(--line);
    border-radius: 12px;
    text-align: left;
    background: #fff;
}
.home2-ref .choose-grid .offer-card__icon{
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin: 0 0 16px;
    border-radius: 50%;
}
.home2-ref .choose-grid .offer-card__icon img{
    width: 26px;
    height: 26px;
    object-fit: contain;
}
.home2-ref .choose-grid .offer-card h3{
    margin: 0 0 8px;
    text-align: left;
    color: var(--navy);
    font-size: 17px;
}
.home2-ref .choose-grid .offer-card p{
    margin: 0;
    text-align: left;
    color: #575f6d;
    font-size: 14px;
    line-height: 1.55;
}
@media (max-width:900px) {.home2-ref .choose-layout{
        grid-template-columns: 1fr;
        gap: 30px;
    }
.home2-ref .choose-intro{
        text-align: center;
    }
.home2-ref .choose-stats{
        justify-content: center;
    }
}
@media (max-width:600px) {.home2-ref .choose-grid{
        grid-template-columns: 1fr;
    }
}
.home2-ref .service-area__heading{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px 40px;
    margin-bottom: 28px;
}
.home2-ref .service-area__heading .section-heading{
    margin-bottom: 0;
    text-align: left;
}
.home2-ref .service-area__heading .section-intro{
    margin: 0;
    max-width: 380px;
    text-align: left;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
}
.home2-ref .service-area__layout{
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}
.home2-ref .service-area__map{
    height: 480px;
    border-radius: 14px;
    overflow: hidden;
    background: #eef1f5;
}
.home2-ref .service-area__panel{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.home2-ref .service-area__card{
    padding: 22px 24px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
}
.home2-ref .service-area__card h3{
    margin: 0 0 14px;
    color: var(--navy);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .8px;
    text-transform: uppercase;
}
.home2-ref .service-area__regions ul{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.home2-ref .service-area__regions li{
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--ink);
    font-size: 14px;
    font-weight: 600;
}
.home2-ref .service-area__dot{
    width: 10px;
    height: 10px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--line);
}
.home2-ref .service-area__tag{
    margin-left: auto;
    padding: 3px 10px;
    border-radius: 20px;
    background: #f5f7fa;
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: uppercase;
}
.home2-ref .service-area__suburbs{
    display: flex;
    flex-direction: column;
    min-height: 0;
}
.home2-ref .service-area__suburb-scroll{
    max-height: 260px;
    padding-right: 6px;
    overflow-y: auto;
}
.home2-ref .service-area__region-label{
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 16px 0 8px;
    color: var(--navy);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .6px;
    text-transform: uppercase;
}
.home2-ref .service-area__region-label:first-child{
    margin-top: 0;
}
.home2-ref .service-area__tags{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.home2-ref .service-area__tags span{
    padding: 5px 12px;
    border: 1px solid var(--line);
    border-radius: 20px;
    color: var(--ink);
    font-size: 12.5px;
}
.home2-ref .service-area__cta{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
}
.home2-ref .choose-intro .btn,.home2-ref .service-area__cta,.home2-ref .projects-grid__cta .btn,.home2-ref .cta-card__btn{
    color: #fff;
    font-weight: 700;
}
@media (max-width:900px) {.home2-ref .service-area__heading{
        text-align: center;
        justify-content: center;
    }
.home2-ref .service-area__heading .section-heading,.home2-ref .service-area__heading .section-intro{
        text-align: center;
        max-width: 100%;
    }
.home2-ref .service-area__layout{
        grid-template-columns: 1fr;
    }
.home2-ref .service-area__map{
        height: 320px;
    }
}
.home2-ref .projects{
    background: #fff;
}
.home2-ref .projects-heading{
    text-align: center;
}
.home2-ref .projects-heading h2:after{
    margin: 12px auto 0;
}
.home2-ref .projects-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 340px;
    gap: 4px;
}
.home2-ref .projects-grid__item{
    position: relative;
    margin: 0;
    min-height: 260px;
    overflow: hidden;
}
.home2-ref .projects-grid__trigger{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}
.home2-ref .projects-grid__item img{
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
}
.home2-ref .projects-grid__item figcaption{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 16px 14px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    background: linear-gradient(transparent, rgba(6, 27, 56, .85));
}
.home2-ref .projects-grid__cta{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px 32px;
    background: #fff;
}
.home2-ref .projects-grid__cta h3{
    margin: 0 0 12px;
    color: var(--navy);
    font-size: 22px;
}
.home2-ref .projects-grid__cta p{
    margin: 0 0 22px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.65;
}
.home2-ref .projects-grid__cta .btn{
    align-self: flex-start;
}
@media (max-width:900px) {.home2-ref .projects-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width:600px) {.home2-ref .projects-grid{
        grid-template-columns: 1fr;
        grid-auto-rows: 280px;
    }
.home2-ref .projects-grid__cta{
        height: auto;
    }
.home2-ref .projects-grid__item{
        min-height: 220px;
    }
}
.home2-ref .cta-band{
    padding: 46px max(30px, calc((100% - var(--max))/2));
    background: #fafafa;
}
.home2-ref .cta-card{
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: var(--max);
    margin: 0 auto;
    padding: 28px 36px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 14px 40px rgba(13, 37, 103, .08);
}
.home2-ref .cta-card__icon{
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--gold);
    color: #fff;
    font-size: 22px;
}
.home2-ref .cta-card__text{
    flex: 1 1 auto;
    min-width: 0;
}
.cta-card__text a {
    color: #ff0000;
    font-weight: 500;
}
.cta-card__text a:hover {
    color: var(--navy);
}
.home2-ref .cta-card__text h2{
    margin: 0 0 6px;
    color: var(--navy);
    font-size: 24px;
}
.home2-ref .cta-card__text p{
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.6;
}
.home2-ref .cta-card__btn{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    white-space: nowrap;
}
@media (max-width:760px) {.home2-ref .cta-band{
        padding: 38px 20px;
    }
.home2-ref .cta-card{
        flex-direction: column;
        text-align: center;
        padding: 28px 24px;
    }
.home2-ref .cta-card__btn{
        justify-content: center;
        width: 100%;
    }
}
.home2-ref .faq-heading{
    text-align: center;
}
.home2-ref .faq-heading h2{
    font-size: 30px;
}
.home2-ref .faq-heading h2:after{
    display: none;
}
.home2-ref .faq-heading p{
    margin: 8px auto 0;
    max-width: 620px;
    color: var(--muted);
    font-size: 15px;
}
.home2-ref .accordion{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.home2-ref .accordion article{
    margin-top: 0;
    border: 1px solid transparent;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(13, 37, 103, .06);
}
.home2-ref .accordion article.open{
    border-color: var(--gold);
    box-shadow: 0 6px 20px rgba(255, 0, 0, .1);
}
.home2-ref .accordion button{
    padding: 18px 22px;
    border-radius: 14px;
    font-size: 15px;
}
.home2-ref .accordion-icon{
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: var(--gold);
    font-size: 14px;
    transition: transform .2s;
}
.home2-ref .accordion article.open .accordion-icon{
    transform: rotate(180deg);
}
.home2-ref .accordion article>div p{
    padding: 0 22px;
}
.home2-ref .accordion article.open>div p{
    padding: 0 22px 20px;
}
.home2-ref .project-lightbox{
    position: relative;
    max-width: min(1100px, calc(100vw - 48px));
    max-height: 90vh;
    padding: 0;
    border: 0;
    border-radius: 12px;
    background: transparent;
}
.home2-ref .project-lightbox[open]{
    position: fixed !important;
    inset: 0 !important;
    margin: auto !important;
    transform: none !important;
}
.home2-ref .project-lightbox::backdrop{
    background: rgba(6, 27, 56, .85);
}
.home2-ref .project-lightbox__img{
    display: block;
    max-width: 100%;
    max-height: 90vh;
    border-radius: 10px;
    object-fit: contain;
}
.home2-ref .project-lightbox__close{
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: var(--gold);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}
.home2-ref .project-lightbox__nav{
    position: absolute;
    top: 50%;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, .55);
    color: #fff;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
}
.home2-ref .project-lightbox__nav:hover{
    background: var(--gold);
}
.home2-ref .project-lightbox__prev{
    left: 14px;
}
.home2-ref .project-lightbox__next{
    right: 14px;
}
@media (max-width:600px) {.home2-ref .project-lightbox__close{
        top: 12px;
        right: 12px;
        width: 36px;
        height: 36px;
        font-size: 20px;
    }
.home2-ref .project-lightbox__nav{
        width: 38px;
        height: 38px;
        font-size: 20px;
    }
.home2-ref .project-lightbox__prev{
        left: 6px;
    }
.home2-ref .project-lightbox__next{
        right: 6px;
    }
}
.home2-ref #services,.home2-ref #about,.home2-ref #projects,.home2-ref #testimonials,.home2-ref #blog{
    background: #fff;
}
.home2-ref #offerings,.home2-ref #areas,.home2-ref .faq{
    background: #fafafa;
}

.home2-page .banner_text h1 {font-family:BrownBold;font-size:48px;font-weight:700;color:#fff;line-height:1.1;margin:0 0 24px;text-transform:uppercase;max-width:700px}
.home2-page .banner_text>p {max-width:740px;line-height:1.5}
.home2-page .banner {min-height:680px;height:auto;padding-bottom:48px;background-position:center;background-size:cover}
.home2-page .banner_text {position:relative;z-index:1}
.home2-actions {display:flex;flex-wrap:wrap;gap:14px;margin:25px 0}
.home2-page .home2-actions a {display:inline-flex;align-items:center;gap:12px;padding:15px 22px;background:#102767;color:white;font-family:BrownBold;font-size:16px;font-weight:700;text-transform:uppercase;border:1px solid white;border-radius:4px}
.home2-page .home2-actions a:hover {background:#f00}
.home2-membership {display:inline-flex;align-items:center;gap:12px;padding:12px 16px;background:white;border-radius:5px;color:#102767}
.home2-membership>i {font-size:30px}.home2-membership b,.home2-membership span {display:block;font-family:Lato;font-size:14px;line-height:1.5}
.home2-badges {display:flex;flex-wrap:wrap;gap:18px 28px;list-style:none;padding:0;margin:28px 0 0;color:white;font:700 14px Lato}
.home2-badges i {color:#f00;margin-right:7px}
.home2-page .home2-trust-heading {font-family:Lato;font-size:20px;font-weight:700;line-height:1.4;color:#fff;padding:0;margin:28px 0 16px}
.home2-trust .home2-badges {margin-top:0;max-width:1000px}
.home2-trust .home2-badges li {display:flex;align-items:flex-start;gap:8px;line-height:1.5;background: lch(0 0 0 / 0.31);padding: 0.72rem 1rem;border-radius: 10px;}
.home2-page .home2-trust .home2-badges i {flex-shrink:0;margin:3px 0 0}
.home2-page .video_text h2,.home2-services h2,.home2-areas h2,.home2-ref .section-heading h2,.home2-ref .cta-card h2 {font-family:BrownBold;font-size:40px;font-weight:700;color:#1c1c1c;line-height:1.15;text-transform: uppercase;}
.home2-page .video_text p,.home2-services p,.home2-services li,.home2-areas p,.home2-ref .section-intro,.home2-ref .choose-card p,.home2-ref .blog-grid p,.home2-ref .accordion article>div p,.home2-ref .cta-card p {font-family:Lato;font-size: 16px;font-weight:300;color:#535353;line-height:1.65}
.home2-page .video_text p{
    margin-bottom:0px;
}
.home2-services h3,.home2-ref .choose-card h3,.home2-ref .blog-grid h3 {font-family:BrownBold;font-size:18px;font-weight:700;color:#1c1c1c;line-height:1.3}
.home2-services {background:#f6f7fa;padding:65px 0}.home2-services h2{text-align:center;margin:0 0 32px}
.home2-service-copy {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.home2-services ul {list-style:disc;padding-left:20px}
.home2-areas {text-align:center;background:#f6f7fa;padding:65px 0}
.home2-ref {font-family:Lato;--max:1200px;--ink:#1c1c1c;--muted:#535353}
.home2-ref .section {padding-top:65px;padding-bottom:65px}
.home2-ref .choose-layout {grid-template-columns:minmax(0,360px) minmax(0,1fr)}
.home2-ref .section-heading>p {font-family:Lato;font-weight:700}
.home2-ref .btn {font-family:BrownBold;font-size:16px;font-weight:700}
.home2-ref .accordion button {font-family:BrownBold;font-size:18px;font-weight:700;color:#1c1c1c}
.home2-ref .projects-grid__item {min-width:0}.home2-ref .projects-grid__trigger {padding:0}
.home2-ref .projects-grid__trigger img {transition:transform .2s ease}.home2-ref .projects-grid__trigger:hover img {transform:scale(1.03)}
.home2-ref .project-lightbox:not([open]) {display:none}
#home2-quote {scroll-margin-top:110px}
.home2-page .banner {position:relative}
.home2-page .banner:before {content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,25,61,.78),rgba(8,25,61,.35) 65%,rgba(8,25,61,.1));pointer-events:none}
.home2-page .banner_text {padding-bottom:50px}
.home2-page .banner_text i {font-size:16px;position:static;margin:0 7px 0 0}
.home2-page .home2-membership>i {font-size:28px}
.home2-page .home2-actions a i {margin:0}
.home2-ref .choose-layout .section-heading h2 {font-size:40px;font-weight:700;color:#1c1c1c}
.home2-ref .choose-layout .section-intro,.home2-ref .choose-grid .offer-card p {font-size: 18px;line-height: 26px;color: #535353;font-family: "Lato";font-weight: 300;padding-top: 10px;}
.home2-ref .choose-grid .offer-card h3 {font-size: 20px;font-weight:700;color:#1c1c1c}
.home2-ref .choose-grid .offer-card {padding:24px}
.home2-ref .section-heading h2,.home2-ref .cta-card h2,.home2-ref .choose-grid .offer-card h3,.home2-ref .blog-grid h3 {color:#1c1c1c!important}
.top-footer>.container {max-width:100%}
.home2-video .videopop {border:0;padding:0;background:transparent;color:white}
.home2-video .play_circle {display:block}
.home2-video .videopop:focus-visible {outline:3px solid #102767;outline-offset:8px}
.service_content ul li {
    width: 100%;
}
section.home2-areas ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px 0px;
}

section.home2-areas li {
    background: #000;
    color: #fff;
    font-weight: 600;
    padding: .75rem 1.4rem;
    border-radius: 5px;
}
@media(max-width:991px){.home2-service-copy{grid-template-columns:repeat(2,minmax(0,1fr))}.home2-ref .choose-layout{grid-template-columns:1fr}.home2-page .banner_text h1{font-size:40px}}
@media(max-width:767px){.home2-page .banner{min-height:620px;padding-top:55px;padding-bottom:35px}.home2-page .banner_text h1{font-size:32px}.home2-page .banner_text>p{font-size:20px}.home2-service-copy{grid-template-columns:1fr}.home2-page .video_text h2,.home2-services h2,.home2-areas h2,.home2-ref .section-heading h2,.home2-ref .cta-card h2{font-size:30px}.home2-ref .section{padding:45px 20px}.home2-page .home2-actions a{font-size:14px;padding:13px 16px}.home2-badges{gap:14px;display:grid;grid-template-columns:1fr 1fr}.home2-ref .choose-grid{grid-template-columns:1fr}.home2-membership b,.home2-membership span{font-size:12px}.home2-ref .blog-grid{grid-template-columns:1fr}}
@media(max-width:767px){.home2-ref .choose-layout .section-heading h2{font-size:30px}.home2-page .banner_text{padding:35px 0 15px}}
@media(max-width:767px){.home2-page .banner{padding-top:200px}.home2-page .banner_text>p{margin-bottom:20px}.home2-page .home2-actions a{margin:0}.home2-page .banner_text h1{position:relative}}
@media(max-width:767px){.home2-page .banner_text h1{margin-left:20px;margin-right:20px}.home2-trust .home2-badges li {
    text-align: left;
}}
