/* all style */

/* * {
  padding: 0;
  margin: 0;
  text-decoration: none;
}*/

body, p, li, a {font-family: "DM Sans", sans-serif;font-size: 16px;font-style: normal;font-weight: 400;line-height: 32px;color: #000;}

ul {margin: 0px;padding: 0;line-height: normal;}
li{list-style: none;line-height: normal;}
a:hover{text-decoration: none;line-height: 32px;}
h1, h2, h3, h4, h5{font-family: "Roboto", sans-serif;color: #000;font-weight: 700;}

h1{font-size: 60px; line-height: 90px;}
h2{font-size: 36px; line-height: 54px;}
h3{font-size: 24px; line-height: 36px;}
h4{font-size: 20px; line-height: 24px;}


.detail-part span {
    display: block;
}
.contact-details .icon-part {
    margin: 10px;
}
html {
  scroll-behavior: smooth;
}
.addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
    margin: 40px auto 0;
    display: block;
    text-align: center;
}
a.a2a_dd.addtoany_share_save.addtoany_share {
    display: none;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1230px;
    }
.top-header .container {
    max-width: 1200px;
}	
}


/* nav */
.top-header {
    background-color: #fff;
    padding: 25px 30px;
}
.logo img {
    max-width: 323px;
    width: 100%;
}

.top-header .row {
    align-items: center;
    height: 66.58px;
}

.top-header .button-wrap {
    display: flex;
    justify-content: end;
}

.button-wrap .button {
    max-width: 220px;
    height: 50px;
    text-align: center;
    position: relative;
    width: 100%;
    display: flex;
    transition: background-color .2s ease, border-color .2s ease;
    line-height: 22px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    padding: 10px 7px;
    transition: color .2s ease; 
    justify-content: center;
    align-items: center;
}

.button-wrap .button.button-blue{
    background-color: #262a74;
    color: #fff;
}

.button-wrap .button.button-blue:hover{
    background-color: #3e4393;
}

.contact-details ul li:last-child {
    padding-right: 0;
    border-right: 0;
}
/*.navbar-wrapper {padding: 15px 0px;}*/


/* Navbar css */
.navbar-wrapper {
    background-color: #262a74;
    transition: height .2s ease, background-color .2s ease, padding .2s ease, width .2s ease, margin .2s ease, top .2s ease, transform .2s ease;   
}
nav {position: relative;width: 100%;margin: 0 auto;}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile {border: 0;list-style: none;display: block;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; float: left;}
#cssmenu:after,#cssmenu > ul:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0}
#cssmenu #head-mobile {display: none}
#cssmenu > ul > li {float: left;padding: 0px;}
#cssmenu > ul > li > a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    line-height: 32px;    
    padding: 12px 17px;
}
#cssmenu ul > li.active a {font-weight: 400;background-color: #3e4393;}
#cssmenu > ul > li > a:hover{background-color: #3e4393;}
#cssmenu > ul > li.has-sub:hover > a:before {transform: rotate(180deg); height: 32px !important;}
#cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover {-webkit-transition: background .3s ease;-ms-transition: background .3s ease;transition: background .3s ease;}
#cssmenu > ul > li.has-sub > a {padding-right: 30px}
/*#cssmenu > ul > li.has-sub > a:after {position: absolute;top: 22px;right: 11px;width: 8px;height: 2px;display: block;background: #ddd;content: ''}*/
#cssmenu > ul > li.has-sub > a:before {position: absolute;top: 13px;right: 12px;display: block;content: '\f107';-webkit-transition: transform .3s ease-out;-ms-transition: transform .3s ease-out;transition: transform .3s ease-out; font-family: FontAwesome;}
#cssmenu > ul > li.has-sub:hover > a:before {top: 13px;height: 32px}
#cssmenu ul ul {position: absolute;left: -9999px;top: 56px;z-index: 9;}
#cssmenu ul ul li {height: 0;-webkit-transition: all .25s ease;-ms-transition: all .25s ease;background: #faf9f9;transition: all .25s ease;width: 100%;}
#cssmenu ul ul li:hover {}
#cssmenu li:hover > ul {left: auto}
#cssmenu li:hover > ul > li {height: auto;}
#cssmenu ul ul ul {margin-left: 100%;top: 0}
#cssmenu ul ul li a {border-bottom: 1px solid rgba(251, 248, 248, 0.15);padding: 6px 30px 6px 15px;width: 100%;font-size: 16px;text-decoration: none;color: #333;font-weight: 400;white-space: nowrap;}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a {border-bottom: 0}
#cssmenu ul ul li:hover > a{color: #fff;background-color: #3e4393;}
#cssmenu ul ul li.has-sub > a:after {position: absolute;top: 16px;right: 11px;width: 8px;height: 2px;display: block;background: #ddd;content: ''}
#cssmenu ul ul li.has-sub > a:before {position: absolute;top: 13px;right: 14px;display: block;width: 2px;height: 8px;background: #ddd;content: '';-webkit-transition: all .25s ease;-ms-transition: all .25s ease;transition: all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before {top: 17px;height: 0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover {background: #363636;}
#cssmenu ul ul ul li.active a {border-left: 1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a {border-top: 1px solid #333}
.navbar-wrapper .row {align-items: center;}
#cssmenu > ul > li:first-child {padding-left: 0;}
.navbar-wrapper .row {position: relative;}
.navbar-wrapper .row {position: relative;}
.navbar-wrapper .col-md-12 {display: flex;align-items: center;}
.logo {max-width: 323px;width: 100%;}
.logo img{width: 100%}
.top-header .fa {color: #1dd9d1;}
.social-media-top li .fa {color: #fff;}
#cssmenu ul {display: block;align-items: center;justify-content: normal;margin-right: -5px;}
.navbar-wrapper.fixed{position: fixed;z-index: 999;width: 100%;top: 0;}
/*.navbar-wrapper.fixed{position: initial;z-index: 999;width: 100%;top: 0;}*/
.navbar-wrapper.fixed .logo img {width: 140px;-webkit-transition: .5s;transition: .5s;}
/*.navbar-wrapper.fixed #cssmenu ul li {padding: 0px 20px;-webkit-transition: .5s;transition: .5s;}*/
.navbar-wrapper.fixed #cssmenu ul > li.active a::after {bottom: -27px;}
/*nav#cssmenu ul {
    padding: 12px 15px;
}*/
nav#cssmenu ul ul{
    padding: 0;
}
#cssmenu > ul {
    display: flex;
    align-items: center;
    justify-content:center;
    margin: auto;
    width: 100%;   
}

@media screen and (max-width:1100px){
#cssmenu > ul > li > a {
	padding: 12px 8px;
}	
}
.logo-mobile {
	display: none;
}

@media screen and (max-width:1024px) {
nav {width: 100%;}
#cssmenu {width: 100%}
#cssmenu ul {width: 100%;display: none}
#cssmenu ul li {width: 100%;border-top: 1px solid #fff}
#cssmenu ul li:hover {background: #262a74;}
#cssmenu ul ul li,#cssmenu li:hover > ul > li {height: auto}
#cssmenu ul li a,#cssmenu ul ul li a {width: 100%;border-bottom: 0}
#cssmenu > ul > li {float: inherit;}
#cssmenu ul ul li a {padding-left: 25px}
#cssmenu ul ul li {background: #3e4393 !important;}
#cssmenu ul ul li:hover {background: #363636!important}
#cssmenu ul ul ul li a {padding-left: 35px}
#cssmenu ul ul li a {color: #ddd;background: none}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a {color: #fff}
#cssmenu ul ul,#cssmenu ul ul ul {position: relative;left: 0;width: 100%;margin: 0;text-align: left}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before {display: none}
#cssmenu #head-mobile {display: block;padding: 23px;color: #ddd;font-size: 12px;font-weight: 700}
#cssmenu .button {width: 55px;height: 46px;position: absolute;right: 0;top: 0px;cursor: pointer;z-index: 12399994;}
#cssmenu .button:after {position: absolute;top: 22px;right: 20px;display: block;height: 8px;width: 20px;border-top: 2px solid #262a74;border-bottom: 2px solid #262a74;content: ''}
#cssmenu .button:before {-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;position: absolute;top: 16px;right: 20px;display: block;height: 2px;width: 20px;background: #262a74;content: ''}
#cssmenu .button.menu-opened:after {-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;top: 23px;border: 0;height: 2px;width: 19px;background: #262a74;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg)}
.button.menu-opened:before {top: 23px;background: #fff;width: 19px;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg)}
#cssmenu .submenu-button {position: absolute;z-index: 99;right: 0;top: 0;display: block;border-left: 1px solid #fff;height: 42px;width: 42px;cursor: pointer}
#cssmenu .submenu-button.submenu-opened {background: #262a74}
#cssmenu ul ul .submenu-button {height: 34px;width: 34px}
#cssmenu .submenu-button:after {position: absolute;top: 22px;right: 19px;width: 8px;height: 2px;display: block;background: #fff;content: ''}
#cssmenu ul ul .submenu-button:after {top: 15px;right: 13px}
#cssmenu .submenu-button.submenu-opened:after {background: #fff}
#cssmenu .submenu-button:before {position: absolute;top: 19px;right: 22px;display: block;width: 2px;height: 8px;background: #fff;content: ''}
#cssmenu ul ul .submenu-button:before {top: 12px;right: 16px}
#cssmenu .submenu-button.submenu-opened:before {display: none}
#cssmenu ul ul ul li.active a {border-left: none}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a {border-top: none}
#cssmenu > ul > li:first-child a {padding-left: 13px;}
#cssmenu ul ul {z-index: 9;}
#cssmenu ul ul {top: 8px;}
#cssmenu > ul {top: 16px;}
#cssmenu > ul.open {top: 16px;z-index: 99;background-color: #262a74}
.navbar-wrapper {height: 75px;position: relative;background-color:#fff;}
.logo {position: absolute;top: 0;z-index: 1;}
#cssmenu {width: 100%;position:absolute;top: 13px;z-index: 99;margin: initial;right: 0;}
#cssmenu > ul > li {float: left;padding: 0;}
#cssmenu > ul > li > a { padding: 6px 9px;}
#cssmenu ul > li.active a::after {display: none;}
#cssmenu ul > li.active a{color:#1dd9d1;}
.navbar-wrapper.fixed {top: 0px;height:75px;}
.navbar-wrapper.fixed #cssmenu {top: 10px;}
.navbar-wrapper.fixed #cssmenu > ul.open {top: 14px;}
.navbar-wrapper.fixed #cssmenu > ul {top: 14px;}
.navbar-wrapper.fixed #cssmenu ul li {padding: 0px;}
#cssmenu > ul > li {background-color: #262a74;}
#cssmenu .button.menu-opened::before {top: 23px;}
.logo-mobile img {max-width: 217px;width: 100%;}
.logo-mobile {position: absolute;top: 23px;z-index: 99999}
.top-header {display: none;}	
.logo-mobile {display: block;}	
}

nav#cssmenu ul ul {
    padding: 0;
    transition: transform .4s ease-out, opacity .1s ease-out;
    transform: translateY(-10px);
}
#cssmenu > ul > li.has-sub:hover ul {
    top: calc(100% - 0px) !important;
    transform: translateY(0);
}

/* navbar css  */


/*------------------- footer section --------------- */
.footer-top {
    text-align: center;
    padding: 15px 30px;
}
.footer-top svg {
    color: #262a74;
    fill: #262a74;
    width: 60px;
    height: 60px;
}
.footer-top p {
    margin-bottom: 0;
}
.footer-top p a {
    color: #262a74;
    font-weight: 700;
}
.footer-top a.google-part {
    background-color: #477cdf;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 5px;
}
.footer-top .google-part svg {
    width: 30px;
    height: 30px;
}

.footer-bottom p a {
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
}
.footer-bottom p {
    font-size: 12px;
    line-height: 24px;
}

.footer-bottom {
    padding: 15px 30px 60px;
    background: #00000033;
    text-align: center;
}
.footer-bottom .container {
    max-width: 940px;
    width: 100%;
}

a#backToTop {opacity: 1;position: fixed;bottom: 25px;right: 25px;display: none;background-color: #a60a20;width: 48px;height: 48px;border-radius: 50%;text-align:center;line-height: 43px;color: #fff;}

/*======================= Hero Section ======================= */
.hero-section {
    background-position: 50% 50%;
    padding-top: 200px;
    padding-left: 65px;
    padding-bottom: 200px;
    padding-right: 65px;
    width: auto;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.hero-section:before {
    background-color: #333;
    opacity: 0.59;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.hero-section .title-subtitle h1 {
    color: #fff;
    margin-bottom: 8px;
    margin-top: 8px;
}
.title-subtitle {
    text-align: center;
    max-width: 1044px;
    width: 100%;
    margin: auto;
}

.hero-section .title-subtitle p{
    color: #fff;
    font-size: 18px;
    margin-bottom: 8px;
}
.hero-section .button-wrap {
    margin: 10px auto;
}
.hero-section .button-wrap .button.button-blue {
    text-align: center;
    margin: auto;
    max-width: 250px;
}
#specialise-edit .content-part a {
    text-decoration: underline;
}

/*==================== About Part ================== */
.about-part{padding: 65px 30px;}
.image-part {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    overflow: hidden;
}
/*.content-part {
    padding-right: 35px;
}
*/
.about-part .row{align-items: center;}

/*====================== dark blue ================= */
.blue-part{padding: 25px 30px;background-color:#262a74;}
.blue-part h2, .blue-part p{color: #fff;}
.blue-part p{margin-bottom: 0;}


/* ====================== light blue section ============ */
.callout-section {
    padding: 60px 30px;
    background-color: #3e4393;
}
.callout-section .icon-part svg {
    color: #fff;
    fill: #fff;
     width: 60px;
    height: 60px;
    transition: all .2s ease-out;
    margin-bottom: 10px;
}
.callout-section .icon-part {   
    margin:10px 0px;
    text-align: center;
}
.callout-section .icon-part:hover svg{
transform: scale(1.06);
}
.callout-section .icon-part p a {
    color: #fff;
    font-weight: 700;
}
.callout-wrap {
    margin-bottom: 17px;
}

/*====================== Why Choose us =================== */
.why-choose {
    padding: 80px 30px 80px;
    width: auto;
    background-repeat: repeat;
    background-size: auto;
    background-color: #fff;
    background-image: url(../images/3px-tile-1920w.png);
    position: relative;
}
.why-choose:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: #fff;
}
.why-choose-img {
    display: flex;
    flex-direction: column;
    background-size: cover;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.why-choose-content {
    position: absolute;
    bottom: 0;
    padding: 15px 30px;
    width: 100%;
    height: auto;
    content: "";
    left: 0;
}
.why-choose-content p {
    line-height: 24px;
    color: #fff;
      margin-bottom: 0;
}
.why-choose-content h3 {
    color: #fff;
}
.why-choose-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    content: "";
}
.why-choose h2 {
    text-align: center;
    margin-bottom: 30px;
}

/*============================ Certified part ==========================*/

ul#lightgallery {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 100px;
    justify-content: center;
    align-items: center;
}
ul#lightgallery img.img-responsive {
    /* max-width: 200px; */
    width: auto;
    height: 100px;
}
.industry-certified {
    padding: 80px 30px;
    background-color: #f1f1f1;
    text-align: center;
}
.demo-gallery.demo-gallery-page {
    margin-top: 15px;
}
.lg-thumb-outer.lg-grab {
    display: none;
}
.lg-sub-html {
    display: none;
}
.lg-fullscreen.lg-icon{position: relative;}
.lg-fullscreen.lg-icon:after {
    position: absolute;
    content: "\f0b2";
    font-family: 'FontAwesome';
    left: 0;
    top: 10px;
    font-size: 21px;
    color: #999;
}
#lg-share {
    position: relative;
}
#lg-share:after, .lg-toolbar .lg-close:after {
    position: absolute;
    content: "\f064";
    font-family: 'FontAwesome';
    left: 0;
    top: 10px;
    font-size: 21px;
    color: #999;
}
.lg-close.lg-icon {
    position: relative;
}
.lg-toolbar .lg-close:after{
content: "\f00d";
}


.lg-outer .lg-dropdown .lg-icon {
display: none !important;
}

/*========================== testimonial part =============== */
.testimonial-part {
    padding: 80px 30px;
}

.testimonial-wrap{
    display: grid;
  grid-template-columns: 1fr 1fr; /* 2 columns */
  gap: 20px;
}
.testimonial-wrap .box{
    background-color:#f8f8f8;
    border-radius: 5px;
    padding: 20px;
}
.box3 {
  grid-column: 1 / -1; /* full width */
}
.star-wrap .fa-star {
    color: #f5c60d;
    font-size: 14px;
}
.star-wrap, .test-content {
    margin-bottom: 30px;
}
.test-content p{
    margin-bottom: 0px;
}

/*========================= inquiries part =================================== */
.why-choose.plumbing-inquiries {
    background-color: #262a74;
    text-align: center;
}
.why-choose.plumbing-inquiries:before {
    background-color: #262a74;
    opacity: 0.5;
}

.why-choose.plumbing-inquiries h2, .why-choose.plumbing-inquiries p{color:#fff;}
.plumbing-inquiries-content {
    max-width: 1000px;
    margin: auto;
}
.plumbing-inquiries-content .button-wrap {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 25px;
}
.plumbing-inquiries-content .button-wrap .button.button-trans {
    border: 1px solid #fff;
    color: #fff;
    max-width: 250px;
    cursor: pointer;
}

.why-choose.plumbing-inquiries h2 {
    margin-bottom: 10px;
}
.plumbing-inquiries-content .button-wrap .button.button-trans:hover {
    background-color: #fff;
    color: #000;
}

.call-us-section .plumbing-inquiries-content .button-wrap {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 20px;
}
.call-us-section {
    text-align: center;
    padding: 20px 30px;
}

.enquiry-map {
    padding: 80px 30px;
    background-color: #f1f1f1;
}

.form-wrap label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}


.form-wrap .form-control{
    border:0px;
    border-bottom: 1px solid;
    height: 30px;
    border-radius: 0;
    background-color: #f1f1f1;
}

.form-group .form-control:focus-visible {
  outline: 2px solid #000; 
  outline-offset: 0px;
  border-radius: 3px;
}

.enquiry-form .form-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
}

.form-wrap .form-control.form-control-area {
    height: 50px;
}
.form-wrap .form-group {
    margin-top: 20px;
}
.form-wrap .button-wrap {
    margin: 30px 0px;
}

.enquiry-form {
    padding-right: 25px;
}
.map-wrap{ 
    padding-left: 25px;
    
}
.map-wrap iframe {
    width: 100%;
    height: 530px;
     border:1px solid #262a74;     
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.blog-section {
    padding: 40px 30px 80px;
}
.form-group .form-control-feedback {
    position: absolute;
    top: 0;
    right: 7px;
}
.form-group.has-search .form-control {
    border-radius: 24px;
    height: 41px;
    position: relative;
}

.form-group .form-control-feedback {
    position: absolute;
    top: 0;
    right: 7px;
}

.form-group.has-search {
    max-width: 360px;
    margin: auto;
    position: relative;
}
.has-search .form-control {
    padding-left: 15px;
    padding-right: 37px;
}

.blog-feature {
height: 190px;
  width: 100%;
  display: block;
  overflow: hidden;  
}

.blog-feature img{
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 190px;
    transition: all .2s ease-out !important;
}
.blog-listing {
    grid-template-columns: repeat(3,1fr);
    display: grid;
    grid-gap: 20px;
    margin-top: 34px;
}

.blog-feature:hover img{
transform: scale(1.06);
}
.blog-list {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: rgba(0,0,0,.25) 0 3px 11px 0 !important;
    -moz-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0 !important;
    -webkit-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0 !important;
    display: flex;
    flex-direction: column;
}

.blog-feature {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}


.blog-list .postTitle h3 a {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    display: inline-block;
}

.blog-list .postTitle h3 a:hover{
    color: #000;
}

.blog-list .postDescription p{
    margin-bottom: 0px;
    max-height: 5.5em;
    color: #747474;
    font-size: 15px;
    text-align: left;
    line-height: 1.4em;
  word-break: break-word;
}

.blog-list-content {
    padding: 15px;
}

.title-subtitle.blog-detail-title {
    max-width: 860px;
    width: 100%;
}
.title-subtitle.blog-detail-title h1 {
    line-height: normal;
    margin-bottom: 15px;
}

.title-subtitle.blog-detail-title .date-part {
    color: #fff;
}

#parallax {
    padding-top: 180px;
    padding-bottom: 180px;
    background-position: 10% 20%;
}
#parallax:before {
    opacity: 0.22;
}
.blog-content h2 {
    margin-bottom: 0;
}
.blog-content {
    padding: 70px 30px;
}

.blog-content ul li, .blog-content ol li{
    margin-left: 32px;
    line-height: 32px;
    font-size: 16px;
    list-style: disc;
}
.blog-content ol{
    padding-left: 0;
}
.blog-content ol li{
    list-style: auto;
}

.main-carousel .slide-item {
    height: 400px;
    width: 100%;    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.main-carousel {
  position: relative;}

.main-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none; /* important */
}

.main-carousel .owl-nav button {
  pointer-events: all;
  width: 50px;
  height: 50px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s ease;
}

.main-carousel .owl-nav .owl-prev {
  transform: translateX(10px);
}


.main-carousel .owl-nav .owl-next {
  transform: translateX(-10px);
}


.main-carousel:hover .owl-nav button {
  opacity: 1;
}

.main-carousel:hover .owl-nav .owl-prev {
  transform: translateX(10px);
}

.main-carousel:hover .owl-nav .owl-next {
  transform: translateX(-10px);
}

.main-carousel .owl-nav button span,
.main-carousel .owl-nav button img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.main-carousel .owl-nav button:hover {
  background: #ff6600;
}
.owl-nav .fa {
    font-size: 44px;
    color: #fff;
    opacity: 0.8;
}

.main-carousel .owl-nav {
  pointer-events: auto; 
}

.about-part .content-part {
    padding-right: 0;
    padding-left: 30px;
}
.about-part  .row.flex-row-reverse .content-part {
    padding-right: 35px;
    padding-left: 0px;
}

.blue-part.padding-same {
    padding-top: 80px;
    padding-bottom: 80px;
}
#white-center-content h2 {
    text-align: center;
    color: #000;
}
#white-center-content p{
    color:#000;
}
#we-do .image-part {
    height: 600px;
}
#our-plumbing-services {
    padding-top: 40px;
    padding-bottom: 40px;
}
#hot-water .image-part {
    height: 520px;
    background-size: auto;
}
#burst-pipes, #hydroServicing {
    background-image: url(../images/3px-tile-1920w.png);
    position: relative;
    background-repeat: repeat;
    background-size: auto;
}
#burst-pipes:before, #hydroServicing:before {
    position: absolute;
    content: "";
    left: 0px;
    height: 100%;
    width: 100%;
    display:block;
    background-color:#fff;
    top:0;
    opacity:0.9;
}
#emergency-hot3{background-size:contain; padding-top:180px; padding-bottom:180px;}
#emergency-hot3 .title-subtitle{max-width:1200px;}
#emergency-hot3:before {opacity: 0.46;}
.white-label78{
  background-color:#fff;
    margin-top:70px;
}
.white-label78 ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.reliability78 a svg {
    color: #fff;
    fill: #fff;
    width: 60px;
    height: 60px;
    transition: all .2s ease-out;
    margin-bottom: 10px;
    margin: 30px auto 10px;
    display: block;
}
.reliability78 a:hover svg {
    transform: scale(1.06);
}
.reliability78 h3 a {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.reliability78 h3{
    text-align:center;
}
.reliability78 p{
    text-align:center;
}
section.blue-part.blue-part5698 h2{
text-align: center;
}
section.blue-part.blue-part5698 p{
text-align: center;
}
.button.button-blue.button-blue54 {
    text-align: center;
    margin: auto;
    max-width: 250px;
    background-color: #262a74;
    color: #fff;
    transition: .2s ease, border-color .2s ease;
    line-height: 22px;
    font-size: 16px;
    font-weight: 700;
    /* color: #000; */
    padding: 10px 7px;
    width: 100%;
    display: block;
    margin-top: 20px;
}
.button.button-blue.button-blue54:hover{
     background-color: #3e4393;
}
.blue-part .icon-part {
    color: rgb(255, 255, 255);
    fill: rgb(255, 255, 255);
    width: 60px;
    height: 60px;
    margin-top: 10px;   
}
.blue-part h3 {
    color: #fff;
}
.blue-part .content-part ul li {
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    list-style: disc;
    margin-left: 32px;
}
#system-installation51 h2 {
    border: 2px solid #fff;
    border-radius: 100px;
    padding: 10px 15px;
    text-align: center;
    margin:8px 0px;
}
section#system-intallation789 {
    padding-top: 160px;
    padding-bottom: 160px;
}

.about-part.light-blue5987 {
    background-color: #3e4393;
}

.about-part.light-blue5987 h2, .about-part.benefits h2 {
    color: #fff;
    text-align: center;
}

.about-part.light-blue5987 p {
    color: #fff;
    margin-top: 10px;
}

.about-part.benefits p {
    margin-top: 10px;
}

.about-part.common-emergency{
    background-color: #f1f1f1;
}

.about-part.common-emergency .row {
    align-items: initial;
    border: 1px solid #262a74;
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
}

.about-part.common-emergency .col-md-6{
    padding: 20px;
}

.about-part.common-emergency .col-md-6.emergency-wrap45{
   background-color: #262a74; 
}

.emergency-plumbing578 h2, .emergency-plumbing578 p{
    color: #fff;
}

.about-part.benefits li {
    margin-left: 25px;
    list-style: disc;
    font-size: 16px;
    line-height: 32px;
}
.about-part.benefits ul {
    margin-bottom: 20px;
}

.about-part.benefits {
    background-image: url(../images/3px-tile-1920w.png);
    position: relative;
    background-repeat: repeat;
    background-size: auto;
    background-color: #fff;
    position:relative;
}

.about-part.benefits:before {
    position: absolute;
    content: "";
    left: 0px;
    height: 100%;
    width: 100%;
    display:block;
    background-color:#fff;
    top:0;
    opacity:0.9;
}

.why-choose.plumbing-inquiries a {
    text-decoration: initial;
    color: #fff;
}
.about-part.benefits h2 {
    color: #000;
}
.about-part.benefits .image-part {
    border: 1px solid #000;
}
.about-part.light-blue5987 .image-part{
    border: 1px solid #fff;
}
.emergency-plumbing578 a {
    color: #fff;
    text-decoration: underline;
}
.hero-section.repair4568 .title-subtitle a {
    color: #fff;
    text-decoration: underline;
}
.hero-section.repair4568 .title-subtitle {
    max-width: 1200px;
}
.hero-section.repair4568::before {
    opacity: 0.7;
}
#white-center-content li {
    color: #000;
}
#full-width56879 .plumbing-inquiries-content {
    max-width: 1200px;
}

button.sub-menu-toggle {
    display: none;
}
.box.Box3 {
    grid-column: 1 / -1;
}

.post-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.post-navigation a {
    color: #262a74;
}
.single-post .blog-content img {
    width: 100%;
}
img.small-edit-img {
    max-width: 590px;
    margin: auto;
    width: 100%;   
    display: block;
}

#parallax {
    padding: 0;   
    background-size: cover;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    height: 668px;
    background-attachment: fixed !important;
}

#parallax::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
}
#parallax .container {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}
/* Mobile Fix */
@media (max-width: 768px) {
    .parallax {
        background-attachment: scroll;
    }
}

/*#cssmenu > li.current-menu-item a {background-color: #3e4393;}	
#cssmenu .current-menu-parent .sub-menu li a {
    background-color: #fff;
}
#cssmenu .current-menu-parent .sub-menu li a:hover{
	background-color: #262a74;
}*/

/*#cssmenu .current-menu-parent .sub-menu li.current-menu-item a{
	background-color:#fff;
}*/

#cssmenu li.current-menu-item > a,
#cssmenu li.current_page_item > a,
#cssmenu li.current-menu-ancestor > a {
  background-color: #3e4393;
}

#cssmenu li ul li.current-menu-item > a,
#cssmenu li ul li.current_page_item > a {  
  background-color: #3e4393;
  color:#fff;	
}

#cssmenu li.current-menu-ancestor > a {
  background-color: #3e4393;
}

#cssmenu li ul li.current-menu-item > a.__mPS2id._mPS2id-h {
	background-color: #fff;
	color: #000;
}
#cssmenu li ul li.current-menu-item > a.__mPS2id._mPS2id-h.mPS2id-highlight{
background-color: #3e4393;
 color: #fff;
}

a#backToTop {
	opacity: 1;
	position: fixed;
	bottom: 25px;
	right: 25px;
	display: none;
	background-color: rgba(0,0,0,0.6);
	width: 30px;
	height: 30px;
	border-radius: 0;
	text-align: center;
	line-height: 25px;
	color: #fff;
	border: 1px solid #fff;
}

@media screen and (max-width:1199px){
.navbar-wrapper .container {
	max-width: 1200px;
}	
}

@media screen and (max-width:991px){
.container {
	max-width: 960px;
}
.about-part .content-part {
padding-right: 0;
padding-left: 0;
}
.why-choose .container .col-md-6 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 30px;
}
ul#lightgallery img.img-responsive {
	/* max-width: 200px; */
	width: auto;
	height: 70px;
}
h1 {
	font-size: 36px;
	line-height: 48px;
}
.hero-section {
	background-position: 50% 50%;
	padding-top: 100px;
	padding-left: 30px;
	padding-bottom: 100px;
	padding-right: 30px;	
}
h2{
font-size: 26px;
 line-height: 1.5;
}	
#emergency-hot3 {	
	padding-top: 100px;
	padding-bottom: 100px;
}
.white-label78 img {
	width: 100%;
}	
.enquiry-form {
	padding-right: 0;
}
.map-wrap {
	padding-left: 0px;
}
.blog-listing {
	grid-template-columns: repeat(2,1fr);	
}
#parallax {
	background-size: cover;
	height: 340px;
	background-position: 50% 50% !important;
	background-attachment: initial !important;
}	
}


@media screen and (max-width:767px){
.hero-section {
	background-position: 50% 50%;
	padding-top:50px;
	padding-left: 15px;	
	padding-bottom: 50px;
	padding-right: 15px;
}
h1 {
	font-size: 32px;
	line-height: 42px;
}
.hero-section .title-subtitle p {
	font-size: 16px;
	margin-bottom: 8px;
	line-height: 28px;
}
.about-part {
	padding: 30px 0px;
}	
.image-part {
	height: 250px;
}
.blue-part {	
	background-color: #262a74;
}
.why-choose {
	padding: 30px 0px 30px;	
}
ul#lightgallery {
	grid-template-columns: auto;
	column-gap: initial;	
	gap: 30px;
}
.industry-certified {
padding: 40px 0px;
}	
.testimonial-part {
padding: 40px 0px;
}
.testimonial-wrap {
grid-template-columns: 1fr;
}
.blue-part {
	padding: 25px 0px;
	background-color: #262a74;
}
.why-choose h2 {
	margin-bottom: 10px;
}
.about-part.bg-White .image-part {
	margin-bottom: 20px;
}
.blue-part.padding-same {
	padding-top: 40px;
	padding-bottom: 40px;
}
#we-do .image-part {
	height: 250px;
	margin-bottom: 20px;
}
#hot-water .image-part {
	height: 250px;
	background-size: auto;
}
#TapsandToilets .image-part {
	margin-bottom: 20px;
}	
.white-label78 {	
	margin-top: 30px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.about-part .row.flex-row-reverse .content-part {
	padding-right: 0;
	padding-left: 0px;
}	
.white-label78 ul {
flex-direction: column;
}
.call-us-section .plumbing-inquiries-content .button-wrap a {
	margin: auto;
}
.call-us-section .plumbing-inquiries-content .button-wrap {
	margin-top: 0;
	padding-top: 10px;
	padding-bottom: 20px;
}
.enquiry-map {
	padding: 40px 0px;
	background-color: #f1f1f1;
}
.form-wrap .button-wrap {
	margin: 20px 0px;
}
.blog-listing {
	grid-template-columns: repeat(1,1fr);	
}
.blog-section {
	padding: 40px 0px 40px;
}
.blog-content {
	padding: 40px 0px;
}	
}

@media screen and (max-width:420px){
.plumbing-inquiries-content .button-wrap {
	gap: 10px;
	margin-top: 25px;
	flex-direction: column;
	margin: auto;
	text-align: center;
	width: 100%;
}
.why-choose-content {
	position: relative;
	padding: 15px;	
	background-color: rgba(0,0,0,0.3);
}	
.plumbing-inquiries-content .button-wrap .button.button-trans {
	margin: auto;
}
#emergency-hot3 {
	padding-top: 50px;
	padding-bottom: 50px;
}	
}

.header {
    display: none;
}
.mobile-menu {
    display: none;
}
@media screen and (max-width: 1024px){
.header {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: #fff;
    color: #fff;
	justify-content: space-between;
	position: sticky;
    top: 0;
    z-index: 9999;
}
.menu-toggle {
    font-size: 26px;
    cursor: pointer;
    margin-right: 15px;
	color:#262a74;
}
.logo {
    font-size: 20px;
    font-weight: bold;
}
.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;  
    width: 300px;
    height: 100%;
    background: #fff;
    color: #000;
    transition: 0.4s;
    padding: 20px;
    box-shadow: 2px 0 10px rgba(0,0,0,0.2);
    overflow-y: auto;
	display:block;
}
.mobile-menu.active {
    left: 0; 
	z-index: 9999;
}

.close-btn {
    font-size: 22px;
    text-align: right;
    cursor: pointer;
}
.mobile-menu ul {
    list-style: none;
    padding: 0;
}

.mobile-menu ul li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.mobile-menu ul li a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.submenu {
    display: none;
    padding-left: 15px;
}

.has-sub span {
    float: right;
    cursor: pointer;
}
.cta {
    display: block;
    margin-top: 20px;
    padding: 12px;
    background: #ff6a00;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}

.has-sub span {
    float: right;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
	top: 3px;
    position: relative;
}
.phone-icon svg {
    fill: #262a74;
    width: 45px;
}
header.header-box {
    display: none;
}	
.logo.logo-mobile {
    position: relative;
    top: initial;
    z-index: initial;
	width: auto;
}
.mobile-menu ul ul.submenu {
	padding-left: 10px;
}
.mobile-menu ul ul.submenu li {
	padding: 7px 0px;
}
.mobile-menu ul ul.submenu li:last-child {
	border-bottom: 0px;
}	
}

#cssmenu li ul li.current-menu-item:hover a.__mPS2id._mPS2id-h {
 background-color: #3e4393;
    color: #fff;
}