body {
  font-size: 1rem;
}

.col-left-radius-20 {
  border-radius: 20px 0 0 20px;
}

.col-right-radius-20 {
  border-radius: 0 20px 20px 0;
}

.no_block_margin {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
}

.tns-outer {
  text-align: center;
}
.tns-outer .my-slider {
  min-height: 300px;
  padding-top: 30px;
}
.tns-outer .my-slider .img-radius {
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.tns-nav button {
  display: inline-block;
  width: 8px !important;
  height: 11px !important;
  border-radius: 5px !important;
  margin: 0 5px;
  border: none;
  background: #7c7c7c;
}

.tns-nav-active {
  background: #dddddd !important;
}

.btn-category {
  padding: 0 !important;
  margin: 0 !important;
}

.btn-category a {
  width: 300px !important;
  padding: 15 0;
  background: #fff url(../images/button_arrow.svg) no-repeat right center !important;
  background-size: 58px 55px !important;
  border-radius: 0px;
  border-color: none;
  border-width: 0px;
  border-style: none;
}

.top-menu {
  font-family: "Roboto", sans-serif;
}

.newsletter input[type=email] {
  height: 40px;
  width: 250px;
  padding: 0px 20px;
  margin: auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

.benefits_bx {
  cursor: pointer;
  text-align: center;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.benefits_bx * {
  pointer-events: none;
}

.industrial_slider_heading a {
  text-decoration: none;
  font-weight: bold;
}

.wp-block-post-content {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
}

@media screen and (max-width: 1024px) {
  .topstripblue {
    justify-content: center;
  }
  .social-icons-topstrip {
    text-align: center;
  }
  .icos {
    display: none !important;
  }
  .top_epoxy {
    display: none !important;
  }
  .col-left-radius-20, .col-right-radius-20 {
    border-radius: 0;
  }
  .web_logo a img {
    width: 200px;
    height: auto;
  }
  .button_number {
    display: block !important;
  }
  #contactform input[type=text], #contactform input[type=email], #contactform input[type=tel], #contactform textarea {
    background: rgba(0, 0, 0, 0.4);
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.4);
    width: 250px !important;
  }
}/*# sourceMappingURL=custom.css.map */