.spam {
  display: none;
}



/* banner */
.banner {
  background-color: blue;
  color: #ffffff;
  font-weight: bold;
  padding: 8px 24px;
  display: flex;
}



/*  */





/* navbar */
.navbar-light .navbar-nav .nav-item {
  font-size: 15px;
  font-weight: bold;
}

.navbar li:hover {
  background-color: #ffff00;
  border-radius: 5px;
  transition: 0.3s ease;
  font-weight: bold;

}

/*  */







/*  */
:root {
  --color: blue;
}

.hero {
  background: blue;
  color: white;
  padding-top: 200px;
  padding-bottom: 200px;
  z-index: -1;
  clip-path: polygon(0 0, 800% 100%, 100% 100%, 0 80%);
}

.hero h1 {
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: 20px;
  color: rgba(255, 255, 255, 0.9);
}

.hero p {
  font-size: 18px;
  color: rgb(255, 255, 255);
  line-height: 1.4;
}

/*  */



.cta-btn {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 1px;
  padding: 10px 20px;
  border-radius: 50px;
  transition: 0.1s;
  border: 2px solid #ffffff;
  color: black;
  background: rgb(0, 78, 255);
  background: linear-gradient(90deg, rgba(0, 78, 255, 1) 0%, rgba(113, 141, 205, 1) 35%, rgba(254, 255, 3, 1) 100%);
}

.cta-btn:hover {
  background: #ffffff;
  border: 2px solid #ffffff;
}




/**********BRANDS************/
/*marquee*/
.marquee {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  animation: marquee 50s linear infinite;
  color: #fff;
  margin-top: 10%;
}

.marquee:hover {
  animation-play-state: paused
}

/* Make it move */
@keyframes marquee {
  0% {
    text-indent: 27.5em
  }

  100% {
    text-indent: -105em
  }
}

/**********End of BRANDS************/



.gallery-text {
  font-size: 50px;
  font-weight: bold;
  color: blue;
  margin-top: 15%;
}


.section-text {
  color: blue;
  font-weight: bold;
}


.lead {
  font-size: 16px;
  font-weight: bold;
}


.cta-btn1 {

  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.1s;
  margin: 10px;
  border: 2px solid #ffffff;
  color: rgb(248, 248, 249);
  background-color: blue;
}

.cta-btn1:hover {
  background: rgb(0, 78, 255);
  background: linear-gradient(90deg, rgba(0, 78, 255, 1) 0%, rgba(113, 141, 205, 1) 35%, rgba(254, 255, 3, 1) 100%);
  border: 2px solid #ffffff;
}

/* 
*/



.center-section {
  background-color: blue;
}

.photo {
  border-radius: 20%;
}



.bottom-left {
  position: absolute;
  bottom: 15%;
  left: 10%;
  font-size: 16px;
  background-color: rgba(255, 242, 0, 0.613);
  padding: 2%;
  border-radius: 20%;

}

.img-gallery {
  position: relative;
  text-align: center;
  color: rgb(22, 14, 243);

}

.heatertype {
  margin-top: 15%;
  top: 20%;
  color: #ffffff;
  padding: 10%;
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
  z-index: -1;
  clip-path: polygon(0 0, 800% 100%, 100% 100%, 0 80%);
}


.plumbsection {

  z-index: -1;
  clip-path: polygon(0 0, 800% 100%, 100% 100%, 0 80%);
  background-image: url('../img/plumbingsection.jpg');
  background-size: cover;
  padding: 20%;
  opacity: 0.9;
  background-attachment: fixed;

}


.waterleaksection {
  z-index: -1;
  clip-path: polygon(0 0, 800% 100%, 100% 100%, 0 80%);
  background-image: url('../img/leak-section.jpg');
  background-size: cover;
  padding: 20%;
  opacity: 0.9;
  background-attachment: fixed;
}




.sewersection {
  z-index: -1;
  clip-path: polygon(0 0, 800% 100%, 100% 100%, 0 80%);
  background-image: url('../img/sewer-section.jpg');
  background-size: cover;
  padding: 20%;
  opacity: 0.9;
  background-attachment: fixed;

}



.drainsection {
  z-index: -1;
  clip-path: polygon(0 0, 800% 100%, 100% 100%, 0 80%);
  background-image: url('../img/drainsection.jpg');
  background-size: cover;
  padding: 20%;
  opacity: 0.9;
  background-attachment: fixed;

}

.garbagesection {
  z-index: -1;
  clip-path: polygon(0 0, 800% 100%, 100% 100%, 0 80%);
  background-image: url('../img/garabage-disposal-section.jpg');
  background-size: cover;
  padding: 20%;
  opacity: 0.9;
  background-attachment: fixed;
}




.toiletsection {
  z-index: -1;
  clip-path: polygon(0 0, 800% 100%, 100% 100%, 0 80%);
  background-image: url('../img/Toilet-Repair-and-Installation.jpeg');
  background-size: cover;
  padding: 20%;
  opacity: 0.9;
  background-attachment: fixed;
}

.cta-btn2 {
  padding-right: 10%;

}

/*  */





/*  */
.img-gallery {
  max-width: 100%;
}

/*  */





 

.contactsection {
  background-color: rgba(226, 222, 122, 0.46);
  max-width: 1170px;
  padding: 0;
  margin-top: 20%;
  padding: 5%;
}

/*  */


.sect {
  margin-top: 10%;
}

.coupon {
 
  margin-top: 10%;
  width: 60%;
  height: auto;

}








.somesection {

  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.post-qm-somos-img {
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: -15%;
}

.img-post-qm-somos {
  float: right;
  margin-left: 35%;
  width: 85%;
  /*important*/
  margin-top: -35%;
  bottom: 10vw;
  /*important*/
}

.texto-post-qm-somos {
  background: #fff;
  z-index: 1;
  padding: 55px;
  margin-top: 5%;
  border: solid 1px #ccc;
  border-radius: 10px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}











/* 404 */
.clearfix:before,
.clearfix:after {
  display: table;
}

.clearfix:after {
  clear: both;
}

body {
  background: #f0f0f0 !important;
}

.page-404 .outer {
  position: absolute;
  top: 0;
  display: table;
  width: 100%;
  height: 100%;
}

.page-404 .outer .middle {
  display: table-cell;
  vertical-align: middle;
}

.page-404 .outer .middle .inner {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.page-404 .outer .middle .inner .inner-circle {
  height: 300px;
  border-radius: 50%;
  background-color: #ffffff;
}

.page-404 .outer .middle .inner .inner-circle:hover i {
  color: #39bbdb !important;
  background-color: #f5f5f5;
  box-shadow: 0 0 0 15px blue;
}

.page-404 .outer .middle .inner .inner-circle:hover span {
  color: blue;
}

.page-404 .outer .middle .inner .inner-circle i {
  font-size: 5em;
  line-height: 1em;
  float: right;
  width: 1.6em;
  height: 1.6em;
  margin-top: -.7em;
  margin-right: -.5em;
  padding: 20px;
  -webkit-transition: all .4s;
  transition: all .4s;
  text-align: center;
  color: #f5f5f5 !important;
  border-radius: 50%;
  background-color: blue;
  box-shadow: 0 0 0 15px #f0f0f0;
}

.page-404 .outer .middle .inner .inner-circle span {
  font-size: 11em;
  font-weight: 700;
  line-height: 1.2em;
  display: block;
  -webkit-transition: all .4s;
  transition: all .4s;
  text-align: center;

  color: blue;
}

.page-404 .outer .middle .inner .inner-status {
  font-size: 20px;

  display: block;

  margin-top: 20px;
  margin-bottom: 5px;

  text-align: center;

  color: blue;
}

.page-404 .outer .middle .inner .inner-detail {
  line-height: 1.4em;

  display: block;

  margin-bottom: 10px;

  text-align: center;

  color: #999999;
}