/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 26 2023 | 04:07:41 */
/*Mailing Form*/


.X3Page {
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
 
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}

.X3Page {
  font-family: 'Catamaran', sans-serif;
  line-height: 1.6;
  color: #333;
  font-size: 1.1rem;
}





.X3Page {
  list-style: none;
}




.section-a {
  margin: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-a .containerX3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
  align-items: center;
  justify-content: center;
}

.section-a h1 {
  font-size: 4rem;
  color: black !important;
}

.section-a p {
  margin: 1rem 0;
}

.section-b {
  position: relative;
  background: url('https://hardwoodfloors.com.au/wp-content/uploads/2017/03/natural1-e1517809169243.jpg') no-repeat bottom center/cover;
  height: 600px;
}

.section-b-inner {
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
  max-width: 860px;
  padding: 5rem 0;
}

.section-b-inner h3 {
  font-size: 2rem;
}

.section-b-inner h2 {
  font-size: 5rem;
  margin-top: 1rem;
}

.section-b-inner p {
  margin-top: 1rem;
  font-size: 1.5rem;
}


.btnVideoX3 {
display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0px;
    background: black;
    color: #fff;
    padding: 15px;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    border-radius: 30px;
    width: 180px;
}


.overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 700px) {
  .section-a .containerX3 {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .section-a .containerX3 div:first-child {
    order: 2;
  }

  .section-a .containerX3 div:nth-child(2) {
    order: -1;
  }

  .section-a img {
    width: 80%;
    margin: auto;
  }

}


/*Ribbon*/

.ribbon-cont {
  margin: 0 auto; 
  max-width: 660px;
  padding: 0 20px;
  font-family: 'Kanit', sans-serif;
  font-size: 24px;
  font-weight: 700;
  
}

.ribbon3 {
  width: 50%;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  position: absolute;
  left: -8px;
  top: -10px;
  background: red;
  color: white;
}

@media (max-width: 377px) {
	.ribbon3 {
		width: 90% !important;
		font-size: 50%; 
	}
}
.ribbon3:before, .ribbon3:after {
  content: "";
  position: absolute;
}
.ribbon3:before {
  height: 0;
  width: 0;
  top: -8.5px;
  left: 0.1px;
  border-bottom: 9px solid red;
  border-left: 9px solid red;
}
.ribbon3:after {
  height: 0;
  width: 0;
  right: -14.5px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 15px solid red;
}

@media (min-width: 500px) {
  .ribbons-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ribbon {
    width: 48%;
  }
}

/*Benefits section*/

.benefits {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 font-family: "Open Sans", sans-serif;
	 background-color: #f5f5f5;
}
 .containerX3 {
	 width: 100%;
	 max-width: 960px;
	 margin-left: auto;
	 margin-right: auto;
	 padding-left: 20px;
	 padding-right: 20px;
	 box-sizing: border-box;
}
 .benefits {
	 width: 100%;
	 padding-top: 40px;
	 padding-bottom: 40px;
	 background-color: #fff;
}
 @media (min-width: 768px) {
	 .benefits {
		 padding-top: 44px;
		 padding-bottom: 44px;
	}
}
 @media (min-width: 1366px) {
	 .benefits {
		 padding-top: 60px;
		 padding-bottom: 60px;
	}
}
 @media (min-width: 1920px) {
	 .benefits {
		 padding-top: 80px;
		 padding-bottom: 80px;
	}
}
 .benefits__header {
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 margin-bottom: 24px;
}
 @media (min-width: 768px) {
	 .benefits__header {
		 flex-direction: row;
	}
}
 .benefits__title {
	 margin: 0;
	 margin-bottom: 24px;
	 font-weight: 300;
	 font-size: 24px;
	 line-height: 1.12;
}
 @media (min-width: 768px) {
	 .benefits__title {
		 margin-bottom: 0;
		 font-size: 30px;
		 margin-right: 24px;
	}
}
 @media (min-width: 1920px) {
	 .benefits__title {
		 font-size: 42px;
	}
}
 .benefits__controls-wrapper {
	 display: flex;
}
 .benefits-carousel-button {
	 padding: 12px;
	 color: red;
	 background-color: #fff;
	 border: 2px solid;
	 border-radius: 100px;
	 cursor: pointer;
	 user-select: none;
	 transition: 0.25s;
	 outline: none;
}
 .benefits-carousel-button--prev {
	 margin-right: 12px;
}

.benefits-carousel-button--next {
	padding-right: 12px;
}

 .benefits-carousel-button.swiper-button-disabled {
	 color: #eaeaea;
}
 .benefits-carousel-button__icon {
	 display: block;
	 width: 12px;
	 height: 12px;
	 fill: currentcolor;
}
 @media (min-width: 768px) {
	 .benefits-carousel-button__icon {
		 width: 18px;
		 height: 18px;
	}
}
 .benefits-carousel__item {
	 margin-bottom: 20px;
	 box-sizing: border-box;
}
 @media (min-width: 667px) {
	 .benefits-carousel__item {
		 margin-top: 20px;
	}
}
 .benefits-card {
	 text-align: center;
}
 @media (min-width: 768px) {
	 .benefits-card {
		 text-align: left;
		 display: flex;
	}
	 .benefits-card::before {
		 content: "";
		 position: relative;
		 top: -4px;
		 flex-shrink: 0;
		 width: 32px;
		 height: 32px;
		 margin-right: 12px;
		 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 426.7 426.7'%3E%3Cpath fill='%234CCA4C' d='M213.3 0a213.3 213.3 0 1 0 0 426.7 213.3 213.3 0 0 0 0-426.7zm-39.1 323l-94-94 31.4-31.3 62.6 62.6 140.9-140.9 31.3 31.3L174.2 323z'/%3E%3C/svg%3E");
		 background-repeat: no-repeat;
		 background-position: center;
		 background-size: contain;
	}
}
 .benefits-card__title {
	 margin: 0;
	 margin-bottom: 20px;
	 font-weight: 700;
	 font-size: 20px;
}
 @media (min-width: 768px) {
	 .benefits-card__title {
		 font-size: 18px;
	}
}
 .benefits-card__description {
	 margin: 0;
	 font-weight: 300;
	 font-size: 16px;
	 line-height: calc(20 / 14 * 1em);
}
 @media (min-width: 768px) {
	 .benefits-card__description {
		 font-size: 14px;
	}
}
 .benefits__footer {
	 display: flex;
	 align-items: center;
	 flex-direction: column-reverse;
	 margin-top: 12px;
}
 @media (min-width: 768px) {
	 .benefits__footer {
		 flex-direction: row;
		 margin-top: 24px;
	}
}
 .benefits__footer-button {
	 flex-shrink: 0;
}
 .benefits__footer-pagination-wrapper {
	 margin-bottom: 36px;
}
 .benefits__footer-pagination-wrapper .swiper-pagination {
	 position: static;
}
 .benefits__footer-pagination-wrapper .swiper-pagination-progressbar {
	 height: 4px;
	 background-color: #eaeaea;
	 border-radius: 10px;
	 overflow: hidden;
}
 .benefits__footer-pagination-wrapper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	 background-color: red;
	 border-radius: inherit;
}
 .benefits__footer-pagination-wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
	 width: 24px;
	 height: 24px;
	 margin-left: 4px;
	 margin-right: 4px;
	 background-color: #fff;
	 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 426.7 426.7'%3E%3Cpath fill='%234CCA4C' d='M213.3 0a213.3 213.3 0 1 0 0 426.7 213.3 213.3 0 0 0 0-426.7zm-39.1 323l-94-94 31.4-31.3 62.6 62.6 140.9-140.9 31.3 31.3L174.2 323z'/%3E%3C/svg%3E");
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: contain;
	 opacity: 1;
	 outline: none;
}
 .benefits__footer-pagination-wrapper .swiper-pagination-bullets .swiper-pagination-bullet-active ~ .swiper-pagination-bullet {
	 background-color: #eaeaea;
	 background-image: none;
}
 @media (min-width: 768px) {
	 .benefits__footer-pagination-wrapper {
		 flex-grow: 1;
		 margin-bottom: 0;
		 margin-left: 36px;
	}
}
 
/*image gallery*/

.section-galleryImg {
  position: relative;
}

.card {
  color: white;
  padding: 3rem;
  height: 225px;
  border-radius: 20px;
}
.one {
  background: url('https://www.rlapolymers.com.au/wp-content/uploads/2023/03/pexels-max-rahubovskiy-6180674-scaled.jpg');
}

.two {
  background: url('https://www.rlapolymers.com.au/wp-content/uploads/2023/03/pexels-max-rahubovskiy-6782424-scaled.jpg');

}

.three {
  background: url('https://www.rlapolymers.com.au/wp-content/uploads/2023/03/pexels-max-rahubovskiy-6782359-scaled.jpg');

}

.four {
	background: url('https://www.rlapolymers.com.au/wp-content/uploads/2023/03/pexels-max-rahubovskiy-6958146-scaled.jpg');

}

.five {
	background: url('https://www.rlapolymers.com.au/wp-content/uploads/2023/03/pexels-max-rahubovskiy-6587847-scaled.jpg');

}

.six {
	background: url('https://www.rlapolymers.com.au/wp-content/uploads/2023/03/pexels-kelly-4263067-scaled.jpg');
}


.cards {
  max-width: 1200px;
  margin:auto;
  display: grid;
  grid-gap: 1rem;
  margin-bottom: 10%;
}

/* Screen larger than 600px? 2 column */
@media (min-width: 600px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
}

/* Screen larger than 900px? 3 columns */
@media (min-width: 900px) {
  .cards { grid-template-columns: repeat(3, 1fr); }
}



/*purchase-place - contact information*/

.contactX3 {
  background-color: white;
  color: black;
  padding: 3rem;
  border-radius: 20px;
  border: 1px solid black;
  margin-bottom: 15px;
}
.contactX3 h1 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Kanit', sans-serif;
  color: red !important;
}

.contactX3 h5 {
  text-align: center;
  font-weight: 700;
  font-family: 'Kanit', sans-serif;
}

.contactUsTitle {
	    text-align: center;
    text-transform: uppercase;
    position: relative;
    top: 20px;
	color: black !important;
	margin: 5px;
	margin-bottom: 20px;
}

.site-header .header-main {
	position: relative; 
	top: -35px;
}
}

.contacth4 {
  text-align: center !important;
  font-weight: 700 !important;
  font-family: 'Kanit', sans-serif !important;
  font-size: 24px !important;
}

.contactsX3 {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 25px;
  display: grid;
  grid-gap: 1rem;
  bottom: 5%;

}

/* Screen larger than 600px? 2 column */
@media (min-width: 600px) {
  .contacts { grid-template-columns: repeat(2, 1fr);
  
  }
}

/* Screen larger than 900px? 3 columns */



.callNow
{
  color: #ffffff;
  background-color: #2ecc71;
  border: none;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 0px;
  display: flex;
	justify-content: center;
  align-items: center;
  width: 250px;
  margin: 0 auto;
  
  box-shadow: 2px 7px 96px -2px rgba(154,171,237,1);
  -webkit-box-shadow: 2px 7px 96px -2px rgba(154,171,237,1);
  -moz-box-shadow: 2px 7px 96px -2px rgba(154,171,237,1);
}

.callNow:hover
{
  box-shadow: none;
  cursor: pointer;
}

.callNow i
{
  font-size: 30px;
  padding-right: 25px;
}

.purchase-place {
 border-bottom: 10px solid red;
 border-radius: 10px;
  
}


/*TDS & SDS Section*/

.datasheet {
    background-color: transparent;
    border: none;
    color: white;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.datasheets {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 50% 50%;
}

/* Screen larger than 600px? 2 column */
@media (min-width: 600px) {
  .datasheets { grid-template-columns: repeat(40%, 40%); }
}

/* Screen larger than 900px? 3 columns */
@media (min-width: 900px) {
  .datasheets { grid-template-columns: repeat(2, 1fr); }
}


/* CSS */
.button-24 {
    width: 100%;
    height: 150px;
    background: #FF4742;
    border: 1px solid #FF4742;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 10%) 1px 2px 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: nunito,roboto,proxima-nova,"proxima nova",sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 0px;
    min-height: 40px;
    outline: 0;
    padding: 12px 14px;
    text-align: center;
    text-rendering: geometricprecision;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    text-decoration: none;
}

.button-24:hover,
.button-24:active {
  background-color: initial;
  background-position: 0 0;
  color: #FF4742;
}

.button-24:active {
  opacity: .5;
}

.datasheets-section {
  margin: 5% auto;
}

.specsTitle {
  font-size: 30px !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 80px;
    text-transform: uppercase;
}

/*Modal */
.modalX3 {
display: none;
    position: fixed;
    z-index: 1;
    padding-top: 150px;
    left: 0;
    top: 100px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

/* Modal Content */
.modal-contentX3 {
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  border-radius: 20px;
  height: 600px;
  margin: auto;
}


/* The Close Button */
.closeX3 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.closeX3:hover,
.closeX3:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}



.content-container {
  padding: 75px;
  border-radius: 20px;
}


.col-container:after {
  content: "";
  display: table;
  clear: both;
}

.column-one {
  float: left;
  width: 66.66666%;
  padding: 25px;
}

.column-two {
  float: left;
  width: 33.33333%;
  padding: 25px;
}

.l-font {
  font-size: 30px !important;
  color: #03071e;
}

.xl-font {
  font-size: 30px;
  color: #03071e;
}

.xl-font-w {
  font-size: 36px;
  color: #fff;
}



@media screen and (max-width: 800px) {
  .column-one,
  .column-two {
    width: 100%;
    text-align: center;
  }

}



.cards-container {
  /* List Styling Clean-Up */
  list-style: none;
  padding: 0; margin: 0;

  /* Alignment */
  margin: auto;
}

/*
 * ### Responsive Layout Rules
 */

/* When viewport width is equal or greater than 788 pixels,
 * the cards container will fix its width and will append the
 * clear fix pseudo-class to avoid float property issues.
 *
 * The width will depend from the current viewport width.
 * If is greater than 1166 pixels, will be 1106 pixels.
 * Else, then will be 728 pixels.
 */

@media (min-width: 788px) {
  .cards-container { 
    width: 728px;
  }
  /* Clear Fix */
  .cards-container::after {
    content: "";
    clear: both;
    display: table;
  }
}

@media (min-width: 1166px) {
  .cards-container {
    width: 1106px;
  }
}

/*
 * ## Feature Card Class
 */

[class$='feature-card'] {
  /* Positioning and Sizing */
  position: relative;
  box-sizing: border-box;
  width: 350px; height: 250px;

  /* Alignment */
  margin: 0;
  padding: 32px;

  /* Box Details */
  border-radius: 10px;
  border-top: solid 5px black;
  box-shadow: 2px 5px 20px rgb(0,0,0,0.1);
}
 
/*
 * ### Inner Elements
 */

[class$='feature-card'] h2, [class$='feature-card'] p { margin: 0; }

[class$='feature-card'] i {
  position: absolute;
  bottom: 15px; right: 32px;
  font-size: 48px;
}

/*
 * ### Top Border Colors Rules
 */

[class$='feature-card'][class*='cyan'] {
  border-color: hsl(180, 62%, 55%);
}

[class$='feature-card'][class*='red'] {
  border-color: hsl(0, 78%, 62%);
}

[class$='feature-card'][class*='orange'] {
  border-color: hsl(34, 97%, 64%);
}

[class$='feature-card'][class*='blue'] {
  border-color: hsl(212, 86%, 64%);
}



@media (min-width: 788px) {
  [class$='feature-card'] {
    float: left;
  }

  @media (min-width: 1166px) {
    
    [class$='feature-card']:first-child {
      margin: 140px 0;
    }
   
    [class$='feature-card']:nth-child(2),
    [class$='feature-card']:nth-child(3) {
      margin: 0 22px;
    }

    [class$='feature-card']:last-child {
      margin-top: -110px;
    }

    [class$='feature-card']:nth-child(3) {
      margin-top: 30px;
    }
  }

  @media (max-width: 1165px) {

    [class$='feature-card']:nth-child(3),
    [class$='feature-card']:nth-child(4) {
      margin-top: 30px;
    }

    [class$='feature-card']:nth-child(2),
    [class$='feature-card']:nth-child(4) {
      margin-left: 28px;
    }
  }
}

@media (max-width: 787px) {

  [class$='feature-card'] {
    width: 300px; height: 220px;
    margin: auto;
  }

  [class$='feature-card']:not(:first-child) {
    margin-top: 22px;
  }
}

 * ## Attribution Watermark
 */

.attribution { font-size: 11px; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); }



/*Contact Us Cards - Sales Managers*/
.cardContactX3 {
	 background-color: black;
	 display: table;
	 width: 90%;
	 height: 150px;
	 color: red;
	 overflow: hidden;
	 margin-bottom: 30px;
	 margin-left: 5%;
	 border-radius: 20px;
}
 .cardContactX3 .iconX3 {
	 width: 48px;
	 height: 100%;
	 display: table-cell;
	 position: relative;
	 background-color: red;
}
 .cardContactX3 .iconX3:after {
	 content: '';
	 height: 100%;
	 width: 0;
	 position: absolute;
	 right: -90px;
	 top: 0;
	 border-right: 90px solid transparent;
	 border-left: 0px;
	 border-bottom: 272px solid currentColor;
}
 .cardContactX3 .iconX3 i {
	 position: absolute;
	 bottom: 25px;
	 left: 25px;
	 color: #fff;
	 font-size: 28px;
	 z-index: 1;
}
 .cardContactX3 .content-wrapX3 {
	 padding: 10px;
	 padding-left: 62px;
	 display: table-cell;
	 vertical-align: middle;
}
 .cardContactX3 .content-wrapX3 .item-title {
	 display: inline-block;
	 font-size: 16px;
	 color: #a3baca;
	 margin-bottom: 3px;
}
 .cardContactX3 .content-wrapX3 .text {
	 color: #fff;
	 font-size: 15px;
}

.content-wrapX3 .btnX3Contact {
  font-size: 22px;
}
 
.cardHolderContactX3 {
  color: white;
  padding: 1rem;
  height: auto;
}

.cardsHolderContactX3 {
  max-width: 100%;
  margin: 15px auto;
}

/* CSS */
.button-3 {
  appearance: none;
  background-color: #2ea44f;
  border: 1px solid rgba(27, 31, 35, .15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 6px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}

.button-3:focus:not(:focus-visible):not(.focus-visible) {
  box-shadow: none;
  outline: none;
}

.button-3:hover {
  background-color: #2c974b;
}

.button-3:focus {
  box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
  outline: none;
}

.button-3:disabled {
  background-color: #94d3a2;
  border-color: rgba(27, 31, 35, .1);
  color: rgba(255, 255, 255, .8);
  cursor: default;
}

.button-3:active {
  background-color: #298e46;
  box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;
}
