.selfclear {
  zoom: 1;
}
.selfclear:before {
  content: "";
  display: table;
}
.selfclear:after {
  clear: both;
  content: "";
  display: table;
}
body {
  font-size: 16px;
  font-family: "Karla", sans-serif;
}
body.home h1,
body.home h2,
body.home h3,
body.home h4,
body.home h5 {
  letter-spacing: 0.05em;
}
body.home h2 {
  font-size: 1.8rem;
  margin-bottom: 0.8em;
  font-weight: 900;
  text-transform: uppercase;
}
body.home h3 {
  font-size: 1.2rem;
  font-weight: 700 !important;
  margin-bottom: 0.8em;
}
body.home .cta,
body.home .readmore,
body.home input[type="submit"],
body.home button[type="submit"] {
  padding: 6px 30px;
  clip-path: polygon(88% 0, 100% 30%, 100% 100%, 0 100%, 0% 60%, 0 0);
  font-size: 1.1rem;
  font-weight: normal;
  /* text-transform: uppercase; */
}
body.home .cta:hover,
body.home .readmore:hover,
body.home input[type="submit"]:hover,
body.home button[type="submit"]:hover {
  color: #000;
}
body.home .section {
  padding-top: 90px;
  margin-bottom: 90px;
}



body.home .section.extrapadding {
  padding-bottom: 90px!;
}
body.home .section.extramargin {
  margin-top: 90px;
}
body.home .section.nomargin {
  margin-bottom: 0;
}
body.home .section.nopadding {
  padding-top: 0;
}

.section.size1.extrapadding {
  padding-bottom: 90px;
}
.section.size1.extramargin {
  margin-top: 90px;
}
.section.size1.nomargin {
  margin-bottom: 0;
}
.section.size1.nopadding {
  padding-top: 0;
}
body.home .section.size1 {
  padding-top: 45px;
  margin-bottom: 45px;
}
body .section.size1.extrapadding {
  padding-bottom: 90px;
}
body .section.size1.extramargin {
  margin-top: 90px;
}
body .section.size1.nomargin {
  margin-bottom: 0;
}
body .section.size1.nopadding {
  padding-top: 0;
}
body .section.size1 {
  padding-top: 90px;
}
body .section.size1 {
  margin-bottom: 90px;
}


@media (min-width: 768px){
    .row-right {
        display: flex !important;
        flex-wrap: wrap;
        >:nth-child(1){
            order: 2;
        }
        >:nth-child(2){
            order: 1;
        }
    }
}






@media (max-width: 767px) {
  body.home .section {
    padding-top: 45px;
    margin-bottom: 45px;
  }
  body.home .section.extrapadding {
    padding-bottom: 45px;
  }
  body.home .section.extramargin {
    margin-top: 45px;
  }
  body.home .section.nomargin {
    margin-bottom: 0;
  }
  body.home .section.nopadding {
    padding-top: 0;
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Karla", sans-serif;
  margin-top: 0;
}
body.mfp-zoom-out-cur #header,
body.mfp-zoom-out-cur #menuWrapper {
  z-index: 10;
}
.header {
  text-align: center;
  font-size: 30px;
  color: #e80033;
  margin-bottom: 30px;
}
.header strong {
  color: #1a1a1a;
}
a {
  color: #e80033;
}
a:hover {
  color: #e80033;
  text-decoration: none;
}
img {
  max-width: 100%;
}
hr {
  border-color: #aaaaaa;
}
.section {
  padding-top: 45px;
  margin-bottom: 45px;
}
.section.extrapadding {
  padding-bottom: 45px;
}
.section.extramargin {
  margin-top: 45px;
}
.section.nomargin {
  margin-bottom: 0;
}
.section.nopadding {
  padding-top: 0;
}
.redtext {
  text-transform: uppercase;
  color: #e80033 !important;
}
.largetext {
  font-size: 1.8em;
  line-height: 1.2em;
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1370px;
  }
}
@media screen and (min-width: 1550px) {
  .container {
    max-width: 1500px;
  }
}
@media screen and (min-width: 1750px) {
  .container {
    max-width: 1700px;
  }
}
#footer {
  font-size: 16px;
  text-align: center;
  color: #f2f2f2;
  border-top: solid 75px #cc022e;
  background: #e80033;
  padding: 60px 0px;
}
@media screen and (max-width: 768px) {
  #footer {
    text-align: center;
  }
}
#footer.option-1 {
  background: #000000;
  color: #f2f2f2;
  border-top: 0;
  padding-top: 45px;
  padding-bottom: 30px;
  text-align: left !important;
  line-height: 2;
  overflow: hidden;
}
#footer .flex-area {
  border-top: 1px solid #fff;
  margin-top: 15px;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
}
#footer .flex-area li {
  display: inline-block;
  padding: 0 15px;
}
#footer .flex-area .fa {
  font-size: 24px;
  padding: 0 5px;
}
#footer a {
  color: #f2f2f2;
  position: relative;
  display: inline-block;
}
#footer h3 {
  text-transform: uppercase;
  color: #ffffff;
}
#footer ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
#footer ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  #footer ul.split {
    zoom: 1;
  }
  #footer ul.split:before {
    content: "";
    display: table;
  }
  #footer ul.split:after {
    clear: both;
    content: "";
    display: table;
  }
  #footer ul.split li {
    width: 50%;
    float: left;
  }
}
#footer .sociallinks a {
  font-size: inherit !important;
}
#footer .sociallinks a:after {
  left: -5px;
}
#footer .sociallinks {
  margin-bottom: 15px;
  display: block;
  text-align: center;
  color: #f2f2f2;
}
#footer .sociallinks ul {
  margin: -6px;
  margin-bottom: 0px;
}
#footer .sociallinks li {
  display: inline-block;
}
#footer .sociallinks a {
  font-size: 1.2rem;
  padding: 0 6px;
}
#footer .sociallinks i {
  display: inline-block;
  margin-right: 5px;
}
#footer .disclaimer {
  color: #f2f2f2;
  text-align: right;
}
#footer .footerlogos {
  margin-bottom: 30px;
}
#footer .footerlogos ul {
  text-align: center;
}
#footer .footerlogos ul li {
  display: inline-block;
  padding: 10px;
}
#footer .footerlogos ul li .footerimg {
  width: 150px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
}
#footer .footerlogos ul li .footerimg.contain {
  background-size: contain;
}
#footer .bottomsection {
  color: #818181;
  text-align: center;
  margin-top: 60px;
}
#footer .bottomsection a {
  color: #ffffff;
}
@media (max-width: 991px) {
  #footer {
    padding: 30px 0;
  }
  #footer .logo-wrapper {
    margin-bottom: 15px;
  }
  #footer .disclaimer {
    text-align: center;
    margin-top: 15px;
  }
  #footer .sociallinks ul {
    display: inline-block;
  }
  #footer .sociallinks ul li {
    margin: 0 3px;
  }
}
@media (max-width: 767px) {
  #footer.option-1 {
    text-align: center !important;
  }
  #footer.option-1 li {
    width: 100%;
  }
}
@media (max-width: 992px) {
  #footer .main {
    margin-bottom: 30px;
  }
  #footer .flex-area {
    flex-direction: column;
  }
  #footer .flex-area ul {
    margin-bottom: 5px;
  }
  #footer .flex-area li {
    padding-left: 0;
    padding-right: 0px;
  }
}
.iconset {
  position: relative;
  padding-top: 130px;
  text-align: center;
  padding-bottom: 50px;
  margin-bottom: 30px;
}
.iconset .icon {
  width: 100px;
  height: 100px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40px;
  margin-bottom: 10px;
}
.iconset .title {
  margin-bottom: 30px;
  text-transform: uppercase;
}
.iconset .content {
  min-height: 80px;
}
.iconset .iconlink {
  position: absolute;
  transform: translateX(-50%);
  bottom: 0;
  color: #1a1a1a;
  border-color: #1a1a1a;
}
.iconset .iconlink:hover {
  color: #ffffff;
  background: #1a1a1a;
}
.producttile {
  position: relative;
  padding-top: 230px;
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  padding-bottom: 50px;
  border-radius: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}
.producttile h2,
.producttile h3 {
  margin-bottom: 0;
}
.producttile .image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  margin-top: 10px;
}
.producttile .image img {
  max-width: 200px;
  max-height: 180px;
}
.producttile .desc {
  line-height: 1.2;
  text-align: left;
  min-height: 110px;
}
.producttile .button {
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 8px;
  position: absolute;
  right: 0;
}
.producttile .button:hover {
  background: none;
}
.producttile .wrapper {
  min-height: 150px;
  margin-bottom: 0.5em;
}
.producttile .productname {
  text-align: left;
  color: #e80033;
  font-size: 0.85rem;
  margin-bottom: 15px;
  min-height: 50px;
}
.producttile .productname br {
  display: none;
}
.producttile .productname span {
  font-weight: bold;
}
@media (max-width: 1400px) {
  .producttile .desc {
    min-height: 150px;
  }
}
@media (max-width: 991px) {
  .producttile .desc {
    min-height: 0px;
  }
}
.producttile .productlink {
  color: #e80033;
}
.btn {
  background: #e80033;
  border-color: #e80033;
  padding: 15px 30px;
}
.btn:hover {
  background: #e80033;
  border-color: #e80033;
}
.breadcrumb {
  border-radius: 0;
  background: none;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
  margin-top: 0;
  color: #1a1a1a;
  text-transform: uppercase;
  font-weight: bold;
}
.breadcrumb a {
  color: #1a1a1a !important;
}
.breadcrumb .active {
  color: #1a1a1a !important;
}
.breadcrumb li + li {
  padding-left: 20px;
  position: relative;
}
.breadcrumb li + li:before {
  content: "";
  background-color: #e80033;
  width: 7px;
  height: 7px;
  padding: 0;
  top: 50%;
  margin-top: -3.5px;
  margin-left: -12px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
}
#galleryPopupParent .image-link {
  display: block;
  border: solid 1px #cecece;
  margin-bottom: 30px;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}
#galleryPopupParent .image-link span {
  transform: scale(1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: " ";
}
#galleryPopupParent .image-link img {
  width: 100%;
}
#galleryPopupParent .image-link:hover span {
  transform: scale(1.1);
}
.searchResultsList ul {
  margin: 0;
  padding: 0;
}
.searchResultsList ul li {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
}
#newsList {
  margin-top: 30px;
}
#newsList .newsItem {
  border: solid 1px #cecece;
  padding: 30px;
  margin-bottom: 30px;
}
#newsList .newsItem h2 {
  height: 80px;
}
#newsList .newsItem .description {
  height: 70px;
  position: relative;
  overflow: hidden;
}
#newsList .newsItem .description:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  display: block;
  content: " ";
  z-index: 1000;
  background-image: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0),
    #ffffff
  );
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
}
#newsList .newsItem p.image {
  text-align: center;
}
#newsList .newsItem p.image img {
  width: 70%;
}
@media (max-width: 1700px) {
  #newsList .newsItem h2 {
    height: 150px;
  }
}
@media (max-width: 1200px) {
  #newsList .newsItem h2 {
    font-size: 2rem;
    height: 200px;
  }
}
@media (max-width: 991px) {
  #newsList .newsItem h2 {
    height: auto;
  }
}
.pagination {
  color: #000;
  width: 100%;
  background: transparent;
  border-radius: 0;
}
.pagination ul li:after {
  display: none;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  border-color: transparent;
  border: none;
  color: #fff;
  background: #e80033;
  font-weight: bold;
}
.pagination > li > a,
.pagination > li > span {
  border: none;
  color: #000;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}
.parsley-errors-list {
  margin: 0;
  padding: 0;
}
.parsley-errors-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #f0434e;
  font-size: 12px;
}
.g-recaptcha {
  margin-bottom: 10px;
}
@media (max-width: 370px) {
  .g-recaptcha {
    -webkit-transform: scale(0.9) translateX(-20px);
    -ms-transform: scale(0.9) translateX(-20px);
    -o-transform: scale(0.9) translateX(-20px);
    -moz-transform: scale(0.9) translateX(-20px);
    transform: scale(0.9) translateX(-20px);
  }
}
iframe {
  max-width: 100%;
}
.socialshare {
  margin-top: 60px;
  margin-bottom: 30px;
}
.socialshare ul {
  margin: 0;
  padding: 0;
}
.socialshare ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.socialshare ul li a {
  width: 40px;
  height: 40px;
  text-align: center;
  background: #f0434e;
  border-radius: 100%;
  line-height: 40px;
  display: inline-block;
  color: #ffffff;
}
.youtubevideo {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.youtubevideo iframe,
.youtubevideo .video-container object,
.youtubevideo .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.products-area .gallery-slider {
  filter: grayscale(100%);
  margin-top: 30px;
}
.featured-products {
  font-size: 16px;
  display: block;
}
.featured-products:after {
  content: "";
  display: block;
  clear: both;
}
.featured-products > .row {
  display: flex;
  flex-wrap: wrap;
}
.featured-products.home,
.featured-products.category {
  text-align: left;
}
.featured-products.home .producttile,
.featured-products.category .producttile {
  padding-top: 200px;
}
.featured-products.home .wrapper,
.featured-products.category .wrapper {
  min-height: 0;
}
.featured-products.home .productname,
.featured-products.category .productname {
  text-align: center;
  color: #1a1a1a;
  margin-top: 5px;
  min-height: 80px;
}
.featured-products.home .productname.small,
.featured-products.category .productname.small {
  font-size: 1rem;
  margin-top: 15px;
  min-height: 80px;
  margin-bottom: -10px;
}
.featured-products.home .desc,
.featured-products.category .desc {
  display: none;
}
.gallery-icons {
  letter-spacing: 0;
  font-size: 0;
  padding: 0;
}
.gallery-icons ul {
  margin: 0 -15px;
  padding: 0;
}
.gallery-icons li {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  margin-top: 30px;
  padding: 0 15px;
}
.gallery-icons img {
  max-width: 60%;
  max-height: 60px;
  margin: 0 auto;
}
.gallery-icons .image-wrapper {
  display: flex;
  width: 100%;
  height: 60px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.gallery-icons .title {
  padding-right: 15px;
}
.gallery-icons.library li {
  width: 33%;
}
@media (max-width: 1199px) {
  .gallery-icons.library li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .gallery-icons ul {
    margin: 0;
  }
  .gallery-icons li {
    width: 50%;
  }
  .gallery-icons.library li {
    width: 100%;
  }
}
@media (max-width: 467px) {
  .gallery-icons ul {
    margin: 0;
  }
  .gallery-icons li {
    width: 100%;
  }
  .new-page-intro h2{
      text-align: left;
  }
  
  .newproductsectionElement h2{
      text-align: left;
      font-weight: 800 !important;
  }
}
.homenewsitem {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-radius: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: relative;
  line-height: 1.2;
}
.homenewsitem .news-area {
  margin-bottom: -30px;
}
.homenewsitem .image-wrapper {
  width: 35%;
  background-size: cover;
  background-position: center center;
}
.homenewsitem .newstitle {
  min-height: 60px;
  font-size: 1.45rem;
}
.homenewsitem .text-wrapper {
  padding: 30px;
  width: 65%;
  min-height: 300px;
}
.homenewsitem .read {
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 8px;
  position: absolute;
  right: 0;
  color: #000;
  bottom: 0;
  font-weight: bold;
  padding: 10px 40px 25px 20px;
  display: inline-block;
  font-size: 18px;
}
.homenewsitem .newsdescription {
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .homenewsitem .image-wrapper {
    width: 100%;
    min-height: 80vw;
  }
  .homenewsitem .text-wrapper {
    width: 100%;
    min-height: 0;
    margin-bottom: 30px;
  }
}
html body .date,
html body .read {
  color: #000 !important;
}
html body .read {
  padding-bottom: 5px;
  border-bottom: 2px solid #e80033;
}
.gallery-slider {
  overflow: hidden;
  max-width: 1640px;
  max-width: 1500px;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.gallery-slider li {
  height: 45px;
  position: relative;
  margin-bottom: 30px;
}
.gallery-slider.inline {
  .inner {
    justify-content: center!important;
    display: block!important;
  }

  img {
    min-width: 0 !important;
    padding: 0 40px;
    max-height: 90px;
  }
}

  .gallery-slider img {
    padding: 0 20px;
    max-height: 25px;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 90px !important;
    min-width: 16.66666667%;
    object-fit: contain;
  }
  .gallery-slider.size-6  {
    object-fit: contain;
    display: flex;
    justify-content: space-between;
    gap:30px;

    
    img {
      min-width: 0;
      margin-bottom: 90px!important;
      width:calc(100% / 6);
      padding: 0 70px;

    }


    @media(max-width:1500px) {
      img {
        padding: 0 35px;
        
      }
    }
     @media(max-width:1200px) {
      img {
        width:calc(100% / 4);
      }
    }
    @media(max-width:767px) {
      img {
        width:calc(100% / 2);
      }
    }
  }

  .gallery-slider .inner {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
  }
  @media (max-width: 767px) {
    .gallery-slider.size-5 img {
      max-width: 33.33333333%;
    }
    .gallery-slider.size-6 img {
      max-width: 33.33333333%;
    }
    .gallery-slider img {
      max-width: 25%;
    }
  }
  .news-area img {
    max-height: 400px;
    background: #fff;
  }
  .news-area .flex {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
  }
  .news-area .ico-section {
    padding-bottom: 20px !important;
  }
  .news-area .ico-section .text-wrapper {
    padding: 0 20px;
  }
  .news-area .style-1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .news-area .style-1 img {
    width: 100%;
    background: #fff;
    object-fit: contain !important;
    height: 165px;
  }
  .news-area .newsimage {
    margin-bottom: 0px;
    display: block;
  }
  .news-area .main .text-wrapper {
    padding: 0;
    margin-top: 30px;
  }
  .news-area .main .image-wrapper {
    width: 100% !important;
  }
  .news-area .main .image-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  .news-area .image-wrapper {
    height: 535px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .news-area:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
  }
  @media (max-width: 1400px) {
    .news-area .image-wrapper {
      max-height: 260px;
    }
  }
  @media (max-width: 1199px) {
    .news-area .ico-section .image-wrapper {
      max-height: 260px;
    }
    .news-area .ico-section .image-wrapper img {
      max-height: 260px;
    }
  }
  @media (max-width: 1199px) {
    .news-area .ico-section .text-wrapper {
      min-height: 0px;
    }
  }
  /* .active h2,
  .attributeValues h4 {
    margin-bottom: 13px;
  } */

  .attributeValues h4 {
    font-size: 1rem;
    font-weight: 600;
  }

  .attributeValues .inner-wrapper .col-sm-6:nth-child(2n + 1) {
    clear: both;
  }
  .newsDetail {
    margin-top: 60px;
  }
  .newsDetail li:after {
    display: none;
  }
  .newsDetail .image-wrapper {
    margin-top: 30px;
    margin-bottom: -15px;
  }
  .newsDetail .image-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 -15px;
  }
  .newsDetail .image-wrapper li {
    max-width: 33.33%;
    padding: 0 15px;
    margin-bottom: 15px;
    list-style: none;
  }
  .newsDetail .image-wrapper img {
    border: 1px solid #e80033;
  }
  .fixedsize img {
    height: 60px;
    display: block;
    margin: 0 auto;
  }
  .ico-section p,
  .ico-section li {
    color: #1a1a1a;
  }
  .ico-section .text-wrapper {
    display: block;
    padding: 30px;
  }
  .ico-section .text-wrapper p{

    margin-bottom: 1.5rem;
  }
  .ico-section .link-wrapper {
    display: block;
    padding: 0 30px;
  }
  .nuclear .ico-section .text-wrapper{
    padding:30px 0 0 0 !important;
    font-size: 1rem!important;
    p {
        &:last-child {
            margin-bottom:0;    
        }
    }
  }
   .nuclear .link-wrapper{
    padding:30px 0 0 0 !important;
    font-size: 1rem!important;
    margin:0;
    padding:0;
  }
  @media (max-width: 767px) {
    .nuclear .ico-section .text-wrapper{
      padding:30px 0 0 0 !important;
      font-size: 1rem!important;
      text-align: center!important;
    }
    .nuclear .ico-section * {
      text-align: center!important;
    }
    .gallery-slider.inline img {
      padding: 0 10px!important;
    }
    .ico-section .text-wrapper {
      padding: 30px !important;
    }
  }
  .inline-slider {
    text-align: center;
  }
  .inline-slider .inline {
    display: inline-block;
    margin: 0 30px;
  }
  .flex-stretch {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    color: #1a1a1a;
    line-height: 1.2;
    font-size: 0.8rem;
    font-weight: bold;
  }
  .flex-stretch img {
    height: 128px;
  }
  .flex-stretch a {
    color: #1a1a1a;
  }
  .flex-stretch .inner-text {
    margin-top: 15px;
  }
  .downloadlink img {
    max-height: 100px;
    display: inline-block;
  }
  .downloadlink .textwrap {
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.2;
    display: flex;
    align-items: center;
  }
  .downloadlink .img-wrapper {
    margin-right: 30px;
    display: inline-block;
  }
  .no-gap .row {
    margin: 0 -5px;
  }
  .no-gap .col-md-4{
    margin: 0;
    padding: 0 5px;
  }
  .no-gap .col-md-11 {
    padding-right: 0;
  }
  @media (max-width: 991px) {
    .flex-stretch {
      justify-content: center;
    }
    .clientbox {
      width: 50%;
      margin-bottom: 15px;
      display: block;
    }
    .image-wrapper {
      margin-bottom: 15px;
    }
    .theme2 {
      margin-bottom: 15px;
    }
  }
  @media (max-width: 767px) {
    h2 {
      text-align: center;
    }
    ul {
      padding-left: 1em;
    }
    .clientbox {
      margin-bottom: 30px;
      width: 100%;
    }
    .ram-logo {
      margin: 0 auto;
      margin-bottom: 15px;
    }
  }
  ul li {
    position: relative;
    list-style: none;
  }
  ul li:after {
    content: "";
    position: absolute;
    left: -1em;
    top: 0.65em;
    height: 7px;
    width: 7px;
    background: #e80033;
    border-radius: 50%;
  }
  .ico-section .text-wrapper {
    padding: 0 30px;
  }
  .ico-section .link-wrapper {
    padding: 0 45px;
    margin-bottom: 45px;
  }
  .ico-section.style-1 {
    display: flex;
    padding: 0 30px;
  }
  .ico-section.style-1 .image-wrapper {
    height: auto;
  }
  .ico-section .image-wrapper {
    width: 40%;
    margin: 0 auto;
  }
  .ico-section .text-wrapper {
    width: 60%;
  }
  @media (max-width: 767px) {
    .ico-section {
      flex-wrap: wrap;
    }
    .ico-section .image-wrapper {
      width: 100%;
    }
    .ico-section .text-wrapper {
      width: 100%;
    }
  }
  @media (max-width: 767px) {
    .home .ico-section .text-wrapper {
      padding: 15px 0px !important;
    }
  }
  #landing-page .just-image,
  #landing-page .ico-section {
    padding: 30px 15px;
    box-shadow: 0px 0px 15px #808080;
    border-radius: 15px;
    background: #f2f2f2;
  }
  #landing-page .just-image img,
  #landing-page .ico-section img {
    display: block;
    margin: 0 auto;
    height: 175px;
  }
  #landing-page .ram-over {
    margin-top: 60px;
  }
  #landing-page .ram-over .row {
    margin: 0 -15px !important;
  }
  #landing-page .ram-over .just-image {
    padding: 0px;
    box-shadow: none;
  }
  #landing-page .ram-over .just-image img {
    height: auto;
    width: 100%;
    max-width: none;
  }
  #landing-page .ico-section {
    padding: 5px;
  }
  #landing-page .theme1 .ico-section {
    font-size: 1.2rem;
    padding: 30px 15px;
    box-shadow: 0px 0px 15px #808080;
    border-radius: 15px;
    background: #f2f2f2;
  }
  #landing-page .theme1 .ico-section img {
    height: auto;
  }
  @media (max-width: 991px) {
    #landing-page .theme1 .ico-section {
      margin-bottom: 30px;
    }
    #landing-page .theme1 .textwrap {
      margin-top: 15px;
    }
    #landing-page .theme1 .textmain br {
      display: none;
    }
  }
  #landing-page .theme2 {
    padding-bottom: 0;
  }
  #landing-page .theme2 .ico-section {
    padding-bottom: 30px;
    background: none;
    box-shadow: none;
  }
  #landing-page .theme2 img {
    height: auto !important;
  }
  @media (max-width: 500px) {
    .col-xs-6 {
      width: 100%;
    }
  }
  p img {
    margin-right: 30px;
  }
  p img:last-child {
    margin-right: 0;
  }
  .just-image.full img {
    width: 100%;
  }
  .testimonials {
    text-align: center;
  }
  .testimonials h2 {
    font-weight: bold;
    font-size: 1rem;
  }
  .testimonials li:before,
  .testimonials li:after {
    display: none;
  }
  .testimonials .text-wrapper {
    width: 100%;
  }
  .testimonials .image-wrapper {
    margin-top: 30px;
  }
  .testimonials .image-wrapper img {
    max-height: 100px;
    max-height: 50px;
    max-width: 100px;
  }
  .testimonials .title-wrapper {
    margin-top: 30px;
  }
  .testimonials .text-wrapper {
    max-width: 600px;
    display: block;
    margin: 0 auto;
    min-height: 350px;
  }
  @media (max-width: 1550px) {
    .testimonials .text-wrapper {
      min-height: 440px;
    }
  }
  @media (max-width: 1400px) {
    .testimonials .text-wrapper {
      min-height: 570px;
    }
  }
  @media (max-width: 1200px) {
    .testimonials .text-wrapper {
      min-height: 0px;
    }
  }
  @media (max-width: 767px) {
    .testimonials .text-wrapper:after,
    .testimonials .text-wrapper:before {
      display: none;
    }
  }
  .flex {
    flex-wrap: wrap;
  }
  .email-banner-wrapper {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
    color: #f2f2f2;
  }
  .email-banner-wrapper h1,
  .email-banner-wrapper h2,
  .email-banner-wrapper h3,
  .email-banner-wrapper h4 {
    color: inherit;
    font-size: 1.4rem;
    margin-bottom: 0.5em;
  }
  .email-banner-wrapper input[type="text"],
  .email-banner-wrapper input[type="email"] {
    max-width: 90%;
    width: 600px;
    height: 50px;
    background: none;
    color: #f2f2f2;
    outline: 0;
    border: 0;
    font-size: 0.7rem;
    font-style: italic;
    border-bottom: 1px solid #f2f2f2;
  }
  .email-banner-wrapper input[type="submit"] {
    margin-top: 15px;
  }
  .email-banner-wrapper:after {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .email-banner-wrapper label {
    color: #f2f2f2;
  }
  .email-banner-wrapper form {
    max-width: 100%;
    width: 100%;
  }
  .email-banner-wrapper .container {
    position: relative;
    z-index: 100;
  }
  .email-banner-wrapper .flex {
    display: flex;
  }
  .email-banner-wrapper .inner {
    flex: 1;
    margin-right: 15px;
  }
  .email-banner-wrapper .inner:last-child {
    margin-right: 0;
  }
  .email-banner-wrapper .inner.large {
    flex: 2;
  }
  @media (max-width: 991px) {
    .email-banner-wrapper {
      padding: 60px 0;
    }
    .email-banner-wrapper .flex {
      flex-wrap: wrap;
    }
    .email-banner-wrapper .inner {
      width: 100%;
      flex: none;
    }
    .email-banner-wrapper .inner.large {
      flex: none;
    }
  }
  .mega-on .megamenu {
    display: block;
  }
  .megamenu {
    display: none;
    position: absolute;
    left: 0;
    padding: 30px 0;
    width: 100%;
    background: #ffffff;
    margin-top: 25px;
  }
  .megamenu a {
    font-weight: 500;
  }
  .megamenu a:before,
  .megamenu a:after {
    display: none !important;
  }
  .megamenu .mega-heading-wrapper {
    font-size: 0.9rem;
    color: #e80033;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .megamenu .container > ul {
    padding: 0;
    margin: 0;
    column-count: 4;
    column-gap: 60px;
  }
  .megamenu .container > ul > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .megamenu .container > ul ul {
    padding: 0;
    margin: 0;
    margin-bottom: 45px;
  }
  @media (max-width: 1200px) {
    .megamenu .container > ul {
      column-count: 3;
      column-gap: 60px;
    }
  }
  @media (max-width: 991px) {
    .megamenu .container > ul {
      column-count: 2;
      column-gap: 60px;
    }
  }
  @media (max-width: 991px) {
    .megamenu {
      position: fixed;
      top: 0;
      margin-top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: scroll;
      z-index: 1000000;
    }
  }
  @media (max-width: 767px) {
    .megamenu .container > ul {
      column-count: 1;
      column-gap: 60px;
    }
  }
  .gallery-icons li {
    list-style: none;
    width: 25%;
  }
  .gallery-icons li:after {
    display: none;
  }
  .gallery-icons .box {
    position: relative;
    padding: 60px 30px 60px;
    background-color: #fff;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
    font-size: 1rem;
    line-height: 1;
    text-align: right;
  }
  .gallery-icons .box a {
    display: block;
    padding: 60px 30px 60px;
    margin: -60px -30px -60px;
  }
  .gallery-icons .fa {
    color: #e80033;
    margin-left: 5px;
  }
  .gallery-icons .fa:before {
    margin-top: 5px;
  }
  .gallery-icons .title {
    margin-top: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: absolute;
    right: 0;
    color: #e80033;
    text-align: right;
    font-weight: bold;
  }
  @media (max-width: 767px) {
    .gallery-icons .title {
      margin-top: -10px;
    }
    .gallery-icons li {
      list-style: none;
      width: 50%;
    }
    .gallery-icons .box {
      padding: 40px 30px 20px;
    }
  }
  .ico-description-element h2 {
    font-size: 2.2rem;
  }
  .just-image {
    margin-bottom: 1em;
  }
  html body .additional-links li {
    display: inline-block !important;
    padding: 5px 10px !important;
    /*list-style-type: circle!important;*/
  }
  .custom-height .ico-section .text-wrapper {
    min-height: 281px;
  }
  .ico-section {
    background-color: #f7f7f7;
    padding-bottom: 15px;
  }
  .ico-section .text-wrapper {
    width: 100%;
    padding:60px;
  }
  .home .ico-section {
    background: none;
  }
  .home .ico-section.custom {
    padding: 0;
    margin: 0;
  }
  .home .ico-section.custom .link-wrapper {
    padding: 0 !important;
    margin-top: 10px !important;
  }
  .home .ico-section.custom .text-wrapper {
    min-height: 160px;
  }
  .home .ico-section.custom .link-wrapper .cta {
    background: none;
    min-width: 0;
    text-transform: none;
    color: #fff;
    padding: 0;
    display: inline-block;
    margin: 10px 0 0 0;
    clip-path: none !important;
    padding-top: 10px;
    border-top: 2px solid #fff;
  }
  .ico-section.custom {
    background: none;
    padding-bottom: 0;
  }
  .ico-section.custom img {
    border-radius: 100%;
  }
  .ico-section.custom .text-wrapper {
    width: 100%;
    padding: 0;
  }
  .ico-section.custom .image-wrapper {
    margin-bottom: 30px !important;
    display: block;
    width: 100%;
  }
  @media (max-width: 767px) {
    .ico-section.custom .image-wrapper {
      margin: 0 auto;
    }
    .ico-section.custom .text-wrapper,
    .ico-section.custom .link-wrapper {
      width: 100%;
      text-align: center;
    }
  }
  .flex-space {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }


  .anti-corrosion-header,
  .clean-energy-header,
  .engineered-solutions-header,
  .chemical-page-header,
  .contact-header {
    position: relative;
    background-image: url("uploads/images/p1i1cvtssr140n9rc126hs881hue4.jpg");
    background-size: cover;
    background-position: center;
  }

  .anti-corrosion-header::before,
  .clean-energy-header::before,
  .engineered-solutions-header::before,
  .chemical-page-header::before,
  .contact-header::before
  {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }

  .testimonial,
  .testimonial * {
    position: relative;
    z-index: 2;
  }

  .contact-header {
    text-align: center;
    height: 400px;
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .anti-corrosion-header h1,
  .clean-energy-header h1,
  .engineered-solutions-header h1,
  .chemical-page-header h1,
  .contact-header h1{
    color: #fbfbfb;
    font-family: "Karla", Sans-serif;
    font-size: 5.5rem ;
    font-weight: 900;
    font-style: normal;
    text-decoration: none;
    line-height: 100px;
    letter-spacing: 0px;
    word-spacing: 0em;
    text-shadow: 0px 0px 10px #000000;
    margin-bottom: 0.3rem !important;
  }

  .anti-corrosion-header h2,
  .clean-energy-header h2,
  .engineered-solutions-header h2,
  .chemical-page-header h2,
  .contact-header  h2 {
    text-align: center;
    color: #ffffff;
    font-family: "Montserrat", Sans-serif;
    font-size: 22px !important;
    font-weight: 600;
    text-transform: capitalize !important;
    font-style: normal;
    text-decoration: none;
    line-height: 38px;
    letter-spacing: 0px;
    word-spacing: 0em;
    text-shadow: 0px 0px 10px #000000;
  }

  .contact-header .white-new-group-banner {
    display: none!important;
  }

  .chemical-page-header h1 {
    margin-top: 100px;
  }

  #new-header {
    padding-bottom: 87px;
  }


  .new-form-title h2{
    margin-top: 50px !important;
  }

  .new-page-intro .container {
    width: 95% !important;
    /* margin: 0 80px; */
    margin: 0 auto;
  }

  .new-page-intro img {
    max-width: 25%;
    margin: 20px 0;
  }

  .new-page-intro a {
    margin-top: 10px !important;
  }

  .new-page-intro p,
  .new-page-standards p,
  .new-page-assurance p,
  .clean-energy-standards p {
    margin-bottom: 20px;
  }

  .new-page-standards,
  .new-page-assurance,
  .clean-energy-standards {
    background-color: #f7f7f7 !important;
  }

  .section.new-page-standards .container .row .col-sm-12 h2,
  .section.new-page-assurance .container .row .col-sm-12 h2 {
    margin-top: 60px;
    margin-bottom: 10px;
  }

  .new-page-standards,
  .new-page-assurance,
  .clean-energy-standards {
    margin-bottom: 20px !important;
  }

  .new-page-standards img {
    width: 107px;
    height: auto;
    margin: 50px 100px 50px 0;
  }

  .new-product-section {
    overflow: auto;
    margin: 20px 0;
  }

  .new-product-section .col-md-6 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .product-image {
    max-width: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 auto;
  }

  .new-product-section .product-image.right {
    float: none;
  }

  .new-product-section .product-image {
    width: 45%;
  }

  .new-product-section .product-content {
    width: 45%;
  }

  .brand-logo img {
    max-width: 270px;
    margin-bottom: 20px;
  }

  .brand-logo h1 {
    font-size: 30px;
  }

  .productDescription {
    max-width: 660px;
  }

  #attributeValues h4 {
    font-size: 16px;
  }

  #attributeValues {
    max-width: 660px;
  }

  #attributeValues .row .inner-wrapper .col-sm-6 .expandbox a.new-page {
    font-size: 0.85rem;
  }

  #attributeValues
  .row
  .inner-wrapper
  .col-sm-6
  .expandbox
  a.expandlink.new-page::after {
    top: 9px;
  }


  .newproductsectionElement .section {
    padding-top: 40px !important;
  }

  .newproductsectionElement .container,
  .featuresanddownloadsElement .container {
    max-width: 1700px;
    margin: 0 auto;
  }

  .features-list h4,
  .downloads-list h4 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }

  .features-list ul,
  .downloads-list ul {
    list-style-type: none !important;
    padding: 0;
    margin: 0;
  }

  .features-list li,
  .downloads-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 1.2rem;
    list-style-type: none !important;
  }

  .downloads-list .row {
    display: flex;
    flex-wrap: wrap;
  }

  .downloads-list .col-md-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  .downloads-list a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
  }

  .downloads-list a img {
    width: 45px;
    height: 45px;
    margin-right: 14px;
  }

  .downloads-list a .text-wrapper {
    display: flex;
    flex-direction: column;
  }

  .downloads-list a:hover {
    text-decoration: underline;
  }

  .download-file {
    margin-top: 5px;
    color: #e80033;
  }

  .features-list ul li::after {
    display: none;
  }

  .featuresanddownloadsElement h4,
  .featuresanddownloadsElement li {
    font-size: 0.95rem;
  }

  .featuresanddownloadsElement h5 {
    padding-top: 50px;
    font-style: 17px !important;
  }

  .featuresanddownloadsElement a {
    font-size: 0.8rem;
  }

  .featuresanddownloadsElement .section {
    padding-top: 20px !important;
    padding-bottom: 50px;
  }

  @media (max-width: 480px) {
    .features-list h4,
    .downloads-list h4 {
      font-size: 1rem;
    }

    .features-list li,
    .downloads-list li {
      font-size: 0.8rem;
    }

    .downloads-list .col-md-4 {
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 10px;
    }

    .downloads-list a img {
      width: 35px;
      height: 35px;
      margin-right: 10px;
    }

    .download-file {
      margin-top: 3px;
      font-size: 0.75rem;
    }

    .featuresanddownloadsElement h4,
    .featuresanddownloadsElement li {
      font-size: 0.7rem;
    }

    .featuresanddownloadsElement a {
      font-size: 0.65rem;
    }

    .featuresanddownloadsElement .section {
      padding-top: 15px !important;
      padding-bottom: 30px;
    }

    .new-page-intro img{
      max-width: 90%;
    }

    .new-page-standards img{
      width: 60px;
      margin: 0 0 20px 0;

    }

    .featuresanddownloadsElement{
      margin: 0 20px !important;
    }

    .features-list path{
      width: 17px !important;
      height: 17px !important;
    }

    .features-list svg{
      width: 17px !important;
      height: 17px !important;
    }


    .features-list h4,
    .downloads-list h4 {
      font-size: 14px;
      margin-bottom: 15px;
      font-weight: bold !important;
      margin-top: 20px;
    }

    .new-page-features p{
      margin-bottom: 30px !important;
    }

    .new-page-features img{
      margin-bottom: 10px !important;
    }

    .column3333Element .section{
      margin-bottom: 0;
      padding-top: 10;
    }
    .new-page-case-study .title-wrapper,
    .new-page-case-study .ico-section .text-wrapper {
      padding-left: 10px !important;
      padding-right: 10px !important;
    }

  }


  .new-page-features img {
    max-height: 50px;
    margin-bottom: 30px;
  }

  .new-page-features h3 {
    margin-bottom: 0 !important;
  }

  .new-page-assurance img {
    width: 427px;
    height: auto;
    margin: 0px 100px 50px 0;
  }

  .case-study-title {
    margin-top: 50px;
  }

  .case-study-title h4 {
    font-size: 1rem;
    font-weight: 800 !important;
  }

  .case-study-title h2 {
    color: #e80033;
    font-weight: 900 !important;
    text-transform: capitalize !important;
    margin-top: 10px !important;
    margin-bottom: 50px !important;
  }
  .new-page-case-study .image-wrapper {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .new-page-case-study .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .new-page-case-study h3 {
    margin-top: 30px;
    font-size: 1.4rem;
    font-weight: 700 !important;
    margin-bottom: 0.8em;
    letter-spacing: 0.05em

  }


  .new-page-case-study p {
    font-size: 0.9rem;
  }

  .new-page-case-study .ico-section .text-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 10px;
    min-height: 305px;
    margin-top: 20px;
  }

  .ico-section  {
    padding: 5px;
    margin-top: 10px;
  }

  .new-page-case-study .title-wrapper{
    padding-left: 30px;
    padding-right: 30px;
  }

  .anti-corrosion-form,
  .clean-energy-form {
    max-width: 60%;
    margin: 0 auto;
  }

  @media (max-width: 1760px) {
    .newproductsectionElement,
    .featuresanddownloadsElement{
      margin: 0px 50px;
    }

    newproductsectionElement a{
      font-size: 0.5rem;
    }


  }

  /* new page form styling */

  .anti-corrosion-form .pw-form-content fieldset,
  .clean-energy-form .pw-form-content fieldset {
    display: flex;
    flex-wrap: wrap;
  }

  .anti-corrosion-form .pw-form-content .control-group,
  .clean-energy-form .pw-form-content .control-group {
    flex: 1 1 50%;
    box-sizing: border-box;
    padding: 10px;
  }

  .anti-corrosion-form .pw-form-content .control-group.full-width,
  .clean-energy-form .pw-form-content .control-group.full-width {
    flex: 1 1 100%;
  }

  .anti-corrosion-form .pw-form-content .control-group input,
  .anti-corrosion-form .pw-form-content .control-group textarea,
  .clean-energy-form .pw-form-content .control-group input,
  .clean-energy-form .pw-form-content .control-group textarea {
    width: 100%;
  }

  .anti-corrosion-form .pw-form-content .control-group,
  .clean-energy-form .pw-form-content .control-group {
    margin-bottom: 15px;
  }

  .anti-corrosion-form .form-actions .btn,
  .clean-energy-form .form-actions .btn {
    text-transform: capitalize;
  }

  .mobile-only-img {
    display: none;
  }

  /* New Clean Energy Page */

  .clean-energy-intro h2{
    font-size: 2.5rem !important;
    margin-bottom: 1rem;
  }

  .clean-energy-intro .readmore {
    margin-top: 1rem;
  }

  .clean-energy-types h3 {
    font-size: 1.5rem;
  }

  .clean-popular-products h2{
    font-size: 2.5rem;
  }

  .clean-energy-products h3 {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .clean-energy-products p{
    font-size: 0.99rem;
    margin-bottom: 2rem;
    min-height: 8rem;
  }

  .popular-product-hover {
    position: relative;
    display: block;
    overflow: hidden;
  }

  .popular-product-hover img {
    display: block;
    width: 100%;
    height: auto;
  }

  .popular-product-hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 1.5s ease;
    pointer-events: none;
  }

  .popular-product-hover:hover::after {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .clean-energy-trusted h2{
    color: #e80033;
    font-size: 2.5rem;
    margin-top: 0;
  }

  .clean-quote-image .image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    img {
      aspect-ratio: 0!important;
    }
  }

  .clean-quote-image img {
    max-width: 65%;
    height: auto;
    margin-top: 2rem;
  }

  .clean-quote-text {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .clean-quote-name {
    color: #e80033;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .clean-quote-company{
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 3rem;
  }


  .clean-energy-quote {
    position: relative;
    font-family: Arial, sans-serif;
  }

  .clean-energy-quote p{
    line-height: 1.4;
  }


  .clean-energy-quote .quote-mark {
    font-size: 250px;
    color: #e80033;
    line-height: 0.6;
    font-weight: bold;
  }

  .clean-energy-quote .open-quote {
    position: absolute;
    top: 165px;
    left: -70px;
  }

  .clean-energy-quote .close-quote {
    position: absolute;
    bottom: -170px;
    right: 34px;
  }
  .section.clean-energy-standards .container .row .col-sm-12 h2 {
    font-size: 2rem;
  }
  .clean-energy-standards img{
    max-height: 50px;
    margin-top: 2.5rem;
    margin-right: 6rem;
    margin-bottom: 4rem;
  }

  .clean-form-title h2{
    font-size: 2.5rem;
    margin-top: 6rem !important;
  }

  .clean-energy-form {
    margin-bottom: 2rem;
  }

  /* Engineered Solutions */

  .engineered-solutions-header .text-wrapper {
    margin-top: 3rem;
  }


  .engineered-solutions-header h1{
    font-size: 6.5rem;
    line-height: 130px;
    margin-bottom: 1rem;
    margin-top: 140px;
  }

  .engineered-solutions-header h2 {
    text-transform: none !important;
  }

  .engineered-solutions-header .white-new-group-banner {
    display: none;
  }

  .engineered-solutions-header .readmore {
    margin-top: 3rem;
  }

  .engineered-solutions-intro h2{
    font-size: 2.5rem !important;
    margin-bottom: 1rem;
  }

  .skid-assembly-packages h3 {
    font-weight: 800;
    font-size: 1.5rem;
    text-transform: uppercase;
  }

  .engineered-solutions-world h2 {
    font-weight: 800;
    font-size: 2.5rem;
    color: #e80033;
    margin-top: 3rem !important;
  }

  .engineered-standards h2 {
    font-weight: 700;
    font-size: 2rem;
  }

  .engineered-solutions-project-header h2 {
    font-weight: 800;
    font-size: 2.5rem;
    color: #e80033;
    margin-top: 1rem !important;
  }

  .engineered-solutions-projects h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    min-height: 60px;
  }


  .engineering-solution-projects .image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 400px;
  }

  .engineering-solution-projects img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }

  .engineering-solution-icon .image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .engineering-solution-icon img {
    max-height: 45px;
    height: 100%;
    width: auto;
  }


  .engineering-solution-icon-text p{
    padding: 0 15px;
  }


  /* New Industry Pages */

  .new-industry-page-intro h2 {
    font-size: 2.3rem;
  }

  .new-page-case-study img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }





  /* Media Queries */


  @media (max-width: 768px) {
    .anti-corrosion-form .pw-form-content fieldset,
    .clean-energy-form .pw-form-content fieldset {
      display: block;
    }

    .anti-corrosion-form .pw-form-content .control-group,
    .clean-energy-form .pw-form-content .control-group {
      flex: 1 1 100%;
      padding: 5px;
    }

    .anti-corrosion-form .pw-form-content .control-group.full-width,
    .clean-energy-form .pw-form-content .control-group.full-width {
      flex: 1 1 100%;
    }

    .clean-energy-form {
      max-width: 90%
    }


    .mobile-only-img {
      display: block;
    }

    .desktop-only-img {
      display: none;
    }

    .chemical-page-header h1 {
      font-size: 3.7rem;
      margin-top: 20px;
    }

    .new-industry-page-intro h2{
      text-align: left;
    }

    .new-industry-page-intro {
      padding-top: 0;
    }

    .new-page-standards h2 {
      margin-top: 10px !important;
    }
  }



  @media (max-width: 1024px){
    .anti-corrosion-header h1,
    {
      font-size: 4.5rem;
    }

    .new-page-features img{
      max-width: 50%;
    }


  }

  .new-page-features .row {
    display: flex;
    flex-wrap: wrap;
  }

  .new-page-features .col-md-3 {
    flex: 1 1 1 1 100%;
    box-sizing: border-box;
    padding: 10px; /
  }

  .engineered-solutions-header {
    min-height: 70vh;
  }

  @media (max-width: 768px) {
    .new-page-features .col-md-3 {
      flex: 1 1 50%;
    }

    .new-page-assurance img{
      max-width: 90%;
    }

    .new-page-case-study h3{
      font-weight: 800 !important;
    }

    .new-page-case-study .ico-section .text-wrapper {
      margin-top: 0;
    }



    .engineered-solutions-header h1{
      font-size: 3rem;
      line-height: 60px;
    }
   .contact-header h1{
      font-size: 3rem;
      line-height: 60px;
    }

    .clean-energy-standards h2 {
      font-size: 1.75rem;
    }

    .clean-energy-standards p {
      font-size: 0.95rem;
    }

    .clean-energy-standards img {
      margin: 5px;

    }

    .clean-energy-standards {
      padding-bottom: 2rem;
    }

  }

  .auto {
    img {
      margin: 0 auto;
      display: block;
      max-height: 50px;
    }
  }
}


.section:has(.gallery-slider) {
  background: #f1f1f1!important;
}


.home-form  {
  max-width: 800px;
  margin: 0 auto;
  .control-group  {
    width: 49%!important;
    float: left!important;
  
  
    &:nth-child(6n+2) {
      margin-right: 1%;
    }
    &:nth-child(6n+5) {
      margin-left: 1%;
    }
  
    &:last-of-type {
      margin-left: 0;
      margin-right: 0;
      width: 100%!important;
    }
  }
}

.no-gap {
  margin: 0!important;
  padding: 0!important;
}



.home .theme3 ,.home .theme6{

  .iconsetsection {
    padding-top: 20px!important;
    padding-bottom: 5px!important;
    margin: 0!important;
    .row+.row {
      display: none;
    }
  }

  .iconset {
    margin-bottom: 0!important;
    padding-bottom: 0!important;
    *:after,*:before {
      display: none!important;
    }

  }
  .iconset .icon {
    width: 80px;
  }
  .iconset  {
    padding-top: 60px;
  }
  .row {
   
  }
  .title {
  font-size: 1rem;
  margin-bottom: 1rem;
}
}

.theme6 {
  text-align: center;

  img {
    margin-bottom: 1rem!important;
    display: block;
  }
}


.center-img {
  img {
    display: block;
    margin: 0 auto;
  }
}


.flexslider ul.slides {
  display: flex;
  
  li{
   
    list-style: none;
    &:after{
      display: none;
    }

    .homeslide {
      margin-right: 20px;
      position: relative;
      &:after {
        content:"";
        position: absolute;
        top:0;
        left:0;
        width: 100%;
        height: 100%;
        background-color: #0004;
      }
    }
  }
}

#video-graphic {
  h1 {
    text-shadow:0px 0px 5px  #000;
  }
  .testimonial {
    display: flex;
    align-items: center;
    padding-block: 1rem;
  }
}

.theme3 {
  .iconset {
    .icon {
      max-height:30px;
      margin-bottom: -25px;
      margin-top: 20px;
    }

    h2 {
      margin-top: 10px;
    }
  }
}


.flexslider {
 

}

.container.type1 {
  max-width: 1350px;
}


.slickslider {
  position: relative;
  .slick-slide {
    padding-left: 30px;
  }

 
  .homeslide {
    position: relative;

    &:after {
      position: absolute;
      top:0;
      left: 0;
      width: 100%;
      height: 100%;
      content:"";
      background-color: #0004;
    }
  }

 
   

     .slick-next,.slick-prev {
      right: 30px!important;
      height: 30px;
      width: 60px;
      background-size: contain;
      background-image: url('/pages/img/arrow-right-white.png');
      background-position:center!important;
      background-repeat: no-repeat;
      font-size: 0;
      border:0;
      opacity: 0.75;
      top:50%;
      background-color: transparent!important;
      z-index: 100;
      position: absolute;

      /* background-image: url('/pages/img/arrow-right-black.png'); */
        &:hover {
          background-image: url('/pages/img/arrow-right-black.png');
        }
      }

      .slick-next {
        
        left: auto;
        right: -0px!important;
      }
      .slick-prev {
        
        transform: rotate(180deg);
        left: 30px!important;
        right: auto!important;
      }
  
  .title {
    font-size: 2rem;
    position: absolute;
    top: 10px;
    left: 20px;
    color:#fff;
    z-index: 100;
    font-weight: bold;
  }
  .flex-direction-nav li:after {
      display: none;
  }



  @media(max-width:1200px) {
    .title {
      font-size: 1.4rem;
    }
  }

  @media(max-width:767px) {
    .iconset  {

      padding-top: 40px!important;
    }
    .slick-prev {
      left: -10px!important;
    }
    .slick-slide {
      padding-left: 0px;
      padding-right: 15px;
    }
  }
}

.cryogenics,.nuclear {
  h2 {
    margin-top: 0;
  }
}
.cryogenics-main {
  img {
    object-fit: cover;
    aspect-ratio: 1.5;
    width: 100%;
  }
  .title-wrapper{
    margin-top: 1em;
  }
  .ico-section {
    background: none;
    .image-wrapper {
      width: 100%;
    }
  }
}

.cryogenics,.nuclear {
  .ico-section {
    background: none;
  }
  .image-wrapper {
    width: 100%;
  }
}
.nuclear {
  #video-graphic {
    background-position: center 53%;
 
 
    min-height: 70vh;
    max-height: 70vh;
    &:before {
      opacity: 0.15;
    }
  }

  h1 {
    /* font-size: 70px!important;
    font-weight: 500!important;
    letter-spacing: 0.014em;
    max-width: 1200px!important; */
  }
  h2 {
    font-size: 2.5rem;
   
    em {
      font-style: inherit!important;
      font-weight: 900!important;
    }
  }
  h2 + p  {
    margin-top: -1rem;
  }
  .theme1,.theme8 {
    h2 + p  {
      margin-top: 0rem;
    }
  } 
  .theme1 {
    strong {
      letter-spacing: 0.014em;
    }
  }
  .clean-energy-form {
    max-width: 45%;
  }
  .testimonial .quote {
    font-size: 1.3rem!important;
  }
  .theme1 h2 {
    font-weight: normal;
  
    strong {
      font-weight: 900!important;
    }
    /* font-size: 1.5rem; */
  }
  .image-wrapper {
    display: block;
    margin-bottom: 1rem!important;
  }
  .title-wrapper {
    font-weight: 700;
  }
  .ico-description-element h3 {
    font-size: 1.5rem;
  }
  .ico-section .text-wrapper{ 
    padding:30px 0;
  }

  @media(max-width:767px) {
    .clean-energy-form {
      max-width: 100%;
    }
  }
}



.row.flex {
  display: flex;
  flex-wrap: wrap;

  .col-{
    flex:1;
    padding:0 15px;
  }

  @media(max-width:992px) {
    .col-{
      min-width: 33.333%;
    }
  }
  @media(max-width:767px) {
    .col-{
      min-width: 50%;
    }
  }
}




.case-study-wrapper {
  padding: 0 30px;
  margin-bottom: 60px;
  margin-top: 60px;

  img {
    aspect-ratio: 0.75;
    width: 100%;
    object-fit: cover;
    margin-bottom: 15px;
  }

  @media(max-width:767px) {
    padding: 0;
    .inner {
      padding: 0 30px;
    }
    h2 {
      
      br {
        display: none;
      }
      font-size: 1.5rem!important;
    }

  }
}
.bottom-text-wrapper {
  margin-top: 30px;
}


.form-downloader {
  display: none;
  position: fixed;
  top:0%;
  left: 0%;
  right:0%;
  bottom:0%;
     border:3px solid #cc022e;
  background-color: #000c;
  z-index: 9100000000;

  text-align: center;
  /* color:#fff; */
  justify-content: center;
  align-items: center;

  .close {
    position: absolute;
    right: 0px;
    transform: translateY(-50%) translateX(50%);
    top:0;
    background-color: #cc022e;
    width: 40px;
    line-height: 0.6;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    border-radius: 50%;
    color:#fff;
    opacity: 1;

    &:hover {
      background-color: #1a1a1a;
    }
  }
  .form-wrapper {
    border-radius: 30px;
    position: relative;
    width: 500px;
    text-align: left;
    max-width: 100%;
    padding: 30px;
    background-color: #fff;
    border:3px solid #cc022e;
  }
  .pw-form-header {
    margin-bottom: 30px;
  }
  .form-actions {
    margin-top: 30px!important;
    display: flex;
    justify-content: flex-start;
  }
  .captchabox,.form-actions,.form-actions * {
    margin: 0;
  }
}

.form-group:has(#Fld-131) {
  display: none;
}




#cookiepolicy {
  position: fixed;
  display: flex;
  top:0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  .gap {
    display: flex;
    row-gap: 15px;
    column-gap:15px;
    justify-content: center;
  }

  .container {
    border:2px solid #cc022e;
    background-color:#fff;
    text-align: center;

    p{
      color:#000;
    }
    .row {
      display: flex;
      flex-direction: column;
      row-gap: 15px;

      >div {
        width: 100%!important;
      }
    }
  }
}


.products-area .form-wrapper {
 font-weight:bold;   
}


.h1 {
 font-weight: 900!important;
  letter-spacing: -0.05em!important;
  font-size: 2rem!important;   
}
.h1a {
 font-weight: 900!important;
  letter-spacing: -0.05em!important;
  font-size: 1.2rem!important;   
}


.shadow-box {
  box-shadow: 0px 0px 5px #0003;
  border-radius: 5px;
  padding:45px!important;
}
