@font-face {
    font-family: 'industry-bold';
    src: url('../fonts/Industry-Bold.eot');
    src: url('../fonts/Industry-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Industry-Bold.woff2') format('woff2'), url('../fonts/Industry-Bold.woff') format('woff'), url('../fonts/Industry-Bold.ttf') format('truetype'), url('../fonts/Industry-Bold.svg#Industry-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'nimbus-sans-regular';
    src: url('../fonts/NimbusSanL-Reg.eot');
    src: url('../fonts/NimbusSanL-Reg.eot?#iefix') format('embedded-opentype'), url('../fonts/NimbusSanL-Reg.woff2') format('woff2'), url('../fonts/NimbusSanL-Reg.woff') format('woff'), url('../fonts/NimbusSanL-Reg.ttf') format('truetype'), url('../fonts/NimbusSanL-Reg.svg#NimbusSanL-Reg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Industry-Medium';
    src: url('../fonts/Industry-Medium.eot');
    src: url('../fonts/Industry-Medium.eot?#iefix') format('embedded-opentype'),url('../fonts/Industry-Medium.woff') format('woff'), url('../fonts/Industry-Medium.ttf') format('truetype'), url('../fonts/Industry-Medium.svg#Industry-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Industry-Thin';
    src: url('../fonts/Industry-Thin.eot');
    src: url('../fonts/Industry-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Industry-Thin.woff2') format('woff2'), url('../fonts/Industry-Thin.woff') format('woff'), url('../fonts/Industry-Thin.ttf') format('truetype'), url('../fonts/Industry-Thin.svg#Industry-Thin') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    /*overflow-x: hidden;*/
    font-family: 'nimbus-sans-regular';
}

/*common*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'industry-bold';
    color: #81bc00;
    margin: 0px;
    line-height: normal;
}

ul,
ol {
    padding: 0px;
    margin: 0px;
}

p {
    font-size: 18px;
    line-height: 24px;
    color: #53585a;
    margin-bottom: 35px;
}

h1 {
    font-size: 108px;
}

.btn-green {
    background: #81bc00;
    color: #fff;
    font-family: 'industry-bold';
    font-size: 18px;
    border: 2px solid #81bc00;
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto;
    line-height: normal;
    min-width: 212px;
    border-radius: 0px;
    transition: ease all 1s;
    -webkit-transition: ease all 1s;
    -moz-transition: ease all 1s;
    box-shadow: none;
    padding: 16px 10px;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active {
    background: #73a703 !important;
    color: #ffffff !important;
    outline: none !important;
    border-color: #73a703;
    box-shadow: none;
}

.btn-large {
    height: auto;
    line-height: normal;
    padding: 16px 15px;
}

/*home-banner*/
html, body{
    height: 100%;
}
.home-banner{
    height: 100%;
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    display: table;
    width: 100%;
}

.home-banner h1 {
    line-height: 92px;
}

.home-banner h1 span {
    display: block;
    color: #ffffff;
    font-size: 98px;
    letter-spacing: -2px;
}

.home-banner h2 {
    font-size: 50px;
    line-height: 60px;
    color: #fff
}

.home-banner .btn-large {
    background: transparent;
    margin-top: 40px;
}

.home-banner .btn-green:hover,
.home-banner .btn-green:focus,
.home-banner .btn-green:active {
    background: #81bc00 !important;
    color: #ffffff;
    outline: none !important;
}

.home-banner-wrap {
    display: table-cell;
    vertical-align: middle;
    padding-top: 70px;
}

/*home-banner end*/


/*benchtop-intro*/

.benchtop-intro {
    background: #6c7071;
    padding-top: 105px;
    padding-bottom: 112px;
    position: relative;
    z-index: 1;
}
.benchtop-intro p{
    margin-bottom: 25px;
    color:#fff;
}

.benchtop-intro:after {
    background: url(../images/black-dots.png)repeat;
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-size: contain;
    background-position: center;
}

.benchtop-intro .container {
    z-index: 2;
    position: relative;
}

.benchtop-intro:before {
    background: #ebebeb;
    background-size: cover;
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: 0 auto;
    height: 100%;
    width: 50%;
    z-index: 0;
}

.benchtop-intro h3 {
    font-size: 72px;
    color: #fff;
    line-height: 1;
    margin-bottom: 55px;
}

.benchtop-intro h3 span {
    font-size: 24px;
    color: #81bc00;
    display: block;
}

.benchtop-intro .btn-green {
    margin-top: 30px;
}

.toots-section .img-responsive {
    display: inline-block;
}

.toots-section {
    position: relative;
}

.toots-section {
    position: relative;
    margin-top: 30px;
}

.toots-section ul li {
    display: block;
    list-style-type: none;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-family: 'industry-bold';
    text-transform: uppercase;
    line-height: 22px;
    position: absolute;
    color: #53585a;
    letter-spacing: 1px;
    min-height: 132px;
}

.toots-section ul li span {
    display: block;
    height: 40px;
    width: 2px;
    margin: 8px auto;
    position: relative;
}
.toots-section ul li.bio-section span{
    height: 90px;
}
.toots-section ul li.clean-section span{
    height: 180px;
}
.toots-section ul li span:before {
    background: #6c7071;
    content: "";
    position: absolute;
    bottom:0;
    left: 0;
    height: 0;
    width: 2px;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
}
.toots-section ul li .open span:before {
    height: 100%;
}
.desc-content{
    opacity: 0;
     transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
}
.open .desc-content{
    opacity: 1;
}
.toots-section ul {
    padding: 0px;
    margin: 0px;
}
.desc-icon{
    display: inline-block;
    position: relative;
}
.toots-section ul li img {
    display: block;
    margin: 0px auto;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    position: relative;
}
.desc-wrap{
    visibility: hidden;
}
.desc-wrap.open{
    visibility: visible;
}

@-webkit-keyframes doublePulse {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes doublePulse {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.toots-section ul li .desc-icon:before{
    border: 1px solid #81bc00;
    content: '';
    width: 55px;
    height: 55px;
    position: absolute;
    top: -8px;
    left: -9px;
    border: 4px solid;
    border-radius: 100%;
    -webkit-animation: doublePulse 1.5s ease infinite;
    animation: doublePulse 1.5s ease infinite;
    z-index: 0;
    border-color: #fff; 
}


.bench-desc-made {
    position: absolute;
}
.bench-desc-made {
    position: absolute;
    bottom: 90px;
    right: 90px;
}
.bench-desc-made img{
    margin-left: 15px;
}

.bio-section {
      top: 102px;
    left: 150px;
}

.art-section {
      bottom: 203px;
    right: 105px;
}

.clean-section {
        top: -12px;
    left: 272px;
}

/*benchtop-intro end*/


/*products-section*/

.products-section {
    padding-top: 90px;
    padding-bottom: 70px;
}

.products-section .row {
    margin-top: 100px
}

.title-wrap {
    max-width: 460px;
    text-align: center;
    margin: 0 auto;
    border-bottom: 4px solid #81bc00;
    padding-bottom: 19px;
    text-transform: uppercase;
}

.product-img .product-img-wrap {
    display: table-cell;
    vertical-align: middle;
    min-height: 290px;
}

.product-img .product-img-wrap img {
    margin: 0 auto;
}

.product-img {
    display: table;
    width: 100%;
    min-height: 290px;
    margin-bottom: 20px;
}

.title-wrap h3 {
    font-size: 36px;
    line-height: 30px;
}

.title-wrap h6 {
    font-size: 18px;
    color: #53585a;
    margin-top: 5px;
}

.product-wrapper {
    text-align: center;
    border-right: 1px solid #dddede;
}

.product-wrapper:nth-child(4n) {
    border-right: none;
}

.products-section p {
    color: #53585a;
    font-size: 18px;
    margin: 0 auto;
    height: 48px;
    overflow: hidden;
    max-width: 200px;
}

.products-section .btn-green {
    margin-top: 55px;
    margin-bottom: 20px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.products-section .btn-green {
    height: auto;
    line-height: normal;
    min-width: 150px;
    text-transform: uppercase;
    padding: 8px 10px;
}

.products-section .owl-theme .owl-dots .owl-dot span{
    background: #c0de80;
}
.products-section .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #81bc00 !important;
}
.products-section .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 55px;
}
.products-section .owl-carousel.owl-drag .owl-item{
    width: 100%;
}

/*products-section end*/


/*features-section*/

.features-section {
    background: url(../images/white-dots.png) #81bc00 repeat;
    padding-top: 80px;
    padding-bottom: 50px;
    background-size: contain;
}

.features-section .title-wrap h3 {
    color: #ffffff
}

.features-section .title-wrap {
    border-bottom: 4px solid #ffffff;
}

.owl-carousel .owl-item img {
    width: auto;
}
.media-object-wrap {
    width: 35px;
    height: 35px;
}
.media-object-wrap img{
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.owl-carousel .owl-item .feature-img img {
    max-width: 100% !important;
    margin: 0 auto !important;
    width: auto !important;
}

.features-section .media-body p,
.features-section .media-left p,
.features-section .media-right p {
    max-width: 320px;
    color: #fff;
}

.features-section .media-body h4 {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.features-section .media-body .text-right {
    float: right;
    clear: both;
}

.features-section .media-icon {
    padding-left: 30px;
}

.features-section .media-right.media-icon {
    padding-left: 30px;
    padding-right: 50px;
}

.features-section .media-left.media-icon {
    padding-right: 30px;
    padding-top: 7px;
    padding-left: 70px;
}

.feature-slider {
    margin-top: 65px;
}

.media-section .media:first-child {
    margin-top: 130px;
    margin-bottom: 70px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: #c0de80;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 15px;
}

.feature-img-wrap {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.feature-img {
    display: table;
    width: 100%;
    height: 100%;
}

/*.owl-carousel.owl-drag .owl-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}*/

.feature-figure {
    height: 100%;
}
.features-section .owl-carousel .owl-stage-outer {
    position: relative;
}
.features-section .owl-carousel .owl-stage {
  display: table !important;
}
.features-section .owl-carousel .owl-stage .owl-item {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.features-section .owl-carousel .owl-stage .owl-item > div {
  text-align: center;
}

/*features-section end*/


/*application-section*/

.application-section {
    background: url(../images/black-dots.png) repeat;
    background-size: contain;
}

.home-app {
    /*background: url(../images/applicarion-one.jpg) no-repeat;*/
    background-size: cover;
    background-position: center center;
}
.video-banner{
    position: relative;
    overflow: hidden;
}
.video-banner video{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    -webkit-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.pro-app {
    background-size: cover;
    background-position: center center;
}

.application-section .title-wrap {
    margin-left: 0px;
    padding-bottom: 10px;
    margin-bottom: 45px;
}

.application-section .title-wrap h3,
.application-section .title-wrap h6 {
    text-align: left;
}

.application-section .app-content li {
    font-size: 18px;
    float: left;
    width: 50%;
    margin-bottom: 20px;
    padding-left: 20px;
}

.application-section .app-content {
    padding-top: 110px;
    padding-bottom: 100px
}

.application-section .app-content ul {
    float: left;
    display: inline-block;
    width: 90%;
    margin-left: 20px;
}

.application-section .app-content .btn-green {
    margin-top: 25px;
}

.right-content{
    order: 2;
    -webkit-order: 2;
}


/*application-section end*/


/*signup-section*/
.signup-section{
    background: url(../images/white-dots.png) #81bc00 no-repeat;
    background-size: cover;
    padding-bottom: 90px;
    padding-top: 90px;

}
.free-tips h5 {
    font-size: 36px;
    line-height: 1;
    color: #fff;
}

.free-tips h6 {
    font-size: 22px;
    line-height: 1.33;
    color: #53585a;
}
.signup-form .form-group{
    width: 100%;
}
.signup-section input[type="email"] {
    color: #000;
    background: #fff;
    border-radius: 0px;
    border: none;
    outline: none;
   /* width: calc(100% - 250px);*/
    height: 60px;
    box-shadow: none !important;
    font-size: 16px;
   /* margin-right: 28px;*/
}
.signup-section .btn-green {
    text-transform: uppercase;
    height: auto;
    border: 2px solid #fff;
    line-height: normal;
    padding: 17px 10px !important;
}
.signup-section .btn-green:hover{
    background: #fff !important;
    color: #81bc00;
}

input[type="text"]::-webkit-input-placeholder {
    color:#252525;
}
input[type="text"]:-moz-placeholder { 
   color:#252525;
   opacity:  1;
}
input[type="text"]::-moz-placeholder { 
   color:#252525;
   opacity:  1;
}
input[type="text"]:-ms-input-placeholder { 
   color:#252525;
}
input[type="text"]::-ms-input-placeholder {
   color:#252525;
}

input[type="text"]::placeholder {
   color:#252525;
}

.free-tips h5{
    letter-spacing: normal;
}

.mc4wp-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.signup-section input[type="email"]{
    display: inline-block !important;
}


/*footer*/
.footer{
    background: #363636;
    padding-top: 35px;
}
.footer-desc img{
    margin-bottom: 15px;
}
.footer-desc  .btn-green{
    min-width: 152px;
    height: auto;
    min-width: 152px;
    line-height: normal;
    padding-top: 0px;
    padding-bottom: 0px;
    text-transform: uppercase;
    padding: 8px 10px;

}
.footer-desc p{
    margin-bottom: 25px;
    color: #fff;
}
.footer-desc{
    border-right: 2px solid #9b9b9b;
}
.copy-rights-wrap{
    padding-top: 20px;
    margin-top: 85px;
    padding-bottom: 20px;
    border-top: 1px solid #5e5e5e
}
.footer-menu {
    margin-top: 50px;
}
.copy-rights-wrap p{
    margin-bottom: 0px;
}
.footer-menu li a{
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1;
}
.footer-menu li a:hover{
    text-decoration: none;
    color: #81bc00
}
.footer-menu li{
    margin-bottom: 10px;
}
.social-icon{
    float: right;
}
.social-icon li {
    list-style-type: none;
    float: left;
    margin-left: 12px;
}
.social-icon li a {
    width: 32px;
    height: 32px;
    background: #9b9b9b;
    display: block;
    border-radius: 100%;
    text-align: center;
    line-height: 32px;
    transition: ease all 1s;
    -webkit-transition: ease all 1s;
    -moz-transition: ease all 1s;
}

.social-icon li a:hover {
    background: #ffffff;
}
.social-icon li a i {
    font-size: 20px;
    color: #363636;
    width: 32px;
    height: 32px;
    line-height: 33px;
}
.copy-rights p{
    float: left;
    margin-top: 4px;
}
.footer .widget_text {
    padding-bottom: 0;
    float: left;
}
.footer .custom-html-widget {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
}
/*footer end*/



/*live update*/

/*footer*/
.footer-menu h4, .footer-menu .widget-title, .footer-menu .widgettitle{
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #81bc00;
    margin: 0px;
    line-height: normal;
    margin-bottom: 15px;
    letter-spacing: normal;
}
.footer-menu li, .footer-menu .menu-item {
    padding: 0px;
    margin-bottom: 10px;
    list-style-type: none;
}
.footer-menu li, .footer-menu .menu-item a:hover{
    color: #81bc00 !important
}
.footer .social-navigation{
    width: auto !important;
}
.footer .social-navigation li .icon{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 20px;
    width: 20px;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.footer .social-icon li a{
    position: relative;
    text-align: center;
}
.footer .social-navigation a:hover .icon, .social-navigation a:focus .icon{
    color: #000 !important
}
.footer .social-icon li{
    margin-left: 0px;
}


/*technology-page*/

.technology-banner {
    background-image: url(../images/technology-banner.jpg);
}

.inner-page-banner {
    background-size: cover;
    background-position: center;
    height: 342px;
    position: relative;
}

.inner-page-banner:before {
    width: 100%;
    height: 100%;
    background-color: rgba(44, 44, 44, 0.8);
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}

.breadcrumb-wrap {
    background-color: #f8f8f8;
    padding: 20px 0;
}

.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb {
    font-family: 'Industry-Medium';
    font-size: 12px;
    text-transform: uppercase;
    background-color: transparent;
    padding: 0;
}

.breadcrumb-item {
    font-family: 'Industry-Medium';
}

.breadcrumb-item a {

    color: #92969e;
    font-family: "Industry-Medium";
}

.breadcrumb-item.active {
    color: #53585a;
}

.breadcrumb li:first-child a {
    background-image: url(../images/berdcrumb-home.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}

.breadcrumb>li+li::before {
    content: ">";
    color: #aaadb3;
}

.technology-benefits {
    padding:0 0 80px;
}

.technology-benefits p {
    color: #53585a;
}

.technology-benefits .title-wrap {
    margin-bottom: 35px;
}

.technology-benefits-content,
.bio-remediation-benefits-content {
    max-width: 905px;
    width: 100%;
    margin: 0 auto;
}

.technology-benefits-content p {
    line-height: 29px;
}

.bioremediation-benefits-img {
    background-image: url(../images/bioremediation-img.png);
    background-repeat: no-repeat;
    width: 84px;
    height: 91px;
    margin: 0 auto;
}

.benefits-types p {
    font-family: 'industry-bold';
    color: #53585a;
    margin-top: 30px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.benefits-types:hover .bioremediation-benefits-img,.active .bioremediation-benefits-img{
    background-image: url(../images/bioremediation-img-hover.png);
        
        opacity:1;
}
.active .benefits-list-types{
    opacity:1;
}
.active .bioremediation-benefits-img,
.active .water-based-benefits-img,
.active .non-flammable-img {
    filter: grayscale(0); 
}
.water-based-benefits-img {
    background-image: url(../images/water-based-img.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 64px;
    height: 91px;
    margin: 0 auto;
}

.benefits-types:hover .water-based-benefits-img,
.active .water-based-benefits-img{
    background-image: url(../images/water-based-hover-img.png);
}

.non-flammable-img {
    background-image: url(../images/non-flammable-img.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 64px;
    height: 91px;
    margin: 0 auto;
}

.benefits-types:hover .non-flammable-img,
.active .non-flammable-img {
    background-image: url(../images/non-flammable-hover-img.png);
}

.benefits-list-types {
   
     display: block;
}

.benefits-list-types:hover {
    opacity: 1;
    text-decoration: none;
}

.benefits-types-img {
    max-height: 91px;
    max-width: 84px;
    margin: 0 auto;
}

.benefits-categories {
    margin-top: 80px;
}

.gray-section:after {
    background: url(../images/black-dots.png)repeat;
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-size: contain;
    background-position: center;
}

.gray-section {
    background-color: #ebebeb;
    position: relative;
    padding: 75px 0 70px;
}

.bio-remediation-benefits-content p {
    color: #53585a;
    margin-top: 40px;
    line-height: 29px;
}

.bioremediation-washers .title-wrap {
    max-width: 100%;
    text-align: left;
    border: none;
    margin-bottom: 40px;
    position: relative;
}

.bioremediation-washers .title-wrap:after {
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 4px solid #fff;
    content: "";
    width: 100%;
    height: 4px;
    max-width: 460px;
}

.bioremediation-washers p {
    line-height: 29px;
    color: #fff;
}

.bioremediation-washers .title-wrap h6 {
    color: #81bc00;
}

.bioremediation-washers .title-wrap h3 {
    color: #fff;
}

.bioremediation-washers {
    padding: 85px 0 35px;
    position: relative;
}

.washers-bg {
    background-image: url(../images/washers-bg.jpg);
    background-repeat: no-repeat;
}

.side-view-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    z-index: 0;
}

.gray-overlay {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(54, 54, 54) 0%, rgb(54, 54, 54) 72%, rgba(54, 54, 54, 0) 100%) repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 70%;
    z-index: 1;
}

.bioremediation-washers .container {
    position: relative;
    z-index: 3;
}

.more-benefits {
    padding: 100px 0 48px;
}

.more-benefits-types p {
    color: #53585a;
    text-transform: uppercase;
    font-family: 'industry-bold';
    font-size: 18px;
    margin-bottom: 0;
    max-width: 210px;
    margin: 0 auto;
}

.more-benefits-img {
    margin-bottom: 35px;
    min-height: 90px;
}

.support-banner {
    background-image: url(../images/support-page-banner.jpg);
}

.contact-form-section {

    margin-bottom: -45px;
}

.contact-form h3 {
    font-size: 32px;
    color: #707070;
    margin-bottom: 40px;
}

.about-product-section {
    background-color: #6c7071;
}

.center-content {
    max-width: 900px;
    margin: 0 auto;
}

.about-product-section {
    padding: 65px 0 25px;
}

.about-product-detail h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 10px 0;
    /* padding: 0 75px; */
}

.about-product-detail p {
    color: #fff;
    padding: 0 25px;
}

.about-product-img {
    margin: 0 auto;
    max-height: 90px;
    max-width: 92px;
}

.big-prodct-img {
    max-width: 100%;
}

.get-in-touch-section {
    padding: 100px 0 130px;
    background-color: #6c7071;
}

.address-block h4 {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.address-block p {
    line-height: normal;
    margin-bottom:3px;
    color: #ffffff;
}

.get-in-touch-section .title-wrap {
    margin-bottom: 65px;
}

.address-block ul li a {
    color: #ffffff;
    list-style: none;
    font-size: 18px;
    text-decoration: underline;
}

.address-block ul li a:hover {
    text-decoration: none;
     color: #000000;
}

.address-block ul li {
    list-style: none;
}

.download-section {
    background-color: #fff;
    padding: 60px 0 160px;
}

.get-in-touch-section .title-wrap h6 {
    color: #fff;
}

.download-links li a {
    color: #53585a;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'industry-bold';
    letter-spacing: 1px;
}
.download-links li a:hover{
    color: #000;
}
.download-links li {

    list-style: none;
    margin-bottom:20px;
}

.download-section .title-wrap {
    margin-bottom: 65px;
}

.main-video-section{
    padding:0px 0 100px;
}
.main-video-section h3{color:#707070;
margin-bottom: 35px;}
.main-video-section p{
    line-height: 30px;
}
.demo-videos-section h2
{
    color: #707070;
    font-size: 36px;
    margin-bottom: 15px;
}
.demo-videos-section 
{
     background-color: #ebebeb;
     padding: 75px 0 120px;
}
.video-block {
    margin-bottom: 60px;
}

.play-video-icon {
    background-image: url(../images/play-video-button.png);
    background-repeat: no-repeat;
    width: 84px;
    height: 59px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    transform: translateY(-50%);
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-content iframe {
    height: 100%;
    min-height: 350px;
    width: 100%;
    border: none;
}

.modal-content {
    border: medium none;
    min-height: 350px;
    padding: 15px;
}

.video-block a {
    cursor: pointer;
}

.video-block .img-responsive {
    margin: 0 auto;
}
.bench-protect-types {
    position: absolute;
    bottom: -10px;
    right: 105px;
}
.bench-protect-types-list{
    width: 33.33%;
    float: left;
    margin-right: 70px;
    max-width: 80px;
}
.bench-protect-types-list:last-child{
margin-right: 0px;
}
.bench-protect-types-list p{
    color: #53585a;
    margin-bottom: 0;
    line-height: normal;
    font-size: 16px;
}
.top-bar-strip .menu li a{
        color: #d7d7d7;
}


/*signup-footer*/
span.ctct-label-top {
    display: none;
}
.ctct-disclosure {
    display: none;
}
p.ctct-form-field.ctct-form-field-hidden {
    margin: 0;
    display: inline-block;
    width: 0;
}
input#ctct-submitted
{
     text-transform: uppercase;
    height: auto;
    border: 2px solid #fff;
    line-height: normal;
    padding: 17px 10px !important;
    min-width: 212px;
 
    font-size: 18px;
}
input#ctct-submitted:hover,
input#ctct-submitted:focus{
        background: #73a703 !important;
    color: #ffffff;
    outline: none !important;
}
p.ctct-form-field.ctct-form-field-email.ctct-form-field-required{
    width: calc(100% - 250px);
    margin-right: 28px;
    display: inline-block;
    margin-bottom: 0;
}
p.ctct-form-field.ctct-form-field-submit{
    display: inline-block;
    margin: 0;
    vertical-align: bottom;
}
.ctct-form-wrapper #ctct_usage{
    display: none;
}
.ctct-form-wrapper .success{
        border: none;
    padding: 0;
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
}
a.button.ctct-button{
    display: none;
}
.signup-form form {
    position: relative;
}
.ctct-form-wrapper .ctct-form-field.ctct-form-field-checkbox {
    position: absolute;
    bottom: -33px;
    left: 0;
    right: 0;
    margin: 0;
}
.ctct-form-wrapper .ctct-form-field.ctct-form-field-checkbox #ctct-opt-in {
    margin: 0 5px 0 0;
}
.ctct-form-wrapper .ctct-form-field.ctct-form-field-checkbox label {
    margin: 0;
    color: #fff;
    vertical-align: top;
}
/*Responsive*/

@media (min-width: 1440px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 1536px) {
    .container {
        width: 1440px;
    }

}



@media (max-width: 1535px){
    .toots-section {
        position: relative;
        margin-top: 100px;
    }
    .bench-desc-made {
        position: absolute;
        bottom: 60px;
        right: 0;
    }
    .bio-section {
           top: 45px;
    left: 115px;
    }
    .art-section {
           bottom: 140px;
    right: 77px;
    }
    .clean-section {
            top: -57px;
    left: 202px;
    }
    .bench-protect-types {
    position: absolute;
    bottom: -30px;
    right: 36px;
}
}

@media (max-width: 1500px){

}

@media (max-width: 1366px){
    input[type="text"]{
        min-width: 300px;
    }
    .signup-section .btn-green{
        min-width: 132px;
    }
    input#ctct-submitted{
        min-width: 132px;
    }
    .free-tips h5 {
        font-size: 31px;
    }
    .application-section .app-content li {
        font-size: 16px;
        float: left;
        width: 100%;
        margin-bottom: 20px;
        padding-left: 0px;
    }
    .app-content{
        margin-left: 0px;
        padding-left: 30px;
    }
}
@media (max-width: 1365px){
    .left-content{
        margin-left: 0px;
        width: 100%;
    }
    .application-section .app-content{
        padding-left: 15px;
    }
    .bench-desc-made img {
        margin-left: 5px;
        max-width: 70px;
    }
    .bench-desc-made {
        position: absolute;
        bottom: 60px;
        right: 70px;
    }
}

@media (max-width: 1199px){
    .benchtop-intro h3 {
        font-size: 58px;
        margin-bottom: 35px;
    }
    .bio-section {
           top: 10px;
    left: 86px;
    }
    .art-section {
           bottom: 100px;
    right: 60px;
    }
    .clean-section {
            top: -92px;
    left: 146px;
    }
    .toots-section {
        position: relative;
        margin-top: 160px;
    }
    .application-section .app-content li {
        width: 100%;
    }
    .media-body, .media-left, .media-right{
        width: 100%;
        display: block;
    }
    .media-icon {
        position: absolute;
        top: -40px;
        padding: 0px !important;
    }
    .media-heading{
        text-align: center;
        float: none;
    }
    .media-section .media{
        overflow: inherit;
        position: relative;
    }
    .features-section .media-body .text-right{
        float: none;
        text-align: center;
    }
    .features-section .media-body p, .features-section .media-left p, .features-section .media-right p{
        text-align: center;
    }
    .media-object-wrap {
        width: 35px;
        height: 35px;
        margin: 0 auto;
    }
    .free-tips, .signup-form{
        width: 100%;
        text-align: center;
    }
    .form-inline .form-group{
        float: none !important;
        text-align: center;
        margin-top: 30px;
    }
    .signup-section{
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .bench-desc-made {
        position: absolute;
        bottom: 50px;
        right: 30px;
    }
   
    .bench-protect-types {
   
    bottom: -50px;
    right: 0px;
    }
    .bench-protect-types-list{
        margin-right: 45px;
    }
}

@media (max-width: 1024px){
    .free-tips, .signup-form{
        width: 100%
    }
    .application-section .row{
        flex-wrap: initial;
        display: inherit;
    }
    .pro-application{
        float: right;
    }
    .pro-app{
        float: left;
    }
    .application-section .app-content {
        padding-top: 50px;
        padding-bottom: 50px;
        min-height: 550px;
    }
    .home-app, .pro-app{
        min-height: 550px;
    }
    .products-section .row, .footer .row{
        flex-wrap: initial;
        display: inherit;
    }
    .feature-img {
        display: table;
        width: 100%;
        height: 400px;
    }
}
@media (max-width: 992px){
    .toots-section ul li span{
        background: #fff;
    }
    /*.toots-section ul li{
        color: #fff
    }*/
    .product-wrapper{
        border:none;
        margin-bottom: 30px;
    }
    .bio-section {
        top: -20px;
        left: 80px;
    }
    .art-section {
        left: 285px;
        top: -50px;
    }
    .clean-section {
        bottom: -65px;
        left: 135px;
    }
    .media-section .media:first-child {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .features-section .media-body .text-right {
        float: none;
        clear: none;
    }
    .media-object-wrap {
        margin: 0 auto;
    }
    .feature-figure {
        height: auto;
    }
    .feature-img-wrap {
        display: block;
        width: auto;
        height: auto;
        vertical-align: middle;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .features-section .media-body p, .features-section .media-left p, .features-section .media-right p {
        max-width: 320px;
        text-align: center;
    }
    .feature-slider {
        margin-top: 20px;
    }
    .media-section, .feature-figure, .media-section {
        margin-bottom: 40px;
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
    }
    .features-section .media-right.media-icon, .features-section .media-left.media-icon{
        width: 100%;
        padding: 0px;
        display: block;
    }
    .media-body, .media-left, .media-right {
        vertical-align: top;
    }
    .features-section .media-body p, .features-section .media-left p, .features-section .media-right p {
        max-width: 100%;
        text-align: center;
        display: block;
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .features-section .media-body h4{
        text-align: center;
    }
    .media-section .media:first-child {
        margin-top: 70px;
        margin-bottom: 60px;
    }
    .title-wrap h3 {
        font-size: 31px;
        line-height: 30px;
    }
    .footer-desc img {
        margin-bottom: 15px;
        max-width: 100%;
    }
    .footer-desc p {
        margin-bottom: 25px;
        font-size: 14px;
        line-height: normal;
    }
    .footer-menu {
        margin-top: 30px;
    }
    .footer-menu li{
            list-style-type: none;
    }
    .footer-menu li a {
        color: #fff;
        font-size: 15px;
        margin-bottom: 5px;
        line-height: 1;
    }
    .copy-rights p {
        float: left;
        font-size: 14px;
    }
    .bio-section {
           top: 70px;
    left: 125px;
    }
    .art-section {
        left: 454px;
    top: 240px;
    }
    .clean-section {
            top: -37px;
            left: 230px;
    }
    .bench-desc-made {
        position: absolute;
        bottom: 90px;
        right: 80px;
    }
}
@media (max-width: 991px){
    .benchtop-intro:before{
        display:block;
        bottom: 0px;
        margin: 0 auto;
        height: 50%;
        width: 100%;
        z-index: 0;
        top:auto;
    }
      .more-benefits-types {
        margin-bottom: 35px;
    }
    .more-benefits-img {
        margin-bottom: 20px;
        min-height: 95px;
    }
    .technology-benefits {
        padding:0px 0 90px;
    }
    .gray-section {
        padding: 45px 0 50px;
    }
    .gray-overlay {
        width: 100%;
    }
    .more-benefits {
        padding: 60px 0;
    }
    .about-product-detail h4,
    .about-product-detail p {
        padding: 0;
    }
    .get-in-touch-section {
        padding: 70px 0;
    }
    .download-section {
        padding: 60px 0 70px;
    }
    .about-product-section {
        padding: 55px 0;
    }
    .play-video-icon{
        background-size: 60px auto;
        width: 60px;
        height: 42px;
    }
    .video-block{
        margin-bottom: 30px;
    }
    .demo-videos-section{
        padding:45px 0;
    }
    .more-benefits-types p{
        max-width: 100%;
    }
}

@media (max-width: 768px){
    .title-wrap h3 {
        font-size: 24px;
        line-height: normal;
    }
    .application-section .app-content li{
        margin-bottom: 15px;
    }
}
@media (max-width: 767px){
    .home-banner{
        min-height: 300px;
    }
    .home-banner h1 span{
        font-size: 40px;
    }
    .home-banner h1 {
        line-height: normal;
    }
    h1 {
        font-size: 45px;
    }
    .home-banner h2 {
        font-size: 24px;
        line-height: normal;
    }
    .btn-green{
        min-width: 172px;
    }
    .benchtop-intro:before{
        width: 100%;
    }
    .benchtop-intro{
        padding-top: 45px;
        padding-bottom: 120px;
    }
    .benchtop-intro h3{
        font-size: 42px;
        word-wrap: break-word;
        margin-bottom: 35px;
    }
    p {
        font-size: 16px;
        line-height: normal;
    }
    .benchtop-intro .btn-green {
        margin-top: 10px;
        margin-bottom: 100px;
    }
    .bench-img {
        max-width: 100%;
        margin-top: 140px;
        margin-bottom: 30px;
    }
    .products-section, .features-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .product-wrapper{
        border:none;
        margin-bottom: 40px;
        width: 100%;
        padding: 0px 15px;
    }
    .products-section .btn-green {
        margin-top: 25px;
        margin-bottom: 20px;
    }
    .application-section .app-content li{
        width: 100%;
    }
    .application-section .app-content {
        padding-top: 40px;
        padding-bottom: 40px;
        min-height: initial;
        padding-left: 15px;
    }
    .home-app, .pro-app{
        height: 350px;
        width: 100%;
    }
    .title-wrap h3 {
        font-size: 29px;
        line-height: normal;
    }
    .application-section .app-content li {
        font-size: 16px;
        float: left;
        width: 50%;
        margin-bottom: 10px;
        padding-left: 10px;
    }
    .free-tips h6 {
        font-size: 16px;
        text-align: center;
    }
    .free-tips h5 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 15px;
    }
    .features-section .media-body .text-right{
        text-align: center;
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    input[type="text"]{
        width: 100%;
        min-width: 100%;
        margin-top: 20px;
    }
    .signup-section .btn-green{
        width: 100%;
        max-width: 160px;
        margin: 0 auto;
        float: none;
        margin-top: 15px;
        padding: 10px 10px;
    }
    .signup-form .form-group{
        width: 100%;
        text-align: center;
    }
    .signup-section {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .footer-desc{
        text-align: center;
        margin-bottom: 40px;
    }
    .copy-rights-wrap{
        margin-top: 15px;
    }
    .copy-rights p {
        float: none;
        font-size: 14px;
        text-align: center;
    }
    .application-section .app-content li{
        width: 100%;
    }
    .social-icon {
        float: none;
        width: 100%;
        text-align: center;
        display: block;
        max-width: 140px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .footer-menu{
        text-align: center;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .toots-section {
        position: relative;
        margin-top: 0px;
        max-width: 590px;
        margin: 0 auto;
    }
    .bench-desc-made {
        position: absolute;
        bottom: 90px;
        right: 40px;
    }
    .right-content {
        order: initial;
        -webkit-order: initial;
    }
    .footer-desc {
        border-right:0;
        border-bottom: 2px solid #9b9b9b;
        padding-bottom: 30px;
    }
    .features-section .media-body p, .features-section .media-left p, .features-section .media-right p{
        max-width: 100%;
    }
    .signup-section input[type="email"]{
        height: 50px;
    }
    .bio-section {
           top: 170px;
    left: 92px;
    }
    .art-section {
            left: 375px;
    top: 344px;
    }
    .clean-section {
            top: 55px;
    left: 174px;
    }
    .more-benefits-img {
        min-height: 20px;
    }
    .technology-benefits {
        padding:0px 0 45px;
    }
    .benefits-categories {
        margin-top: 50px;
    }
    .bioremediation-washers {
        padding: 45px 0;
    }
    .more-benefits {
        padding: 50px 0;
    }
    .benefits-types p {
        margin-top: 15px;
        line-height: normal;
    }
    .benefits-types {
        margin-bottom: 25px;
    }
    .address-block h4 {
        margin-bottom: 5px;
    }
    .address-block {
        margin-bottom: 20px;
    }
    .about-product-section {
        padding-bottom: 25px;
    }
    .get-in-touch-section,
    .download-section {
        padding: 35px 0;
    }
    .get-in-touch-section .title-wrap,
    .download-section .title-wrap {
        margin-bottom: 20px;
    }
    input#ctct-submitted{
         width: 100%;
        max-width: 160px;
        margin: 0 auto;
        float: none;
        margin-top: 15px;
        padding: 10px 10px !important;
    }
    
    /*live update*/
    /*footer*/
    .footer-menu .widget, .footer .widget_text {
        padding: 0px;
    }
    .footer .widget_text {
        padding: 0px;
        width: 100%;
        padding-bottom: 20px;
        text-align: center;
    }
    /*/footer*/
    /*live update*/
    .signup-section .btn-green{
        padding: 10px !important;
    }

}


@media (max-width: 640px){
    .btn-green {
        min-width: 150px;
    }
    .products-section p{
        max-width: 100%;
    }
    .bench-protect-types{
        position: static;
    }
    .bench-protect-types-list{
        margin-right: 15px;
    }
   
   
    .bench-protect-types-list p{
        font-size: 14px;
        line-height: 15px;
    }
    p.ctct-form-field.ctct-form-field-email.ctct-form-field-required{
        width: 100%;
        margin-right: 0;
    }
    
}
@media (max-width: 639px){
    .toots-section {
        position: relative;
        margin-top: 0px;
        max-width: 280px;
        margin: 0 auto;
    }
    .bench-img {
        max-width: 100%;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .benchtop-intro:before{
        height: 40%;
        display: none;
    }
    .bench-desc-made{
        position: initial;
        text-align: center;
    }
    .toots-section ul li{
        display: none;
    }
    .bench-desc-made img{
        display: inline-block;
        margin: 0 5px;
    }
    .benchtop-intro {
        padding-top: 45px;
        padding-bottom: 50px;
    }
    .benchtop-intro .btn-green {
        margin-top: 10px;
        margin-bottom: 40px;
    }
     .bench-protect-types-list p{
        color: #fff;
    }
}

@media screen and (max-width: 575px){
    .signup-form form {
        padding-bottom: 50px;
    }
    .ctct-form-wrapper .ctct-form-field.ctct-form-field-checkbox {
        bottom: -15px;
        text-align: left;
    }
    .ctct-form-wrapper .ctct-form-field.ctct-form-field-checkbox label {
        max-width: calc(100% - 20px);
        text-align: left;
    }
}