.btn-brandGreen {
  background: #087E8B;
  color: white;
  -webkit-transition: .5s all ease-in-out !important;
  transition: .5s all ease-in-out !important;
}

.btn-brandGreen:hover {
  background: powderblue !important;
  color: #0B3954 !important;
}

.btn-powderBlue {
  background: #A8DADC;
  color: #0B3954;
  -webkit-transition: .5s all ease-in-out !important;
  transition: .5s all ease-in-out !important;
}

.btn-powderBlue:hover {
  background: #087E8B !important;
  color: white !important;
}

.btn {
  -webkit-transition: .8s background ease-in-out;
  transition: .8s background ease-in-out;
}

.btn :hover {
  background: powderblue !important;
}

.brandRed {
  color: #C81D25;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

@media (max-width: 576px) {
  .container {
    max-width: 90%;
  }
}

.header {
  padding-top: 5rem;
}

.header-top {
  background-color: #A8DADC;
  color: white;
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  margin-bottom: 2rem;
}

.header-top p {
  margin: .5rem 0;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%;
}

.nav ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  list-style: none;
}

.navbar-nav :last-child a {
  background-color: #087E8B;
  color: white !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  border-radius: 5px;
}

a, .navbar-nav a {
  color: black !important;
}

.mobile-nav {
  display: none;
  background-color: white;
}

.showNav {
  display: block;
}

.hero {
  min-height: 100vh;
  padding-top: 8rem;
  position: relative;
}

.hero p {
  max-width: 56ch;
}

@media (max-width: 767px) {
  .hero {
    padding-top: 14rem;
    text-align: center;
  }
}

.hero-main-img {
  width: 45%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -10;
}

@media (min-width: 768px) {
  .hero-mobile-img-1, .hero-mobile-img-2, .hero-mobile-img-3 {
    display: none;
  }
}

.brand-color {
  color: #087E8B;
}

.single_add_to_cart_button, .add_to_cart_button {
  display: none !important;
}

.circle {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  border: 8px solid black;
  position: relative;
}

.check {
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 60px;
  width: 30px;
  border-bottom: 15px solid #C81D25;
  border-right: 15px solid #C81D25;
  position: absolute;
  left: 45%;
  top: -20%;
}

.hero ul {
  list-style: none;
  list-style-image: url("img/list-check-mark.svg");
  text-transform: uppercase;
}

.home .entry-header {
  display: none;
}

.background-number {
  color: #A8DADC;
  font-size: 200px;
  font-weight: 700;
  position: absolute;
  top: 30px;
  z-index: -10;
  line-height: 160px;
}

.service-section {
  min-height: 60vh;
  position: relative;
}

.service-img {
  max-width: 100%;
}

.images-container {
  width: 50%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}

.service-section {
  padding: 4rem 0;
}

.img-banner {
  width: 100%;
  height: 141px;
}

.img-banner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide-content figure:first-child {
  position: absolute;
  left: 0;
}

@media (max-width: 767px) {
  .slide-content figure:first-child {
    left: 45%;
    top: 0;
  }
}

.slide-content figure:nth-child(2) {
  position: absolute;
  left: 45%;
  top: 0;
  z-index: -5;
}

.wp-block-eedee-block-gutenslider {
  width: 90%;
  margin: 0 auto;
}

.wp-block-eedee-block-gutenslider h2 {
  margin-left: 7rem;
}

.wp-block-eedee-block-gutenslider p {
  max-width: 40ch;
  margin-left: 20rem;
}

.lbo-form {
  background-color: #0B3954;
  color: white;
  padding: 2.5rem;
  border-radius: 2%;
  margin-bottom: 2rem;
}

.lbo-form .form-group {
  margin-bottom: 1.5rem;
}

.lbo-form ::-webkit-input-placeholder {
  color: white !important;
}

.lbo-form :-ms-input-placeholder {
  color: white !important;
}

.lbo-form ::-ms-input-placeholder {
  color: white !important;
}

.lbo-form ::placeholder {
  color: white !important;
}

.lbo-form .wpcf7-submit {
  background-color: #A8DADC !important;
  color: #0B3954 !important;
}

.lbo-form p {
  width: 90%;
  margin: 0 auto;
}

.lbo-form input {
  background-color: transparent !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0 !important;
  color: white !important;
  width: 100%;
  border-bottom: 1px solid white;
}

.lbo-form select {
  background-color: transparent !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0 !important;
  color: white !important;
  width: 100%;
  border-bottom: 1px solid white;
}

.lbo-form input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  outline: 1px solid white;
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.lbo-form input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  -webkit-box-shadow: inset 1em 1em #C81D25;
          box-shadow: inset 1em 1em #C81D25;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.lbo-form input[type="checkbox"]:checked::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (max-width: 767px) {
  .contact-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.lbo-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lbo-checkbox label {
  margin-left: 20px;
}

.pricing-popup {
  background-color: #0B3954;
  color: white;
  border-radius: 5px;
  height: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  overflow: hidden;
  -webkit-transition: height .75s ease-in;
  transition: height .75s ease-in;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
}

.pricing-popup .white-line {
  border-right: 1px solid white;
}

@media (max-width: 767px) {
  .pricing-popup .white-line {
    border: none;
  }
}

@media (max-width: 767px) {
  .pricing-popup {
    font-size: 75%;
  }
}

.pricing-popup h2 {
  color: white;
}

.pricing-popup ul {
  max-width: 80%;
}

.privacy-policy-popup {
  background-color: #0B3954;
  color: white;
  border-radius: 5px;
  height: 0;
  display: none;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  overflow: hidden;
  -webkit-transition: height .75s ease-in;
  transition: height .75s ease-in;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
}

.privacy-policy-popup p {
  margin-bottom: 4.5rem;
}

.privacy-policy-popup .white-line {
  border-right: 1px solid white;
}

@media (max-width: 767px) {
  .privacy-policy-popup .white-line {
    border: none;
  }
}

@media (max-width: 767px) {
  .privacy-policy-popup {
    font-size: 75%;
  }
}

.privacy-policy-popup h2 {
  color: white;
}

.privacy-policy-popup ul {
  max-width: 80%;
}

img {
  max-width: 100%;
}

.before-after-popup {
  background-color: #0B3954;
  color: white;
  border-radius: 5px;
  height: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  overflow: hidden;
  -webkit-transition: height .75s ease-in;
  transition: height .75s ease-in;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
}

.before-after-popup h2 {
  color: white;
}

.before-after-popup .col-md-6 {
  height: 80%;
}

@media (max-width: 767px) {
  .before-after-popup .col-md-6 {
    height: auto;
  }
}

.single-wpsl_stores .site-main {
  padding-top: 4rem;
}

.site-footer {
  background-color: black;
}

.page .wrapper {
  padding: 10rem 0;
}

@media (max-width: 767px) {
  .hero-main-img {
    display: none;
  }
}

.swiper {
  height: 100%;
  width: 95%;
  margin: 0 auto;
}

.swiper-wrapper {
  height: 100%;
}

.swiper-slide {
  height: 100%;
}

.footer-nav {
  width: 45%;
}

@media (max-width: 1210px) {
  .footer-nav {
    width: 50%;
  }
}

@media (max-width: 1030px) {
  .footer-nav {
    width: 60%;
  }
}

@media (max-width: 860px) {
  .footer-nav {
    width: 90%;
  }
}

.footer-nav .navbar-nav a, .footer-nav a {
  color: white !important;
}

.footer-nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.contact-popup {
  height: 0;
  display: none;
  overflow: hidden;
  background-color: #0B3954;
  border-radius: 5px;
  padding: 2rem;
  color: white;
  position: absolute;
  top: 0;
}

@media (max-width: 787px) {
  .contact-popup p {
    font-size: 80%;
  }
}

.testimonials-section {
  position: relative;
  height: auto;
  padding: 2rem 0;
}

.quote-mark {
  position: absolute;
  left: auto;
}

@media (max-width: 767px) {
  .quote-box {
    margin-left: 0;
  }
}

.quote-title-image {
  position: relative;
  height: 213px;
  width: 500px;
}

.quote-title {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem;
}

@media (max-width: 1100px) {
  .quote-title {
    max-width: 20ch;
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .quote-title {
    max-width: 30ch;
  }
}

@media (max-width: 600px) {
  .quote-title {
    max-width: 10ch;
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .quote-title {
    max-width: 30ch;
  }
}

.swiper-button-next, .swiper-button-prev {
  color: #0B3954 !important;
}

h1 {
  font-weight: 700;
  font-size: 45px;
  font-family: 'Montserrat', sans-serif;
  color: #0B3954;
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    text-align: center;
  }
}

h2 {
  font-size: 30px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #0B3954;
}

@media (max-width: 767px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-size: 25px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

h4 {
  font-size: 20px;
  font-weight: 200;
  font-family: 'Poppins', sans-serif;
}
/*# sourceMappingURL=style.css.map */