@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Poppins", sans-serif;
  color: #000;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1670px;
  width: 100%;
  margin: auto;
}



.object-cover {
  object-fit: cover;
}
.rounded-1 {
  border-radius: 10px !important;
}
.rounded-2 {
  border-radius: 20px !important;
}
.rounded-3 {
  border-radius: 30px !important;
}

.bg-dark {
  background-color: #000 !important;
}
.text-black-50 {
  color: #000 !important;
}
.text-secondary{
  color: #1c1c1c !important;
}
.text-primary{
  color: #17a4ea !important;
}
.bg-primary{
  background-color: #013979 !important;
}
.text-warning{
  color: #F68523 !important;
}


.fw-300 {
  font-weight: 300 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}

/* 0 */

.ls-001 {
  letter-spacing: -0.01em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-003 {
  letter-spacing: -0.03em;
}
.ls-25{
  letter-spacing: 0.25em;
}
.ls-100 {
  letter-spacing: 0.1em;
}
.ls-150 {
  letter-spacing: 0.15em;
}
.ls-200 {
  letter-spacing: 0.02em;
}
.ls-300 {
  letter-spacing: 0.03em;
}
.ls-500 {
  letter-spacing: 0.05em;
}
.ls-002 {
  letter-spacing: -0.02em;
}

.ls-004 {
  letter-spacing: -0.04em;
}

/* 0 */

/* 01 */
h1, .h1{
  font-size: 80px;
  line-height: 1;
  letter-spacing: -0.04em;
}


.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px !important;
}
.fs-22 {
  font-size: 22px ;
}

.fs-25 {
  font-size: 25px !important;
}


.fs-30 {
  font-size: 30px;
}
.fs-32 {
  font-size: 32px;
}
.fs-34 {
  font-size: 34px;
}
.fs-35 {
  font-size: 35px;
}
.fs-36 {
  font-size: 36px;
}
.fs-40 {
  font-size: 40px;
}
.fs-45 {
  font-size: 45px;
}
.fs-52 {
  font-size: 52px;
}
.fs-64 {
  font-size: 64px;
}

/* 01 */

/* 02 */
.lh-0 {
  line-height: normal;
}
.lh-0-9 {
  line-height: 0.9;
}
.lh-1-2 {
  line-height: 1.2;
}
.lh-1-3 {
  line-height: 1.3;
}
.lh-1-4 {
  line-height: 1.4;
}
.lh-1-5 {
  line-height: 1.5;
}
.lh-1-7 {
  line-height: 1.7;
}
.lh-1-8 {
  line-height: 1.8;
}
.lh-2 {
  line-height: 2;
}
/* 02 */
/* .text-shadow {
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
} */
.btn {
  padding: 14px 50px;
  border: 1px solid;
  border-radius: 0;
  line-height: normal;
  font-size: 19px;
  font-weight: 600;
}
.nav-btns a{
  padding: 8px 27px;
  border-radius: 40px;
  color: #fff;
  font-size: 23px;
  line-height: normal;
  font-weight: 600;
  text-transform: uppercase;
}
.btn-primary, .btn-light:hover{
  background-color: #095FC0;
  border-color: #095FC0;
  color: #fff;
}
.btn-light {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.btn-primary:hover, .quote-btns .btn-2:hover{
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.quote-btns .btn-2{
  background-color: #013979;
  border-color: #013979;
  color: #fff;
}
.scroll header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #1b5ca6;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 99;
}
.navbar-brand {
  display: inline-block;
  width: 198px;
}

.navbar-nav .nav-link {
  padding: 0 !important;
  line-height: normal;
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-nav > li + li {
  margin-left: 35px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover, .footer-links ul li a:hover, .services-text a:hover {
  color: #000 !important;
}


/* .offcanvas, .site-logo, .nav-right{
  width: 33%;
} */
button#ScrollToTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #000;
  z-index: 99;
  color: #000;
}

button#ScrollToTop:hover {
  background: #000;
  color: #fff;
}

@media (min-width: 992px) {
  div#navbarOffcanvas {
    position: inherit !important;
    flex-direction: row;
    visibility: visible;
    width: auto;
    transform: translateX(0%);
    border-right: 0;
    margin-left: 0;
    background-color: transparent;
  }
  .offcanvas-body {
    flex-grow: 0;
    padding: 0;
          overflow-y: visible;
  }
}
.carousel-inner::before, .cta-sec::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    234.26deg,
    rgba(64, 187, 248, 0.7) 0%,
    rgba(9, 95, 192, 0.7) 100%
  );
  z-index: 1;
}
.cta-sec::before{
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 0;
}
.carousel-inner .container{
  z-index: 2;
}
.banner-sec {
  border-radius: 0 0 0 400px;
  overflow: hidden;
}
.plumber-wrap{
  z-index: -1;
}
 .services-wrap {
  border-radius: 0 80px 0 0;
 }
 .services-sec{
  border-radius: 0 400px 0 0;
  background: linear-gradient(
    241.1deg,
    rgba(23, 164, 234, 1) 0%,
    rgba(1, 57, 121, 1) 100%
  ) !important;
 }

.choose-text ul li {
  position: relative;
  padding-left: 40px;
}
.choose-text ul li::before{
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  height: 30px;
  width: 30px;
  display: inline-block;
  background-image: url(../images/tick-icn.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.form-group input{
  height: 60px;
}
.form-group textarea{
  height: 130px;
}
.cta-sec{
  background-image: url(../images/cta-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-links ul li a, .footer-links ul li{
  font-size: 22px;
  line-height: 1.8;
  color: #fff;
}
.testimonial-sec.bg-primary{
  background-color: #43BDFA !important;
}

.about-imgs .slick-slide {
  padding-left: 35px;
  height: auto;
}
.about-imgs .slick-slide div {
  height: 100%;
}
.about-imgs .slick-track {
  display: flex;
}

.contact-main .form-group input, .contact-main .form-group textarea {
  background: #eeeeee !important;
}
input.btn-primary, .btn-light:hover {
    background-color: #095FC0 !important;
    border-color: #095FC0;
    color: #fff;
}

.contact-main .map-sec {
  height: 64%;
}
#menu-quicklinks li a{line-height:1}


@media(max-width:1700px){
  .container {
    padding-left: 2%;
    padding-right: 2%;
}
.navbar-brand {
    width: 170px;
}
.navbar-nav .nav-link {
    font-size: 20px;
}
.nav-btns a {
    padding: 8px 20px;
    font-size: 20px;
}
h1, .h1 {
    font-size: 60px;
}
.fs-40 {
    font-size: 30px;
}
.fs-52 {
    font-size: 40px;
}
.fs-36 {
    font-size: 30px;
}
.banner-sec {
    border-radius: 0 0 0 300px;
}
.fs-30 {
    font-size: 25px;
}
.fs-18 {
    font-size: 16px;
}
.fs-20 {
    font-size: 17px !important;
}
.fs-22 {
    font-size: 18px;
}
.btn {
    padding: 12px 40px;
    font-size: 16px;
}
.fs-34 {
    font-size: 25px;
}
.choose-text ul li::before {
    height: 25px;
    width: 25px;
}
.fs-64 {
    font-size: 50px;
}
.form-group input {
    height: 55px;
}
.footer-links ul li a, .footer-links ul li {
    font-size: 18px;
}
.fs-16 {
    font-size: 14px;
}
.fs-32 {
  font-size: 25px;
}
.services-sec {
  border-radius: 0 300px 0 0;
}
.plumber-img img {
  height: 115%;
}
.contact-main .map-sec {
  height: 67%;
} 
}

@media(max-width:1400px){
      .navbar-brand {
        width: 140px;
    }
    .navbar-nav .nav-link {
        font-size: 17px;
    }
.nav-btns a {
        padding: 8px 20px;
        font-size: 16px;
    }
h1, .h1 {
        font-size: 45px;
    }
.fs-40 {
        font-size: 25px;
    }
    .fs-52 {
        font-size: 30px;
    }
.fs-36 {
        font-size: 25px;
    }
    .fs-20 {
        font-size: 14px !important;
    }
    .fs-22 {
        font-size: 15px;
    }
    .btn {
        padding: 10px 30px;
        font-size: 13px;
    }
.fs-18 {
        font-size: 14px;
    }
    .choose-text ul li::before {
        height: 22px;
        width: 22px;
    }
.fs-64 {
        font-size: 40px;
    }
.form-group input {
        height: 50px;
    }
    .footer-links ul li a, .footer-links ul li {
        font-size: 16px;
    }
    .fs-16 {
        font-size: 12px;
    }
}
@media(max-width:1199px){
      .navbar-brand {
        width: 120px;
    }
.navbar-nav .nav-link {
        font-size: 14px;
    }
.navbar-nav > li + li {
    margin-left: 22px;
}
    .nav-btns a {
        padding: 8px 20px;
        font-size: 14px;
    }
    h1, .h1 {
        font-size: 35px;
    }
    
    .fs-52 {
        font-size: 25px;
    }
    .fs-36, .fs-30, .fs-40, .fs-34, .fs-32 {
        font-size: 20px;
    }
.banner-sec {
        border-radius: 0 0 0 200px;
    }
    .btn {
        padding: 10px 25px;
        font-size: 12px;
    }
    .fs-64 {
        font-size: 35px;
    }
.form-group input {
        height: 45px;
    }
.form-group textarea {
    height: 110px;
}
    .footer-links ul li a, .footer-links ul li {
        font-size: 14px;
    }
    .contact-main .map-sec {
      height: 65%;
  }
}


@media (max-width: 991px) {
  .navbar-toggler {
    font-size: 25px;
    padding: 0;
    color: #fff;
  }
  .navbar-nav .nav-link {
    margin: 8px 0px;
}
  .navbar-toggler-icon {
    width: auto;
    height: auto;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  div#navbarOffcanvas {
    background: #262626 ;
    border-right: 0 !important;
    padding: 35px !important;
    width: 300px !important;
  }
  .navbar-nav > li + li {
    margin-left: 0;
  }
  .offcanvas-header .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    /* filter: brightness(1) invert(0); */
    opacity: 1;
  }
  .offcanvas-header {
    padding: 0;
  }
  .offcanvas, .site-logo, .nav-right{
    width: auto;
  }

    h1, .h1 {
        font-size: 30px;
    }
    .fs-36, .fs-30, .fs-40, .fs-34, .fs-32 {
        font-size: 17px;
    }
.carousel-item {
    height: 500px;
}
.banner-sec {
        border-radius: 0 0 0 150px;
    }
.nav-btns a {
        padding: 8px 20px;
        font-size: 12px;
    }
.experience-icn img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
    .services-sec {
        border-radius: 0 150px 0 0;
    }
.services-icn img {
    width: 50px;
}
.btn {
        padding: 10px 20px;
        font-size: 10px;
    }
    .about-imgs .slick-slide {
      padding-left: 15px;
    }
}

@media(max-width:767px){
  .container{
    padding-left: 5%;
    padding-right: 5%;
  }
  h1, .h1 {
    font-size: 25px;
}
.fs-36, .fs-30, .fs-40, .fs-34, .fs-32 {
    font-size: 16px;
}
.fs-52 {
    font-size: 22px;
}
.banner-sec {
    border-radius: 0 0 0 120px;
}
.services-sec {
  border-radius: 0 100px 0 0;
}
.abtfull-wrap{
  height: 300px;
}
.contact-main .map-sec {
  height: 200px;
}
	.w-sm-50{width:50%}
}
 
@media(max-width:575px){
  .footer-bx{
    width: 100% !important;
  }
  .fs-64 {
    font-size: 30px;
}
.banner-sec {
  border-radius: 0 0 0 50px;
}
.carousel-item {
  height: 450px;
}
.experience-icn img {
  width: 70px;
  height: 70px;
}
.plumber-img img {
  height: 108%;
}
.abtfull-wrap{
  height: 280px;
}
.about-imgs .slick-slide {
  padding-left: 10px;
}
}
.grecaptcha-badge {
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
left: 4px !important;
}
.grecaptcha-badge:hover {
width: 256px !important;
}

.grecaptcha-badge {

visibility: hidden;

}
