@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@font-face {
  font-family: "Caveat Brush";
  src: url("../fonts/CaveatBrush-Regular.eot");
  src:
    url("../fonts/CaveatBrush-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CaveatBrush-Regular.woff2") format("woff2"),
    url("../fonts/CaveatBrush-Regular.woff") format("woff"),
    url("../fonts/CaveatBrush-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura2-Normal";
  src: url("../fonts/Futura2-Normal.eot");
  src:
    url("../fonts/Futura2-Normal.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Futura2-Normal.woff2") format("woff2"),
    url("../fonts/Futura2-Normal.woff") format("woff"),
    url("../fonts/Futura2-Normal.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura Md BT";
  src: url("../fonts/FuturaBT-Bold.eot");
  src:
    url("../fonts/FuturaBT-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FuturaBT-Bold.woff2") format("woff2"),
    url("../fonts/FuturaBT-Bold.woff") format("woff"),
    url("../fonts/FuturaBT-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.page-id-5717 .coin-banner:after {
  display: none !important;
}

.text-image,
.text-image-reversed {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
  color: #596e9a;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.14px;
}

.text-image h2,
.text-image-reversed h2 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #002b55;
  letter-spacing: -0.38px;
  font-family: futura md bt;
}

.text-image h2 > span,
.text-image-reversed h2 > span {
  color: #0093d1;
}

.text-image ul.columns-3,
.text-image-reversed ul.columns-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 1rem;
  padding-left: 0;
  list-style: none;
}

.text-image ul,
.text-image-reversed ul {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-left: 0;
  list-style: none;
}

.text-image ul li,
.text-image-reversed ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.text-image ul li::before,
.text-image-reversed ul li::before {
  content: "";
  /* position: absolute; */
  /* left: 0; */
  top: 6px;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M17.25 8.25 21 12m0 0-3.75 3.75M21 12H3' /%3E%3C/svg%3E%0A");
}

.text-image-reversed > .col:nth-of-type(1) {
  order: 2;
}

.text-image > .col img,
.text-image-reversed > .col img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .text-image,
  .text-image-reversed {
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: flex-start;
  }

  .text-image-reversed > .col:nth-of-type(2) {
    order: 1;
  }
}

body {
  font-family: "Roboto", sans-serif !important;
  margin: 0;
  padding: 0;
  line-height: 26px;
  color: #241d22;
  font-weight: 400;
  position: relative;
}
.top-header {
  background: url("../img/rivet_strip.png") no-repeat;
  background-size: cover;
  padding: 5px 0px;
  background-position: center;
}
.top-header p {
  margin-bottom: 0;
}

.navigation-section {
  background: #002b55;
  padding: 10px 0px;
  /*    box-shadow: 2px 35px 80px #414040c2;*/
  position: relative;
  z-index: 9999;
}
.homenavbar {
  box-shadow: 2px 35px 80px #414040c2;
}
.navbar-nav {
  list-style: none;
  align-items: center;
}
.navbar-nav li {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin: 0px 10px;
}
.navbar-nav li a {
  color: #fff;
}
.home-banner {
  position: relative;
  background: url(../img/banner-home.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 150px 0px 180px;
  border-radius: 0px 0px 332px 0px;
}

.banner-content {
  max-width: 750px;
}
.banner-content h1 {
  font-size: 65px;
  font-weight: bold;
  color: #002b55;
  line-height: 70px;
  font-family: "Futura Md BT";
}
.banner-content span {
  color: #008bcb;
}
.banner-content h4 {
  font-size: 36px;
  color: #002b55;
  font-family: "Caveat Brush";
}
.banner-content p {
  font-size: 22px;
  line-height: 35px;
  color: #002b55;
  font-weight: 700;
  font-family: "Futura Md BT";
}

.getin-toch .contactbtn {
  background: #008bcb;
  border-radius: 50px;
  padding: 12px 25px;
  border: 2px solid #008bcb;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  margin-left: 20px;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  box-shadow: 0px 4px 9px #00000029;
}

.getin-toch .contactbtn:hover {
  background: #002b55;
  color: #fff;
  border: 2px solid #002b55;
}

.getin-toch {
  margin-top: 40px;
}

.getin-toch .get-quote {
  border: 2px solid #002b55;
  border-radius: 50px;
  padding: 12px 25px;
  color: #002b55;
  font-size: 15px;
  text-decoration: none;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  box-shadow: 0px 4px 9px #00000029;
}
.getin-toch .get-quote:hover {
  background: #fff;
  color: #008bcb;
  border: 2px solid #008bcb;
}

.top-header p {
  color: #fff;
  font-size: 15px;
}
.top-header p a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.contact-link {
  background: #008bcb;
  border-radius: 50px;
  padding: 7px 28px !important;
  border: 1px solid #008bcb;
}
.login-link {
  border-radius: 50px;
  padding: 7px 28px !important;
  border: 1px solid #fff;
}
.nav-link:focus,
.nav-link:hover {
  color: #008bcb;
}
.dropdown-menu .dropdown-item {
  color: #002b55;
}
.service-section {
  margin-top: -80px;
  position: relative;
  margin-bottom: 75px;
}
.product-main {
  padding: 20px 30px 50px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 2px 4px 32px #00000029;
}
.product-main {
  text-align: center;
}
.product-profile img {
  max-width: 100%;
  background: #fff;
  border: 10px solid #fff;
  border-radius: 100%;
  box-shadow: 0px 3px 6px #00000029;
}

.product-text h4 {
  letter-spacing: -0.24px;
  color: #002b55;
  font-size: 28px;
  font-weight: 700;
  font-family: "Futura Md BT";
}
.product-text p {
  color: #596e9a;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.14px;
}

.product-text {
  padding-top: 30px;
}
.find-more {
  margin-top: 30px;
}
.find-more a {
  background: #008bcb;
  border-radius: 50px;
  padding: 10px 30px;
  border: 2px solid #008bcb;
  color: #fff;
  font-size: 16px;
  text-decoration: none;

  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.find-more a:hover {
  background: #002b55;
  color: #fff;
  border: 2px solid #002b55;
}

.find-more-centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

.offer {
  position: relative;
}
.offer:before {
  background: rgba(0, 43, 85, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.offer-main {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(0, 139, 203, 0.5);

  width: 500px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  border-radius: 100%;
  transform: translate(-50%, -50%);
}
.offer img {
  max-width: 100%;
  width: 100%;
}
.offer-text h2 {
  color: #fff !important;
  text-transform: none;
  font-weight: normal;
  font-size: 48px;
  line-height: 60px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0px;
  font-family: "Futura Md BT";
}
.offer-text h2 span {
  color: rgba(0, 43, 85, 1);
}
.team-section {
  overflow: hidden;
  max-width: 1920px;
  margin: 0px auto;
}
.team-section .container-fluid {
  padding: 0;
}
.team-section .row .col-lg-6 {
  padding: 0;
}
.drink:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  background: rgb(152, 76, 30);
  background: linear-gradient(
    90deg,
    rgba(0, 139, 203, 1) 2%,
    rgba(0, 139, 203, 1) 7%,
    rgba(0, 0, 0, 0.07326680672268904) 100%,
    rgba(0, 0, 0, 0.12088585434173671) 100%
  );
}
.event:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  background: rgb(117, 22, 19);
  background: linear-gradient(
    90deg,
    rgba(0, 43, 85, 1) 2%,
    rgba(0, 43, 85, 1) 7%,
    rgba(0, 0, 0, 0.07326680672268904) 100%,
    rgba(0, 0, 0, 0.12088585434173671) 100%
  );
}
.drink,
.event {
  position: relative;
  overflow: hidden;
}
.over-text {
  position: absolute;
  top: 20%;
  left: 50px;
  z-index: 99;
}
.drink h2,
.event h2 {
  color: #fff !important;
  text-transform: none;
  font-weight: normal;
  font-size: 48px;
  line-height: 60px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Futura Md BT";
}
.drink p,
.event p {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  max-width: 400px;
  margin-bottom: 20px;
}
.drink img,
.event img {
  max-width: 100%;
  width: 100%;
}
.over-text a {
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 12px 25px;
  color: #fff;
  font-size: 15px;

  display: inline-block;
  text-decoration: none;
  box-shadow: 0px 4px 9px #00000029;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.over-text a:hover {
  color: #008bcb;
  border: 2px solid #008bcb;
  background: #fff;
}
.faq-contact {
  margin-top: 25px;
}
.faq-contact a {
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 12px 25px;
  min-width: 170px;
  color: #fff !important;
  font-size: 15px;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0px 4px 9px #00000029;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.faq-contact a:hover {
  color: #008bcb !important;
  border: 2px solid #008bcb;
  background: #fff;
}

.commercial-section {
  padding: 75px 0px;
}
.industry-warrenty h2 {
  font-size: 48px;
  line-height: 56px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #002b55;
  font-family: "Futura Md BT";
}
.industry-warrenty span {
  color: #0093d1;
}
span.logoheding img {
  margin-right: 0 !important;
}
.industry-warrenty span img {
  /*margin-right: 30px;*/
}
.machine-type {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px 20px;
}
.item-machine {
  text-align: center;
  margin-top: 20px;
}
.item-machine h4 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.24px;
  color: #002b55;
}
.industry-product img {
  max-width: 100%;
}
.commercialbtn a {
  background: #008bcb;
  border-radius: 50px;
  padding: 12px 25px;
  border: 2px solid #008bcb;
  color: #fff;
  font-size: 15px;

  text-decoration: none;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.commercialbtn a:hover {
  background: #002b55;
  color: #fff;
  border: 2px solid #002b55;
}

.industry-warrenty h3 {
  font-size: 45px;
  line-height: 50px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #002b55;
  letter-spacing: -0.38px;
  font-family: "Futura Md BT";
}
.industry-product {
  text-align: right;
}
.industry-warrenty p {
  color: #596e9a;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.14px;
}
.loundary-section {
  background: url("../img/bckgrond.png") no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.industry-warrenty .tag {
  margin-right: 15px;
}
.austrelia-product img {
  max-width: 100%;
}
.austrelia-section {
  padding: 75px 0px;
}
.industries-section {
  padding: 0px 0px 75px;
}
.industries-heading {
  text-align: center;
  margin-bottom: 80px;
}
.industries-heading span,
.carvavan-park span {
  color: #0093d1;
}
.industries-heading h2,
.carvavan-park h2 {
  font-size: 45px;
  line-height: 50px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #002b55;
  letter-spacing: -0.38px;
  font-family: "Futura Md BT";
}
.industries-heading h3 {
  font-size: 45px;
  line-height: 50px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #002b55;
  letter-spacing: -0.38px;
  font-family: "Futura Md BT";
}
.industries-heading a {
  color: #0093d1;
  text-decoration: none;
}
.industries-heading p {
  color: #596e9a;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.14px;
}
.industries-work {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px 30px;
}
.item-industries {
  padding: 20px 20px 30px;
  border-radius: 22px;
  background: #fff;
  text-align: center;

  box-shadow: 2px 4px 32px #00000029;
}

.item-industries .item-icon {
  width: 140px;
  height: 140px;
  background: none;
  background: #008bcb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin: -80px auto 20px;
  align-items: center;
  box-shadow: 0px 3px 6px #00000029;
  border: 10px solid #ffffff;
}
.industries-text h4 {
  color: #002b55;
  font-size: 20px;
  font-weight: 600;
}
.client {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}

.client-slider .slick-prev.slick-arrow {
  position: absolute;
  left: -50px;
  top: 30%;
  background: #fff;
  border-radius: 100%;
  color: #002b55;
  border: 2px solid #002b55 !important;
  font-size: 22px;
  text-align: center;
  /* padding: 0 14px; */
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 !important;
  z-index: 999;
  margin: 0 !important;
}
.client-slider .slick-next.slick-arrow {
  position: absolute;
  right: -50px;
  top: 30%;
  background: #fff;
  border-radius: 100%;
  color: #002b55;
  border: 2px solid #002b55 !important;
  font-size: 22px;
  text-align: center;
  /* padding: 0 14px; */
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 !important;
  z-index: 999;
  margin: 0 !important;
}
.client-section .industries-heading {
  margin-bottom: 40px;
}
.client-section {
  padding-bottom: 75px;
  padding-top: 75px;
}
.blog-section {
  padding: 75px 0px;
  background: linear-gradient(
    90deg,
    rgba(35, 84, 162, 1) 2%,
    rgba(35, 84, 162, 1) 7%,
    rgba(0, 43, 85, 1) 100%,
    rgba(0, 43, 85, 1) 100%
  );
}

.blog-section .industries-heading h2 {
  color: #fff;
}
.blog-profile img {
  max-width: 100%;
}

.blog-profile {
  position: relative;
}
.blog-date {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.date-heading {
  margin-left: 20px;
}

.date {
  background: #008bcb;
  text-align: center;
  padding: 10px;
}
.date h4 {
  font-size: 36px;
  line-height: 44px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
  font-family: "Futura Md BT";
}
.date p {
  font-size: 12px;
  line-height: 13px;
  letter-spacing: -0.14px;
  color: #fff;
  margin-bottom: 0;
}
.date-heading h3 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
  letter-spacing: -0.24px;
  font-family: "Futura Md BT";
}
.blog-text {
  padding: 15px 0px;
}
.blog-text span {
  font-size: 12px;
  line-height: 13px;
  letter-spacing: -0.14px;
  color: #008bcb;
  margin-bottom: 10px;
  display: inline-block;
}
.blog-text h4 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
  letter-spacing: -0.24px;
  font-family: "Futura Md BT";
}
.blog-text p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.14px;
  color: #fff;
  margin-bottom: 0;
}
.getintouch-section {
  padding: 75px 0px;
}
.getintouch-container {
  max-width: 585px;
  margin: 0px auto;
}
.getintouch-container .form-group {
  margin-bottom: 25px;
}
.getintouch-container input {
  border: 1px solid #008bcb;
  outline: none;
  background: #008bcb12;
  font-size: 14px;
  color: #002b55;
  border-radius: 12px;
  height: 58px;
  padding: 10px 15px;
}
.getintouch-container textarea {
  color: #002b55;
}
.getintouch-container .form-select {
  background-color: #008bcb12;
  border: 1px solid #008bcb;
  font-size: 14px;
  color: #002b55;
  border-radius: 12px;
  height: 58px;
  padding: 10px 15px;
}
.getintouch-container textarea {
  border: 1px solid #008bcb;
  background: #008bcb12;
  border-radius: 12px;
  outline: none;
  padding: 10px 15px;
}
.getintouch-container input:palceholder {
  color: #002b55;
}

.getintouch-container input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #002b55;
}

.getintouch-container input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #002b55;
}

.getintouch-container input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #002b55;
}
.getintouch-container textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #002b55;
}

.getintouch-container textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #002b55;
}

.getintouch-container textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #002b55;
}
.form-control:focus {
  border-color: #86b7fe;
  outline: 0;
  background: #008bcb12;
  box-shadow: none;
}
.submit-section {
  text-align: center;
  margin-top: 50px;
}
.submit-section .submit-btn {
  background: #008bcb;
  border-radius: 50px;
  padding: 15px 50px;
  color: #fff;
  min-width: 250px;
  /* font-weight: 600; */
  font-size: 17px;
  text-decoration: none;
  border: none;
}
footer {
  background: #fff;
  padding: 75px 0px 30px;
  box-shadow: 0px -10px 26px #0000000f;
}
.footer-logo img {
  max-width: 100%;
}
.quicklinks h2 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Futura Md BT";
  color: #002b55;
  margin-bottom: 30px;
}
.quicklinks h4 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Futura Md BT";
  color: #002b55;
  margin-bottom: 30px;
}
.quicklinks ul {
  padding: 0;
  list-style: none;
}
.quicklinks li {
  font-size: 15px;
  line-height: 30px;
}
.quicklinks p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0;
  color: #596e9a;
  word-wrap: break-word;
}
.quicklinks a {
  color: #8c9cbc;
  text-decoration: none;
}
.quicklinks span a {
  background: #008bcb;
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 35px;
  line-height: 36px;
  height: 35px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  margin-right: 5px;
}
.copyright {
  background: url("../img/rivet_strip_bottom.png") no-repeat;
  padding: 15px 0px;
  background-size: cover;
}
.copyright a,
.copyright .copyr {
  font-size: 13px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
}
/***inner-page***/

.inner-banner {
  padding: 100px 0px 30px;
  background: transparent linear-gradient(90deg, #cecece 0%, #cecece24 100%) 0%
    0% no-repeat padding-box;
  border-radius: 0px 0px 332px 0px;
}
.inner-content h1,
.inner-content h3 {
  font-size: 56px;
  font-weight: bold;
  color: #002b55;
  line-height: 70px;
  font-family: "Futura Md BT";
  min-height: 140px;
}
.inner-banner h4,
.inner-content h4 {
  font-size: 36px;
  color: #002b55;
  font-family: "Caveat Brush";
}
.inner-banner span {
  color: #008bcb;
}
.inner-banner {
  position: relative;
}
.inner-banner .innerbanner-tag {
  position: absolute;
  top: 0;
  right: -50px;
  z-index: 99;
}
main {
  overflow: hidden;
}
.breadcrumb li a {
  color: #002b55;
  font-size: 22px;
  text-decoration: none;
}

.breadcrumb li a {
  color: #002b55;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.breadcrumb .active {
  color: #aaaaaa;
}
.industry-warrenty h5 {
  color: #596e9a;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.14px;
}
.tagtext {
  font-weight: 700;
  color: #002b55 !important;
  margin-bottom: 5px;
  font-family: "Futura Md BT";
}
.washing-section img {
  max-width: 100%;
  border-radius: 20px;
}
.washing-section {
  position: relative;
  transform: translate(130px, 0px);
  margin-bottom: 100px;
  z-index: 999;
}
.single-industries .washing-section {
  position: relative;
  transform: translate(130px, 0px);
  margin-bottom: 0px !important;
  z-index: 9999;
}
.washing-machine2 {
  position: absolute;
  right: -30px;
  bottom: -100px;
}
.commercial-bg {
  background: url(../img/bckgrond.png) no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
}

.call-block h3 {
  font-size: 45px;
  line-height: 50px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #002b55;
  letter-spacing: -0.38px;
  font-family: "Futura Md BT";
}
.call-block h3 a {
  color: #0093d1;
  text-decoration: none;
}
.call-block {
  text-align: center;
  max-width: 780px;
  margin: 0px auto;
}
.family-section img {
  max-width: 100%;
}
.family-section {
  position: relative;
  transform: translate(-70px, 0px);
}
.family-section {
  position: relative;
}
.family-profile-1 {
  position: absolute;
  left: -130px;
  top: -60px;
  width: 420px;
}
.family-profile-2 {
  position: absolute;
  right: 30px;
  bottom: -100px;
  width: 420px;
}
.family-busniss {
  padding: 100px 0px 200px;
}
.bubbles {
  width: 100%;
  height: 100%;
  position: absolute;

  overflow: hidden;
  top: 0;
  left: 0;
  z-index: -1;
}
.bubble {
  position: absolute;
  bottom: -100px;

  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(239, 255, 234, 0) 20%,
    rgb(205 175 202 / 40%) 50%,
    rgb(123 184 191 / 42%) 75%,
    rgba(213, 206, 220, 1) 87%,
    rgb(193 72 138 / 41%) 100%
  ) !important; /* FF3.6-15 */
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(239, 255, 234, 0) 20%,
    rgb(205 175 202 / 40%) 50%,
    rgb(123 184 191 / 42%) 75%,
    rgba(213, 206, 220, 1) 87%,
    rgb(193 72 138 / 41%) 100%
  ) !important; /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(
    ellipse at center,
    rgba(239, 255, 234, 0) 20%,
    rgb(205 175 202 / 40%) 50%,
    rgb(123 184 191 / 42%) 75%,
    rgba(213, 206, 220, 1) 87%,
    rgb(193 72 138 / 41%) 100%
  ) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00efffea', endColorstr='#e6a4c8',GradientType=1 ) !important; /* IE6-9 fallback on horizontal gradient */
  border-radius: 50%;
  opacity: 1;
  animation: fly 30s ease-in-out infinite;
}
.bubble:nth-child(1) {
  left: 1%;
  height: 40px;
  width: 40px;
  animation-duration: 8s;
}
.bubble:nth-child(2) {
  left: 10%;
  height: 20px;
  width: 20px;
  animation-duration: 10s;
  animation-delay: 1s;
}
.bubble:nth-child(3) {
  left: 15%;
  height: 30px;
  width: 30px;
  animation-duration: 6s;
  animation-delay: 2s;
}
.bubble:nth-child(4) {
  left: 30%;
  height: 60px;
  width: 60px;
  animation-duration: 12s;
  animation-delay: 5s;
}
.bubble:nth-child(5) {
  left: 40%;
  height: 30px;
  width: 30px;
  animation-duration: 9s;
  animation-delay: 0;
}
.bubble:nth-child(6) {
  left: 50%;
  height: 15px;
  width: 15px;
  animation-duration: 13s;
  animation-delay: 8s;
}
.bubble:nth-child(7) {
  left: 55%;
  height: 60px;
  width: 60px;
  animation-duration: 10s;
  animation-delay: 0;
}
.bubble:nth-child(8) {
  left: 60%;
  height: 10px;
  width: 10px;
  animation-duration: 14s;
  animation-delay: 5s;
}
.bubble:nth-child(9) {
  left: 65%;
  height: 20px;
  width: 20px;
  animation-duration: 10s;
  animation-delay: 3s;
}
.bubble:nth-child(10) {
  left: 70%;
  height: 55px;
  width: 55px;
  animation-duration: 7s;
  animation-delay: 11s;
}
.bubble:nth-child(11) {
  left: 80%;
  height: 33px;
  width: 33px;
  animation-duration: 4s;
  animation-delay: 15s;
}
.bubble:nth-child(12) {
  left: 90%;
  height: 24px;
  width: 24px;
  animation-duration: 8s;
  animation-delay: 5s;
}
.bubble:nth-child(13) {
  left: 95%;
  height: 20px;
  width: 20px;
  animation-duration: 9s;
  animation-delay: 4s;
}
.bubble:nth-child(14) {
  left: 25%;
  height: 28px;
  width: 28px;
  animation-duration: 17s;
  animation-delay: 0s;
}
.bubble:nth-child(15) {
  left: 20%;
  height: 20px;
  width: 20px;
  animation-duration: 14s;
  animation-delay: 1s;
}

@keyframes fly {
  0% {
    bottom: -100px;
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px);
  }

  100% {
    bottom: 2080px;
    transform: translateX(-100px);
  }
}
#message {
  font-family: sans-serif;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.33);
  margin: calc(100vh - 25px) auto 0 auto;
  text-align: center;
}

.industry-warrenty h4 {
  font-size: 21px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #002b55;
  margin-top: 10px;
  font-family: "Futura Md BT";
}
.industry-warrenty h4 .logoheding {
  margin-right: 0;
  float: right;
}
.service {
  text-align: right;
  margin-top: 200px;
}

.service .tag {
  margin: 0px 10px;
}

.team-heading {
  text-align: center;
}

.gabrielle-block {
  box-shadow: 2px 4px 32px #00000029;
  border-radius: 22px;
  background: #fff;
  padding: 40px 50px;
  min-height: 507px;
}
.team-behind .industries-heading {
  text-align: center;
  margin-bottom: 50px;
}
.fram img {
  max-width: 100%;
  border-radius: 100%;
  /*
	background: #008BCB;
*/
}
.gabrial-text h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #002b55;
  letter-spacing: -0.27px;
  font-family: "Futura Md BT";
}

.gabrial-text h5 {
  color: #8c9cbc;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  letter-spacing: -0.22px;
  text-decoration: none;
}
.gabrielle-block p {
  color: #596e9a;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.14px;
}

.right-img {
  position: absolute;
  bottom: -160px;
  z-index: 999;
  right: 0px;
}
.repair img {
  max-width: 100%;
}
.tag-bluedark {
  color: #002b55 !important;
}
.team-behind .product-text h4 {
  min-height: 67px;
}
.question-about {
  padding: 75px 0px 0;
}
.strong-tag {
  color: #596e9a;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.14px;
  font-weight: bold;
  font-family: "Futura Md BT";
  margin-bottom: 0;
}

.speak-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-speak .contact-btn {
  border: 2px solid #002b55;
  border-radius: 50px;
  padding: 0px 30px;
  color: #002b55;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  margin: 0px 10px;
  height: 55px;
  font-family: "Futura Md BT";
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.item-speak .contact-btn {
  background: #008bcb;
  border-radius: 50px;
  padding: 0px 30px;
  border: 2px solid #008bcb;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  min-width: 170px;
  display: inline-block;
  margin-left: 10px;
  font-family: "Futura Md BT";
  height: 55px;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.item-speak .contact-btn:hover {
  background: #002b55;
  color: #fff;
  border: 2px solid #002b55;
}

.item-speak .contact-btn:hover span {
  color: #fff;
}

.contact-btn span {
  font-family: "Futura2-Normal" !important;
}
.item-speak .faqbtn {
  background: #008bcb;
  border-radius: 50px;
  padding: 0px 30px;
  border: 2px solid #008bcb;
  color: #fff;
  font-size: 15px;
  /* font-weight: 600; */
  min-width: 170px;
  justify-content: center;
  text-decoration: none;
  display: inline-block;
  display: flex;
  margin-left: 20px;
  align-items: center;
  height: 55px;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.item-speak .faqbtn:hover {
  background: #002b55;
  color: #fff;
  border: 2px solid #002b55;
}
.industries-heading h4 {
  letter-spacing: -0.24px;
  color: #596e9a;
  font-size: 20px;
  font-weight: 700;
  font-family: "Futura Md BT";
}
.book-repair ul {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  padding-left: 35px;
  margin: 0;
  list-style: none;
}
.book-repair ul li {
  color: #596e9a;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.14px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}
.book-repair li:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 4px;
  width: 43px !important;
  height: 20px !important;
  /* font-size: 19px !important; */
  object-fit: contain !important;

  background: url("../img/arrow.png") no-repeat;
}
.membershiop-block ul {
  padding-left: 35px;
  margin: 0;
  list-style: none;
}
.membershiop-block ul li {
  color: #002b55;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.14px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  font-family: "Futura Md BT";
}
.membershiop-block li:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 4px;
  width: 40px !important;
  height: 36px !important;
  /* font-size: 19px !important; */
  object-fit: contain !important;

  background: url("../img/check.png") no-repeat;
}
.membershiop-block {
  background: #ffffff;
  box-shadow: 2px 4px 32px #00000029;
  border-radius: 22px;
  padding: 20px 30px;
  margin: 25px 0px;
}
.membership-section {
  padding-bottom: 75px;
}
.membershiop-block h5 {
  letter-spacing: -0.24px;
  color: #002b55;
  font-size: 26px;
  margin-bottom: 30px;
  font-weight: 700;
  font-family: "Futura Md BT";
}
.regular-servicing {
  padding-bottom: 75px;
}
/***landry-eqipment***/
.coin-banner {
  position: relative;
  overflow: hidden;
}
.coin-banner:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  background: url("../img/coin.png") no-repeat;
  background-position: right 160px bottom -100px;
  width: 100%;
  height: 100%;
}
.page-template-equipment-filters section.inner-banner.coin-banner {
  background: none;
}
.page-template-equipment-filters .coin-banner:after {
  background: url("../img/large-banner-inside-machines_copy.png") no-repeat;
  background-position: top right;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-template-equipment-filters .coin-banner:after {
    display: none;
  }
}

.tax-equipment-type .coin-banner:after {
  background: url("../img/large-banner-inside-machines_copy.png") no-repeat;
  background-position: top right;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
}
.page-template-page-faq-php .inner-banner:after {
  background: url("../img/large-banner-inside-machines_copy.png") no-repeat;
  background-position: top right;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
}
.filter-section select,
.filter-section input.form-control,
.filter-section .dropdown-toggle {
  border: 1px solid #e3e3e3;
  color: #aaaaaa;
  background: none;
  width: 100%;
  text-align: left;
  height: 50px;
  font-size: 14px;
  border-radius: 0;
}
.filter-container {
  max-width: 1170px !important;
}
.main-feature .dropdown-menu {
  background: #fff;
  padding: 10px;
  min-width: 100%;
}
.main-feature .dropdown-menu {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.filter-container .form-label {
  color: #002b55;
  font-size: 18px;
}
.form-check label {
  color: #6f707a;
  font-size: 14px;
}
.filter-section select:focus,
.filter-section input.form-control:focus,
.filter-section .dropdown-toggle:focus {
  box-shadow: none;
}
.product-slidersection {
  padding-top: 50px;
}
.slider-thumb img {
  max-width: 100%;
}
.slider-content .slick-slide {
  text-align: center;
}
.slider-content .slick-slide img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.product-detail h2 {
  font-size: 36px;
  line-height: 44px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #002b55;
  font-family: "Futura Md BT";
}
.product-detail h4 {
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #008bcb;

  font-family: "Futura Md BT";
}
.product-detail p {
  color: #596e9a;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.14px;
}
.product-detail ul li {
  color: #596e9a;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.14px;
}
.product-detail ul {
  padding-left: 20px;
}
/*
.feature-btn {
    background: #008BCB;
    border-radius: 16px;
    color: #fff;
    padding: 0px 25px;
    height: 49px;
    line-height: 49px;
    font-size: 16px;
    display: inline-block;
	text-decoration: none;
}
*/
.feature-btn {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin-right: 20px;
  margin-bottom: 0px;
  text-decoration: none;
  color: #0093d1;
  font-family: "Futura Md BT";
}
.fetature-section a.feature-btn:hover {
  color: #0093d1;
}
.fetature-section a.download-btn:hover {
  color: #fff !important;
}

.download-btn {
  background: #008bcb;
  border-radius: 16px;
  color: #fff;
  padding: 0px 25px;
  height: 49px;
  line-height: 49px;
  font-size: 15px;
  display: inline-block;
  text-decoration: none;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.download-btn:hover {
  background: #002b55;
}

.product-list {
  display: flex;
}

.product-list .featur-list {
  width: 50px;
  min-width: 50px;
  height: 50px;
  background: none;
  background: #002b55;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin: 0px auto 0px;
  align-items: center;
}
.featur-text {
  margin-left: 25px;
  width: 100%;
}
.fetature-section {
  margin-bottom: 30px;
}
.product-list {
  margin-bottom: 20px;
}
.featur-text h5 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #0093d1;
  font-family: "Futura Md BT";
}
.featur-text p {
  margin-bottom: 0;
  text-transform: capitalize;
}
.filter-section {
  position: relative;
  margin-bottom: 100px;
}
.filter-section:after {
  position: absolute;
  bottom: -60px;
  width: 100%;
  height: 150px;
  content: "";
  left: 0;
  z-index: -1;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 100%;
  box-shadow: 5px 50px 40px #00000017;
}
.slider-thumb .slick-slide img {
  width: 100px;
  margin: 0px auto;
}
/**faq**/
.faqmain-section {
  padding: 0px 0px 30px;
}
.faq-section {
  padding-bottom: 75px;
}
.faq-section .industries-heading {
  max-width: 800px;
  margin: 0px auto;
  padding-bottom: 30px;
}
.accordion-button {
  border: 1px solid #d8d8d8;
  border-radius: 22px !important;
  overflow: hidden;
}
.faq-main .accordion-item {
  background: none;
  border: none;
}
.faq-main .accordion-item {
  margin-bottom: 20px;
}
.faq-main .accordion-button:focus {
  z-index: 3;
  border-color: #d8d8d8;
  outline: 0;
  box-shadow: none;
}
.faq-main .accordion-button:not(.collapsed) {
  background: none;
}
.countbtn {
  background: #008bcb;
  border-radius: 22px 0px 0px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  color: #fff;
  top: 0;
  width: 50px;
  height: 100%;
}
.faq-main .accordion-button {
  padding: 20px 40px 20px 70px;
  font-weight: bold;
  color: #002b55;
  font-size: 18px;
  font-family: "Futura Md BT";
}

.accordion-button::after {
  background: url("../img/arrow-down.png") no-repeat;
  content: "";
  font-size: 18px;
  position: absolute;
  right: 15px;
  border: none;
  width: 25px;
  height: 25px;
}

.accordion-button:not(.collapsed)::after {
  background: url("../img/arrow-down.png") no-repeat;
  transform: rotate(-180deg);
}
.still-question {
  text-align: center;
  background: url("../img/faq-bg.jpg") no-repeat;
  padding: 100px 0px;
}
.still-question .industries-heading {
  max-width: 800px;
  margin: 0px auto;
}
.still-question .industries-heading h2 {
  color: #fff;
}
.still-question .industries-heading p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
.filter-sectionnew:after {
  content: none;
}
.filter-sectionnew {
  margin-bottom: 0;
}

/**faq**/

/**4-24-2023**/
.service-icon {
  margin-bottom: 20px;
  min-height: 115px;
}
.service-block p {
  font-size: 23px !important;
  line-height: 30px !important;
  letter-spacing: -0.24px;
  color: #002b55 !important;
  min-height: 90px;
}
.service-icon {
  margin-bottom: 20px;
}
.topservive-block {
  margin-top: -60px;
}
/**4-24-2023**/

.topservive-block h4 {
  font-size: 23px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 26px;
  color: #002b55;
  margin-top: 20px;
  font-family: "Futura Md BT";
}
.topservive-block p {
  color: #596e9a;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.14px;
}
.service-block {
  border-radius: 22px;
  border: 2px solid #a9b6d0;
  text-align: center;
  padding: 40px;
  margin-bottom: 25px;
}
section.manual-busniss {
  padding: 50px 0 0px;
}
.map-section {
  padding: 75px 0px 0px;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #002b55 !important;
  text-decoration: none;
  background-color: #fff !important;
}
.industries-work.mt-5 a {
  text-decoration: none;
}
.navigation-section .dropdown-item.active,
.navigation-section .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background: #0093d1;
}
.navigation-section .dropdown-item:focus,
.navigation-section .dropdown-item:hover {
  color: #fff;
  background: #0093d1;
  padding: 0.5rem 1rem;
}

.navigation-section .dropdown-item {
  padding: 0.5rem 1rem;
}

.navigation-section .dropdown-menu {
  padding: 0;
  margin: 0;
}
.navigation-section .dropdown-menu li {
  margin: 0px 0px;
}
.navbar-toggler-icon {
  color: #fff;
}
.innerbanner-tag img {
  max-width: 100%;
}

.industriesright-img {
  position: absolute;
  bottom: -140px;
  z-index: 999;
}
.industriesright-img img {
  max-width: 100%;
}
.industries-newsection {
  padding-bottom: 0;
}
.content-section {
  padding-bottom: 0;
}

.offer img,
.drink img,
.event img {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.offer:hover img,
.drink:hover img,
.event:hover img {
  transform: scale(1.1);
}
.client img {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.client:hover img {
  transform: scale(1.1);
}
.product-profile img,
.item-machine img,
.item-icon img,
.service-block .service-icon img {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.product-profile:hover img,
.item-machine:hover img,
.item-icon:hover img {
  transform: scale(1.1);
}
.service-block:hover .service-icon img {
  transform: scale(1.1);
}

.operation img,
.priority img,
.efficiency img,
.machines img,
.finish-profile img {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.operation:hover img,
.priority:hover img,
.efficiency:hover img,
.machines:hover img,
.finish-profile:hover img {
  transform: scale(1.1);
}

.profile-blog {
  overflow: hidden;
}
.blog-main .profile-blog img {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.blog-main:hover .profile-blog img {
  transform: scale(1.1);
}
.tag img {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.tag:hover img {
  transform: scale(1.1);
}
.filter-pdt75 {
  padding-top: 75px;
}
.fillter-btn {
}
.fillter-block .btndls {
  background: #008bcb;
  border-color: #008bcb;
  border-radius: 16px;
  color: #fff;
  padding: 0px 25px;
  height: 52px;
  line-height: 52px;
  font-size: 15px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.fillter-block .btndls:hover {
  background: #002b55;
  border-color: #002b55;
}

.main-feature .dropdown-toggle {
  border-bottom: 1px solid #e3e3e3;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #aaaaaa;
  background: none;
  width: 100%;
  text-align: left;
  height: 50px;
  font-size: 14px;
  border-radius: 0;
}
.filter-sectionnew .form-label {
  color: #002b55;
  font-size: 18px;
}
.main-feature .dropdown-toggle::after {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  content: "\f107";
  font-size: 18px;
  position: absolute;
  right: 15px;
  border: none;
}
.filter-section select {
  position: relative;
}
.filter-section select::after {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  content: "\f107";
  font-size: 18px;
  position: absolute;
  right: 15px;
  border: none;
}
.operation .over-text,
.priority .over-text,
.efficiency .over-text,
.machines .over-text {
  top: 35%;
}
.family-section-home {
  transform: none;
}
.family-block {
  position: relative;
}
.family-block img {
  max-width: 100%;
}
.family-block .home-family-2 {
  width: 350px;
  position: absolute;
  right: 0;
  bottom: -120px;
}
.home-austrelia-section {
  padding: 200px 0px 75px;
}
.austrelia-product {
  position: relative;
}
.product-family-1 img {
  max-width: 100%;
}
.austrelia-product .product-family-2 {
  width: 300px;
}
.product-australias {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -150px;
}
.family-section-home {
  transform: none;
  /*    margin-top: 25px;*/
}

.home-main-bolg {
  margin-bottom: 0 !important;
}
.footer-contact {
  margin-bottom: 40px;
}
.client-home {
  padding-top: 0px !important;
}
.blog-section .industries-heading {
  margin-bottom: 60px;
}
.commercialbtn {
  margin-top: 48px;
}
.mobilewatch-now {
  position: fixed;
  bottom: 60px;
  z-index: 999;
  right: 20px;
}
.mobilewatch-now a {
  background: #002b55;
  box-shadow: 0px 20px 40px #00000029;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.mobilewatch-now a span {
  vertical-align: middle;
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.regular-servicing .industries-heading {
  text-align: center;
  margin-bottom: 40px;
}
section.commen-breadcrumb.breadcrumb-main {
  padding: 60px 0px 38px;
}
.industries-home {
  padding: 75px 0px;
}
.page-id-452 section.blog-main {
  padding: 0px 0px 20px;
}
.dropdown-menu.depth_0 a {
  color: #002b55;
}
.carvavan-park .product-main img {
  max-width: 100%;
  max-height: 283px;
}
section.carvavan-park {
  padding-bottom: 75px;
  padding-top: 75px;
  background: #eeeeee;
}

section.carvavan-park .product-title {
  text-align: center;
  margin-bottom: 30px;
}
.single-industries .industries-heading {
  text-align: center;
  margin-bottom: 30px !important;
}
.product-detail h2 a {
  color: #002b55 !important;
  text-decoration: none;
}
.book-location {
  padding-top: 75px !important;
}
.no-found {
  padding: 25px 0px 59px;
}
.topservive-block P:last-child {
  margin-bottom: 0;
}
.single-laundry-equipment .coin-banner:after {
  background: url("../img/large-banner-inside-machines_copy.png") no-repeat;
  background-position: top right;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
}
.page-id-452 .industries-heading {
  margin-bottom: 30px;
}
.single-post .industries-heading {
  margin-bottom: 30px;
}
.related-blogpost {
  padding: 45px 0px 25px !important;
  margin: 0 !important;
}
.page-id-104 .industry-warrenty h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/**5-31-2023**/
.mobileheaidng {
  padding: 20px 0 0px;
}
.mobileheaidng span {
  color: #008bcb;
}
.inner-banner.blogbannerstyle {
  background: none;
}
.coin-banner.blogbannerstyle:after {
  background-position: top right !important;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover !important;
}
.download-spread {
  list-style: none;
}
ul.download-spread li {
  margin-bottom: 3px !important;
}
.slider-thumb .slick-prev.slick-arrow {
  position: absolute;
  left: -5px;
  top: 30%;
  background: none;
  border-radius: 100%;
  color: #002b55;
  border: none !important;
  font-size: 22px;
  text-align: center;
  /* padding: 0 14px; */
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 !important;
  z-index: 999;
  margin: 0 !important;
}
.slider-thumb .slick-next.slick-arrow {
  position: absolute;
  right: -5px;
  top: 30%;
  background: none;
  border-radius: 100%;
  color: #002b55;
  border: none !important;
  font-size: 22px;
  text-align: center;
  /* padding: 0 14px; */
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 !important;
  z-index: 999;
  margin: 0 !important;
}
.readmore-machine {
  color: #0093d1;
  text-decoration: none;
  display: inline-block;
  margin: 10px 0px;
}
.readmore-machine:hover {
  color: #0093d1;
  text-decoration: none;
}
.page-id-124 .washing-section {
  transform: translate(0px, 0px) !important;
}
.page-id-124 .washing-machine {
  width: 95%;
}
.page-id-124 .washing-machine2 {
  position: absolute;
  left: -30px;
}
.page-id-88 .portal-section .washing-machine2 {
  position: absolute;
  left: -30px;
}
.page-id-88 .portal-section .washing-machine {
  width: 95%;
}
.page-id-88 .portal-section .washing-section {
  transform: translate(0px, 0px) !important;
}
.page-id-4724 .portal-section .washing-machine2 {
  position: absolute;
  left: -30px;
}
.page-id-4724 .portal-section .washing-machine {
  width: 95%;
}

.page-id-205 .membership-section .washing-section {
  transform: translate(0px, 0px) !important;
}
.page-id-205 .membership-section .washing-machine2 {
  position: absolute;
  left: -30px;
}
.page-id-205 .membership-section .washing-machine {
  width: 95%;
}

.page-id-104 .career-block .washing-section .washing-machine2 {
  left: -30px;
}

.page-id-104 .career-block .washing-section {
  transform: translate(0px, 0px) !important;
}
.page-id-220 .membership-section .washing-section {
  transform: translate(0px, 0px) !important;
  margin-bottom: 120px;
}
.page-id-220 .membership-section .washing-section .washing-machine {
  width: 95%;
}
.page-id-124 .careers-form {
  padding-bottom: 75px;
}
.page-id-104 .service {
  text-align: center;
}
.right-laundryimg {
  bottom: -100px !important;
}
.right-laundryimg img {
  width: 320px !important;
}
/* mobile dropdown */

button.btn.btn-secondary.mobile-filter {
  background: #008bcb;
  font-size: 18px !important;
  border: 1px solid #008bcb;
  padding: 12px 15px;
  color: #fff;
  font-weight: 500;
  text-align: left;
  position: relative;
  width: 100%;
  margin: 15px 0px;
  border-radius: 5px;
}
.button-section .mobile-filter::after {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  content: "\f107";
  font-size: 18px;
  position: absolute;
  right: 15px;
  border: none;
}
ul.hidephonefillter {
  width: 100%;
}
.productprice_detail .button-section ul.hidephonefillter li a {
  background: none !important;
  border: none !important;
  color: #596e9a !important;
  height: auto !important;
  line-height: 38px !important;
  padding: 0px 15px !important;
}
.productprice_detail .button-section ul.hidephonefillter li {
  margin-bottom: 0px !important;
}
.productprice_detail .button-section ul.hidephonefillter li a.active {
  background: none !important;
  border: none !important;
  color: #0093d1 !important;
}

.button-section {
  position: relative;
}
.productprice_detail .button-section ul.hidephonefillter {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
  padding: 15px 0px 15px !important;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  box-shadow: none !important;
}
.address-headoffice {
  margin: 30px 0px;
}
.address-headoffice p {
  color: #8c9cbc;
}
.footer-mobile {
  font-weight: bold;
}
.content-details hr:last-child {
  display: none;
}
.enquirebtnblue .nav-link {
  background: #002b55 !important;
  color: #fff !important;
}

.thankyou-title h3 {
  font-size: 45px;
  line-height: 50px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #002b55;
  letter-spacing: -0.38px;
  font-family: "Futura Md BT";
}
.thankyou-title span {
  color: #0093d1;
}
.thankyou-title a {
  color: #0093d1 !important;
  text-decoration: none;
  font-weight: 400;
}
.thankyou-title p:last-child {
  margin-bottom: 0;
}
.productbox img {
  max-width: 100%;
  max-height: 200px;
}
/**9-29-2023**/
.gridviewarea {
  margin: 35px 0px;
}
.gridviewarea .productbox .productimage {
  margin-bottom: 20px;
  border: 1px solid #c9c9c9;
  padding: 20px 0px;
  text-align: center;
}
.productdesc h3 {
  min-height: 68px;
}
.productdesc h3 a {
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #002b55;
  text-decoration: none;
  font-family: "Futura Md BT";
}
.productdesc p {
  color: #596e9a;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.14px;
  min-height: 85px;
}

.gridviewarea .gridbtn a {
  margin: 0px auto 40px;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.gridviewarea .gridbtn a:hover {
  background: #002b55;
  border-color: #002b55;
}
.viewtype {
  text-align: right;
  margin-top: 20px;
}
.viewtype span:first-child {
  display: none;
}
.viewtype .linkicongrid {
  font-size: 28px;
  width: 50px;
  height: 50px;
  color: #002b55;
  border: 1px solid #c9c9c9;
  background: none;
  padding: 0;
}
.corprate-business {
  padding: 90px 0px 75px !important;
}
.corprate-portal {
  padding-bottom: 0px !important;
}
.corprate-business .industry-warrenty p:last-child {
  margin-bottom: 0px;
}
.corprate-repair .industry-warrenty p:last-child {
  margin-bottom: 0px;
}
.corprate-last .industry-warrenty p:last-child {
  margin-bottom: 0px;
}
.corprate-charties .industry-warrenty p:last-child {
  margin-bottom: 0px;
}
.corprate-portal .industry-warrenty p:last-child {
  margin-bottom: 0px;
}
.main-corporate .industry-warrenty p:last-child {
  margin-bottom: 0px;
}
.corprate-repair {
  padding-bottom: 0px !important;
}
.corprate-last {
  padding: 75px 0px !important;
}
.page-id-4724 .washing-section {
  margin-bottom: 0px !important;
}
section.main-corporate {
  padding-bottom: 75px;
}

.heading-spacer {
  position: relative;
  width: 100%;
  height: 106px !important;
}

.header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 999999;
}
