/*
 *Theme Name:DMS Designs - H1 Plumbing Base Theme
 *Theme: URI:https://www.dmsdesigns.com.au/
 *Author: DMS Designs Pty Ltd.
 *Author: URI:https://www.dmsdesigns.com.au/
 *Description: Custom Wordpress theme built for H1 Plumbing using Visual Composer and HTML5.
 *Version 3
 *License: GNU General Public License v2 or later
 *License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *Text Domain: DMS designs
 **/


:root{
--white: #fffBf8; 
--black: #231F20; 
--black333: #333333; 
--black666: #666666; 
--black999: #999999;
--lgrey: #F1F2F2;
--blue: #00aef0;
--white-color: #fff;
--black-color:#000;
  --color: #3333ff;

}

/*----------Animations---------*/
@-webkit-keyframes scroll {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(60px);
  }
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(60px);
  }
}
svg #wheel {
  -webkit-animation: scroll ease 2s infinite;
          animation: scroll ease 2s infinite;
}

.home-service-box {
    padding: 0 14%;
}
.panel-text p {
    position: relative;
    color: white;
    font-size:inherit;
    padding: 0 25px;
    margin-bottom: 25px;
}


h4.form-heading {
    font-size: 2rem !important;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 35px 0;
    border-bottom: 1px solid var(--dark);
    padding-bottom: 35px;
    text-align: right;
}

.push-left {
    float: left !important;
    min-width: 285px;
}
.cta-row {
    padding: 35px;
}
.cta-logo img {
    height: 100px;
    width: 100%;
    margin-bottom: 20px;
}
/*---------Fonts---------------*/
h1 {
  font-size:1.5rem;
  margin: 0;
  line-height: 1.4;
  font-family: "Play", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h2 {
  font-size:1.35rem;
  margin: 0;
  line-height: 1;
  font-family: "Play", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h3 {
  margin: 0;
  font-weight: 600;
  font-size: 1.15rem !important;
  font-family: "Play", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h4 {
  font-size: 1rem !important;
  margin: 0;
  line-height: 1.4;
  font-family: "Play", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h5 {
  font-size:inherit;
  margin: 0;
  line-height: 1.4;
  font-family: "Play", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h6 {
  font-size:inherit;
  margin: 0;
  line-height: 1.4;
  font-family: "Play", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.content-block strong {
    font-weight: 600;
    color: var(--blue);
}
p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 20px 0;
}
h3.services-banner {
      font-family: "Play", sans-serif;
    margin-left: 25%;
    font-weight: 300;
    color: var(--black);
    background: var(--white);
    width: auto;
    display: inline-flex;
    text-align: center !important;
    padding: 10px 15px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    border-left: 15px solid var(--blue);
    margin-top: -175px;
}
.services-left-large h2.service-heading {
    font-size: 2rem !important;
    font-weight: 300 !important;
    font-family: "Play", sans-serif;
    border-bottom: 1px solid var(--blue);
    padding-bottom: 25px;
    margin-bottom: 25px !important;
    margin-left: 25px;
}
.services-right-large h2.service-heading {
    font-size: 2rem !important;
    font-weight: 300 !important;
    font-family: "Play", sans-serif;
    border-bottom: 1px solid var(--blue);
    padding-bottom: 25px;
    margin-bottom: 25px !important;
    margin-left: 25px;
}
.quote-block p {
    font-size: 2rem;
}
.quote-block p strong {
    color: var(--blue);
    font-weight: normal !important;
}
.intro-row h2.content-heading {
    font-family: "Play", sans-serif;
    font-size: 1.5rem !important;
    border-bottom: 1px solid var(--dark);
    padding-bottom: 50px;
    padding-top: 50px;
    border-top: 1px solid var(--dark);
    padding-left: 50px;
    padding-right: 50px;
    font-weight: 400;
    line-height: 1.5;
}
.vc_btn3-container.main-btn.vc_btn3-center.vc_do_btn {
    max-width: 400px;
    margin: 0px auto;
	background:var(--black);
}

h2.content-heading {
    font-family: "Play", sans-serif;
    font-size: 1.5rem !important;
    border-bottom: 1px solid var(--dark);
    padding-bottom: 20px;
    font-weight: 300 !important;
    letter-spacing: 1px;
}
h2.content-heading strong {
    color:var(--blue) !important;
    font-weight: normal !important;
}
.content-block ul {
    padding: 25px 75px;
    list-style: none;
}
.content-block li {
    font-size: 1.25rem;
    padding-left: 0;
    float: left;
    width: 100%;
    margin-bottom: 0 !important;
}
.content-block li::before {
    content: '>';
    font-size: 2rem;
    color: var(--blue);
    margin-right: 15px;
    float: left;
    position: relative;
    top: -11px;
}
.hero-heading h1 {
    font-size: 3rem !important;
    text-transform: uppercase;
    margin: 0 0 0 35px;
    display: block;
}

h1.hero-heading, .hero-heading h1 {
    font-size: 3rem !important;
    text-transform: uppercase;
    margin: 0 0 0 35px;
}
h1.hero-heading strong, .hero-heading h1 {
    color:var(--blue);
}
h2.hero-subheading, .hero-subheading h2 {
    font-size: 2rem !important;
    margin: 0 0 0 35px;
}
h2.hero-subheading strong, .hero-subheading h2 strong {
    color:var(--blue);
}
.cta-heading h3 {
    font-size: 1.5rem !important;
    font-weight: 300 !important;
    border-bottom: 1px solid var(--blue);
    width: 45%;
    margin: 0px auto;
    padding-bottom: 25px;
    margin-bottom: 25px !important;
}
.icon-row {
    width: calc(100% - 200px);
    margin: 35px auto;
}
.vertical-blue{
    background-image:url(https://h1plumbing-local:8890/wp-content/uploads/2025/08/vertical-blue.png);
    background-size: 3px 100%;
    background-position: center top;
    background-repeat: no-repeat; 
}

h2.service-heading {
    font-size: 2rem !important;
    font-weight: 300 !important;
    font-family: "Play", sans-serif;
    border-bottom: 1px solid var(--blue);
    padding-bottom: 25px;
    margin-bottom: 25px !important;
}

h1.title-heading {
    font-size: 1.5rem;
    margin: 0;
    line-height: 1.4;
    font-family: "Play", sans-serif;
    font-style: normal;
    text-transform: uppercase !important;
    font-weight: 300;
    letter-spacing: 1px;
}
h3.main-page-heading {
    font-family: "Play", sans-serif;
    background: var(--white);
    color: var(--black);
    padding: 0;
    font-size: 1.35rem !important;
    font-weight: 300;
    margin-bottom: 0 !important;
    border-left: 15px solid var(--blue);
}
a {
text-decoration:none !important;
}
body a{color:#999;}
body {
  font-family: "Open Sans", sans-serif;
    background: black;
    color: var(--white);
    overflow-x: hidden;
}

h3.big-heading {
    margin: 25px auto 35px auto !important;
    display: block;
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.35rem !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: var(--blue) 1px solid;
    padding-bottom: 15px;
}
h3.quote-heading {
    font-size: 2rem !important;
    letter-spacing: 3px;
    font-weight: 300;
    border-bottom: 1px solid var(--dark);
    padding-bottom: 15px;
}

.admin-bar{padding-top:2rem;}
.admin-bar .fixed-top, .admin-bar .searchTop{top:2rem;}
.admin-bar .navbar:not(.fixed-top){top:2rem;}
.fixed-logo{display:none;}
.fixed-top{background:#343a40;width:100%;}
.fixed-top .fixed-logo{display:block;height:75px;}
.fixed-top .nofixed-logo{display:none;}
.form-control:focus{box-shadow:none;outline:none;}

.navbar{background-color:transparent;color:#fff;transition:all linear 0.2s;z-index:1030;}
.navbar a{color:#fff;}
.navbar.header-bg:not(.fixed-top) .navbar-brand .nofixed-logo {
    height: 200px;
    position: relative;
    top: 25px;
    left: 80%;
}
.navbar:not(.fixed-top){height:85px;left:0;position:absolute;top:0;width:100%;}
.navbar:not(.fixed-top){padding-bottom:1rem;padding-top:1rem;}
.navbar:not(.fixed-top) .navbar-brand .nofixed-logo{left:0;max-width:none;position:absolute;top:-3.125rem;}
.navbar-brand {
    display: flex;
    font-size: 1.25rem;
    height: 85px !important;
    line-height: inherit;
    margin: 0px auto !important;
    margin-right: 1rem;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    white-space: nowrap;
}
.navbar-toggler {
    align-content: center;
    align-items: center;
    border: none;
    box-sizing: border-box;
    color: var(--white) !important;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    font-weight: 300;
    height: auto;
    justify-content: center;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: auto;
    left: 30px;
}
.fixed-top .navbar-toggler {
    left: 8px;
}
.navbar-toggler .navbar-toggler-icon {
    align-items: flex-end;
    background: var(--blue) !important;
    background-image: none !important;
    display: flex;
    flex-direction: column;
    font-size: 20px !important;
    height: auto;
    margin: 0 15px 0 0;
    padding: 23px;
    width: auto;
    top: 10px;
    position: realtive;
}
.fixed-top .navbar-toggler .navbar-toggler-icon {
    top: 0px !important;
    position: relative;
}
.nav-left {
    align-content: center;
    align-items: center;
    background: transparent;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 65px;
    justify-content: center;
    margin-right: 15px;
    padding: 0 15px 0 0 !important;
    position: relative;
}
.fixed-top .nav-right {
    align-content: center;
    align-items: center;
    border: none;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    top: 0;
}

.nav-right .row {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    padding: 0;
    width: 100%;
    margin-right: 30px;
}
.nav-right .container-fluid{padding:0 !important;}
ul.social-link {
    max-width: 225px;
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.fixed-top .nav-right-btn {
    align-content: flex-end;
    align-items: flex-end;
    background: var(--blue);
    display: inline-flex;
    flex-wrap: nowrap;
    font-family: 'ubuntu', sans-serif;
    justify-content: center;
    min-width: 182px;
    padding: 5px 35px;
    text-align: center;
    width: 100%;
    border-radius: 0;
    font-size: 14px;
}
.nav-right-btn {
    align-content: flex-end;
    align-items: flex-end;
    background: var(--blue);
    display: inline-flex;
    flex-wrap: nowrap;
    font-family: 'Play', sans-serif;
    justify-content: center;
    min-width: 182px;
    padding: 5px 35px;
    width: 100%;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}
.searchTop{left:0;position:relative;top:auto;width:100%;z-index:1031;}
.searchTop .form-control{background-color:transparent;border:none;border-bottom:1px solid #fff;border-radius:0;color:#fff;padding:0 1.5625rem;}
.searchTop .search-close{background:none;border:none;color:#fff;cursor:pointer;position:absolute;right:0;top:0;}
.searchTop .search-icon{background:none;border:none;color:#fff;left:0;opacity:0.5;position:absolute;top:0.5rem;}
.searchTop form{position:relative;width:100%;}
.social-link li {
    float: left;
    padding: 10px 15px;
}

body.menuOpen .fixed-top{left:auto;right:16.875rem;}
div#wrapperInner{padding-top:0 !important;}

img{height:auto;max-width:100%;}
ul#menu-main-menu{color:var(--black) !important;margin:auto -15px;padding-left:50px !important;}
h5.widgettitle {
    font-size: 1.5rem !important;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--black);
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.footer-inner .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: space-around;
    align-items: flex-start;
}

.quote-banner-left {
    padding: 75px;
}
h3.contact-detail-heading {
    font-size: 45px !important;
    font-weight: 400;
    letter-spacing: 3px;
    border-bottom: 1px solid var(--blue);
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.contact-text-detail p {
    font-size: 24px !important;
}
.container{
    display:flex;
    width:100%;
    max-width:1500px;
    margin: 0px auto !important;
    position: relative;
}
.top-row.container {
    margin-top: 35px !important;
}

/*-----------Services--------------*/

.intro-row {
    height: 20vh;
}
.services-left-large {
    margin-top: 150px;
}
/*----------Forms------------*/
input#field_29yf4d {
    background: var(--white) !important;
}
#form_contact-form2 textarea{
            background:var(--dark) !important;
    border: none !important;
    border-radius: 0 !important;
        font-family: 'Play', sans-serif !important;
}

#form_contact-form2 input[type=text],input[type=email] {
        background:var(--dark) !important;
    border: none !important;
    border-radius: 0 !important;
        font-family: 'Play', sans-serif !important;
}

#form_contact-form2 select{
    background:var(--dark) !important;
        border: none !important;
    border-radius: 0 !important;
        font-family: 'Play', sans-serif !important;
}


input[type=text],input[type=email] {
    border: none !important;
    border-radius: 0 !important;
        font-family: 'Play', sans-serif !important;
}

select{
        border: none !important;
    border-radius: 0 !important;
        font-family: 'Play', sans-serif !important;
}



.form-left {
    padding: 75px;
}


/*----------FAQs-------------*/

.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: var(--blue);
    border: 1px solid var(--blue);
    color: var(--blue) !important;
}
.vc_toggle_content {
    background: var(--black);
    margin: 0px auto;
    padding: 50px;
}
.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon::before, .vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon::after {
    background-color: var(--blue) !important;
}
.vc_do_toggle {
    background: var(--dark);
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px !important;
}
h3.faq-heading {
    margin-bottom: 0px !important;
    font-size: 18px !important;
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.5px;
}
/*--------------Header Menu-----------*/

nav.navbar.header-bg.header-v3.p-0.fixed-top {
    background: var(--dark) !important;
    width: 100%;
}
.fixed-top .fixed-logo {
    display: block;
    height: 50px;
    top: 17px;
    position: relative;
    right: -98px;
}
.fixed-top .social-link li {
    float: left;
    padding: 5px 15px;
}
/*----------------Buttons & Rollovers----------------*/

button.frm_button_submit {
    font-family: 'Play', sans-serif !important;
    width: 100% !important;
    margin-bottom: 0px !important;
    background: transparent !important;
    border: 1px solid var(--white) !important;
    border-radius: 0 !important;
    padding: 10px 15px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
        -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
cursor:pointer;
}
button.frm_button_submit:hover {
background:var(--white) !important;
color: var(--dark) !important;
}

.btn {
  display: inline-block;
  color: #ffffff;
  padding: 32px;
  position: relative;
  letter-spacing: 1px;
}
.btn__circle, .btn__text, .btn__white-circle {
  position: absolute;
}
.btn__circle {
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 100%;
    width: 100%;
    box-shadow: 0 0 1px 1px var(--blue);
    transition: 0.3s linear;
}
.btn__white-circle {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background: var(--blue);
  display: flex;
  transition: 0.3s ease-in-out;
}
.btn__white-circle svg {
    display: flex;
    width: 24px;
    height: 56px;
    margin: 0 auto;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.btn__text {
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  z-index: 2;
  padding: 24px 8px;
  transition: 0.3s linear;
}
.btn:hover .btn__circle {
  transform: scale(0);
}
.btn:hover .btn__white-circle {
  transform: translate(-50%, -50%) scale(1);
}
.btn:hover .btn__text {
  transform: translate(40px, -50%);
}
.btn:hover {
    color: var(--white);
    text-decoration: none;
}


.link {
    font-family:'monkirta', 'ubuntu', sans-serif;
    padding: 8px 15px 8px 20px;
    font-size: 1.5rem;
    color: white;
    text-decoration: none;
    position: relative;
    border: 2px solid var(--blue);
    border-radius: 25px;
}
.link span, .link i {
    font-size: 1.2rem;
    letter-spacing: 1px;
    line-height: 2;
    position: relative;
    top: -2px;
}
.link i {
    margin-left: 25px;
}
.link .color
 {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background-color: var(--blue);
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: -0.65em;
}

/* when the <a> is hovered (or keyboard-focused), change its children */
.link:is(:hover, :focus-visible) .color {
  background: var(--blue);
      border-radius: 50%;
    left: -0.65em;
}

.link:is(:hover, :focus-visible) span {
    text-decoration: none;
    color: var(--white);
    /* color: var(--blue-100); */
}

.link:is(:hover, :focus-visible) i {
  color: var(--white);
}

ul#menu-main-menu a {
    font-family: 'ubuntu', sans-serif;
    color: var(--black) !important;
    font-weight: 300;
    -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
text-transform: uppercase;


}
ul#menu-main-menu a:hover {
    font-family: 'ubuntu', sans-serif;
    color: var(--grey) !important;
    padding-left:30px;
}
.rightSide-menu .quote-btn {
    text-align: center;
    border: 1px solid var(--blue);
    color: var(--black);
    padding: 10px 25px;
    font-family: 'ubuntu', sans-serif;
    font-weight: 300 !important;
    margin: 25px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase;
    color: var(--white);
	border-radius: 0px !important;
    background: var(--blue);
}

.rightSide-menu .quote-btn:hover {
    background:var(--black);
}


button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-outline-custom.vc_btn3-block.vc_btn3-icon-right {
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/*------------Icons-------------*/

.services-icon img {
    width: 75px;
    height: 75px;
    display: block;
    margin: 0px auto 15px auto;
}

/*------------Scrollbar----------------*/
#custom-scroll{display:inline-block;height:200px;margin:20px;margin-right:0;overflow-y:hidden;width:100px;}
#custom-scroll::-webkit-scrollbar{width:16px;}
#custom-scroll::-webkit-scrollbar-thumb{background:gray;XXborder-radius:5px;}
#custom-scroll::-webkit-scrollbar-track{background:#cccccc;XXborder-radius:5px;}
#custom-scroll-wrap{display:block;font-size:small;height:600px;margin:0px;overflow:hidden;padding:0px;width:100px;}
/*------------Scrollbar----------------*/



/*-------------Side Menu--------------*/
.article-inner{padding:8px 16px;}
.article-inner figure{align-items:center;display:flex;margin:0 !important;min-height:121px;}
.article-inner:hover{box-shadow:3px 9px 8px #d7d7d7;}
.article-inner:hover .show-hover{opacity:1 !important;}
.closed-btn{align-items:center;background:var(--blue) !important;display:flex;height:60px;justify-content:center;left:100%;position:absolute;width:60px;}
.closed-btn a{color:#fff3f4 !important;font-size:28px;}
.main-menu-nav{display:flex;height:100%;}
.main-menu-nav .side-close{margin:0 !important;}
.main-menu-nav .side-footer ul{margin:0 !important;padding:0 !important;}
.main-menu-nav .side-footer ul li {
    color: var(--blue);
    padding: 0 8px;
    font-size: 25px;
}
.menu-inner-box{height:100%;}
.menu-inner-box .side-logo img{height:60px !important;width:auto !important;}
.menus-left-inner {
    min-height: 100vh;
    padding-bottom: 184px;
    position: relative;
    width: 100%;
}

.right-cat-inner{background:var(--white-color);height:100%;overflow:auto;padding-top:59px;width:71%;}
.right-cat-inner{overflow-y:auto;scrollbar-color:var(--blue) #F5F5F5;scrollbar-width:thin;}
.right-cat-inner h1{border-bottom:1px solid #707070;color:#333333;font-size:40px !important;margin-bottom:61px !important;padding:0px 34px 13px;text-transform:uppercase;}
.right-cat-inner::-webkit-scrollbar{background-color:#F5F5F5;width:6px;}
.right-cat-inner::-webkit-scrollbar-thumb{background-color:var(--blue);}
.right-cat-inner::-webkit-scrollbar-track{background-color:#F5F5F5;webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);}

.rightSide-menu {
    border-right: 10px solid var(--black);
    background: var(--dark);
    bottom: 0;
    display: block !important;
    height: 100% !important;
    left: -25vw;
    max-width: 0;
    padding: 0px;
    position: fixed;
    right: auto;
    top: 0;
    transition: 0.5s;
    visibility: hidden;
    width: 25vw !important;
    z-index: 99;
    -webkit-box-shadow: 15px 0 25px 0 rgba(100, 100, 100, 0.33);
    box-shadow: 15px 0 25px 0 rgba(100, 100, 100, 0.33);
}
.rightSide-menu .col-3{background:var(--lgrey) !important;height:100vh !important;}
.rightSide-menu .col-9{background:var(--white) !important;height:100vh !important;}
.rightSide-menu.is-open{left:0;visibility:visible !important;}
.show-hover{opacity:0;}
.side-close{background:var(--blue) !important;font-family:'ubuntu', sans-serif;line-height:1;margin-left:-15px;margin-right:-15px;padding:15px;}
.side-close a.closebtn{font-size:30px;font-weight:300 !important;margin-right:15px;}
.side-close span{font-size:14px;font-weight:300;letter-spacing:1px;position:relative;top:-6px;}
.side-footer{align-content:center;align-items:center;bottom:50px;color:var(--black);display:inline-flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;position:absolute;}
.side-footer h4{color: var(--white);align-content:center;align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;float:left;  font-family: "Play", sans-serif;font-size:1.5rem !important;font-weight:400;justify-content:flex-start;letter-spacing:2px;padding-left:30px;position:relative;text-transform:uppercase;width:100%;margin-bottom: 15px;}
.side-footer ul{display:inline-flex;list-style:none;}
.tarailer-slider{padding:0 24px;}

img.flyout-logo{margin:55px 35px 36px;}



/*------------Home Page------------*/
section.home-hero {
    padding: 0 !important;
    position: relative !important;
    top: -75px;
    margin: 0px auto !important;
    width: 100vw !important;
}
.quote-block {
    padding: 50px;
    background: transparent;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}

section.why-hero {
    min-height: 50vh;
    height: auto;

}
.content-row {
    padding: 75px 0 !important;
}

.services-image {
    max-width: 500px;
    margin: 0px auto;
}

.services-left {
    margin-top: 250px;
}
.services-right {
    margin-top: -75px;
}
section.testimonials {
    background: var(--dark);
    padding: 35px 0;
}

blockquote p {
    padding: 50px;
    margin: 50px !important;
    font-size: 1.5rem !important;
    font-style: italic;
    background: var(--dark);
}



/*-----------------Sections-----------------*/
.faq-right {
    position: relative;
    height: 75vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.ult-sticky-section.ult-sticky.sticky-faq {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ult-sticky-section.ult-sticky.sticky-faq.ult-stick {
    margin-top: 10%;
}
section#services {
    background-image: url(https://h1plumbing-local:8890/wp-content/uploads/2025/08/title01.webp);
    background-size: cover;
}
section#faqs {
    background-image: url(https://h1plumbing-local:8890/wp-content/uploads/2025/08/title02.webp);
    background-size: cover;
}
section#case-studies {
    background-image: url(https://h1plumbing-local:8890/wp-content/uploads/2025/08/title03.webp);
    background-size: cover;
}
section#get-in-touch {
    background-image: url(https://h1plumbing-local:8890/wp-content/uploads/2025/08/title04.webp);
    background-size: cover;
}
section.page-title {
    height: 300px;
    display: flex;
}
.title-right {
    background: var(--white);
    margin-right: 35px;
    margin-left: auto;
    width: 60%;
    height: 55px;
}
/*----------------Footer----------------_*/
footer.main-footer {
    background: var(--dark) !important;
    border-top: 1px solid var(--black);
    margin-top: 25px;
    padding-top: 50px !important;
}
.footer-inner {
    padding-bottom: 50px;
}
.col-4.widget01 {
    padding: 35px;
    width: 25% !important;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.col-4.widget02 {
    padding: 35px;
    width: 50% !important;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    background: transparent;
    height: 100%;
}
img.logo-footer {
    width: 250px;
    margin-bottom: 25px;
}
.footer-contacts svg {
    width: 50px !important;
    font-size: 1.5rem;
    font-family: 'ubuntu', sans-serif;
    font-weight: 300;
    margin-bottom: 0;
    position: relative;
}
.footer-contacts ul {
    list-style: none;
    padding-left: 0 !important;
}
.footer-contacts li {
    font-size: 1.25rem;
    font-family: 'ubuntu', sans-serif;
    font-weight: 300;
    margin-bottom: 25px;
}
.footer-contacts svg {
    width: 50px !important;
    font-size: 1.5rem;
    font-family: 'ubuntu', sans-serif;
    font-weight: 300;
    margin-bottom: 0;
    position: relative;
}

.footer-bottom{
    padding-top: 15px;
    margin-top: 25px;
    border-top: 1px solid #000;
    padding-bottom: 15px;
}
.footer-bottom p {
    font-size: 0.85rem;
    font-family: 'ubuntu', sans-serif;
    letter-spacing: 1px;
    color: var(--black999);
    font-weight: 300;
}

h5.widgettitle {
    font-size: 1.5rem !important;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--black);
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.hide-mobile {
    display: none !important;
}
	
.mobile-footer{
    display:none;
}


@media screen and (max-width:64.0625rem){.site-main article{flex:0 0 100%;max-width:100%;}

.headerinline .navbar-toggler{display:inline-block;}
.headerinline #menu-header-menu{display:none;}
.headerinline .rightSide-menu{display:block !important;}
.mobile-btn{display:block;}
.headerinline .navbar-nav li .dropdown-menu{position:relative;top:auto;}
.headerinline .closebtn{padding-right:1.5rem !important;}
.headerinline .navbar-nav li .dropdown-menu{background:none;}
 #menu-header{display:none !important;}
 .headerinline .navbar-nav li .dropdown-menu li a{color:#fff;}
 .headerinline .navbar-nav li .dropdown-menu li .dropdown-item:before{color:#fff;}
}

@media screen and (max-width:48.875rem){
.admin-bar .navbar:not(.fixed-top), .admin-bar .searchTop{top:2.875rem;}
.admin-bar .fixed-top{top:0;}
.admin-bar{padding-top:0;}
.admin-bar .navbar.fixed-top .closebtn{margin-top:0;}
}

@media screen and (max-width:47.9375rem){
.main-footer h5{margin-top:1rem;}
.header-v3 .rightSide-menu ul{max-width:50%;float:left;}
.headercenter .nav-right .social-link{display:none;}
.single .page-header{margin-top:30px;}
.single #sidebar{margin-top:0;}
.navbar.header-bg.navbar-light.p-0 #menuBtn {display: inline-block !important;}
}

@media screen and (max-width:35.9375rem){
body{font-size:0.875rem;}
.navbar-nav .nav-link{font-size:1rem;}
.header-v3 .rightSide-menu ul li .nav-link{font-size:1rem;}
.navbar.header-bg:not(.fixed-top) .navbar-brand .nofixed-logo {
        max-height: 8rem;
    }
.fixed-top .fixed-logo{max-width:10rem;}
.headercenter .navbar-brand{width:100%;}
.navbar .social-link{display:none;}
}



/*------------------------------------------------------------------*/
/*Destop-Responsive-Css
/*------------------------------------------------------------------*/
@media(max-width: 1500px) {
.rightSide-menu .quote-btn {margin: 17px auto;}
.right-cat-inner h1 {font-size: 27px !important;}
.side-footer {bottom: 10px !important; }
.menu-inner-box .side-logo img {width: auto !important; height: 42px !important; margin: 55px 35px 12px; }
section.banner-wrapper-post .content-banner h1 {font-size: 49px !important; }
section.banner-wrapper-post .content-banner h6 {font-size: 20px; padding-bottom: 30px; margin-bottom: 30px !important; }
.data-post-inner h2 {font-size: 40px !important; }
.data-post-inner h3 {font-size: 55px !important; margin: 18px 0 14px !important; }
.widget-box-inner h6 {font-size: 27px; }
.widget-box-inner strong {font-size: 21px; }
.some-left-space h4 {font-size: 22px !important; }
section.banner-wrapper-post figure img {min-height: 710px; object-fit: cover; }
section.tab-wrapper-box {padding-bottom: 61px; }

.mobile-footer{
    display:none;
}
.hide-mobile {
    display: none !important;
}
	

}

/*------------------------------------------------------------------*/
/*Laptop-Responsive-Css
/*------------------------------------------------------------------*/
@media(max-width: 1200px) { 
.menus-left-inner {width: 42%;}
.right-cat-inner {width: 58%; }
.data-post-inner {padding: 0 66px 100px; }
.widget-02{
    display:inherit;
}
.mobile-footer{
    display:none;
}

	.hide-mobile {
    display: none !important;
}
	
	
}


/*------------------------------------------------------------------*/
/*tablet-Responsive-Css
/*------------------------------------------------------------------*/
@media(max-width: 991px) { 
	.home-service-box {
    padding: 0 0%;
}
	.intro-row {
    height: auto;
}
.fixed-top .fixed-logo {
        display: block;
        height: 50px;
        top: 17px;
        position: relative;
        right: 0;
    }
    ul#menu-socials-1 {
        display: flex;
        font-size: 1rem !important;
        padding-left: 0 !important;
        column-count: 2;
        column-gap: 30px;
    }
    blockquote p {
    padding: 25px;
    margin: 25px 0px !important;
    font-size: 1rem !important;
    font-style: italic;
    background: var(--dark);
}
    h3.main-page-heading {
    font-family: "Play", sans-serif;
    background: var(--white);
    color: var(--black);
    padding: 0;
    font-size: 1.15rem !important;
    font-weight: 300;
    margin-bottom: 0 !important;
    border-left: 15px solid var(--blue);
}
    .form-left {
    padding: 25px !important;
}
    h2.service-heading {
    font-size: 1.5rem !important;
    font-weight: 300 !important;
    font-family: "Play", sans-serif;
    border-bottom: 1px solid var(--blue);
    padding-bottom: 25px;
    margin-bottom: 25px !important;
}
    .mobile-services {
    margin: 0 15px;
}
    .intro-row h2.content-heading {
    padding: 35px 0px !important;
}
    .intro-row {
    height: auto !important;
}
    .title-right {
        width: 100%;
        margin: 0px auto;
        height: 50px;
    }
        sr7-col#SR7_1_1-1-3 {
    bottom: 33vh !important;
    height: 110px !important;
}
sr7-img#SR7_1_1-1-9 {
        height: 110px !important;
        border-width: 0 !important;
        padding: 10px !important;
        width: auto !important;
        height: 180px !important;
        margin: 10px !important;
    }
sr7-grp#SR7_1_1-1-8 {
        width: 145px !important;
        right: -15px !important;
        height: 145px !important;
        bottom: 15px;
        display: flex !important;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: space-around;
        justify-content: space-around;
        align-items: stretch;
    }
    h1.hero-heading, .hero-heading h1 {
    font-size: 2.5rem !important;
    text-transform: uppercase;
    margin: 0 0 0 0;
    line-height: 1;
}
h2.hero-subheading, .hero-subheading h2 {
    font-size: 1.65rem !important;
    margin: 15px 0;
}
    .navbar.header-bg:not(.fixed-top) .navbar-brand .nofixed-logo {
        height: 150px;
        position: relative;
        top: 15px;
        right: -50px;
        left: auto;
    }
.navbar-brand {
        display: flex;
        font-size: 1.25rem;
        height: 85px !important;
        line-height: inherit;
        margin: 0 20px 0 auto !important;
        margin-right: 1rem;
        padding-bottom: 0;
        padding-top: 0;
        position: relative;
        white-space: nowrap;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-end;
        align-items: flex-start;
    }
    .nav-right {
    /* align-content: center; */
    /* align-items: center; */
    /* border: none; */
    display: none;
    /* flex-direction: column; */
    /* flex-wrap: nowrap; */
    /* justify-content: center; */
    /* margin-left: -15px; */
    /* margin-right: -15px; */
    /* position: relative; */
    /* top: 15px; */
}
    section.vc_section.about-hero {
        padding: 0 !important;
    }
    .icon-row .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 50%;
}
    .content-block li {
    display: inline-flex;
    font-size: 1rem;
    padding-left: 0;
    float: left;
    width: 100%;
    margin-bottom: 0 !important;
}
    ul#menu-socials-1 {
    display: inline-flex;
    font-size: 1rem !important;
    padding-left: 0 !important;
}
    .services-right {
    margin-top: 0;
}
    .services-left {
    margin-top: 0;
}
    .fixed-top .nav-right {
        display: none;
    }
    .nav-right .container-fluid {
    padding: 0 15px !important;
}
    .fixed-top .nav-right {
        align-content: center;
        align-items: center;
        border: none;
        display: none;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        top: 0;
        margin-bottom: 10px;
        width: 96%;
    }
    .footer-inner {
    padding-bottom: 0;
}
    .footer-detail span {
    text-align: center;
    display: block;
    font-size: 1rem;
}
    .contact-text-detail p {
    font-size: 16px !important;
}
    h3.contact-detail-heading {
    font-size: 30px !important;
    font-weight: 400;
    letter-spacing: 2px;
    border-bottom: 1px solid var(--blue);
    margin-bottom: 25px;
    text-align: center !important;
    padding-bottom: 25px;
}
        h3.services-banner {
    font-family: "Play", sans-serif;
    margin-left: 0%;
    font-weight: 300;
    color: var(--black);
    background: var(--white);
    display: inline-flex;
    text-align: center !important;
    padding: 10px 15px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    border-left: 15px solid var(--blue);
    margin-top: -175px;
    width: 100%;
}
    .quote-block p {
    font-size: 1.35rem;
}
.content-block ul {
        padding: 15px 0px;
        list-style: none;
    }
.quote-block {
        padding: 45px 25px;
        background: transparent;
        height: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: flex-start;
    }
.content-row {
    padding: 0px 0 !important;
}
    .icon-row {
        width: calc(100% - 40px);
        margin: 20px auto;
    }
    section.vc_section.cta {
    padding-top: 0 !important;
}
    .cta-heading h3 {
        font-size: 1.5rem !important;
        font-weight: 300 !important;
        border-bottom: 1px solid var(--blue);
        width: 90%;
        margin: 0px auto;
        padding-bottom: 15px;
        margin-bottom: 15px !important;
        margin-top: 15px;
    }
ul#menu-main-menu a,.side-footer h4 {font-size: 14px !important; }
.rightSide-menu .quote-btn {margin: 0px auto; }
section.banner-wrapper-post figure img {min-height: auto !important; }
section.banner-wrapper-post .content-banner h1 {font-size: 28px !important; }
section.banner-wrapper-post .content-banner h6 {font-size: 18px; padding-bottom: 16px; margin-bottom: 15px !important; min-width: 292px; }
section.banner-wrapper-post .bottom-btns a {transform: unset !important; display: inline-block; height: auto !important; width: auto !important; white-space: unset !important; text-decoration: none; margin: 0 9px; }
section.banner-wrapper-post {position: relative; padding-bottom: 49px; }
section.banner-wrapper-post .bottom-btns {position: static !important; display: flex; justify-content: center; }
section.banner-wrapper-post .bottom-btns img {max-width: 29px; transform: unset !important; margin-right: 2px; }
.tab-buttons button {padding: 13px 6px !important; }
.custom-content-styles table.tab-table td {padding: 12px 13px; font-size: 14px; }
.custom-content-styles p {font-size: 14px; }
section.tab-wrapper-box .tab-content {padding: 52px 0 0; }
section.tab-wrapper-box {padding-bottom: 74px; }

.data-post-inner h2 {font-size: 34px !important; }
.data-post-inner {padding: 0 44px 100px; }
.data-post-inner h3 {font-size: 39px !important;}
.data-post-inner h2 {font-size: 27px !important; }
.widget-box-inner strong {font-size: 18px; }
.widget-box-inner h6 {font-size: 23px; }
.data-post-inner {padding: 0 9px 19px; }
ul.masonry-gallery li {cursor: pointer; padding: 1px; }

.gallery-container ul { margin: 0 -1px !important; }
    .navbar.header-bg:not(.fixed-top) .navbar-brand .nofixed-logo {
        height: 150px;
        position: relative;
        top: 15px;
        right: 5px;
        left: auto;
    }
.widget-02{
    display:none;
}
.mobile-footer {
        display: none;

    }
.quote-banner-left {
    padding: 35px;
}

    section.testimonials {
    background: var(--dark);
    padding: 0;
    margin: 0px auto;
    display: contents;
    width: 100% !important;
}
.panel-text p {
    position: relative;
    color: white;
    font-size: inherit;
    padding: 0;
    margin-bottom: 35px;
}
h3.faq-heading {
    margin-bottom: 0px !important;
    font-size: 15px !important;
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.5px;
}
	.hide-mobile {
    display: inherit !important;
}
	h5.widgettitle {
    font-size: 1.15rem !important;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--black);
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 1;
    margin-top: 15px;
}
	.widget02 img.image.wp-image-37.attachment-medium.size-medium {
    display: none;
    /* top: -36px; */
    /* position: relative; */
}
	
	footer.main-footer {
    background: var(--dark) !important;
    border-top: 1px solid var(--black);
    margin-top: 25px;
    padding-top: 20px !important;
}
}


/*------------------------------------------------------------------*/
/*mobile-landscape-Responsive-Css
/*------------------------------------------------------------------*/
@media(max-width: 767px) {
    h3.big-heading {
    font-size: 1.15rem !important;
}
    .cta-row {
    padding: 15px;
}
	.home-service-box {
    padding: 0 0%;
}
	.intro-row {
    height: auto;
}
	.fixed-top .fixed-logo {
    display: block;
    height: 50px;
    top: 17px;
    position: relative;
    right: -20px;
}
    ul#menu-socials-1 {
        display: flex;
        font-size: 1rem !important;
        padding-left: 0 !important;
        column-count: 2;
        column-gap: 30px;
    }
        .navbar.header-bg:not(.fixed-top) .navbar-brand .nofixed-logo {
        height: 150px;
        position: relative;
        top: 15px;
        right: -50px;
        left: auto;
    }
    blockquote p {
    padding: 25px;
    margin: 25px 0px !important;
    font-size: 1rem !important;
    font-style: italic;
    background: var(--dark);
}
    h3.main-page-heading {
    font-family: "Play", sans-serif;
    background: var(--white);
    color: var(--black);
    padding: 0;
    font-size: 1.15rem !important;
    font-weight: 300;
    margin-bottom: 0 !important;
    border-left: 15px solid var(--blue);
}
    .form-left {
    padding: 25px !important;
}
    h2.service-heading {
    font-size: 1.5rem !important;
    font-weight: 300 !important;
    font-family: "Play", sans-serif;
    border-bottom: 1px solid var(--blue);
    padding-bottom: 25px;
    margin-bottom: 25px !important;
}
    .mobile-services {
    margin: 0 15px;
}
    .intro-row h2.content-heading {
    padding: 35px 0px !important;
}
    .intro-row {
    height: auto !important;
}
    .title-right {
        width: 100%;
        margin: 0px auto;
        height: auto;
    }
    sr7-col#SR7_1_1-1-3 {
    bottom: 33vh !important;
    height: 110px !important;
}    
    sr7-img#SR7_1_1-1-9 {
    height: 110px !important;
}
sr7-grp#SR7_1_1-1-8 {
    width: 120px !important;
    right: -45px !important;
    height: 120px !important;
    bottom: -15px;
}
    h1.hero-heading, .hero-heading h1 {
    font-size: 2.5rem !important;
    text-transform: uppercase;
    margin: 0 0 0 0;
    line-height: 1;
}
h2.hero-subheading, .hero-subheading h2 {
    font-size: 1.65rem !important;
    margin: 15px 0;
}
    .navbar.header-bg:not(.fixed-top) .navbar-brand .nofixed-logo {
        height: 150px;
        position: relative;
        top: 15px;
        right: -50px;
        left: auto;
    }
        .navbar-brand {
    display: flex;
    font-size: 1.25rem;
    height: 85px !important;
    line-height: inherit;
    margin: 0px auto !important;
    margin-right: 1rem;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    white-space: nowrap;
}
    .nav-right {
    /* align-content: center; */
    /* align-items: center; */
    /* border: none; */
    display: none;
    /* flex-direction: column; */
    /* flex-wrap: nowrap; */
    /* justify-content: center; */
    /* margin-left: -15px; */
    /* margin-right: -15px; */
    /* position: relative; */
    /* top: 15px; */
}
    section.vc_section.about-hero {
    padding: 0;
}
    .icon-row .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 50%;
}
        .content-block li {
    display: inline-flex;
    font-size: 1rem;
    padding-left: 0;
    float: left;
    width: 100%;
    margin-bottom: 0 !important;
}
        ul#menu-socials-1 {
    display: inline-flex;
    font-size: 1rem !important;
    padding-left: 0 !important;
}
    .services-right {
    margin-top: 0;
}
    .services-left {
    margin-top: 0;
}
    .fixed-top .nav-right {
        display: none;
    }

    .nav-right .container-fluid {
    padding: 0 15px !important;
}
        .fixed-top .nav-right {
    align-content: center;
    align-items: center;
    border: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
    margin-bottom: 10px;
    width: 96%;
}
    .footer-inner {
    padding-bottom: 0;
}
    .footer-detail span {
    text-align: center;
    display: block;
    font-size: 1rem;
}
    .location iframe {
    height: 400px;
}
        .vertical-blue {
    background-image: none;
}
    .contact-text-detail p {
    font-size: 16px !important;
}
    h3.contact-detail-heading {
    font-size: 30px !important;
    font-weight: 400;
    letter-spacing: 2px;
    border-bottom: 1px solid var(--blue);
    margin-bottom: 25px;
    text-align: center !important;
    padding-bottom: 25px;
}
        h3.services-banner {
    font-family: "Play", sans-serif;
    margin-left: 0%;
    font-weight: 300;
    color: var(--black);
    background: var(--white);
    /* width: auto; */
    display: inline-flex;
    text-align: center !important;
    padding: 10px 15px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    border-left: 15px solid var(--blue);
    margin-top: -175px;
    width: 100%;
}
    .quote-block p {
    font-size: 1.5rem;
}
.content-block ul {
        padding: 15px 0px;
        list-style: none;
    }
        .quote-block {
    padding: 25px;
    background: var(--dark);
    height: 25vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
.content-row {
    padding: 0px 0 !important;
}
    .icon-row {
        width: calc(100% - 40px);
        margin: 20px auto;
    }
    .cta-heading h3 {
        font-size: 1.25rem !important;
        font-weight: 300 !important;
        border-bottom: 1px solid var(--blue);
        width: 90%;
        margin: 0px auto;
        padding-bottom: 15px;
        margin-bottom: 15px !important;
        margin-top: 15px;
    }
section.vc_section.cta {
    padding-top: 0 !important;
}
.rightSide-menu {width: 100% !important; }
.header-v3 .rightSide-menu ul {max-width: 100% !important; float: none !important; }
.menus-left-inner {width: 50%; padding-bottom: 21px; min-height:unset !important; }
.side-footer {position: static !important; padding-top: 39px; }
.main-menu-nav {overflow: auto; }
.closed-btn {left: auto !important; right: 0 !important; }
.right-cat-inner {width: 50% !important; }
.right-cat-inner h1 {font-size: 24px !important; }
.widget-box-inner .row.no-gutters {flex-wrap: nowrap; }
.gallery-container {padding-bottom: 94px; }
.tab-buttons button {white-space: nowrap !important; display: inline-block !important; width: auto !important; }
section.tab-wrapper-box .nav-tabs {border: none !important; flex-wrap: nowrap; overflow: auto !important; display: inline-block !important; white-space: nowrap !important; width: 100%; overflow-y: hidden !important; }
.tab-buttons button.active {border-color: transparent !important; }
.widget-box-inner {text-align: center; margin-top: 39px; }
section.banner-wrapper-post .content-banner h6 {color: #000; }
section.banner-wrapper-post .content-banner h1 {font-size: 24px !important; color: #000; }
section.banner-wrapper-post .content-banner h6 {color: #000; border-color: #000 !important; }
 section.banner-wrapper-post .bottom-btns {position: static !important; display: flex; justify-content: center; }
section.banner-wrapper-post .bottom-btns span {font-size: 13px !important; }
section.banner-wrapper-post .content-banner {position: static !important; }
 section.banner-wrapper-post .bottom-btns a {display: flex; flex-direction: column !important; justify-content: center; align-items: center; text-align: center; }
.tab-buttons .tab-btn.active {border: none !important; }
.tab-buttons .tab-btn {width: auto !important; padding: 11px 9px !important; }
.prev, .next {font-size: 15px; width: 27px; height: 30px; }
section.gallery-section .close {font-size: 16px; padding: 7px 11px; }
.mobile-footer{
    display:block;
}
.col-4.widget02{
    display:none;
}
.quote-banner-left {
    padding: 35px;
}
section.testimonials {
    background: var(--dark);
    padding: 0;
    margin: 0px auto;
    display: contents;
    width: 100% !important;
}
.panel-text p {
    position: relative;
    color: white;
    font-size: inherit;
    padding: 0;
    margin-bottom: 35px;
}
h3.faq-heading {
    margin-bottom: 0px !important;
    font-size: 15px !important;
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.5px;
}
	
.hide-mobile {
    display: inherit !important;
}
	
		
}

/*------------------------------------------------------------------*/
/*mobile-portrait-Responsive-Css
/*------------------------------------------------------------------*/
@media(max-width: 475px) { 
        h3.big-heading {
    font-size: 1.15rem !important;
}
    .cta-row {
    padding: 15px;
}
	.home-service-box {
    padding: 0 0%;
}
	.intro-row {
    height: auto;
}
	.fixed-top .fixed-logo {
    display: block;
    height: 50px;
    top: 17px;
    position: relative;
    right: -20px;
}
        .navbar.header-bg:not(.fixed-top) .navbar-brand .nofixed-logo {
        height: 150px;
        position: relative;
        top: 15px;
        right: -50px;
        left: auto;
    }
    blockquote p {
    padding: 25px;
    margin: 25px 0px !important;
    font-size: 1rem !important;
    font-style: italic;
    background: var(--dark);
}
    h3.main-page-heading {
    font-family: "Play", sans-serif;
    background: var(--white);
    color: var(--black);
    padding: 0;
    font-size: 1.15rem !important;
    font-weight: 300;
    margin-bottom: 0 !important;
    border-left: 15px solid var(--blue);
}
    .form-left {
    padding: 25px !important;
}
    h2.service-heading {
    font-size: 1.5rem !important;
    font-weight: 300 !important;
    font-family: "Play", sans-serif;
    border-bottom: 1px solid var(--blue);
    padding-bottom: 25px;
    margin-bottom: 25px !important;
}
    .mobile-services {
    margin: 0 15px;
}
    .intro-row h2.content-heading {
    padding: 35px 0px !important;
}
    .intro-row {
    height: auto !important;
}
    .title-right {
        width: 100%;
        margin: 0px auto;
        height: auto;
    }
    sr7-col#SR7_1_1-1-3 {
    bottom: 33vh !important;
    height: 110px !important;
}

    sr7-img#SR7_1_1-1-9 {
    height: 110px !important;
}
sr7-grp#SR7_1_1-1-8 {
    width: 120px !important;
    right: -45px !important;
    height: 120px !important;
    bottom: -15px;
}
    h1.hero-heading, .hero-heading h1 {
    font-size: 2.5rem !important;
    text-transform: uppercase;
    margin: 0 0 0 0;
    line-height: 1;
}
h2.hero-subheading, .hero-subheading h2 {
    font-size: 1.65rem !important;
    margin: 15px 0;
}
    .navbar.header-bg:not(.fixed-top) .navbar-brand .nofixed-logo {
        height: 150px;
        position: relative;
        top: 15px;
        right: -50px;
        left: auto;
    }
    .navbar-brand {
    display: flex;
    font-size: 1.25rem;
    height: 85px !important;
    line-height: inherit;
    margin: 0px auto !important;
    margin-right: 1rem;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    white-space: nowrap;
}
    .nav-right {
    /* align-content: center; */
    /* align-items: center; */
    /* border: none; */
    display: none;
    /* flex-direction: column; */
    /* flex-wrap: nowrap; */
    /* justify-content: center; */
    /* margin-left: -15px; */
    /* margin-right: -15px; */
    /* position: relative; */
    /* top: 15px; */
}
    section.vc_section.about-hero {
        padding: 0 !important;
    }
    .icon-row .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 50%;
}
        .content-block li {
    display: inline-flex;
    font-size: 1rem;
    padding-left: 0;
    float: left;
    width: 100%;
    margin-bottom: 0 !important;
}
ul#menu-socials-1 {
        display: flex;
        font-size: 1rem !important;
        padding-left: 0 !important;
        column-count: 2;
        column-gap: 30px;
    }
    .services-right {
    margin-top: 0;
}
    .services-left {
    margin-top: 0;
}

    .fixed-top .nav-right {
    border: none;
    display: none;
}
    .nav-right .container-fluid {
    padding: 0 15px !important;
}
    .fixed-top .nav-right {
        display: none;
    }
    .footer-inner {
    padding-bottom: 0;
}
    .footer-detail span {
    text-align: center;
    display: block;
    font-size: 1rem;
}
    .location iframe {
    height: 400px;
}
    .vertical-blue {
    background-image: none;
}
    .contact-text-detail p {
    font-size: 16px !important;
}
    h3.contact-detail-heading {
    font-size: 30px !important;
    font-weight: 400;
    letter-spacing: 2px;
    border-bottom: 1px solid var(--blue);
    margin-bottom: 25px;
    text-align: center !important;
    padding-bottom: 25px;
}
    .quote-banner-left {
    padding: 35px;
}
    h3.services-banner {
    font-family: "Play", sans-serif;
    margin-left: 0%;
    font-weight: 300;
    color: var(--black);
    background: var(--white);
    /* width: auto; */
    display: inline-flex;
    text-align: center !important;
    padding: 10px 15px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    border-left: 15px solid var(--blue);
    margin-top: -175px;
    width: 100%;
}
.content-block ul {
        padding: 15px 0px;
        list-style: none;
    }
    .quote-block p {
        font-size: 1.35rem;
    }
    .quote-block {
        padding: 0 25px;
        background: transparent;
        height: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: flex-start;
    }
.icon-row {
    width: calc(100% - 20px) !important;
    margin: 0px auto !important;
}
    .cta-heading h3 {
        font-size: 1.25rem !important;
        font-weight: 300 !important;
        border-bottom: 1px solid var(--blue);
        width: 90%;
        margin: 0px auto;
        padding-bottom: 15px;
        margin-bottom: 15px !important;
        margin-top: 15px;
    }
.right-cat-inner {width: 100% !important; }
 .main-menu-nav {flex-wrap: wrap; }
.right-cat-inner {overflow: hidden; }
.menu-inner-box .side-logo img { ; margin: 34px 35px 12px; }
.menus-left-inner {padding-bottom: 34px;  min-height:unset !important; }
.menus-left-inner {width: 100% !important; height: auto !important; }
.right-cat-inner {overflow: inherit !important; height: auto !important; }
.closed-btn {z-index: 2; }
.content-row {
    padding: 0px 0 !important;
}
.col-4.widget02{
    display:none;
}
    .mobile-footer {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
    }
    section.testimonials {
    background: var(--dark);
    padding: 0;
    margin: 0px auto;
    display: contents;
    width: 100% !important;
}
.panel-text p {
    position: relative;
    color: white;
    font-size: inherit;
    padding: 0;
    margin-bottom: 35px;
}
h3.faq-heading {
    margin-bottom: 0px !important;
    font-size: 15px !important;
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.5px;
}

.hide-mobile {
    display: inherit !important;
}
	
}



