/*Global Colouring*/


body {
    color: #000;
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.4em
}





/*Header*/
header {
    background-color:#fff;
    height: 119px; z-index:999
}

.fix {
    position: sticky;
    top: 0;
    transition: all .3s ease-in-out;
    
}




a {
    transition: all 0.4s ease-in-out;
}

    a:hover {
        color: #f57b20; text-decoration:none;
    }

.logo {
    position: absolute;
    left: 20px;
    top: 8px;
    z-index: 1031;
    display: block;
}

.hover-fade:hover {
    opacity: 0.7;
}

.height-auto {
    height: auto;
}


p {
    font-size: 1.4em;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 1.3rem;
}

.container-lg li, .container-xl li {
    font-size: 1.4em;
    font-weight: 300;
    line-height: 34px;

}


.container-narrow li {
    font-size: 1.4em;
    font-weight: 300;
    line-height: 30px;
}

.lh-md {
    line-height: 40px;
}

h2, .fs-1, .h2 {
    font-size: 2.2rem !important;
    line-height: 43px;
}

h1, h2, h3, .h2, .h3 {
    font-weight: 700;
}

.h3 {font-size:1.75rem;}

strong, b {
    font-weight: 700;
}

.logo img {
    width: 371px;
    height: auto;
}


/* main navigation*/

.navbar {
    padding: 0;
}

.nav-item a {
    text-transform: uppercase;
    color: #000 !important;
    font-weight: 700;
    font-size: 1.1em;
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
    padding-bottom: 2.9rem;
    padding-top: 3rem;
}

    .nav-item a:hover {
        color: #5f5f5f !important;
        transition: all 0.4s ease-in-out;
    }

.nav-bar-padd {
    padding: 0 90px 0 0;
}




.dropdown-menu {
    background-color: #f57b20;
    border-radius: 0 0 0.3em 0.3em;
    padding: 9px 0 15px 0;
    transition: transform 1s ease-out;
}

    .dropdown-menu li a {
        padding: 6px 20px 6px 20px !important;
        text-transform: none;
        font-size: 1em;
        color: #fff !important;
    }

.nav-item ul li a:hover {
    background-color: unset;
    text-decoration: none;
    color: #cbcbcb !important;
}


/*used for click to activate dropdown */

.dropdown-menu.show {
    display: block;
}




.cool-link {
    display: inline-block;
    text-decoration: none
}

    .cool-link::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #f57b20;
        transition: width .3s
    }

    .cool-link:hover::after {
        width: 100%;
        transition: width .3s
    }




.icon-rotates {
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 1.2em;
    margin-left: 4px;
    color: #f57b20;
}

    .icon-rotates.rotate {
        -moz-transition: rotate(180deg);
        -webkit-transition: rotate(180deg);
        transition: rotate(180deg);
    }


.show .icon-rotates {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #fff;
}

.nav-item-large {
    text-align: center;
    border-left: solid 1px #eceef1;
    padding: 20px 15px;
}

    .nav-item-large i {
        display: block;
        font-size: 1.4em;
    }

    .nav-item-large span {
        font-weight: 500;
        font-size: 0.9em;
    }










.navbar-toggler {
    position: absolute;
    top: 0;
    right: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
    padding: 38px 22px 36px 20px;
    font-size: 2.6em;
    z-index: 9;
}

    .navbar-toggler .bar {
        width: 45px;
        height: 5px;
        margin: 6px auto;
        background-color: #f57b20;
        transition: all 0.2s ease-in-out;
    }

    .navbar-toggler:hover .bar {
        background-color: #000;
    }

.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.offcanvas-body .dropdown-menu {
    columns: 1;
    border: none;
    box-shadow: none;
    position: static !important;
    transform: translate(0px, 0px) !important;
    padding: 0;
    border-radius: 0;
}





.offcanvas-body .nav-link {
    transition: all 0.3s linear;
}


.offcanvas-body .nav-item a {
    padding: 13px 20px 13px 20px !important;
    color: #fff !important;
    background-color: #242424;
    border-bottom: solid 1px #3c3c3c
}

.offcanvas-body .dropdown a {
    background-color: #242424;
}


.offcanvas-body .nav-item a:hover {
    background-color: #191919;
}

.offcanvas-body .dropdown a:hover {
    background-color: #191919;
}


#main-navigation-side li {
    list-style-type: none;
}

#main-navigation-side {
    margin: 0;
    padding: 0;
}

.offcanvas-body .fa-angle-down {
    color: #f57b20
}

.offcanvas-body .nav-item ul li a {
    background-color: #fff;
    border-bottom: solid 1px #e0e0e0;
    color: #000 !important;
}

    .offcanvas-body .nav-item ul li a:hover {
        text-decoration: none;
        background-color: #f57b20;
        color: #fff !important;
    }

.offcanvas-body {
    padding: 0;
    overflow-y: auto;
    background-color: #1d1d1d;
}

.offcanvas-body-filter, .offcanvas-header-filter {
    background-color: #fff !important;
}

.offcanvas-header {
    background-color: #1d1d1d
}

.offcanvas-body-filter-padd {
    padding: 20px;
}


.offcanvas-header-filter .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}


.icon-rotates-side {
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 1.3em;
    position: absolute;
    right: 18px;
    top: 15px;
}

    .icon-rotates-side.rotate {
        -moz-transition: rotate(180deg);
        -webkit-transition: rotate(180deg);
        transition: rotate(180deg);
    }



#main-navigation-side .show .icon-rotates-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}



header .btn {
    margin: 40px 6px 0 9px;
    padding: 0.2rem 1.4rem; font-size:1.1em;
}



.list-2-col {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }


.list-4-col {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}


.btn {
    font-family: 'Ubuntu', sans-serif;
    border-radius: 0.3em;
    font-size: 1.3em;
    font-weight: 700;
    padding: 0.4rem 2.5rem 0.5rem 2.5rem;
    text-transform: uppercase;
    border: solid 2px;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out !important;
}

.btn-lg {
    font-size: 0.9em;
    padding: 1rem 1.6rem;
}


.btn-sm {
    font-size: 1em;
    padding: 0.6rem 1.2rem;
}



.btn-primary {
    color: #fff;
    background-color: #f57b20;
    border-color: #f57b20;
}

    .btn-primary:hover {
        color: #000;
        background-color: unset;
        border-color: #f57b20;
    }

.btn-primary-outline {
    color: #000;
    background-color: none;
    border-color: #f57b20;
}

    .btn-primary-outline:hover {
        color: #fff;
        background-color: #f57b20;
        border-color: #f57b20;
    }

.btn-clean {
    text-decoration: none;
    text-transform: uppercase;
    color: #f57b20;
    font-weight: 700;
    font-size: 1.1em;
}


.btn-secondary {
    color: #f57b20;
    background-color: unset;
    border-color: #f57b20;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #f57b20;
        border-color: #f57b20;
    }

.btn-white {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

    .btn-white:hover {
        color: #fff;
        background-color: none;
        border-color: #fff;
    }


.btn-light {
    color: #adadad;
    background-color: #fff;
    border-color: #e4e4e4;
}

.btn-white-outline:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}


.btn-fw {
    width: 100%;
}

.multi-grid-row h2, .grey-grad h2 {
    font-weight: 300;
}

.multi-grid-row-blog {
    text-decoration: none;
    display: block;
}

.border {
    border: solid 1px #eeeeee !important;
}

.date {
    background-color: #f1f1f1;
    border-radius: 20px;
    padding: 4px 17px;
    display: inline-block;
    font-weight: 300;
}


.multi-grid-row-blog:hover {
    color: #000;
}

.multi-grid-row-blog .blog-name {
    transition: all 0.3s ease-in-out;
}

.multi-grid-row-blog:hover .blog-name {
    color: #f57b20
}
.video-wrap {
    background-color: #000;
    margin-bottom: 10px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

    .video-wrap img {
        width: 100%;
        top: -16.82%;
        left: 0;
        opacity: 0.7;
    }

    .video-wrap .play-button {
        width: 90px;
        height: 60px;
        background-color: #f57b20;
        box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
        z-index: 1;
        opacity: 1;
        border-radius: 6px;
    }

        .video-wrap .play-button:before {
            content: "";
            border-style: solid;
            border-width: 15px 0 15px 26.0px;
            border-color: transparent transparent transparent #fff;
        }

    .video-wrap img,
    .video-wrap .play-button {
        cursor: pointer;
    }

        .video-wrap img,
        .video-wrap iframe,
        .video-wrap .play-button,
        .video-wrap .play-button:before {
            position: absolute;
        }

            .video-wrap .play-button,
            .video-wrap .play-button:before {
                top: 50%;
                left: 50%;
                transform: translate3d( -50%, -50%, 0 );
            }

    .video-wrap iframe {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

/*Globals*/
.hover-fade:hover {
    opacity: 0.7;
    transition: opacity 0.6s ease;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.text-white {
    color: #fff !important;
}

.primary {
    color: #f57b20;
}

.text-white .primary {
    color: #000
}

.container-narrow {
    max-width: 900px;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: auto;
}


/*-------------------------------View--------------------------------------------------*/






.list-horizontal li {
    display: inline-block;
}



.link-me {
    text-decoration: underline;
    cursor: pointer;
}

    .link-me:hover {
        text-decoration: none;
    }

.link-me-no-hover {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

    .link-me-no-hover:hover {
        text-decoration: none;
        color: #f57b20
    }

    .link-me-no-hover:after {
        font-family: 'Font Awesome 6 Pro';
        content: '\f061';
        font-size: 1.2rem;
        text-rendering: auto;
        color: #f57b20;
        margin-left: 8px;
    }


.socials-alt i {
    font-size: 2.7em;
    padding: 6px;
    margin-bottom: 14px;
    color: #f57b20;
    transition: all 0.3s ease-in-out;
}


    .socials-alt i:hover {
        color: #000
    }

/*-------------------------------Blog--------------------------------------------------*/



/*-------------------------------Footer--------------------------------------------------*/

footer {
    background-color: #231f20;
    color: #000; position:relative; padding:80px 0 120px 0;
}


    footer .socials i {
        font-size: 2em;
        padding: 6px;
        margin-top: 14px;
        opacity: 1;
        color: #f57b20
    }

        footer .socials i:hover {
           color:#fff
        }

    footer img:hover {
        opacity: 0.7;
    }

    footer .btn-secondary {
        width: 300px;
    }


    footer tel {
        font-size: 2.4em;
        font-weight: 700;
        line-height: 50px; color:#fff; 
    }


        footer tel a {
            text-decoration: none;
            color: #f57b20
        }
           footer tel a:hover, .call-footer a:hover {
          
            color: #fff
        }



        .footer-additional address {color: #888787; margin:24px 0 0 0; line-height:25px;         font-size: .9em !important;}
       
         .footer-additional ul {margin:20px 0 0 0;}
        .footer-additional ul li {display:inline;}

    footer ul {
        margin: 0 0 0 0;
        padding: 0;
    }

    footer hr {
        height: 1px;
        margin: 10px 0;
        background: #000;
        background: linear-gradient(94deg,rgba(0,0,0,1) 0%,rgba(205,205,205,1) 80%);
        border: 0;
    }

    .call-footer a {text-decoration:none; color:#f57b20}

    footer li {
        
        color: #888787;
        font-weight: 300;
        padding: 0; list-style-type:none;
        font-size: .9em !important;
   line-height:25px !important;
    }

        footer li a {
            text-decoration: none; color:#888787; 
        }


        footer li::before {
            font-family: 'Font Awesome 6 Pro';
            content: '\f105';
            text-rendering: auto;
            color: #f57b20; font-size:0.5em;
            margin-right: 3px;
        }


        footer .btn-primary:hover {color:#fff;}

        .footer-brands {background-color:#171616; padding:20px; position:absolute; bottom:0; left:0; right:0; width:100%; height:120px; text-align:center; }
       .footer-brands ul {margin:0;}
        .footer-brands img {opacity:0.7}
        .footer-brands ul li {display:inline; list-style-type:none;}

       .footer-brands ul li:before {  content: '';}


       .strap-footer {letter-spacing:1px;}

.bg-grey {
    background-color: #e8e6e6
}

.grey-grad {
    background: #f9f9f9;
    background: linear-gradient(180deg,rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%);
}

.rule-primary {
    border-top-color: #f57b20 !important;
    border-top: 4px #f57b20 solid !important;
}

.rule-white {
    border-top-color: #fff !important;
    border-top: 4px #fff solid !important;
}


.rule-centred {
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    text-align: center;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    opacity: 1;
}

.rule-left {
    width: 30%;
    text-align: left;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    opacity: 1;
}

.rule-right {
    width: 30%;
    text-align: right;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    margin-left: auto;
    opacity: 1;
}

.contact-us address {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 35px;
}


.img-trio {
    float: left;
    width: 33.33%;
}

    .img-trio img {
        width: 100%;
        height: auto;
        padding: 2%;
    }

.hero-standard .container-xl {
    max-width: 1500px;
}


.triangle {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 35px 0 35px 35px;
    border-color: transparent transparent transparent #f57b20;
    transform: rotate(0deg);
    position: absolute;
    left: 0;
    top: 45%;
}

.primary-info-container {
    background-color: #fff;
    border-radius: 0.3em;
    margin-top: -41px;
    height: 390px;
}

    .primary-info-container h2 {
        color: #fff;
        background-color: #000;
        text-transform: uppercase;
        font-size: 1.5em !important;
        border-radius: 0.2em 0.2em 0 0;
        margin: 0;
        padding: 8px;
    }

    .primary-info-container .match-date {
        margin: 0;
        padding: 6px;
        color: #000;
        font-weight: 700;
        font-size: 1em;
        text-transform: uppercase;
        background-color: #f3f3f3
    }

    .primary-info-container .match-time {
        margin: 0;
        padding: 9px;
        color: #000;
        font-weight: 700;
        font-size: 2em;
        text-transform: uppercase;
        background-color: #f3f3f3
    }

.match-time li {
    display: inline-block !important;
    margin-right: 2rem !important;
    margin-left: 2rem !important;
    margin-top: 6px;
    margin-bottom: 5px;
}



.primary-info-container ul {
    margin: 0;
    padding: 0;
}

.primary-info-container li {
    list-style-type: none;
    display: inline;
}

.versus-symbol {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    font-size: 1.5em;
    display: inline-block;
    margin-top: 20px;
}

.score-symbol {
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    font-size: 1.5em;
    display: inline-block;
    margin-top: 20px;
}

.match-info {
    display: inline-flex;
}

    .match-info p {
        padding: 0;
        margin: 0;
        font-size: 1.1em;
        font-weight: 700;
        color: #000 !important;
    }


.match-info-list {
    margin: 0;
    padding: 0;
}

    .match-info-list li {
        display: inline;
    }

        .match-info-list li span {
            text-transform: uppercase;
            font-weight: 700;
            font-size: 1.2em;
        }


.match-info-list-left {
    width: 40%;
    display: inline-block !important;
    text-align: right;
}

.match-info-list-right {
    width: 40%;
    display: inline-block !important;
    text-align: left;
}

.match-info-view-club {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.6em;
    line-height: 23px;
    margin-top: 22px !important;
    margin-left: 5px !important;
}

.match-info-view-club-alt {
    margin-top: 19px !important;
}

.match-info-view-scorer {
    font-weight: 400;
    font-size: 1em;
    line-height: 20px; margin-left: 5px !important;
}

.match-info-view-score {
    font-weight: 700;
    font-size: 1.6em;
    line-height: 20px;
    margin: 22px 0 0 0;
}

.match-info-view .align-center p {
    font-weight: 700;
    font-size: 2em;
    margin: 0;
    line-height: 35px;
}

.match-info-view p {
    margin: 0;
    font-size: 1.1em;
    padding: 0;
    line-height: 23px;
}

.versus-symbol-tabular {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    font-size: 1.5em;
}

.column-view-logo {
    float: left;
    width: 10%;
}

.column-view-team {
    float: left;
    width: 50%;
}

.column-view-score {
    float: left;
    width: 20%;
    text-align: right;
}


.clear {
    clear: both;
}

.embed-responsive-item-custom {
    height: unset;
}


/* hero globals*/
.hero-xl {
    height: 1200px;
}


.hero-lg {
    height:860px;
}


.icon-x-x-large {
    font-size: 15em;
}

.margin-box-negative {
    margin-top: -120px;
    z-index: 1;
    background-color: #fff !important;
}

.margin-box-negative-small {
    margin-top: -80px;
    z-index: 1;
    background-color: #fff !important;
}

.margin-box-negative-medium {
    margin-top: -90px;
    z-index: 1;
    background-color: #fff !important;
}
.hero-inner {
    display: flex;
    justify-content: center;
    align-items:center;
      
}
.hero-inner p:first-of-type {font-size:3.5rem; font-weight:700; line-height:60px; margin-bottom:10px;}
.hero-inner h1, .hero-inner p {color:#fff;}


.thermostat {border-radius:0.6em; margin-bottom:20px;}



.boiler-installation-hero {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(/images/boiler-installation-hero.jpg);
}


.boiler-repair-hero {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(/images/boiler-repair-hero.jpg);
}

.why-choose-hero {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(/images/why-choose-hero.jpg);
}


.thermostats-hero {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(/images/thermostats-hero.jpg);
}





.boiler-service-hero {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(/images/boiler-service-hero.jpg);
}
.boiler-service-area-hero {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(/images/boiler-installation-hero.jpg);
}

.powerflush-hero {
    background-position: center center ;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(/images/powerflush-hero.jpg);
}

.landlords-hero {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(/images/landlords-hero.jpg);
}


.armourplan-hero {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(/images/armourplan-hero.jpg);
}


.hero-basic {
    display: flex;
    justify-content: center;
    align-items:center;
    background: linear-gradient(180deg, rgba(67,175,203,1) 0%, rgba(0,131,169,1) 100%);
}
.hero-basic h1 {color:#fff;}

.hero-basic p:first-of-type {
    font-size: 3.1em;
    font-weight: 300;
    line-height: 65px; color:#fff
}

.hero-basic .btn-primary:hover, .hero-inner .btn-primary:hover {background-color:#fff; color:#000; border-color:#fff;}

.centred-list li {list-style-position:inside;}

.hero-basic address {color:#fff;}
/* homepage specifics*/


.hero-standard {
    display: flex;
    justify-content: center;
    align-items:flex-end;
    background: linear-gradient(180deg, rgba(67,175,203,1) 0%, rgba(0,131,169,1) 100%);
}

.hero-standard .p-4 {padding:0 30px 0 20px !important; margin-top:-60px;}

.hero-standard .btn:hover, .bg-primary .btn-primary:hover {background-color:#fff; border-color:#fff;}

.hero-small {
    height: 700px;
}

.hero-medium {
    height: 900px;
}
.review-list.layout-1 .arrows .arrow .icon {
  color:#fff !important;
}
.hero-standard h1 {
    font-size: 2.5em;
}


.hero-home .container-xxl {max-width:1600px;}

.hero-finance {position:absolute; bottom:0; right:0;}

.hero-standard p:first-of-type {
    font-size: 3.7em;
    font-weight: 300;
    line-height: 65px; color:#fff
}

.hero-standard span {
    color: #f57b20
}

.hero-left {
    padding-left: 10px;
}


.intro-margin {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}

.bg-white {
    background-color: #fff !important;
}

.bg-primary-gradient {
background: linear-gradient(180deg, rgba(1,123,158,1) 0%, rgba(0,131,169,1) 100%);
}

.bg-primary {
    background-color: #0083a9 !important;
}

.show-desktop-lg {
    display: block
}

.show-mobile-lg {
    display: none;
}

.bg-primary p, .bg-primary h2, .bg-primary h3 {
    color: #fff;
}


    .lozenges-white .btn {
        font-family: 'Ubuntu', sans-serif;
        border-radius: unset;
        font-size: 1.4em;
        font-weight: 300;
        padding: unset;
        text-transform: unset;
        border: unset;
        transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out !important;
    }

    .lozenges-white .btn-primary {
        background-color: unset;
        border: unset;
        color: #000;
        text-decoration: underline;
    }



    .lozenges-white .fa-arrow-right {
        font-size: 0.9em;
        margin-left: 7px;
    }



.arrow-after::after {
    font-family: 'Font Awesome 6 Pro';
    content: '\f105';
    font-size: 1.5rem;
    text-rendering: auto;
    color: #f57b20;
    margin-left: 3px;
}


.p-6 {
    padding: 4rem;
}

.p-6-custom, .p-6-custom-base {
    padding: 4rem;
}


.pt-6 {
    padding-top: 6rem;
}

.pb-6 {
    padding-bottom: 6rem;
}

.pb-7 {
    padding-bottom: 7rem;
}


.overlay {border-radius:0.5em;}





    .hero-client-stats .fs-0 span {
        font-size: 5rem;
        color: #000
    }

.word-overlays {
    position: absolute;
    top: 60px;
    left: -5px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 4.4em;
    font-weight: 700;
}


.accordion-header button {
    font-size: 1.3rem;
    color: #000;
    font-weight: 700;
    background-color: #dddddd;
    margin-bottom: 15px;
    margin-top: 15px;
}


.accordion {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}




.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: rgba(0,131,169,1)
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}

.accordion-body {
    padding: 15px 20px 40px 20px; text-align:left;
}



.price-table i {font-size:4em; color:rgba(0,131,169,1); margin-bottom:5px;}
.price-table .fa-check {font-size:2em; }




table {
    color: #000;
    background: #fff;
    width: 100%;
  
    font-weight: 300;
    margin-bottom: 1.3rem;
}

    table tr th {
        padding: 1%;
   
        background: #fff; text-align:center;
    }




        table tr td {
            padding: 2%;
            border-bottom: 1px solid #e0e0e0;
           
            background: #fff; text-align:center;
        }

        table tr:last-child td {
            border-bottom: 0
        }

        table tr:hover td {
            background: rgba(0,131,169,1); color:#fff
     

        }


         table tr:hover td i {color:#fff;}


table td:nth-child(even), table th:nth-child(even) {
  background: #f8f8f8;
}
table td:last-child, table th:last-child {
  background: rgba(0,131,169,1); color:#fff; font-weight:700;
}

table th:last-child i {color:#fff}


table td:last-child:hover {background-color:#f57b20}



.table-admission-col-highlight {
    background: #f57b20;
    color: #fff;
}
.finance-banner {
    border-radius: 0.5em; margin-bottom:15px;
}

.reviews h3 {color:#fff; margin-bottom:25px;}


.intro-containers {position:relative; display:block; text-align:center;  transition: all 0.4s ease-in-out; }
.intro-containers img {height:auto;}

.intro-containers p {position:absolute; bottom:0; left:0; right:0; color:#fff;  margin-left:auto; margin-right:auto;  z-index:2; font-size:2em;}

.container-overlay {background: linear-gradient(180deg, rgba(67,175,203,0) 0%, rgba(1,131,169,1) 100%); z-index:1; position:absolute; bottom:0; left:0; right:0; height:30%;transition: all 0.4s ease-in-out; width:100%; border-radius:0 0 0.5em 0.5em }

.intro-containers:hover .container-overlay {background: linear-gradient(180deg, rgba(67,175,203,0) 0%, rgba(245,123,32,1) 100%); transition: all 0.4s ease-in-out; height:100%;}




    .section-wave {
      
        width: 100%;
        line-height: 0;
    }

    .section-wave > svg {
        width: 100%;
        height: auto;
    }



.section-wave-primary-light {
    margin-bottom: -1px;  bottom: -2px;
    fill: #b7dce7;
    border-bottom: 2px solid #b7dce7;position:absolute;
}
.section-wave-primary {
    margin-bottom: -1px;  bottom: -2px;
    fill: #0083a9;
    border-bottom: 2px solid #0083a9; position:absolute;
}

.section-wave-white {
    margin-bottom: -1px;  bottom: -2px;
    fill: #fff;
    border-bottom: 2px solid #fff; position:absolute;
}


.bg-primary-light-grad {background: linear-gradient(180deg, rgba(183,220,231,1) 0%, rgba(255,255,255,1) 100%);}


.clean-list, .arrow-list {margin:0 0 20px 0; padding:0;}

.clean-list li {list-style-type:none;}

.list-white li {color:#fff;}

.arrow-list li {list-style-type:none; padding-left:30px; position:relative; margin-bottom:8px;}

.arrow-list li:before {    font-family: 'Font Awesome 6 Pro';
    content: '\f00c';
    font-size: 1.1rem;
    text-rendering: auto; font-weight:700;
    color: #f57b20;
    left:0; position:absolute;}

.experts-text {text-transform:uppercase; font-weight:700; font-size:5em; line-height:55px;}

.experts-text-small {font-size:3.5em; line-height:40px;}
    .list-3-col {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    


@media only screen and (max-width : 1800px) {
    /*---------------Globals-----------------------*/

    .hero-lg {height:750px;}

        .hero-boilers { width:700px; height:auto; }
}


















/*-------------------------------------MOBILE XXL-----------------------------*/

@media only screen and (max-width : 1400px) {
    /*---------------Globals-----------------------*/
      .mob-centre-xxl {
        text-align: center !important;
    }




           .mob-centre-xxl .rule-left {
            margin-left: auto;
            margin-right: auto;
            width: 30%;
            text-align: center;
            border: 0;
            border-top-width: 0px;
            border-top-style: none;
            opacity: 1;
        }

           .hero-standard .p-4 {padding:2rem; margin-top:unset}
           .hero-finance {width:120px; height:auto;}

               .hero-boilers { margin:auto; width:65%; margin-top:20px; }

.hero-lg {height:unset; padding:50px 0 0 0;}



    .hero-standard p:first-of-type {
        font-size: 2.7em;
        line-height: 50px;
    }

    .hero-left {
        padding-left: 20px;
    }

    .logo-hero {
        width: 110px;
    }

    .hero-left .btn {
        padding: 0.4rem 1.5rem 0.5rem 1.5rem;
    }
     .vanish-desktop-nav {
        display: none;
    }

    .offcanvas .vanish-desktop-nav {
        display: block
    }
            .footer-brands img {width:120px;}   
}





/*-------------------------------------MOBILE XL-----------------------------*/
@media only screen and (max-width : 1200px) {
    /*---------------Globals-----------------------*/
    .mob-centre-xl {
        text-align: center !important;
    }


        .mob-centre-xl .rule-left {
            margin-left: auto;
            margin-right: auto;
            width: 30%;
            text-align: center;
            border: 0;
            border-top-width: 0px;
            border-top-style: none;
            opacity: 1;
        }

    .primary-info-container {
        margin: 20px;
        height: unset;
    }

    .hero-standard .p-2 {
        padding: 3rem !important;
    }

    .triangle {
        display: none;
    }

   .hero-small {
    height: unset; padding:30px 0 30px 0;
}
   .hero-medium {height:500px;}




   .hero-basic p:first-of-type {
  font-size: 2.6em;
 
  line-height: 55px;

}
    .vanish-table {
        display: none;
    }

    .show-table {
        display: block;
    }

       .footer-brands img {width:110px;}   
  .footer-brands {height:90px;}

}

/*-------------------------------------MOBILE CUSTOM-----------------------------*/
@media only screen and (max-width : 1150px) {

    .word-overlays {
        font-size: 3.4em;
    }

    .multi-grid-row .p-5 {
        padding: 3rem 1rem 3rem 1rem !important;
    }


}


/*-------------------------------------MOBILE LG-----------------------------*/
@media only screen and (max-width : 992px) {

 .intro-containers img {width:90% !important;}

 .container-overlay {

  width: 90%; margin-left:5%;
}
     .mob-centre-lg .rule-left {
            margin-left: auto;
            margin-right: auto;
            width: 30%;
            text-align: center;
            border: 0;
            border-top-width: 0px;
            border-top-style: none;
            opacity: 1;
        }
.boiler {width:60%;}


.circle-me {width:60%; margin-bottom:20px;}

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .intro-margin {
        position: unset;
        margin: 20px;
    }

    .margin-box {
        margin: 20px;
    }

    .p-6-custom {
        padding: 4rem 2rem 1rem 2rem;
    }

    .p-6-custom-base {
        padding: 0 2rem 3rem 2rem;
    }

    .pb-6 {
        padding-bottom: 4rem;
    }

 .btn-fw-lg {
    width: 100%;
}

 .icons img {width:50%;}

 .van {width:70%; margin-bottom:15px;}

    .position-relative-custom {
        height: unset;
    }


    .word-overlays {
        display: none;
    }

    .logo-hero {
        width: 140px;
        margin-top: 20px;
    }

    .multi-grid-row .p-5 {
        padding: 3rem 1rem 3rem 1rem !important;
    }

    .multi-grid-row {
        margin: 20px;
    }

    .multi-grid-row-alt {
        margin: 10px;
    }

    .arrow-list li { padding-left:0 }

.arrow-list li:before {   
    margin-right: 10px;  position:unset;}


.hero-inner p:first-of-type {font-size:2.2rem; font-weight:700; line-height:40px;}



    /*---------------Globals-----------------------*/
    .mob-centre-lg {
        text-align: center !important;
    }

    /*----------header and nav----------------------*/

    
.experts-text {font-size:3em; line-height:30px;}

.experts-text-small {font-size:2.2em; line-height:20px;}



    .first-mob-lg {
        -webkit-order: 1;
        order: 1;
    }

    .second-mob-lg {
        -webkit-order: 2;
        order: 2;
    }

    .third-mob-lg {
        -webkit-order: 3;
        order: 3;
    }

    .fourth-mob-lg {
        -webkit-order: 4;
        order: 4;
    }

    .fifth-mob-lg {
        -webkit-order: 5;
        order: 5;
    }

    .sixth-mob-lg {
        -webkit-order: 6;
        order: 6;
    }

    .show-mobile-lg {
        display: block;
    }

    .show-desktop-lg {
        display: none
    }

    .vanish-lg {
        display: none;
    }



    .list-3-col, .list-4-col {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }


    .margin-box-negative-medium {
        margin-top: 0;
    }

    .margin-box-negative-small {
        margin-top: 30px;
    }


    /*----------Footer----------------------*/

    footer {
 
  padding: 80px 0 0 0;
}

    footer tel {
        font-size: 2.3em;
        font-weight: 700;
        line-height: 40px;
    }

    .logo-footer {
        width: 60%;
        height: auto;
    }

    .footer-brands {position:unset; height:unset}
    
    .footer-brands img {width:20%;}

    .rule-right {
        margin-left: auto;
        margin-right: auto;
        width: 30%;
        text-align: center;
        border: 0;
        border-top-width: 0px;
        border-top-style: none;
        opacity: 1;
    }


    .column-view-logo {
        float: left;
        width: 13%;
    }

        .column-view-logo img {
            width: 56px;
            height: auto;
            margin-right: 5px;
        }

    .column-view-team {
        float: left;
        width: 70%;
    }

    .column-view-score {
        float: left;
        width: 17%;
        text-align: right;
    }

    .match-info-view-club {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.4em;
        line-height: 23px;
        margin-top: 0 !important;
    }

    .match-info-view-club-alt {
        margin-top: 6px !important;
    }

    .match-info-view-score {
        font-weight: 700;
        font-size: 1.4em;
        line-height: 20px;
        margin: 10px 0 0 0;
    }
}


/*-------------------------------------MOBILE MD-----------------------------*/
@media only screen and (max-width : 820px) {

    /*---------------Globals-----------------------*/
    .vanish-desktop-nav-buttons {
        display: none;
    }
}


/*-------------------------------------MOBILE MD-----------------------------*/
@media only screen and (max-width : 768px) {

    header {
        height: 90px;
    }
    .navbar-toggler {

 
  padding: 25px 22px 25px 20px;

}
    .logo img {
        width: 230px;
    }

    .logo {
        top: 10px;
    }

    h2 {font-size:1.7em !important;}
        h3 {font-size:1.6em !important;}

    .hero-xl {
        height: unset;
        padding: 30px 0 30px 0;
    }

    /*---------------home specifics-----------------------*/


    .list-4-col, .list-3-col, .list-2-col {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .pagination-lg .page-link {
        padding: 0.5rem 0.7rem !important;
        font-size: 0.8rem !important;
    }


    .list-location-cols {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    .price-table i {font-size:2em;}

    .vanish-md {
        display: none;
    }

    #how-can-we-help .p-6 {
        padding: 4rem 1rem 4rem 1rem;
    }

    .pb-7 {
        padding-bottom: 3rem;
    }

    .pt-6 {
        padding-top: 3rem;
    }



    .hero-client-stats .fs-0 {
        font-size: 5rem !important;
        line-height: 80px !important;
    }

    .fw-btn {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .contact-us address {
        font-size: 1.2rem;
        line-height: 30px;
    }

    .icon-x-x-large {
        font-size: 9em;
    }


    .boiler-installation-hero {background: url('/images/boiler-installation-hero-mob.jpg') center center;}

    .boiler-service-hero {background: url('/images/boiler-service-hero-mob.jpg') center center;}

    .boiler-service-area-hero {background: url('/images/boiler-installation-hero-mob.jpg') center center;}

    .powerflush-hero {background: url('/images/powerflush-hero-mob.jpg') center center;}

    .boiler-repair-hero {background: url('/images/boiler-repair-hero-mob.jpg') center center;}

        .landlords-hero {background: url('/images/landlords-hero-mob.jpg') center center;}

     .armourplan-hero {background: url('/images/armourplan-hero-mob.jpg') left center;}

     .why-choose-hero {background: url('/images/why-choose-hero-mob.jpg') center center;}

}






/*-------------------------------------MOBILE SM-----------------------------*/
@media only screen and (max-width : 576px) {

    /*---------------Globals-----------------------*/
    .mob-centre-sm {
        text-align: center !important;
    }
    /*----------List----------------------*/


 

    .hero-standard .p-2 {
        padding: 3rem 1rem 3rem 1rem !important;
    }

    .p-6-custom-base {
        padding: 0 1rem 3rem 1rem;
    }

    .multi-grid-row .p-5 {
        padding: 2rem 0rem 3rem 0rem !important;
    }
}



@media only screen and (max-width : 500px) {
}
