/*
* Author: Redpin Design
* Version: 1.0.0
*/
/*
* Import Variables 
*/
/* Colour Variables */
/* Font Size Variables */
/*
* Import Typography
*/
@font-face {
  font-family: "Oswald Light";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("fonts/oswald/oswald-regular/oswald-regular.ttf") format("truetype"), url("fonts/oswald/oswald-regular/oswald-regular.otf") format("opentype"), url("fonts/oswald/oswald-regular/oswald-regular.eot") format("embedded-opentype"), url("fonts/oswald/oswald-regular/oswald-regular.woff") format("woff"), url("fonts/oswald/oswald-regular/oswald-regular.woff2") format("woff2"), url("fonts/oswald/oswald-regular/oswald-regular.svg") format("svg");
}
@font-face {
  font-family: "Oswald Bold";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/oswald/oswald-bold/oswald-bold.ttf") format("truetype"), url("fonts/oswald/oswald-bold/oswald-bold.otf") format("opentype"), url("fonts/oswald/oswald-bold/oswald-bold.eot") format("embedded-opentype"), url("fonts/oswald/oswald-bold/oswald-bold.woff") format("woff"), url("fonts/oswald/oswald-bold/oswald-bold.woff2") format("woff2"), url("fonts/oswald/oswald-bold/oswald-bold.svg") format("svg");
}
@font-face {
  font-family: "Unbounded Light";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("fonts/unbounded/unbounded-regular/unbounded-regular.ttf") format("truetype"), url("fonts/unbounded/unbounded-regular/unbounded-regular.eot") format("embedded-opentype"), url("fonts/unbounded/unbounded-regular/unbounded-regular.woff") format("woff"), url("fonts/unbounded/unbounded-regular/unbounded-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Unbounded Bold";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/unbounded/unbounded-bold/unbounded-bold.ttf") format("truetype"), url("fonts/unbounded/unbounded-bold/unbounded-bold.eot") format("embedded-opentype"), url("fonts/unbounded/unbounded-bold/unbounded-bold.woff") format("woff"), url("fonts/unbounded/unbounded-bold/unbounded-bold.woff2") format("woff2");
}
.col-lg-12.main-menu-container.middle.open-items a {
  font-family: "Unbounded Bold" !important;
}

.bannertitle {
  font-family: "Oswald Bold";
  font-size: 65px;
  text-transform: uppercase;
  color: #eee;
}
.bannertitle-black {
  font-family: "Oswald Bold";
  font-size: 65px;
  text-transform: uppercase;
  color: #777777;
}
.bannertitle-white {
  font-family: "Oswald Bold";
  font-size: 65px;
  text-transform: uppercase;
  color: #eee;
}
.bannertitle-green {
  font-family: "Oswald Bold";
  font-size: 65px;
  text-transform: uppercase;
  color: #00AB67;
}
.bannertitle-blue {
  font-family: "Oswald Bold";
  font-size: 55px;
  text-transform: uppercase;
  color: #005983;
}

.abouttitle {
  font-family: "Oswald Bold";
  font-size: 40px;
  text-transform: uppercase;
  color: #777777;
}
.abouttitle-black {
  font-family: "Oswald Bold";
  font-size: 40px;
  text-transform: uppercase;
  color: #777777;
}
.abouttitle-white {
  font-family: "Oswald Bold" !important;
  font-size: 40px !important;
  text-transform: uppercase;
  color: #eee !important;
}

.stitle {
  font-family: "Oswald Bold";
  color: #eee;
  font-size: 40px;
  text-transform: uppercase;
}
.stitle-black {
  font-family: "Oswald Bold";
  font-size: 40px;
  text-transform: uppercase;
  color: #777777;
}
.stitle-white {
  font-family: "Oswald Bold";
  font-size: 40px;
  text-transform: uppercase;
  color: #eee;
}

.sstitle {
  font-family: "Oswald Bold";
  font-size: 20px;
  text-transform: uppercase;
  color: #777777;
}
.sstitle-black {
  font-family: "Oswald Bold";
  font-size: 20px;
  text-transform: uppercase;
  color: #777777;
}
.sstitle-white {
  font-family: "Oswald Bold";
  font-size: 20px;
  text-transform: uppercase;
  color: #eee;
}
.sstitle-dgreen {
  font-family: "Oswald Bold";
  font-size: 20px;
  text-transform: uppercase;
  color: #00AB67;
}

.sstext {
  font-family: "Unbounded Light";
  font-size: 12px;
  color: #777777;
}
.sstext-black {
  font-family: "Unbounded Light";
  font-size: 12px;
  color: #777777;
  line-height: 2.5;
}
.sstext-white {
  font-family: "Unbounded Light";
  font-size: 12px;
  color: #eee;
  line-height: 2.5;
}

.subtitle-small {
  font-family: "Unbounded Light";
  font-size: 16px;
  color: #eee;
}
.subtitle-small-black {
  font-family: "Unbounded Light";
  font-size: 16px;
  color: #777777;
  line-height: 2.5;
}
.subtitle-small-white {
  font-family: "Unbounded Light";
  font-size: 16px;
  color: #eee;
  line-height: 2.5;
}

.about-text {
  font-family: "Unbounded Light";
  font-size: 16px;
  color: #777777;
}
.about-text-black {
  font-family: "Unbounded Light";
  font-size: 16px;
  color: #777777;
  line-height: 2.5;
}
.about-text-white {
  font-family: "Unbounded Light";
  font-size: 16px;
  color: #eee;
  line-height: 2.5;
}

.aboutus-sstitle {
  text-transform: uppercase;
  font-family: "Unbounded Bold";
  font-size: 16px;
  color: #00AB67;
}
.aboutus-sstitle-black {
  text-transform: uppercase;
  font-family: "Unbounded Bold";
  color: #777777;
  font-size: 16px;
}
.aboutus-sstitle-white {
  text-transform: uppercase;
  font-family: "Unbounded Bold";
  font-size: 16px;
  color: #eee;
}
.aboutus-sstitle-green {
  text-transform: uppercase;
  font-family: "Unbounded Bold";
  font-size: 16px;
  color: #00AB67;
}

.aboutus-sssubtitle {
  font-family: "Unbounded Light";
  font-size: 16px;
  color: #777777;
  line-height: 2.5;
}
.aboutus-sssubtitle-black {
  font-family: "Unbounded Light";
  font-size: 16px;
  color: #777777;
  line-height: 2.5;
}
.aboutus-sssubtitle-white {
  font-family: "Unbounded Light";
  font-size: 16px;
  color: #eee;
  line-height: 2.5;
}

.where-insulate-heatflow-block a {
  color: #eee !important;
}

.where-insulate-heatflow-block p {
  color: #eee !important;
}

.addresources-subtitle-black {
  font-family: "Oswald Bold";
  text-transform: uppercase;
  color: #777777;
}

a.heatflow-reflink:hover {
  color: #005983 !important;
}

a.heatflow-reflink:link {
  text-decoration: underline !important;
}

.emission-table td {
  font-family: "Unbounded Light";
  font-size: 16px;
  color: #777777;
  font-weight: 100 !important;
  line-height: 2.5;
  background: #E0E0E0;
}

.contactus-sssubtitle {
  font-family: "Unbounded Light";
  text-transform: initial !important;
  color: #eee;
  font-size: 16px;
}
.contactus-sssubtitle-white {
  font-family: "Unbounded Light";
  text-transform: initial !important;
  color: #eee;
}

.contactus-lowercase-title {
  text-transform: initial !important;
  margin-bottom: 20px !important;
  line-height: 2.5;
}

.contact-sstitle {
  font-family: "Unbounded Bold";
  font-size: 25px;
  color: #777777;
}
.contact-sstitle-black {
  font-family: "Unbounded Bold";
  font-size: 25px;
  color: #777777;
}

.contactus-form-title {
  font-family: "Oswald Bold" !important;
  font-size: 40px !important;
  text-transform: uppercase;
  color: #eee !important;
}

.contact-form-subtitle {
  font-family: "Unbounded Bold";
  font-size: 16px;
  color: #eee;
  margin-bottom: -20px !important;
  line-height: 2.5;
}

.style-light form p {
  font-family: "Unbounded Bold";
  font-size: 16px;
  text-transform: initial;
  color: #eee !important;
  line-height: 2.5 !important;
  margin-top: 20px;
}

.wpcf7 span.wpcf7-not-valid-tip {
  color: #005983 !important;
}

div.wpcf7 form .wpcf7-response-output {
  font-family: "Unbounded Light";
  color: #005983 !important;
  font-size: 16px !important;
}

.bodytext1 {
  font-family: "Unbounded Light";
  font-size: 18px;
  color: #eee;
  line-height: 2.5;
}
.bodytext1-white {
  font-family: "Unbounded Light";
  color: #eee;
  font-size: 18px;
  line-height: 2.5;
}

.projects-bpoints-text {
  font-family: "Unbounded Light";
  font-size: 16px;
  color: #777777;
  line-height: 2.5 !important;
}

.projects-text-bold {
  color: #777777 !important;
}

.t-entry-title {
  font-family: "Oswald Bold" !important;
  font-size: 20px !important;
  color: #00AB67 !important;
  text-transform: uppercase !important;
}

.t-entry-title.h6.title-scale a {
  color: #00AB67 !important;
}

.t-entry-excerpt {
  font-family: "Unbounded Light" !important;
  font-size: 12px !important;
  color: #777777 !important;
  line-height: 2.5;
}

.wplp_container.default .wpcu-front-box.top .title {
  font-family: "Oswald Bold" !important;
  color: #00AB67 !important;
  font-size: 20px !important;
  text-transform: uppercase;
}

.contactus-form-block textarea {
  color: #777777;
}

.contactus-form-block input {
  color: #777777;
}

.footertitle-div1 {
  margin-top: 40px !important;
  line-height: 2.5;
}

.footer-title1 {
  color: #eee !important;
  font-size: 20px !important;
  font-family: "Oswald Bold" !important;
}

.footer-text1 {
  color: #eee !important;
  opacity: 0.5;
  text-transform: uppercase;
  font-family: "Unbounded Light";
  font-size: 12px;
  line-height: 2.5;
}

.footer-country {
  color: #eee;
  text-transform: uppercase;
  font-family: "Unbounded Light";
  font-size: 12px;
}

a.footer-contactlink {
  color: #eee;
  text-transform: uppercase;
  font-family: "Unbounded Light";
  font-size: 12px;
}

#menu-header-menu li > a {
  font-family: "Oswald Bold" !important;
  color: #777777 !important;
  text-decoration: none !important;
}

@media (max-width: 569px) {
  body p {
    font-size: 14px !important;
    line-height: 2 !important;
  }

  .bannertitle-white {
    font-size: 45px;
  }
  .bannertitle-black {
    font-size: 35px;
  }
  .bannertitle-green {
    font-size: 45px;
  }
  .bannertitle-blue {
    font-size: 40px;
  }

  .aboutus-sssubtitle-black {
    margin-top: -25px !important;
    margin-bottom: 45px !important;
  }

  .members-subtitle-mobile-white {
    font-size: 16px;
  }

  .subtitle-small-white {
    font-size: 12px;
  }

  .emission-table td {
    font-size: 12px;
  }

  .contactus-form-title {
    font-size: 35px;
  }
}
@media (min-width: 960px) and (max-width: 1600px) {
  .bodytext1-white {
    font-size: 16px;
  }
}
@media (min-width: 1300px) {
  .subtitle-small-white {
    margin-top: -30px;
  }
  .subtitle-small-black {
    margin-top: -30px;
  }

  .bannertitle-black {
    margin-top: 110px;
  }

  .aboutus-sssubtitle-black {
    margin-top: 0px !important;
  }

  .aboutus-sstitle-black {
    margin-bottom: -30px;
  }

  .sstitle-black {
    margin-top: -20px;
  }

  .sstext-black {
    margin-top: -30px;
  }
  .sstext-white {
    margin-top: -30px;
  }

  .footer-title1-mg {
    margin-top: 10px !important;
    margin-bottom: -30px !important;
  }
}
@media (min-width: 1600px) and (max-width: 1780px) {
  #menu-header-menu li > a {
    font-size: 16px !important;
  }
}
@media (min-width: 1780px) {
  #menu-header-menu li > a {
    font-size: 20px !important;
  }
}
/*
* Import Base
*/
.limit-width {
  max-width: initial !important;
}

::selection {
  color: #eee !important;
  background: #00AB67 !important;
}

.body-light-link-green {
  color: #00AB67 !important;
  text-decoration: underline;
}

a.body-light-link-green:hover {
  text-decoration: underline !important;
  color: #005983 !important;
}

/*
* Import Buttons
*/
.buttons-style {
  font-family: "Oswald Light" !important;
}

input[type=submit]:not(.btn-custom-typo):not(.btn-inherit) {
  font-family: "Oswald Light" !important;
}

input[type=reset]:not(.btn-custom-typo):not(.btn-inherit) {
  font-family: "Oswald Light" !important;
}

input[type=button]:not(.btn-custom-typo):not(.btn-inherit) {
  font-family: "Oswald Light" !important;
}

button[type=submit]:not(.btn-custom-typo):not(.btn-inherit) {
  font-family: "Oswald Light" !important;
}

.btn {
  border-radius: 2px;
}

.btn:not(.btn-custom-typo):not(.btn-inherit) {
  font-family: "Oswald Light" !important;
  font-size: 20px !important;
}

.btn-link:not(.btn-custom-typo):not(.btn-inherit) {
  font-family: "Oswald Light" !important;
}

.tab-container:not(.default-typography) .nav-tabs {
  font-family: "Oswald Light" !important;
}

.uncode-accordion:not(.default-typography) .panel-title > a > span {
  font-family: "Oswald Light" !important;
}

.dgreen-shutterout-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  border: none !important;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.dgreen-shutterout-btn:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover,
.dgreen-shutterout-btn:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus,
.dgreen-shutterout-btn:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):active {
  color: #fff !important;
  border: none !important;
}

.dgreen-shutterout-btn:hover:before, .dgreen-shutterout-btn:focus:before, .dgreen-shutterout-btn:active:before {
  transform: scaleX(1);
}

.dgreen-shutterout-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #005983;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.white-shutterout-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #fff;
  color: #00AB67 !important;
  border: 1px solid #00AB67 !important;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.white-shutterout-btn:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover,
.white-shutterout-btn:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus,
.white-shutterout-btn:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):active {
  color: #fff !important;
  border: 1px solid #fff !important;
}

.white-shutterout-btn:hover:before,
.white-shutterout-btn:focus:before,
.white-shutterout-btn:active:before {
  transform: scaleX(1);
}

.white-shutterout-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00AB67;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.members-findmore-shutterout-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #fff;
  color: #00AB67 !important;
  border: none !important;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.members-findmore-shutterout-btn:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover,
.members-findmore-shutterout-btn:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus,
.members-findmore-shutterout-btn:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):active {
  color: #fff !important;
}

.members-findmore-shutterout-btn:hover:before,
.members-findmore-shutterout-btn:focus:before,
.members-findmore-shutterout-btn:active:before {
  transform: scaleX(1);
}

.members-findmore-shutterout-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #005983;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.wwd-shutterout-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #fff;
  color: #777777 !important;
  border: 1px solid #fff !important;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.wwd-shutterout-btn:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover,
.wwd-shutterout-btn:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus,
.wwd-shutterout-btn:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):active {
  color: #fff !important;
}

.wwd-shutterout-btn:hover:before,
.wwd-shutterout-btn:focus:before,
.wwd-shutterout-btn:active:before {
  transform: scaleX(1);
}

.wwd-shutterout-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00AB67;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.training-white-shutterout-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #fff;
  color: #00AB67 !important;
  border: 1px solid #00AB67 !important;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.training-white-shutterout-btn:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover,
.training-white-shutterout-btn:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus,
.training-white-shutterout-btn:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):active {
  color: #fff !important;
  border: 1px solid #fff !important;
}

.training-white-shutterout-btn:hover:before,
.training-white-shutterout-btn:focus:before,
.training-white-shutterout-btn:active:before {
  transform: scaleX(1);
}

.training-white-shutterout-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00AB67;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.matrix-channel-shutterout-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #005983;
  color: #fff !important;
  border: none !important;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.matrix-channel-shutterout-btn:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover,
.matrix-channel-shutterout-btn:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus,
.matrix-channel-shutterout-btn:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):active {
  color: #fff !important;
}

.matrix-channel-shutterout-btn:hover:before,
.matrix-channel-shutterout-btn:focus:before,
.matrix-channel-shutterout-btn:active:before {
  transform: scaleX(1);
}

.matrix-channel-shutterout-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00AB67;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.contactus-btn-dblue {
  font-family: "Oswald Light" !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
  margin-top: 30px;
  background: #005983 !important;
  color: #eee !important;
  border: none !important;
}

.training-rightbox-animation-rsweep:hover .training-white-shutterout-btn {
  color: #00AB67 !important;
  background: #fff !important;
  border: 1px solid #00AB67 !important;
}

.search_footer {
  font-family: "Oswald Light" !important;
}

.btn-center {
  text-align: center;
}

.dgreen-btn {
  font-family: "Oswald Light" !important;
  font-size: 20px !important;
  text-transform: uppercase;
  color: #eee !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.home-white-btn {
  font-family: "Oswald Light" !important;
  font-size: 20px !important;
  text-transform: uppercase;
  color: #00AB67 !important;
}

.home-white-btn2 {
  font-family: "Oswald Light" !important;
  font-size: 20px !important;
  text-transform: uppercase;
  color: #777777 !important;
}

.benefits-learnmore-btn {
  border: 1px solid #4BA86D !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.training-begin-btn {
  color: #eee !important;
  border: 1px solid #eee !important;
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.home-projects-learnmore-btn {
  border: 1px solid #4BA86D !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.btn-button_color-839208:not(.btn-hover-nobg):not(.icon-animated):hover, .btn-button_color-839208:not(.btn-hover-nobg):not(.icon-animated):focus, .btn-button_color-839208:not(.btn-hover-nobg):not(.icon-animated):active {
  background: #eee !important;
  color: #eee !important !important;
  border: 1px solid #00AB67 !important;
}

.btn-button_color-125744:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover, .btn-button_color-125744:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus, .btn-button_color-125744:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):active {
  background: #00AB67 !important;
}

.btn-button_color-103814:not(.btn-hover-nobg):not(.icon-animated):hover, .btn-button_color-103814:not(.btn-hover-nobg):not(.icon-animated):focus, .btn-button_color-103814:not(.btn-hover-nobg):not(.icon-animated):active {
  background: #00AB67 !important;
}

.home-white-btn:not(.btn-hover-nobg):not(.icon-animated):hover, .home-white-btn:not(.btn-hover-nobg):not(.icon-animated):focus, .home-white-btn:not(.btn-hover-nobg):not(.icon-animated):active {
  background: #00AB67 !important;
}

.home-projects-learnmore-btn:not(.btn-hover-nobg):not(.icon-animated):hover, .home-projects-learnmore-btn:not(.btn-hover-nobg):not(.icon-animated):focus, .home-projects-learnmore-btn:not(.btn-hover-nobg):not(.icon-animated):active {
  background: #00AB67 !important;
}

.training-begin-btn:not(.btn-hover-nobg):not(.icon-animated):hover, .training-begin-btn:not(.btn-hover-nobg):not(.icon-animated):focus, .training-begin-btn:not(.btn-hover-nobg):not(.icon-animated):active {
  background-color: #fff !important;
}

a.bggreen-btn:hover {
  color: #eee !important;
  border: 1px solid #eee !important;
}

@media (max-width: 569px) {
  .dgreen-btn.allicance-btn-dgreen {
    margin-bottom: 30px;
  }

  .dgreen-btn.contactus-btn-dgreen {
    margin-top: -30px;
    margin-bottom: 30px;
  }

  .contactus-btn-dblue {
    width: 150px !important;
    margin-top: 30px !important;
  }
}
@media (min-width: 960px) and (max-width: 1600px) {
  .training-begin-btn {
    position: absolute;
    padding-left: 30px !important;
    padding-right: 30px !important;
    top: 60px;
  }

  .home-about-btn-mg {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}
@media (min-width: 1300px) {
  .home-white-btn {
    margin-left: 40px;
  }

  .home-white-btn2 {
    margin-top: 50px;
  }

  .partners-btn-dgreen {
    margin-left: 40px;
  }

  .allicance-btn-dgreen {
    padding-left: 50px !important;
    padding-right: 50px !important;
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .resources-btn-dgreen {
    padding-left: 50px !important;
    padding-right: 50px !important;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .contactus-btn-dgreen {
    padding-left: 50px !important;
    padding-right: 50px !important;
    margin-bottom: 30px;
  }

  .contactus-btn-dblue {
    margin-top: 15px !important;
  }

  .benefits-learnmore-btn {
    margin-left: 0px;
    margin-top: 40px;
  }

  .home-projects-learnmore-btn {
    margin-left: 0px !important;
  }

  .home-training-btn {
    margin-left: 0px !important;
    margin-top: 50px;
  }

  .training-begin-btn {
    position: absolute;
    top: 60px;
  }

  .home-about-btn-mg {
    margin-top: 80px;
    margin-bottom: -70px;
  }
}
@media (min-width: 1300px) and (max-width: 1600px) {
  .home-banner-btn {
    margin-top: 20px;
  }
}
/*
* Import Blocks
*/
.wpcu_block_title {
  display: none !important;
}

.swiper-slide {
  border: 1px solid #00AB67;
  margin-right: 60px !important;
}

.wplp_container .thumbnail {
  background-image: url(images/latest-news-testimg.webp);
  background-size: cover;
}

.t-inside.start_animation {
  border: 1px solid #00AB67;
  padding-bottom: 40px;
  z-index: 9999;
  background: #eee !important;
  border-radius: 2px;
}

@media (max-width: 500px) {
  .latestnews-desktop {
    display: none;
  }

  .latestnews-mobile .t-inside {
    border: 1px solid #00AB67;
    padding-bottom: 40px;
    z-index: 9999;
    background: #eee !important;
    border-radius: 2px;
    margin-bottom: 30px;
  }
  .latestnews-mobile .t-entry-text {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 501px) {
  .latestnews-mobile {
    display: none;
  }
}
@media (max-width: 1299px) {
  .latestnews-desktop .t-entry-text {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1300px) {
  .home-latestnews-block {
    padding-left: 25px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: -320px;
  }

  .latest-news-content {
    padding-left: 110px;
    padding-right: 50px;
  }

  .wplp_container.default .wpcu-front-box.top .title {
    margin-top: 30px !important;
    margin-left: 30px;
  }

  .t-entry {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0px;
  }
}
/*
* Import Captcha
*/
/*
* Import Header
*/
.nav .navbar-nav .navbar-nav-last {
  display: none;
}

.nav.navbar-nav.navbar-nav-last {
  display: none !important;
}

.mobile-menu-button-light .lines:not(.lines-dropdown),
.mobile-menu-button-light .lines:not(.lines-dropdown):before,
.mobile-menu-button-light .lines:not(.lines-dropdown):after,
.mobile-menu-button-light .lines:not(.lines-dropdown) > span {
  background: #00AB67 !important;
}

@media (max-width: 569px) {
  .menu-wrapper {
    height: 139px !important;
  }
}
@media (max-width: 959px) {
  .col-lg-12.main-menu-container.middle.open-items {
    padding-bottom: 30px;
  }

  .submenu-light .menu-smart li.active > a, .submenu-light .menu-smart li.current-menu-ancestor > a, .submenu-light .menu-smart li.current-menu-item:not(.menu-item-type-custom) > a {
    color: #00AB67 !important;
  }
}
@media (min-width: 960px) and (max-width: 1299px) {
  .menu-horizontal {
    left: -30px;
  }

  .menu-smart > li > a {
    padding: 0px 0px 0px 10px !important;
  }

  .col-lg-12.main-menu-container.middle {
    position: absolute !important;
    left: -55px !important;
    top: 45px !important;
  }

  #main-logo .navbar-brand img {
    width: 100px !important;
    height: 65px !important;
  }

  #menu-header-menu li > a {
    font-size: 10px !important;
  }
}
@media (min-width: 1299px) and (max-width: 1460px) {
  .col-lg-12.main-menu-container.middle {
    right: 30px !important;
  }
}
@media (min-width: 1600px) {
  #main-logo {
    left: 110px;
  }

  #menu-header-menu {
    position: absolute !important;
    right: 110px;
  }
}
/*
* Import Footer
*/
.icanz-footerpart1 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer-mainlogo {
  max-width: 130px;
}

a.footer-contactlink:hover {
  color: #00AB67 !important;
}

a.footer-text1:hover {
  color: #00AB67 !important;
}

@media (min-width: 1300px) {
  .icanz-footerpart1 {
    padding-top: 330px;
    padding-bottom: 220px;
    top: 500px;
  }

  .footer-mainlogo {
    position: absolute !important;
    left: 110px;
  }

  .footer-leftcol {
    position: relative !important;
    top: 55px;
  }

  .footer-procol1 {
    position: relative !important;
    left: -100px;
    top: 43px;
  }

  .footer-trainingcol {
    position: relative !important;
    top: 53px;
  }

  .footer-contactcol {
    position: relative !important;
    top: 43px;
  }

  .footertext1-div {
    margin-top: -10px !important;
  }

  .footer-sociallinks {
    top: 30px;
  }
}
@media (max-width: 569px) {
  .icanz-footerpart1-mobile {
    padding-top: 30px;
    padding-bottom: 40px;
    margin-top: 10px;
  }

  .footer-mainlogo-mobile {
    max-width: 122px;
    margin: auto;
  }

  .footertext1-div {
    margin-top: -25px !important;
  }

  .footertext2-div {
    margin-top: -25px !important;
  }

  .mobile-menu-button {
    padding: 0px !important;
    height: 40px !important;
    right: 36px;
  }
}
@media (max-width: 959px) {
  .icanz-footerpart1-tablet {
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1299px) {
  .footer-mainlogo-mobile {
    max-width: 130px;
    margin: auto;
  }
}
@media (min-width: 960px) and (max-width: 1299px) {
  .icanz-footerpart1 {
    top: 200px;
    padding-top: 400px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1299px) {
  .icanz-footerpart1 .background-inner {
    background-position: initial !important;
  }
}
/*
* Import Homepage
*/
.home-banner {
  background: rgba(0, 171, 103, 0.6);
}

.members-block-dgreen {
  background: #00AB67;
}

.members-brandimg {
  border-radius: 2px;
}

.home-insulation-benefits-block {
  background-image: url("images/icanz-insulation-online-benefits-background.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.about-block1 {
  background-image: url("images/pattern-grey.webp"), url("images/wwa-mobile-circlegreen-bg.webp");
  background-repeat: repeat, no-repeat;
  background-position: left top, right bottom;
}

.home-about-block2 {
  background-image: url("images/icanz-insulation-online-whatwedo-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.home-alliance-gallery .t-inside.start_animation {
  padding-bottom: 0px !important;
}

.insulation-benefits-box-left {
  background: #fff;
  border: 1px solid #84D596;
  border-radius: 2px;
  padding: 30px 50px 50px 50px !important;
  box-shadow: 5px 5px 10px #00000029;
}

.benefits-animation-easeout {
  transition-property: transform;
  transition-duration: 0.3s;
}

.benefits-animation-easeout:hover,
.benefits-animation-easeout:focus,
.benefits-animation-easeout:active {
  transform: translateY(-20px);
  background: #00AB67;
}

.benefits-animation-easeout:hover .sstitle-dgreen {
  color: #eee !important;
}

.benefits-animation-easeout:hover .sstext-black {
  color: #eee !important;
}

.insulation-benefits-box-right {
  background: #fff;
  border: 1px solid #84D596;
  border-radius: 2px;
  padding: 30px 50px 50px 50px !important;
  box-shadow: 5px 5px 10px #00000029;
}

.projects-animation-easeout {
  transition-property: transform;
  transition-duration: 0.3s;
}

.projects-animation-easeout:hover,
.projects-animation-easeout:focus,
.projects-animation-easeout:active {
  transform: translateY(-20px);
}

.training-rightbox-animation-rsweep {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.training-rightbox-animation-rsweep:hover:before,
.training-rightbox-animation-rsweep:focus:before,
.training-rightbox-animation-rsweep:active:before {
  transform: scaleX(1);
}

.training-rightbox-animation-rsweep:hover,
.training-rightbox-animation-rsweep:focus,
.training-rightbox-animation-rsweep:active {
  color: white;
}

.training-rightbox-animation-rsweep:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 240px;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.training-rightbox-animation-rsweep:hover .sstitle-white {
  color: #00AB67 !important;
}

.training-rightbox-animation-rsweep:hover .sstext-white {
  color: #00AB67 !important;
}

.home-training-rightbox {
  border: 1px solid #eee !important;
  border-radius: 2px;
  padding: 60px 30px 40px 30px !important;
  box-shadow: 5px 5px 10px #00000029;
}

.home-projects-imgcol1,
.home-projects-imgcol2,
.home-projects-imgcol3,
.home-projects-imgcol4 {
  background: #fff;
  border: 1px solid #84D596;
  padding: 40px 30px 60px 30px !important;
  box-shadow: 5px 5px 10px #00000019 !important;
  border-radius: 2px;
}

.style-light .btn-default, .style-dark .style-light .btn-default, .tmb-light .t-entry-text .btn-default, .style-dark .tmb-light .t-entry-text .btn-default, .tmb-dark .t-overlay-inner .btn-default {
  background-color: #005983 !important;
  border-color: #005983 !important;
}

@media (max-width: 569px) {
  .home-projects-block-white {
    background-image: url("images/icanz-insulation-online-project-regulation-bg.webp"), url("images/wwa-mobile-circlegreen-bg.webp");
    background-repeat: no-repeat, no-repeat;
    background-position: bottom center, right bottom;
  }
}
@media (max-width: 959px) {
  .home-banner {
    padding-top: 25px;
    padding-bottom: 60px;
  }

  .home-projects-imgcol1,
.home-projects-imgcol2,
.home-projects-imgcol3,
.home-projects-imgcol4 {
    margin-bottom: 50px;
  }

  .home-training-block {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .home-about-block2 {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .home-insulation-benefits-block {
    background-image: url("images/benefit-of-insulation-mobile-bg.webp");
    background-size: cover;
    padding-top: 25px;
    padding-bottom: 60px;
  }

  .about-block1 {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .training-rightbox-animation-rsweep:hover:before,
.training-rightbox-animation-rsweep:focus:before,
.training-rightbox-animation-rsweep:active:before {
    transform: scaleY(1);
  }

  .training-rightbox-animation-rsweep:before {
    top: 180px;
    left: 0px;
  }
}
@media (min-width: 960px) and (max-width: 1600px) {
  .home-banner {
    padding-bottom: 50px;
  }

  .about-right-video {
    top: 300px;
  }

  .about-block1 {
    padding-bottom: 30px;
  }

  .members-block-dgreen {
    padding-bottom: 30px;
  }

  .partners-block-white {
    padding-bottom: 30px;
  }

  .home-about-block2 {
    padding-bottom: 30px;
  }

  .home-insulation-benefits-block {
    padding-bottom: 30px;
  }

  .home-training-block {
    padding-bottom: 30px;
  }

  .insulation-benefits-box-left {
    left: 200px;
  }

  .about-right-video-div {
    top: 0px !important;
  }

  .home-training-rightbox svg {
    width: 100px !important;
  }

  .home-projects-imgblock svg {
    width: 100px !important;
  }

  .home-projects-block-white {
    padding-bottom: 30px;
    background-image: url("images/icanz-insulation-online-project-regulation-bg.webp");
    background-repeat: no-repeat;
    background-position: right bottom;
  }

  .home-projects-imgcol2 {
    position: relative;
    left: 20px;
  }

  .home-projects-imgcol3 {
    position: relative;
    left: 40px;
  }

  .home-projects-imgcol4 {
    position: relative;
    left: 60px;
  }
}
@media (min-width: 1600px) {
  .home-banner {
    padding-left: 110px;
    padding-top: 80px;
    padding-bottom: 80px;
    height: 810px;
  }

  .about-block1 {
    padding-left: 110px;
    padding-top: 20px !important;
    padding-bottom: 120px !important;
  }

  .home-training-block {
    padding-left: 110px;
    padding-right: 110px;
    padding-top: 130px !important;
    padding-bottom: 580px !important;
  }

  .home-about-block2 {
    padding-left: 110px;
    padding-top: 50px !important;
    padding-bottom: 100px !important;
  }

  .home-insulation-benefits-block {
    padding-left: 110px;
    padding-right: 110px;
    padding-top: 90px !important;
    padding-bottom: 110px !important;
  }

  .members-block-dgreen {
    padding-top: 45px !important;
    padding-bottom: 70px !important;
  }

  .partners-block-white {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .home-projects-block-white {
    background-image: url("images/icanz-insulation-online-project-regulation-bg.webp");
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .home-members-imgblock {
    margin-top: 40px;
    margin-left: 60px;
  }

  .home-projects-imgblock {
    margin-top: 80px !important;
  }

  .about-right-video {
    max-width: 700px;
    top: 50px;
  }

  .about-right-video-div {
    position: absolute;
    right: -50px;
    top: 100px;
  }

  .training-rightcol {
    position: absolute;
    right: -50px;
    top: -80px;
  }

  .insulation-right-img-div {
    position: absolute;
    right: -50px;
  }

  .insulationbox-row {
    margin-top: 70px !important;
  }

  .insulation-benefits-box-left {
    position: relative;
    left: 280px;
  }

  .home-projects-imgcol2 {
    position: relative;
    left: 60px;
  }

  .home-projects-imgcol3 {
    position: relative;
    left: 120px;
  }

  .home-projects-imgcol4 {
    position: relative;
    left: 180px;
  }

  .home-training-subtitle-mg {
    margin-top: -20px !important;
  }

  .home-training-rightbox {
    margin-top: 65px !important;
  }

  .home-traning-rightbox-textdiv {
    position: relative;
    bottom: 20px;
  }

  .home-training-rightbox {
    position: relative;
    top: 100px;
    height: 230px;
  }

  .home-abouttitle-mg {
    margin-bottom: -40px;
  }
}
@media (min-width: 960px) and (max-width: 1460px) {
  .training-rightbox-animation-rsweep:before {
    left: 150px;
  }
}
@media (min-width: 1600px) and (max-width: 1780px) {
  .home-banner {
    height: auto;
  }

  .home-wwd-right-img {
    width: 550px;
    top: 100px;
  }
}
@media (min-width: 1780px) {
  .mainbanner-right-img {
    right: 50px;
  }

  .home-wwd-right-img {
    width: 680px;
  }
}
/*
* Import About Us page
*/
.aboutus-banner {
  background: #00AB67;
}

.aboutus-whatwedo-block {
  background-image: url("images/pattern-grey.webp");
  background-repeat: repeat;
}

.aboutus-members-block {
  background-image: url("images/icanz-insulation-online-members-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.aboutus-incorporation-block {
  background-image: url("images/icanz-insulation-online-incorporation-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 959px) {
  .aboutus-banner {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .aboutus-banner-right-img {
    margin-top: 40px;
  }

  .aboutus-banner-rightimg {
    margin-top: 40px;
  }

  .aboutus-members-block-mobile {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .aboutus-members-content {
    margin-top: 70px !important;
  }

  .about-members-text-mobile {
    margin-top: 10px !important;
  }

  .aboutus-board-members-block {
    margin-bottom: -50px;
  }

  .aboutus-whatwedo-block {
    padding-top: 25px;
  }

  .aboutus-incorporation-block {
    padding-top: 40px;
    padding-bottom: 15px;
  }

  .about-members-img-mobile {
    margin-left: -10px;
    margin-bottom: -20px;
  }
}
@media (min-width: 569px) and (max-width: 959px) {
  .about-members-logo-tablet {
    max-width: 300px;
  }

  .aboutus-members-block {
    padding-bottom: 50px;
  }
}
@media (min-width: 960px) and (max-width: 1299px) {
  .aboutus-banner-rightimg {
    top: 250px;
  }

  .subbanner-right-img {
    top: 0px !important;
  }

  .aboutus-wwd-righttext .aboutus-sssubtitle-black {
    margin-top: -25px;
  }
}
@media (min-width: 1300px) {
  .aboutus-banner {
    padding-left: 110px;
    padding-right: 70px;
    padding-top: 30px;
    padding-bottom: 80px;
    height: 810px;
  }

  .aboutus-banner-right-img {
    position: absolute;
    top: 50px;
  }

  .aboutus-banner-lefttext {
    padding-right: 30px;
  }

  .aboutus-whatwedo-block {
    padding-left: 110px;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .aboutus-board-members-block {
    padding-left: 110px;
    padding-right: 100px;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .aboutus-incorporation-block {
    padding-left: 110px;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .aboutus-wwd-content-block {
    margin-bottom: 70px;
  }

  .aboutus-sstitle-mg {
    position: absolute;
    top: 20px;
  }

  .aboutus-wwdtitle-mg {
    margin-bottom: 30px;
  }

  .aboutus-wwd-righttext {
    position: absolute;
    right: 80px;
  }

  .aboutus-members-block {
    padding-top: 80px !important;
    padding-bottom: 100px !important;
  }

  .aboutus-members-content {
    padding-left: 110px;
    padding-right: 110px;
  }

  .aboutus-bmembers-pos {
    margin-top: -15px !important;
  }

  .aboutus-bmembers-imgrow {
    margin-bottom: 120px;
  }

  .aboutus-incorporation-text1 {
    padding-left: 30px;
    padding-right: 60px;
  }
}
@media (min-width: 1300px) and (max-width: 1780px) {
  .aboutus-banner {
    height: auto !important;
  }
}
@media (min-width: 1780px) {
  .aboutus-banner-rightimg {
    position: absolute;
    top: 100px;
  }

  .aboutus-banner-right-img {
    position: absolute;
    top: 100px !important;
  }
}
/*
* Import Alliance Partners page
*/
.alliance-banner {
  background-image: url("images/pattern-grey.webp");
  background-repeat: repeat;
}

.alliance-logo-left {
  box-shadow: 5px 5px 10px #00000029;
  max-width: 258px;
  margin: auto;
}

@media (max-width: 569px) {
  .alliance-banner {
    padding-top: 25px;
    padding-bottom: 45px;
  }

  .alliance-topbanner {
    margin-bottom: 20px;
  }

  .alliance-logo-left {
    margin-left: 0px;
  }

  .alliance-subtitle-blue-mg {
    margin-top: 20px;
  }
}
@media (min-width: 1300px) {
  .alliance-topbanner {
    padding-left: 110px;
    margin-bottom: 60px;
  }

  hr.separator-no-padding {
    margin-left: 130px !important;
    margin-bottom: 80px;
  }

  .alliance-logo-leftcol {
    position: absolute;
    top: 90px;
  }
}
/*
* Import Benefits of Insulation page
*/
.insulation-info-block {
  background-image: url("images/pattern-grey.webp");
  background-repeat: repeat;
}

@media (max-width: 569px) {
  .insulation-info-block {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1300px) {
  .insulation-banner-lefttext {
    padding-right: 30px !important;
  }

  .insulation-info-block {
    padding-left: 110px;
    padding-top: 30px !important;
    padding-bottom: 80px !important;
  }

  .insulation-info-section {
    margin-bottom: 80px;
  }

  .insulation-info-text {
    line-height: 2.5;
  }
}
@media (min-width: 1300px) and (max-width: 1780px) {
  .benefits-topbanner {
    height: 710px !important;
  }
}
@media (min-width: 1780px) {
  .insulation-banner-lefttext {
    position: relative;
    top: 180px;
  }
}
/*
* Import Projects & Regulations page
*/
.projects-info-block {
  background-image: url("images/pattern-grey.webp");
  background-repeat: repeat;
}

.projects-anchor {
  position: absolute;
  transform: translateY(-30vh);
  visibility: hidden;
}

.projects-bpoints-section {
  margin-top: 0px;
}

@media (max-width: 569px) {
  .projects-bpoints-section {
    margin-top: -45px;
  }
}
@media (min-width: 1300px) {
  .projects-banner-lefttext {
    padding-right: 30px !important;
  }

  .projects-banner-right-img {
    position: initial;
  }

  .projects-info-block {
    padding-left: 110px;
    padding-right: 110px;
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }
}
@media (min-width: 1780px) {
  .projects-banner-lefttext {
    position: relative;
    top: 90px;
  }

  .projects-banner-right-img {
    position: relative;
  }
}
/*
* Import Resources page
*/
.resources-banner {
  background-image: url("images/pattern-grey.webp");
  background-repeat: repeat;
}

@media (max-width: 500px) {
  .resources-topbanner {
    margin-bottom: -60px;
  }

  .resources-line-mobile {
    margin-top: 50px !important;
    margin-bottom: 20px;
  }

  .resources-research-mg-mobile {
    margin-top: -50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 959px) {
  .resources-img-asbec {
    margin-bottom: 189px !important;
    position: relative !important;
    top: 78px;
    box-shadow: 5px 5px 10px #00000029;
    max-width: 183px;
    margin: auto;
  }
}
@media (min-width: 1300px) {
  .resources-banner {
    padding-left: 110px;
    padding-right: 110px;
    padding-top: 30px !important;
    padding-bottom: 80px !important;
  }

  .resources-topbanner {
    padding-left: 0px;
    margin-bottom: 60px;
  }
}
/*
* Import Where to Insulate page
*/
.where-insulate-info-block {
  background-image: url("images/pattern-grey.webp");
  background-repeat: repeat;
}

@media (max-width: 569px) {
  .where-insulate-banner-right-img {
    margin-top: 40px;
  }

  .where-insulate-info-block {
    padding-top: 35px;
  }

  .where-insulate-heatflow-block {
    padding-top: 35px;
    padding-bottom: 40px;
  }

  .heatflow-bottomtext-mobile {
    padding-left: 20px;
    padding-right: 30px;
  }
}
@media (min-width: 1300px) {
  .where-insulate-banner-lefttext {
    padding-right: 30px !important;
  }

  .where-insulate-info-block {
    padding-left: 110px;
    padding-top: 85px !important;
    padding-bottom: 40px !important;
  }

  .where-insulate-heatflow-block {
    padding-left: 110px;
    padding-top: 70px !important;
    padding-bottom: 40px !important;
  }

  .where-insulate-info-rightcol {
    padding-right: 200px !important;
  }

  .where-insulate-img-heatflow {
    padding-left: 40px;
    padding-right: 130px;
  }
}
@media (min-width: 1300px) and (max-width: 1780px) {
  .aboutus-banner {
    height: auto !important;
  }

  .where-insulate-info-rightcol {
    position: relative;
    right: 0px;
  }
}
@media (min-width: 1780px) {
  .where-insulate-banner-lefttext {
    position: relative;
    top: 80px;
  }

  .where-insulate-banner-right-img {
    position: absolute;
    top: -12px;
  }

  .where-insulate-info-rightcol {
    left: 20px;
  }
}
/*
* Import Energy Efficiency Targets and Building Measures page
*/
.insulation-info-block {
  background-image: url("images/pattern-grey.webp");
  background-repeat: repeat;
}

.emission-table-greentr {
  background: #00AB67;
}

.emission-table td, .emission-table th {
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

@media (max-width: 500px) {
  .energy-banner-right-img {
    margin-top: 40px;
  }

  .insulation-info-mg-mobile {
    margin-bottom: -75px !important;
  }

  .emission-table td,
.emission-table th {
    padding: 10px;
  }
}
@media (min-width: 1300px) {
  .energy-banner-lefttext {
    padding-right: 30px !important;
    position: relative;
    top: 40px;
  }

  .where-insulate-emission-table {
    margin-top: -55px !important;
  }

  .insulation-info-block {
    padding-left: 110px;
    padding-top: 30px !important;
    padding-bottom: 80px !important;
  }

  .insulation-info-section {
    margin-bottom: 80px;
  }

  .insulation-info-text {
    line-height: 2.5;
  }
}
@media (min-width: 1780px) {
  .energy-banner-right-img {
    position: relative;
    top: 85px;
  }
}
/*
* Import Contact Us page
*/
.contactus-form-block {
  background-image: url("images/icanz-insulation-online-contact-form-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.contactus-form-textwidth {
  border-radius: 2px;
}

.abouttitle-white.contactus-form-title {
  margin-bottom: 0px;
}

span.wpcf7-list-item {
  display: block;
}

#form-text-other {
  margin-top: -25px;
}

@media (max-width: 569px) {
  .contactus-form-textwidth {
    width: 300px;
  }

  .contactus-form-block {
    width: 500px;
  }

  #form-text-other {
    margin-top: -25px;
  }
}
@media (max-width: 959px) {
  .contactus-form-block {
    background-image: url("images/contact-form-mobile-bg.webp");
    background-size: cover;
    padding: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 70px;
    margin-top: 70px;
    margin-bottom: 60px;
    margin-left: -50px;
  }
}
@media (min-width: 569px) and (max-width: 1600px) {
  .contactus-form-textwidth {
    width: 550px;
  }
}
@media (min-width: 569px) and (max-width: 959px) {
  .contactus-form-block {
    background-position: center bottom;
    width: 959px;
  }

  .contactus-btn-dblue {
    width: 200px !important;
    margin-top: 30px !important;
  }
}
@media (min-width: 960px) and (max-width: 1299px) {
  .contactus-form-block {
    background-position: center bottom;
    width: 1299px;
    padding: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 70px;
  }

  .contactus-btn-dblue {
    margin-top: 30px !important;
  }
}
@media (min-width: 1300px) {
  .contactus-banner-info {
    padding-left: 40px;
  }

  .contactus-leftcol-text1 {
    margin-top: -30px !important;
  }

  .contactus-content-icanz {
    margin-bottom: 90px !important;
  }

  .contactus-content-newzealand {
    margin-top: 85px !important;
  }

  .contactus-form-title {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .contactus-form-block {
    padding-top: 40px;
    padding-bottom: 50px;
    padding-left: 70px;
    width: 130%;
  }
}
@media (min-width: 1601px) {
  .contactus-form-textwidth {
    width: 900px !important;
  }
}

/*# sourceMappingURL=style.css.map */
