@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap');
@import "bootstrap.min.css";
@import "all.css";



/* Custom Reset */
body {
    font-family: 'Inter', sans-serif;

}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
}

a {
    text-decoration: none;
    transition: all .5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}



.wrapper {
    overflow: hidden;
}

/**** HEADER *****/
header {
    background-color: #fff;
    box-shadow: 0 3px 40px rgb(15 23 42 / 10%);
    padding: 20px 0;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 10;
    top: 0;
}

.navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: center;
}

.logo a {
    display: flex;
    align-items: center;
    color: #fff;
}

.logo a span {
    background-color: rgb(2, 125, 227);
    border-radius: 4px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px 0 0px;
}

.logo a h4 {
    color: #0f172a;
    font-size: 18px;
    display: flex;
    align-items: center;
    font-weight: 800;
}

.logo a h4 small {
    color: #0f172a;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 0 5px;
}

.logo p {
    font-size: 14px;
    font-weight: 400;
    margin-left: 15px;
    padding-left: 15px;
    color: #0f172a;
    border-left: 1px solid rgb(226, 232, 240);
}

.call-now ul {
    display: flex;
    align-items: center;
}

.call-now ul li {
    font-size: 18px;
    font-weight: 400;
    color: #0f172a;
}

.call-now ul li a {
    color: #0f172a;
    font-weight: 800;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
}

.call-now ul li a span {
    background-color: rgb(252, 206, 36);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    margin-left: 17px;
    justify-content: center;
    font-size: 15px;
}

/***** BANNER SEC ******/
.banner-sec {
    background: rgb(9, 38, 63) url(../images/wave-pattern-bg.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 160px 0;
}

.banner-sec .text-box {
    text-align: center;
}

.banner-sec .text-box h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1.8px;
    line-height: 1;
}

.banner-sec .text-box h1 {
    color: #fff;
    font-size: 44px;
    line-height: 1;
    font-weight: 800;
    margin: 21px 0 30px 0;
}

.banner-sec .text-box p {
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
}

.banner-sec .text-box p a {
    color: #fff;
    font-weight: 700;
    display: inline-block;
    border-bottom: 1px solid #fff;
}

.service-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0273d1;
    height: 62px;
    max-width: 311px;
    width: 100%;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    border-radius: 50px;
    margin: 40px auto;
}

.service-btn svg {
    font-size: 22px;
    margin-left: 20px;
}

.service-btn:hover {
    color: #fff;
    background-color: #0361b0;
}

.banner-sec .text-box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 35px 0;
}

.banner-sec .text-box ul li {
    color: #fcce24;
    font-size: 16px;
    padding: 0 3px;
}

.banner-sec .text-inner {
    max-width: 855px;
    width: 100%;
    margin: 0 auto;
}

.banner-sec .text-inner h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    position: relative;
    margin: 0 0 30px 0;
}

.banner-sec .text-inner h4::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    max-width: 240px;
    height: 1px;
    border: 1px dashed rgba(225, 225, 225, 0.2);
}

.banner-sec .text-inner h4::before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    max-width: 240px;
    height: 1px;
    border: 1px dashed rgba(225, 225, 225, 0.2);
}

.banner-sec .text-inner h4 span {
    display: inline-block;
}

.banner-sec .text-inner ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-sec .text-inner ul li {
    display: flex;
    align-items: center;
}

.banner-sec .text-inner ul li span {
    color: #fff;
    font-size: 30px;
    max-width: 22px;
    width: 100%;
}

.banner-sec .text-inner ul li span svg {
    font-size: 22px;
}

.banner-sec .text-inner ul li p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding-left: 17px;
    flex: 1;
    width: 100%;
}

/******* PLUMBRING SEC ********/
.plumbing-sec {
    padding: 80px 0;
}

.plumbing-left {
    background-color: #f1f5f9;
    text-align: center;
    padding: 27px 20px;
    max-width: 350px;
    width: 100%;
}

.plumbing-left .img-holder {
    width: 56px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}

.plumbing-left .img-holder img {
    width: 100%;
    border-radius: 50%;
}

.plumbing-left .text-box {
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 25px;
}

.plumbing-left .text-box h4 {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin: 23px 0 15px 0;
}

.plumbing-left .text-box p {
    color: #334155;
    font-size: 15px;
    font-weight: 400;
    max-width: 245px;
    width: 100%;
    margin: 0 auto 20px;
    line-height: 26px;
}

.plumbing-left .text-box a {
    background-color: #0272d0;
    height: 56px;
    max-width: 233px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

.plumbing-left .text-box a svg {
    margin-right: 16px;
}

.plumbing-left .text-inner {
    padding: 30px 0 0 0;
}

.plumbing-left .text-inner p {
    color: #334155;
    font-size: 15px;
    font-weight: 400;
}

.plumbing-left .text-inner p strong {
    font-weight: 700;
}

/****** PLUMBING RIGHT *******/
.plumbing-right .text-box h3 {
    color: #0f172a;
    font-size: 32px;
    font-weight: 400;
    line-height: 44px;
    margin-bottom: 33px;
}

.plumbing-right .text-box h3 strong {
    font-weight: 800;
}

.plumbing-right .text-box p {
    color: #334155;
    font-size: 15px;
    line-height: 26px;
    margin: 0 0 23px 0;
}

.plumbing-right .text-box p a {
    color: #027de3;
    font-weight: 800;
}

.plumbing-right .text-box p:last-child {
    margin: 0;
}

.plumbing-category {
    padding: 5px 0 27px 0;
}

.plumbing-right .plumbing-category ul {
    padding: 0 0 0 20px;
    margin: 15px 0;
}

.plumbing-right .plumbing-category ul li {
    color: #334155;
    font-size: 15px;
    list-style: disc;
    border-bottom: 1px dashed #cbd5e1;
    padding: 0 0 15px 0;
    margin: 0 0 12px 0;
}

.plumbing-right .plumbing-category ul li:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

.plumbing-detail {
    margin: 45px 0 30px 0;
    border-bottom: 1px solid #e2e8f0;
    padding: 0 0 30px 0;
}

.plumbing-detail-box {
    display: flex;
    margin: 0 0 37px 0;
}

.plumbing-detail-box:last-child {
    margin: 0;
}

.plumbing-detail-box span {
    max-width: 15px;
    width: 100%;
    display: inline-block;
    color: #027de3;
    font-size: 15px;
}

.plumbing-detail-box .media {
    width: 100%;
    padding-left: 11px;
    flex: 1;
}

.plumbing-detail-box .media h4 {
    color: #0f172a;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    margin: 0 0 15px 0;
}

.plumbing-detail-box .media p {
    color: #334155;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
}

.plumbing-right .text-box .image-holder {
    margin: 40px 0 45px 0;
}

.plumbing-right .text-box .image-holder img {
    width: 100%;
}

.plumbing-right .text-box h4 {
    color: #0f172a;
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
    margin: 0 0 25px 0;
}

.plumbing-right .text-box h4 strong {
    font-weight: 800;
}

.plumbing-list {
    border-bottom: 1px solid #e2e8f0;
    padding: 40px 0 35px 0;
    margin-bottom: 32px;
}

.plumbing-list-box {
    display: flex;
    margin: 0 0 40px 0;
}

.plumbing-list-box:last-child {
    margin: 0;
}

.plumbing-list-box span {
    background-color: rgb(2, 125, 227);
    width: 15px;
    height: 15px;
    font-size: 9px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plumbing-list-box .media {
    flex: 1;
    width: 100%;
    padding-left: 10px;
}

.plumbing-list-box .media h4 {
    font-size: 15px;
    line-height: 1;
    color: #0f172a;
    font-weight: 800;
    margin: 0 0 13px 0;
}

.plumbing-list-box .media p {
    color: #334155;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}

/***** FOOTER *****/
footer {
    background: rgb(9, 38, 63) url(../images/wave-pattern-bg.svg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.footer-top {
    padding: 85px 0;
    border-bottom: 1px solid rgb(226, 232, 240, 0.2);
    text-align: center;
}

.footer-top .text-box h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
}

.footer-top .text-box p {
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    margin: 26px auto 0;
    max-width: 430px;
    width: 100%;
}

.footer-top .text-box p a {
    color: #fff;
    font-weight: 700;
    display: inline-block;
    border-bottom: 1px solid #fff;
}

.footer-top .text-box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -25px;
}

.footer-top .text-box ul li {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    padding: 0 25px;
}

.footer-top .text-box ul li svg {
    margin-right: 13px;
}

.footer-botttom{
    padding: 85px 0;
}
.footer-botttom .footer-left h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
}

.footer-botttom .footer-left p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.footer-link h4 {
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.footer-link ul li {
    margin-bottom: 15px;
}

.footer-link ul li:last-child {
    margin: 0;
}

.footer-link ul li a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    display: block;
    font-weight: 400;
}

.footer-botttom .text-box {
    margin: 80px 0 0 0;
}

.footer-botttom .text-box p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.free-quote {
    background-color: #fff;
    padding: 10px 10px;
    position: fixed;
    left: 0;
    bottom: -100%;
    width: 100%;
    transition: all 0.5s ease-in-out;
    display: none;
}
.free-quote.show{ 
    bottom: 0;
    transition: all 0.5s ease-in-out;
}
.free-quote a{
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    background-color: #0273d1;
}
.free-quote ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0 0;
}
.free-quote ul li{
    color: rgb(15, 23, 42);
    font-size: 12px;
    font-weight: 400;
    position: relative;
    padding: 0 10px
}
.free-quote ul li:first-child::after{
    display: none;
}
.free-quote ul li::after{
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgb(148, 163, 184);
}