/* global */
body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    margin: 1em 0 0 0;
}
h1, h2 {
    font-weight: 700;
}
h3, h4 {
    font-weight: 600;
}
/*
h1 {
  font-size: 36px;
}
h2 {
  font-size: 38px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
*/

#content .uc_out_of_stock_throbbing,
#content .fivestar-average-stars,
#content .links.inline,
#content .review_num,
#content .submitted,
#content > ul.links {
    display: none;
}

/* hardcoded fixes */
#content table {
    width: 100% !important;
}

/* blocks */
.block .widget-title {
    margin-bottom: 1em;
}
#block-views-blog-block-3 .thumbnail {
    min-height: 79px;
    min-width: 79px;
}
#block-views-blog-block-3 .date {
    margin-bottom: 0;
}
#block-views-blog-block-3 .title {
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    margin-top: 0;
}
#block-views-blog-block-3 .title a:hover {
    border: 0;
    text-decoration: underline;
}

/* header */
.header .logo {
    padding: 12px 0;
}
.header .logo img {
    max-height: 90px;
}
body.sticky-header.admin-menu .header {
    top: -14px;
}
.block-gtranslate {
    float: left;
    margin-right: 32px;
    margin-top: -4px;
}
.block-gtranslate .gtflag {
    border: 0;
    display: inline-block;
    font-size: 8px;
    padding: 0 !important;
}
.block-gtranslate .gtflag img {
    display: inline-block;
}
.block-gtranslate select {
    font-size: 14px;
    margin-left: 5px;
    padding: 0 0 2px;
}
.header .search-form {
    padding: 0;
    width: 172px;
}
#block-custom-search-blocks-1 {
    float: left;
    margin-right: 32px;
    margin-top: -3px;
}
#block-custom-search-blocks-1 .custom-search-box {
    border: 0;
    float: left;
    line-height: 22px;
    height: 22px;
    padding: 0 5px;
    width: calc(100% - 22px);
}
#block-custom-search-blocks-1 .form-actions,
#block-custom-search-blocks-1 .form-actions input {
    float: left;
    margin: 0;
}
#block-custom-search-blocks-1 .form-group {
    margin: 0;
}
.flexnav.lg-screen > li ul li a {
    padding: 5px 10px;
}
.flexnav > li > a,
.mega-group > a {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
}
.flexnav .mega-group-title {
    padding-left: 0 !important;
}
.flexnav.sm-screen ul {
    padding: 0;
}
.flexnav.sm-screen .col-md-6 {
    padding: 0;
}
.flexnav.sm-screen li.level-1 > a {
    text-transform: uppercase;
}
.flexnav.sm-screen li:not(.level-1) .touch-button {
    right: 10px;
}

/* sidebar */
#sidebar .block-menu-block .widget-title {
    font-size: 16px;
    margin: 0 0 10px;
}
#sidebar .block-menu-block li {
    border: 0;
    border-top: 1px solid #dcdcdc;
    list-style: none;
    font-size: 14px;
}
#sidebar .block-menu-block li.active > a {
    font-weight: bold;
}
#sidebar .block-menu-block li ul {
    margin: 0;
    padding: 0;
}
#sidebar .block-menu-block li ul li {
    border: 0;
    padding: 4px 0 4px 20px;
}
#sidebar .block-menu-block li ul li:before,
#sidebar .block-menu-block li ul li a {
    color: #333;
}
#sidebar .block {
    margin-bottom: 20px;
}
#sidebar .views-exposed-form .views-exposed-widget {
    float: none;
}
#sidebar .views-exposed-form .views-exposed-widget fieldset {
    border: 0;
    padding: 0 !important;
    padding-top: 45px !important;
}
#sidebar .views-exposed-form .views-exposed-widget fieldset.collapsed {
    padding: 0 !important;
}
#sidebar .views-exposed-form .views-exposed-widget fieldset.collapsed legend {
    margin-bottom: 0;
}
#sidebar .views-exposed-form .views-exposed-widget .fieldset-title {
    text-decoration: none;
}
#sidebar .views-exposed-form .views-exposed-widget .fieldset-wrapper .form-control {
    height: auto;
}
#sidebar .views-exposed-form .views-exposed-widget .fieldset-wrapper .form-checkboxes .form-control {
    border-top: 0;
    display: inline-block;
    width: auto;
}
#sidebar .views-exposed-form .views-exposed-widget.views-submit-button {
    float: left;
}

/* content */
#content .content .form-type-item {
    display: none;
}

/* footer */
.footer-copyright {
    font-size: 14px;
    color: #999;
}
.footer-copyright .col-md-4 {
    margin-top: 5px;
}
.social-links li a {
    background: #999;
    color: #fff;
    font-size: 18px;
    height: 32px;
    line-height: 30px;
    width: 32px;
}
.social-links li.facebook:hover a {
    background: #1da1f2;
    color: #fff;
}
.social-links li.twitter:hover a {
    background: #3b5998;
    color: #fff;
}
.social-links li.instagram:hover a {
    background: #c32aa3;
    color: #fff;
}
.social-links li.youtube:hover a {
    background: #ff0000;
    color: #fff;
}
.social-links li.linkedin:hover a {
    background: #007bb5;
    color: #fff;
}
.copyright {
    margin-top: 10px;
}
#block-menu-menu-copyright ul.menu {
    list-style: none;
    padding: 0;
}
#block-menu-menu-copyright ul.menu li {
    display: inline-block;
}
#block-menu-menu-copyright ul.menu li a {
    border-right: 1px solid #ccc;
    color: #6d6d6d;
    font-size: 14px;
    padding: 0 10px;
}
#block-menu-menu-copyright ul.menu li:first-child a {
    padding-left: 0;
}
#block-menu-menu-copyright ul.menu li:last-child a {
    border: 0;
}
#sliding-popup .popup-content #popup-text p {
    font-size: 14px;
    margin-top: 10px;
}
#sliding-popup .eu-cookie-compliance-more-button {
    font-size: 14px;
}
#sliding-popup .popup-text {
    margin-top: 10px;
}
#sliding-popup .popup-content #popup-buttons {
    font-size: 14px;
    margin-bottom: 10px;
}

/* home */
.front .sk-cube-grid {
    display: none;
}
.lds-ellipsis {
    display: inline-block;
    position: absolute;
    width: 64px;
    height: 64px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #AB2328;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}
.front .tb-banner-holder .btn {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
}
.front .icon-box .icon {
    height: 150px;
    line-height: 150px;
    width: 150px;
}
.front .icon-box .icon:before,
.front .icon-box .icon:hover:before {
    background-color: inherit !important;
    background-size: 150px;
}
.front .icons .fa:before {
    background-position: 0 5px;
    background-repeat: no-repeat;
    background-size: 40px;
    content: '';
    display: block;
    filter: brightness(0) invert(1);
    height: 40px;
    width: 40px;
}
.front .icons .rlc-oil .icon:before {
    background-image: url('../images/ico/icon-oil-and-gas.png');
}
.front .icons .rlc-water .icon:before {
    background-image: url('../images/ico/icon-water-and-wastewater.png');
}
.front .icons .rlc-transportation .icon:before {
    background-image: url('../images/ico/icon-transportation.png');
}
.front .icons .rlc-food .icon:before {
    background-image: url('../images/ico/icon-food-and-beverage.png');
}
.front .icons .rlc-auto .icon:before {
    background-image: url('../images/ico/icon-automotive.png');
}
.front .icons .rlc-renewable .icon:before {
    background-image: url('../images/ico/icon-renewable-energy.png');
}
.front .icons .rlc-utilities .icon:before {
    background-image: url('../images/ico/icon-utilities.png');
}
.front .icons .rlc-factory .icon:before {
    background-image: url('../images/ico/icon-factory-automation.png');
}
.front .icon-box p {
    display: none;
}
.front .icon-box h3 {
    font-size: 18px;
    margin-top: 0;
}
.front .about,
.front .latest {
    padding: 0;
}
.front .about h2 {
    color: #fff;
    font-size: 38px;
    opacity: 1;
    margin: 0 0 1em;
    position: relative;
    text-align: center;
    z-index: 1;
}
.front .about .featured-section {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.front .latest .project-feed {
    margin-bottom: 0;
}
.front .latest .project-item figure a {
    margin: 0;
}
.front .latest .project-item figcaption:before,
.front .latest .project-item figcaption p {
    display: none;
}

/* node: product */
.node-type-product .breadcrumb,
.node-type-accessory .breadcrumb,
.node-type-product .product_title,
.node-type-accessory .product_title,
.node-type-product #edit-spamicide,
.node-type-accessory #edit-spamicide,
.node-type-product #specifications .field-label,
.node-type-accessory #specifications .field-label,
.add-to-cart #edit-spamicide {
    display: none;
}
.node-type-product .page-heading .col-md-6,
.node-type-accessory .page-heading .col-md-6 {
    width: 100%;
}
.node-type-product .nav-tabs,
.node-type-accessory .nav-tabs,
.node-type-product .model,
.node-type-accessory .model {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.node-type-product .out-of-stock,
.node-type-accessory .out-of-stock {
    color: #AB2328;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

/* search */
.page-search #content #search-form,
.page-search #edit-custom-search-types {
    display: none;
}
.search-form .btn, #search-block-form .btn {
    color: #fff;
}

/* view: press-releases */
.view-press-releases .views-field-title {
    font-weight: bold;
}
.view-press-releases .views-field-view-node {
    margin-bottom: 20px;
}

/* find a distributor */
area {
    outline: none;
}
#LatinAm,#Europe,#Asia  { position: relative; width: 400px;  visibility: visible; }
#Argentina { position: absolute; top: 244px; left: 200px; width: 59px; visibility: hidden; }
#Belize { position: absolute; top: 93px; left: 151px; width: 16px; visibility: hidden; }
#Bolivia { position: absolute; top: 207px; left: 210px; width: 42px; visibility: hidden; }
#Brazil { position: absolute; top: 163px; left: 198px; width: 129px; visibility: hidden; }
#Caribbean { position: absolute; top: 66px; left: 175px; width: 79px; visibility: hidden; }
#Chile { position: absolute; top: 230px; left: 192px; width: 28px; visibility: hidden; }
#Columbia { position: absolute; top: 135px; left: 185px; width: 42px; visibility: hidden; }
#CostaRica { position: absolute; top: 124px; left: 160px; width: 21px; visibility: hidden; }
#Ecuador { position: absolute; top: 168px; left: 178px; width: 21px; visibility: hidden; }
#ElSalvador { position: absolute; top: 106px; left: 146px; width: 20px; visibility: hidden; }
#FrGuiana { position: absolute; top: 167px; left: 267px; width: 15px; visibility: hidden; }
#Guatemala { position: absolute; top: 94px; left: 137px; width: 23px; visibility: hidden; }
#Guyana { position: absolute; top: 155px; left: 245px; width: 18px; visibility: hidden; }
#Honduras { position: absolute; top: 104px; left: 150px; width: 26px; visibility: hidden; }
#Mexico { position: absolute; top: 0px; left: 73px; width: 97px; visibility: hidden; }
#Nicaragua { position: absolute; top: 109px; left: 156px; width: 26px; visibility: hidden; }
#Panama { position: absolute; top: 135px; left: 171px; width: 27px; visibility: hidden; }
#Paraguay { position: absolute; top: 238px; left: 231px; width: 29px; visibility: hidden; }
#Peru { position: absolute; top: 171px; left: 177px; width: 43px; visibility: hidden; }
#Suriname { position: absolute; top: 162px; left: 255px; width: 20px; visibility: hidden; }
#Uruguay { position: absolute; top: 271px; left: 238px; width: 21px; visibility: hidden; }
#Venezuela { position: absolute; top: 137px; left: 206px; width: 47px; visibility: hidden; }
#Albania { position: absolute; top: 283px; left: 213px; width: 19px; visibility: hidden; }
#Austria { position: absolute; top: 226px; left: 148px; width: 50px; visibility: hidden; }
#Belarus { position: absolute; top: 151px; left: 224px; width: 52px; visibility: hidden; }
#Belgium { position: absolute; top: 204px; left: 106px; width: 27px; visibility: hidden; }
#Bosnia { position: absolute; top: 258px; left: 188px; width: 30px; visibility: hidden; }
#Bulgaria { position: absolute; top: 260px; left: 232px; width: 45px; visibility: hidden; }
#Croatia { position: absolute; top: 249px; left: 173px; width: 41px; visibility: hidden; }
#CzechRep { position: absolute; top: 209px; left: 162px; width: 44px; visibility: hidden; }
#Denmark { position: absolute; top: 148px; left: 138px; width: 30px; visibility: hidden; }
#Estonia { position: absolute; top: 122px; left: 208px; width: 35px; visibility: hidden; }
#Finland { position: absolute; top: 21px; left: 189px; width: 58px; visibility: hidden; }
#France { position: absolute; top: 207px; left: 60px; width: 90px; visibility: hidden; }
#Germany { position: absolute; top: 172px; left: 126px; width: 57px; visibility: hidden; }
#Greece { position: absolute; top: 284px; left: 218px; width: 73px; visibility: hidden; }
#Greenland { position: absolute; top: 0px; left: 0px; width: 51px; visibility: hidden; }
#HollandNeth { position: absolute; top: 187px; left: 112px; width: 27px; visibility: hidden; }
#Hungary { position: absolute; top: 227px; left: 189px; width: 44px; visibility: hidden; }
#Iceland { position: absolute; top: 36px; left: 14px; width: 46px; visibility: hidden; }
#Ireland { position: absolute; top: 116px; left: 35px; width: 73px; visibility: hidden; }
#Italy { position: absolute; top: 245px; left: 127px; width: 87px; visibility: hidden; }
#Latvia { position: absolute; top: 137px; left: 206px; width: 40px; visibility: hidden; }
#Liechtenstien { position: absolute; top: 230px; left: 141px; width: 31px; visibility: hidden; }
#Lithuania { position: absolute; top: 153px; left: 207px; width: 34px; visibility: hidden; }
#Luxembourg { position: absolute; top: 216px; left: 123px; width: 31px; visibility: hidden; }
#Macedonia { position: absolute; top: 283px; left: 222px; width: 23px; visibility: hidden; }
#Moldovia { position: absolute; top: 222px; left: 254px; width: 28px; visibility: hidden; }
#Montenegro { position: absolute; top: 277px; left: 205px; width: 19px; visibility: hidden; }
#Norway { position: absolute; top: 11px; left: 126px; width: 98px; visibility: hidden; }
#Poland { position: absolute; top: 172px; left: 173px; width: 64px; visibility: hidden; }
#Portugal { position: absolute; top: 277px; left: 9px; width: 33px; visibility: hidden; }
#RF { position: absolute; top: 166px; left: 203px; width: 19px; visibility: hidden; }
#Romania { position: absolute; top: 224px; left: 217px; width: 64px; visibility: hidden; }
#Russia { position: absolute; top: 0px; left: 216px; width: 84px; visibility: hidden; }
#Serbia { position: absolute; top: 250px; left: 209px; width: 32px; visibility: hidden; }
#Slovakia { position: absolute; top: 219px; left: 191px; width: 38px; visibility: hidden; }
#Slovenia { position: absolute; top: 247px; left: 172px; width: 22px; visibility: hidden; }
#Spain { position: absolute; top: 263px; left: 20px; width: 93px; visibility: hidden; }
#Sweden { position: absolute; top: 36px; left: 155px; width: 55px; visibility: hidden; }
#Switzerland { position: absolute; top: 240px; left: 125px; width: 30px; visibility: hidden; }
#Turkey { position: absolute; top: 278px; left: 261px; width: 39px; visibility: hidden; }
#UnitedKingdom { position: absolute; top: 116px; left: 35px; width: 73px; visibility: hidden; }
#Ukraine { position: absolute; top: 173px; left: 223px; width: 77px; visibility: hidden; }
#Australia { position: absolute; top: 257px; left: 212px; width: 115px; visibility: hidden; }
#Bangladesh { position: absolute; top: 130px; left: 88px; width: 27px; visibility: hidden; }
#Bhutan { position: absolute; top: 123px; left: 91px; width: 19px; visibility: hidden; }
#Brunei { position: absolute; top: 208px; left: 160px; width: 31px; visibility: hidden; }
#Cambodia { position: absolute; top: 178px; left: 141px; width: 24px; visibility: hidden; }
#China { position: absolute; top: 0px; left: 38px; width: 197px; visibility: hidden; }
#HongKong { position: absolute; top: 139px; left: 173px; width: 60px; visibility: hidden; }
#India { position: absolute; top: 88px; left: 22px; width: 104px; visibility: hidden; }
#Indonesia { position: absolute; top: 210px; left: 121px; width: 168px; visibility: hidden; }
#Japan { position: absolute; top: 36px; left: 226px; width: 49px; visibility: hidden; }
#Korea { position: absolute; top: 46px; left: 204px; width: 27px; visibility: hidden; }
#Laos { position: absolute; top: 148px; left: 131px; width: 34px; visibility: hidden; }
#Malaysia { position: absolute; top: 207px; left: 134px; width: 68px; visibility: hidden; }
#Mongolia { position: absolute; top: 15px; left: 75px; width: 110px; visibility: hidden; }
#Myanmar { position: absolute; top: 124px; left: 106px; width: 39px; visibility: hidden; }
#Nepal { position: absolute; top: 113px; left: 60px; width: 35px; visibility: hidden; }
#Pakistan { position: absolute; top: 90px; left: 0px; width: 51px; visibility: hidden; }
#Philippines { position: absolute; top: 157px; left: 197px; width: 38px; visibility: hidden; }
#Taiwan { position: absolute; top: 128px; left: 198px; width: 14px; visibility: hidden; }
#Thailand { position: absolute; top: 155px; left: 123px; width: 38px; visibility: hidden; }
#Vietnam { position: absolute; top: 144px; left: 140px; width: 32px; visibility: hidden; }
#Singapore { position: absolute; top: 208px; left: 143px; width: 50px; visibility: hidden; }

@media only screen and (max-width: 992px) {
    .header .logo img {
        max-height: 55px;
    }
    .navbar-toggle {
        top: 20px;
    }
    .front .icon-box .icon {
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .front .icon-box h3 {
        text-align: center;
    }
    .front #block-11 {
        margin-top: 40px;
    }
    .front #block-11 img {
        height: auto;
        max-width: none;
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .front .tp-banner-holder .tp-dottedoverlay.filled {
        height: 100%;
        top: 0;
    }
    .front .tp-banner-holder .btn {
        padding: 5px 10px;
    }
    .front .icon-box .icon {
        height: 125px;
        line-height: 125px;
        width: 125px;
    }
    .front .icon-box .icon:before, .front .icon-box .icon:hover:before {
        background-size: 125px;
    }
    .front #block-block-11 .subscribe-bg > div {
        width: 100%;
    }
    .front #block-block-11 .subscribe-bg > div p:last-child {
        display: none;
    }
    .copyright .block {
        float: none !important;
        text-align: center;
    }
}
@media only screen and (max-width: 480px) {

}

.p-4 {
    padding: 40px 0;
}

.node-type-family-page ul.breadcrumb
{
    margin-bottom: 0px;
}

.node-type-family-page ul.breadcrumb li
{
    font-size: 10px;
    font-weight: 300;
}

@media (max-width: 1199px) {
    .page-node-39845 .visual_banner .text_holder {
        margin-left: 30px;
    }
}

@media (max-width: 991.98px) {
    .page-node-39845 .visual_banner .text_holder {
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .page-node-39874 .products_info2 .tabset a {
        font-size: 16px;
        padding: 0 20px;
    }
}

.page-node-39872 .nd-region.icons .container {
    width: auto !important;
}
.node-type-family-page.page-node-39872 .page-heading {
    display: block;
}

.page-node-39872.node-type-family-page h1 {
    text-transform: uppercase;
}

.page-node-39872.node-type-family-page .visual_banner .text_holder strong {
    text-transform: none;
}
.page-node-39872.node-type-family-page .visual_banner .text_holder {
    margin-left: 30px;
}

@media (max-width: 1359.98px) {
    .page-node-39872.node-type-family-page .visual_banner .text_holder {
        margin-left: 0;
    }
}

@media (min-width: 1359.98px) {
    .page-node-39872 .page-heading .col-md-6:first-child {
        width: 45%;
    }
    .page-node-39872 .page-heading .col-md-6:nth-child(2) {
        width: 55%;
    }
}
.page-node-39875 ul.tabset li a { text-transform:capitalize}
.page-node-39872.node-type-family-page section.page-heading {
    display: block;
}

.filters_area {
    background : #EEEEEE;
}
#content.main_updated {
    background : #FFFFFF;
}
.intro_area{
    position: relative;
    z-index: 10;
}


/*---------------------------------------*/

.imageSliderBlock .image {
    width: 48% !important;
}
.imageSliderBlock .prod_description {
    width: 46% !important;
}
.imageSliderBlock .image img {
    width: auto !important;
}

@media (max-width: 1200px) {
    .imageSliderBlock .image {
        width: 60% !important;
    }
    .imageSliderBlock .prod_description {
        width: 36% !important;
    }
}
@media (max-width: 992px) {
    .imageSliderBlock .image {
        width: 100% !important;
        max-width: 565px !important;
        margin: 0 auto 25px !important;
    }
    .imageSliderBlock .prod_description {
        width: 100% !important;
    }
}
@media (max-width: 600px) {
    .imageSliderBlock .image {
        max-width: 320px !important;
    }
    .imageSliderBlock .image .owl-item {
        min-height: 200px;
    }
    .imageSliderBlock .image .hytPlayerWrap {
        width: 100%;
    }
    .imageSliderBlock .image .video-holder {
        overflow: hidden;
        position: relative;
        width:100%;
    }
    .imageSliderBlock .image .video-holder::after {
        padding-top: 56.25%;
        display: block;
        content: '';
    }
    .imageSliderBlock .image .video-holder iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.imageSliderBlock .thumbnail { background: none !important}

.imageSliderBlock .imageSlider .thumbnail {
    border: none !important;
}

.imageSliderBlock .imageSlider .thumbnail .owl-carousel .owl-item {
    margin-right: 1px;
}
.imageSliderBlock .thumbnail .hytPlayerWrap {
    width: 100%;
}

.imageSliderBlock .thumbnail .hytPlayerWrap iframe {
    width: 100%;
}

/* Water & Waterwaste */
/* stylelint-disable */

.water_page .wrapper {
    overflow : hidden;
}
@media (min-width : 2600px) {
    .water-banner {
        max-width : 3000px;
        margin    : 0 auto;
    }
}
.water-banner .container {
    height : 100%;
}
.water-banner .text_holder {
    text-align        : left;
    margin            : 0;
    position          : relative;
    display           : -webkit-box;
    display           : -ms-flexbox;
    display           : flex;
    -ms-flex-wrap     : wrap;
    flex-wrap         : wrap;
    -webkit-box-align : center;
    -ms-flex-align    : center;
    align-items       : center;
    height            : 100%;
    padding           : 0;
}
.water-banner .text_holder:before {
    position   : absolute;
    left       : -254px;
    bottom     : 15px;
    content    : '';
    background : url(../images/water-banner-sub1.png?c4611081f729e3c4ab48e6026ee21dca) no-repeat;
    width      : 162px;
    height     : 231px;
}
.water-banner .text_holder:after {
    position   : absolute;
    right      : -18px;
    top        : 0;
    content    : '';
    background : url(../images/water-banner-sub2.png?c0247baae490b3e32b75223a31e9f297) no-repeat;
    width      : 89px;
    height     : 92px;
}
.water-banner .text_holder h1 {
    color       : #63666A;
    font-size   : 45px;
    line-height : 51px;
}
.water_intro {
    text-align : center;
    padding    : 67px 0 69px;
}
.water_intro h2 {
    margin-bottom : 20px;
}
.water_intro p {
    margin : 0;
}
.water_res {
    position        : relative;
    background      : url(../images/water-image1.jpg?d1b57fe8dd28071c3877c62ecd7e9dbc) no-repeat;
    background-size : cover;
    padding         : 69px 0 75px;
}
.water_res .h1 {
    color      : #FFFFFF;
    text-align : center;
    margin     : 0 0 26px;
}
.water_res .holder {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -ms-flex-wrap    : wrap;
    flex-wrap        : wrap;
    -webkit-box-pack : center;
    -ms-flex-pack    : center;
    justify-content  : center;
}
.water_res .box {
    position   : relative;
    padding    : 16px 44px 22px 118px;
    background : #FFFFFF;
    margin     : 0 17px;
}
.water_res .box .link {
    color: #1b365e;
    font-weight: 700;
}
.water_res .box .link:hover {
    text-decoration: underline;
}
.water_res .fa-arrow-to-bottom {
    width: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 3px 0 0;
    fill: #1b365e;
}
.water_res .box:before {
    position   : absolute;
    left       : 0;
    bottom     : 0;
    content    : '';
    background : url(../images/bg-water-box1.png?5d6531f6497250523e6bd07bfbd434ff) no-repeat;
    width      : 99px;
    height     : 105px;
    opacity    : 0.4;
}
.water_res .box .title {
    display     : block;
    font-size   : 16px;
    line-height : 24px;
    color       : #AB2328;
    margin      : 0 0 40px;
}
.water_res .box.use-case-box:before {
    background : url(../images/bg-water-box2.png?20eeac78b8477c2519b0298e4af68a46) no-repeat;
    width      : 89px;
    height     : 102px;
}
.water_testimonial {
    position        : relative;
    padding         : 43px 0 0;
    background      : url(../images/water-image2-2.jpg?ff3f8384efba3c08a89da2eb1b60b764) no-repeat;
    background-size : cover;
    padding         : 146px 0 214px;
    background-position: 50% 50%;
}
.water_testimonial .blockquote-holder {
    position            : relative;
    background-position : 100% 0;
}
.water_testimonial .image {
    position : absolute;
    top      : 0;
    bottom   : 0;
    left     : 0;
    right    : 0;
}
.water_testimonial blockquote {
    margin  : 0;
    padding : 41px 0 0 44px;
    background: none;
    border: none;
}
.water_testimonial blockquote:before {
    display: none;
}
.water_testimonial blockquote q {
    quotes      : none;
    font-size   : 30px;
    line-height : 42px;
    color       : #555555;
    font-weight : 700;
    text-indent : -12px;
    display     : block;
    margin      : 0 0 18px;
    position    : relative;
    font-style: normal;
    font-family: "Titillium Web", "Arial", "Helvetica", sans-serif;
}
.water_testimonial blockquote q:before {
    position    : absolute;
    left        : 0;
    top         : -70px;
    content     : "\201C";
    font-size   : 100px;
    line-height : 1;
    color       : #AB2328;
    font-weight : 700;
    font-family : "Titillium Web", "Arial", "Helvetica", sans-serif;
}
.water_testimonial blockquote cite {
    display    : block;
    font-style : normal;
}
.water_testimonial blockquote .name {
    display     : block;
    font-size   : 20px;
    color       : #6D6D6D;
    line-height : 28px;
}
.water_testimonial blockquote cite {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
}
.water_testimonial blockquote cite:before {
    display: none;
}
.water_testimonial blockquote span {
    font-size   : 16px;
    line-height : 24px;
    display     : block;
    font-family : "Lato", "Arial", "Helvetica", sans-serif;
}
.water_topics {
    background : #EEEEEE;
    padding    : 60px 0;
}
.water_topics .head {
    text-align : center;
    max-width  : 1044px;
    margin     : 0 auto 54px;
}
.water_topics .head h2 {
    margin : 0 0 14px;
}
.water_topics .head p {
    padding: 0 5%;
}
.water_topics .holder {
    display       : -webkit-box;
    display       : -ms-flexbox;
    display       : flex;
    -ms-flex-wrap : wrap;
    align-items: flex-start;
    flex-wrap     : wrap;
    margin        : 0 0 45px;
}
.water_topics .col-md-6:first-child .description {
    padding-right: 54px;
}
.water_topics .col-md-6:last-child .description {
    padding-left: 30px;
}
.water_topics .description h2 {
    margin-top: 0;
    color: #555;
    text-transform: none;
    margin : 0 0 14px;
}
.water_topics .col-xl-10 .row {
    padding: 0 42px 0 104px;
}
.water_topics .image {
    width              : 147px;
    position           : relative;
    margin             : 0 40px 0 0;
    -webkit-box-shadow : 20px 20px 25px rgba(0, 0, 0, 0.1);
    box-shadow         : 20px 20px 25px rgba(0, 0, 0, 0.1);
}
.water_topics .image img {
    display : block;
    width   : 100%;
    height  : auto;
}
.water_topics .description {
    -webkit-box-flex        : 1;
    -ms-flex-positive       : 1;
    flex-grow               : 1;
    -ms-flex-preferred-size : 0;
    flex-basis              : 0;
    font-size               : 16px;
    line-height             : 24px;
    color                   : #696969;
}
.water_topics .description p {
    margin : 0;
}
.water_topics .description h2 {
    font-size   : 25px;
    line-height : 30px;
}
.remote_area {
    position : relative;
    padding  : 74px 0;
}
.remote_area .container {
    width: 1440px;
}
.remote_area .head {
    max-width  : 740px;
    margin     : 0 auto 50px;
    text-align : center;
}
.remote_area .head h2 {
    margin : 0 0 14px;
}
.remote_area.style01 {
    padding-top : 44px;
}
.remote_section {
    position : relative;
    padding  : 148px 0 0;
}
.remote_section .title {
    position    : absolute;
    left        : 85px;
    top         : 60px;
    font-family : "Titillium Web", "Arial", "Helvetica", sans-serif;
    color       : #FFFFFF;
    font-size   : 25px;
    line-height : 30px;
    font-weight : 700;
    background  : #89ABE3;
    padding     : 36px 10px 32px 40px;
    width       : 308px;
}
.remote_section .title:before {
    position     : absolute;
    left         : 100%;
    top          : 0;
    content      : '';
    border-style : solid;
    border-width : 126px 71px 0 0;
    border-color : #89ABE3 transparent transparent transparent;
}
.remote_section .image {
    padding-left : 42px;
}
.remote_section .image img {
    display : block;
    margin  : 0 auto;
    max-width: inherit;
}
.remote_section .remote_list {
    position : absolute;
    left     : 0;
    right    : 0;
    top      : 0;
    bottom   : 0;
}
.remote_section .list-option {
    position    : absolute;
    left        : 0;
    top         : 0;
    font-size   : 20px;
    line-height : 22px;
    font-weight : 700;
}
.remote_section .list-option .img {
    margin : 0 0 10px;
}
.remote_section .list-option.option1 {
    top        : 52%;
    left       : 82px;
    text-align : right;
}
.remote_section .list-option.option1:before {
    position       : absolute;
    top            : -11px;
    left           : 116%;
    content        : '';
    background     : url(../images/water-sub-image1-1.png?40d189d7ebd0ce97ec47a7b91d019a99) no-repeat;
    width          : 591px;
    height         : 128px;
    pointer-events : none;
}
.remote_section .list-option.option2 {
    top  : 66px;
    left : 66%;
}
.remote_section .list-option.option2:before {
    position       : absolute;
    top            : -20px;
    left           : -140px;
    content        : '';
    background     : url(../images/water-sub-image2-2.png?2c4933a0d4ac80780c43aa32448d3585) no-repeat;
    width          : 129px;
    height         : 399px;
    pointer-events : none;
}
.remote_section .list-option.option3 {
    top   : 122px;
    left  : auto;
    right : 87px;
}
.remote_section .list-option.option3:before {
    position       : absolute;
    top            : -21px;
    left           : -331px;
    content        : '';
    background     : url(../images/water-sub-image3-3.png?b134e0a44979fa8ae6fd64335054db6c) no-repeat;
    width          : 321px;
    height         : 372px;
    pointer-events : none;
}
.remote_section .list-option.option4 {
    top   : 299px;
    left  : auto;
    right : 120px;
}
.remote_section .list-option.option4:before {
    position       : absolute;
    top            : -10px;
    left           : -330px;
    content        : '';
    background     : url(../images/water-sub-image4-4.png?03179d4936fa868735f21b19f99581ff) no-repeat;
    width          : 315px;
    height         : 247px;
    pointer-events : none;
}
.remote_section.style01 .title {
    left  : auto;
    right : 50px;
}
.remote_section.style01 .title:before {
    border-style : solid;
    border-width : 0 0 126px 71px;
    border-color : transparent transparent #89ABE3 transparent;
    left         : auto;
    right        : 100%;
}
.water_crimson {
    position        : relative;
    background      : url(../images/water-image11.jpg?b9e1830329a56e383ea909548393e41f) no-repeat #6E171A;
    background-size : cover;
    padding         : 60px 0;
    text-align      : center;
    color           : #FFFFFF;
}
.water_crimson .crimson_logo {
    width  : 297px;
    margin : 0 auto 35px;
}
.water_crimson h2 {
    margin         : 0 0 24px;
    letter-spacing : -0.1px;
}
.water_crimson strong {
    font-size   : 16px;
    line-height : 26px;
    font-family : "Lato", "Arial", "Helvetica", sans-serif;
    display     : block;
    margin      : 0 0 20px;
    padding: 0 74px;
}
.water_crimson .holder {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -ms-flex-wrap    : wrap;
    flex-wrap        : wrap;
    -webkit-box-pack : justify;
    -ms-flex-pack    : justify;
    justify-content  : space-between;
    margin           : 0 -10px;
}
.water_crimson .holder .list {
    width      : 47%;
    text-align : left;
}
.water_crimson .holder .list li {
    margin : 0 0 8px;
    position: relative;
    padding: 0 0 0 12px;
}
.water_crimson .holder .list li:before {
    background: #FFF;
    position: absolute;
    left: 0;
    top: 11px;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
}
.water_about {
    background : #EEEEEE;
    padding    : 52px 0 0;
}
.water_about .holder {
    display           : -webkit-box;
    display           : -ms-flexbox;
    display           : flex;
    -ms-flex-wrap     : wrap;
    flex-wrap         : wrap;
    -webkit-box-align : center;
    -ms-flex-align    : center;
    align-items       : center;
}
.water_about .image {
    width : 250px;
}
.water_about .image img {
    float  : right;
    margin : 0 -18px 0 0;
    max-width: inherit;
}
.water_about .description {
    -webkit-box-flex        : 1;
    -ms-flex-positive       : 1;
    flex-grow               : 1;
    -ms-flex-preferred-size : 0;
    flex-basis              : 0;
    text-align              : right;
    padding                 : 0 128px 62px 0;
}
.water_about .description h2 {
    margin : 0 0 25px;
}
.water_about .description p {
    margin : 0 0 33px;
}
.water_about .btn-primary {
    font-family    : 'Bebas Neue', cursive;
    width          : 142px;
    height         : 40px;
    text-transform : uppercase;
    color          : #2E2E2E;
    font-size      : 16px;
    line-height    : 40px;
    padding        : 0;
    background     : #FFFFFF;
    border-color   : transparent;
    border-radius  : 5px;
    box-shadow: none;
    position: relative;
    z-index: 3;
}
.water_about .btn-primary:hover {
    background   : #2E2E2E;
    color        : #FFFFFF;
    border-color : transparent;
}
.water_about .btn-primary:focus,
.water_about .btn-primary:active {
    background   : #FFFFFF !important;
    color        : #2E2E2E !important;
    border-color : transparent;
}
.wastewater_products {
    padding : 62px 0;
}
.wastewater_products h2 {
    text-align : center;
    margin     : 0 0 69px;
}
.wastewater_products .holder {
    display       : -webkit-box;
    display       : -ms-flexbox;
    display       : flex;
    -ms-flex-wrap : wrap;
    flex-wrap     : wrap;
    margin        : 0 -20px;
}

.wastewater_products .products-col {
    width   : 25%;
    padding : 0 20px;
}
.wastewater_products .image {
    display           : -webkit-box;
    display           : -ms-flexbox;
    display           : flex;
    -ms-flex-wrap     : wrap;
    flex-wrap         : wrap;
    -webkit-box-pack  : center;
    -ms-flex-pack     : center;
    justify-content   : center;
    -webkit-box-align : center;
    -ms-flex-align    : center;
    align-items       : center;
    height            : 220px;
}
.wastewater_products .title {
    display     : block;
    background  : #999999;
    color       : #FFFFFF;
    font-size   : 20px;
    line-height : 27px;
    padding     : 35px 10px;
    text-align  : center;
}
.remote_section2 {
  position: relative;
  padding: 142px 0 0;
}

.remote_section2 .title {
  position: absolute;
  right: 66px;
  top: 32px;
  font-family: "Titillium Web", "Arial", "Helvetica", sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  background: #89abe3;
  padding: 34px 46px 32px 10px;
  width: 308px;
  text-align: right;
}

.remote_section2 .title:before {
  position: absolute;
  right: 100%;
  top: 0;
  content: '';
  border-style: solid;
  border-width: 0 0 126px 71px;
  border-color: transparent transparent #89abe3 transparent;
}

.remote_section2 .image {
  padding-right: 77px;
}

.remote_section2 .image img {
  display: block;
  margin: 0 auto;
  max-width: inherit;
}

.remote_section2 .remote_list {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.remote_section2 .list-option {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.remote_section2 .list-option .img {
  margin: 0 0 10px;
}

.remote_section2 .list-option.option1 {
  left: 280px;
  top: 48px;
  text-align: right;
}

.remote_section2 .list-option.option1:before {
  position: absolute;
  left: 104px;
  top: 10px;
  content: '';
  background: url(../images/water-sub-image5-5.png) no-repeat;
  width: 308px;
  height: 406px;
  pointer-events: none;
}

.remote_section2 .list-option.option2 {
  top: 249px;
  left: 11px;
  text-align: right;
}

.remote_section2 .list-option.option2:before {
  position: absolute;
  top: -10px;
  left: 233px;
  content: '';
  background: url(../images/water-sub-image6-6.png) no-repeat;
  width: 448px;
  height: 298px;
  pointer-events: none;
}

.remote_section2 .list-option.option3 {
  text-align: right;
  bottom: 224px;
  left: 114px;
  top: auto;
}

.remote_section2 .list-option.option3:before {
  position: absolute;
  top: -15px;
  left: 77px;
  content: '';
  background: url(../images/water-sub-image7-7.png) no-repeat;
  width: 464px;
  height: 122px;
  pointer-events: none;
}

.remote_section2 .list-option.option4 {
  top: 272px;
  left: auto;
  right: 24px;
}

.remote_section2 .list-option.option4:before {
  position: absolute;
  top: -11px;
  right: 91px;
  content: '';
  background: url(../images/water-sub-image2-3.png) no-repeat;
  width: 548px;
  height: 186px;
  pointer-events: none;
}

.remote_section2 .list-option.option5 {
  top: 452px;
  left: auto;
  right: -9px;
}

.remote_section2 .list-option.option5:before {
  position: absolute;
  top: -19px;
  right: 126px;
  content: '';
  background: url(../images/water-sub-image1-2.png) no-repeat;
  width: 549px;
  height: 122px;
  pointer-events: none;
}

.water_crimson h2 {
    color: #FFF;
    text-transform: capitalize;
    font-size: 35px;
}
.water_crimson h2 p {
    margin: 0;
    display: inline-block;
}

.modal_remote-info .modal-dialog {
  width: 1176px;
  margin-top: 110px;
}

.modal_remote-info .modal-header {
  border: none;
  position: relative;
  background: #efefef;
  padding: 9px 15px 13px;
  min-height: 40px;
}

.modal_remote-info .modal_close {
  position: absolute;
  right: 26px;
  top: 8px;
  background: none;
  padding: 0;
  width: 14px;
  border: none;
  box-shadow: none;
  color: #666a6e;
}

.modal_remote-info .modal_close svg {
    width: 100%;
    height: auto;
}

.logo_crimson2 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}
.logo_crimson2 span {
  display: block;
  margin-right: 9px;
  font-size: 16px;
  line-height: 18px;
  color: #696969;
}
.modal_remote-info .modal-content {
  border: none;
  padding: 0;
}

.modal_remote-info .modal-body {
  padding: 39px 145px 60px 122px;
}

.modal_remote-info .h1 {
  text-align: center;
  color: #ab2328;
  margin: 0 0 19px;
}

.modal_remote-info p {
  font-weight: 700;
  color: #696969;
  text-align: center;
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 24px;
}

.modal_remote-info .holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 17px;
}

.modal_remote-info ul {
  width: 47%;
  text-align: left !important;
  font-weight: 400;
  color: #696969;
}

.page-node-40096 .row {
    display: flex;
    flex-wrap: wrap;
}
.page-node-40096 .row.justify-content-center {
    justify-content: center;
}

.modal_remote-info .btn-primary {
  width: 162px;
  height: 42px;
  color: #fff !important;
  background: #ab2328;
  text-align: center;
  border-radius: 9px;
  margin: 0 auto;
  display: block;
  font-family: 'Bebas Neue', cursive;
  font-size: 16px;
  line-height: 42px;
  padding: 0;
  box-shadow: none;
}
.modal_remote-info .btn-primary:hover {
   background: #000 !important; 
}
.modal_remote-info ul {
    font-size: 16px;
    line-height: 24px;
}
.modal_remote-info ul ul {
    margin-bottom: 5px;
    margin-top: 10px;
}
.modal_remote-info ul li {
    position: relative;
    padding: 0 0 0 16px;
    margin: 0 0 4px;
}
.modal_remote-info ul li:before {
    position: absolute;
    left: 0;
    top: 10px;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #696969;
}

body.sticky-header .header {
    z-index: 9999;
}
.page-node-40096 .modal_remote-info:before {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0, 0.7);
    content: '';
    opacity: 0;
}
.modal-open .modal_remote-info:before {
    opacity: 1;
}

.modal-open.sticky-header .header {
    z-index: 1;
} 

.modal-open .header {
    z-index: 1;
}

.remote_section .list-option .img .img-mob {
    display: none !important;
}
.remote_section2 .list-option .img .img-mob {
    display: none !important;
}
.remote_section .image .img-mob {
    display: none !important;
}
.remote_section2 .image .img-mob {
    display: none !important;
}
.remote_section .list-option a {
    color: #555;
}
.remote_section .list-option a:hover {
    color: #AB2328;
}

@media (max-width : 1439.99px) {
    .remote_section .image img {
        width: 100%;
        height: auto;
        display: block;
    }
    .remote_section {
        width: 1200px;
        margin: 0 auto;
    }
    .remote_section .image {
        padding: 0;
    }
    .remote_section .list-option.option1 {
        top: 51.7%;
        left: -46px;
    }
    .remote_section .list-option.option2 {
        top: 35px;
    }
    .remote_section .list-option.option3 {
        top: 93px;
        right: 20px;
    }
    .remote_section .list-option.option4 {
        top: 252px;
        right: 55px;
    }
    .remote_section .title {
        top: 0;
    }
    .remote_section2 .title {
        right: -30px;
        top: -20px;
    }

    .remote_section2 {
        width: 1100px;
        margin: 0 auto;
    }
    .remote_area.style01 {
        padding-top: 115px;
    }

    .remote_section2 .image img {
        display: block;
        width: 100%;
        height: auto;
    }

    .remote_section2 .list-option.option4:before {
        width: 470px;
        height: 160px;
        background-size: 100% 100%;
    } 
    .remote_section2 .list-option.option5:before {
        width: 470px;
        height: 104px;
        background-size: 100% 100%;
    } 
    .remote_section2 .list-option.option5 {
        top: 385px;
        right: -72px;
    }
    .remote_section2 .list-option.option1 {
        top: -10px;
        left: 118px;

    }
    .remote_section2 .list-option.option2 {
        top: 220px;
        left: -66px;
    }
    .remote_section2 .list-option.option2:before {
        width: 370px;
        height: 246px;
        background-size: 100% 100%;
    } 
    .remote_section2 .list-option.option3 {
        bottom: 176px;
        left: -42px;
    }
    .remote_section2 .list-option.option4 {
        top: 232px;
        right: -39px;
    }
}

@media (max-width : 1359.99px) {
    .remote_section .list-option.option1 {
        width: 109px;
    }
    .remote_section2 .list-option.option2 {
        width: 210px;
    }
    .remote_section2 .list-option.option5 {
        width: 109px;
    }
}


@media (max-width : 1199.99px) {
    .modal_remote-info .modal-dialog {
        width: 950px;
    }
    .modal_remote-info .modal-body {
        padding: 20px 30px 40px;
    }
    .water-banner .text_holder h1 {
        font-size: 27px;
        line-height: 33px;
        max-width: 75%;
    }
    .water_testimonial blockquote {
        padding: 0;
        max-width: 80%;
    }

    .water_testimonial blockquote q {
        font-size: 20px;
        line-height: 28px;
    }
    .water_testimonial {
        padding-bottom: 150px;
        background-position: 50% 50%;
    }

    .page-node-40096 .water_about .row {
        display: block;
    }
    .water_about .image img {
        margin-right: -100px;
    }
    .water_about .description {
        padding-right: 50px;
    }
    .water_about .description h2 br {
        display: none;
    }

    .remote_section .list-option:before {
        display: none !important;
    }
    .remote_section .remote_list {
        position: static;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .remote_section .list-option {
        position: static;
    }
    .remote_section {
        width: 100%;
    }
    .remote_section .title {
        top: 0;
        left: -15px;
    }
    .remote_section .list-option {
        width: 137px !important;
        margin: 0 18px 50px;
        text-align: center !important;
    }
    .remote_section .list-option .img {
        margin: 0 0 15px;
        position: relative;
    }
    .remote_section2 .title {
        text-align: left;
    }
    .remote_section .list-option .img img {
        transition: all 0.3s ease;
    }
    .remote_section .list-option .img:after {
        content: "";
        display: block;
        position: absolute;
        left: -4px;
        top: -4px;
        bottom: -4px;
        right: -4px;
        z-index: 1;
        -webkit-transition: 0.3s;
        transition: all 0.3s ease;
        border-radius: 50%;
        pointer-events: none;
    }

    .remote_section .list-option a:hover .img:after {
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
    }
    .remote_section .list-option a:hover .img img {
        transform: scale(0.9);
    }

    .remote_section .list-option .img .img-des {
        display: none !important;
    }
    .remote_section .list-option .img .img-mob {
        display: block !important;
    }
    .remote_section .image .img-des {
        display: none !important;
    }
    .remote_section .image .img-mob {
        display: block !important;
    }


    .remote_section2 .list-option:before {
        display: none !important;
    }
    .remote_section2 .remote_list {
        position: static;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .remote_section2 .list-option {
        position: static;
    }
    .remote_section2 {
        width: 100%;
    }
    .remote_section2 .title {
        top: 0;
        left: -15px;
    }
    .remote_section2 .image {
        margin: 0 -15px 30px;
    }
    .remote_section2 .list-option {
        width: 129px !important;
        margin: 0 18px 50px;
        text-align: center !important;
    }
    .remote_section2 .list-option .img {
        margin: 0 0 15px;
    }

    .remote_section2 .list-option .img .img-des {
        display: none !important;
    }
    .remote_section2 .list-option .img .img-mob {
        display: block !important;
        position: relative;
        z-index: 2;
        border-radius: 100%;
    }
    .remote_section2 .image .img-des {
        display: none !important;
    }
    .remote_section2 .image .img-mob {
        display: block !important;
    }
    .remote_section2 .title:before {
        position     : absolute;
        left         : 100%;
        top          : 0;
        content      : '';
        border-style : solid;
        border-width : 126px 71px 0 0;
        border-color : #89ABE3 transparent transparent transparent;
    }
    .remote_section2 .list-option .img {
        margin: 0 0 15px;
        position: relative;
    }
    .remote_section2 .list-option .img img {
        transition: all 0.3s ease;
    }
    .remote_section2 .list-option .img:after {
        content: "";
        display: block;
        position: absolute;
        left: -4px;
        top: -4px;
        bottom: -4px;
        right: -4px;
        z-index: 1;
        -webkit-transition: 0.3s;
        transition: all 0.3s ease;
        border-radius: 50%;
        pointer-events: none;
        background: #ebebeb;
    }

    .remote_section2 .list-option a:hover .img:after {
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
        background: none;
    }
    .remote_section2 .list-option a:hover .img img {
        transform: scale(0.9);
    }
    .remote_section2 .image {
        padding: 0;
        max-width: 400px;
        margin: 0 auto 90px;
    }
    .remote_section .image {
        padding: 0;
        max-width: 400px;
        margin: 0 auto 90px;
    }
    .remote_area.style01 {
        padding-top: 44px;
    }
    .water_topics {
        padding-bottom: 20px;
    }
    .water_topics .col-xl-10 .row {
        padding: 0 ;
    }
    .water_topics .col-md-6:first-child .description {
        padding-right: 0;
    }
    .water_topics .col-md-6:last-child .description {
        padding-left: 0;
    }
}

@media (max-width : 991.99px) {
    .modal_remote-info .modal-dialog {
        width: 750px;
    }
    .wastewater_products .products-col {
        padding: 0 10px;
    }
    .wastewater_products h2 {
        margin: 0 0 30px;
    }
    .water_about .description {
        padding-right: 80px;
    }
    .water_topics .head p {
        padding: 0;
    }
}

@media (max-width : 767.99px) {
    .modal_remote-info .modal-dialog {
        width: 90%;
        margin: 50px auto;
    }
    .modal_remote-info .modal-body {
        padding: 20px 15px 30px;
    }
    .modal_remote-info .modal_close {
        right: 8px;
    }
    .modal_remote-info .holder {
        display: block;
    }
    .modal_remote-info ul {
        width: 100%;
    }
    .water-banner .text_holder:after {
        display: none;
    }
    .water-banner .container {
        width: 100%;
    }
    .visual_banner.water-banner img {
        margin-left: -260px;
    }
    .water_res .box {
        margin-bottom: 30px;
    }
    .water_res {
        padding: 30px 0 20px;
    }
    .water_testimonial {
        background: none;
    }
    .water_testimonial blockquote {
        max-width: 100%;
    }
    .water_testimonial {
        padding: 100px 15px 50px;
    }
    .water_crimson h2 br {
        display: none;
    }
    .water_crimson h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .water_crimson .holder .list {
        width: 100%;
    }
    .water_crimson .holder {
        display: block;
        margin: 0;
    }
    .water_about .description {
        padding: 0 0 25px;
        text-align: center;
        min-height: 290px;
    }
    .water_about .image img {
        float: none;
        margin: 0;
        width: 100%;
        height: auto;
        display: block;
    }
    .water_about .image {
        margin: 0 auto;
    }
    .wastewater_products h2 {
        margin: 0 0 30px;
    }
    .wastewater_products .products-col {
        width: 50%;
    }
    .wastewater_products .holder {
        margin: 0 -10px;
    }
    .wastewater_products .title {
        padding: 20px 10px;
        font-size: 16px;
    }
    .wastewater_products .image img {
        max-width: 100%;
        height: auto;
    }
    .water_intro h2 br {
        display: none;
    }
    .water_about .holder {
        display: block;
    }
    .remote_section {
        padding-top: 120px;
    }
    .remote_section2 {
        padding-top: 120px;
    }
    .remote_section .image {
        margin: 0 -15px 30px;
    }
    .water_intro {
        padding: 40px 0;
    }
    .remote_section .list-option,
    .remote_section2 .list-option {
        width: 125px !important;
        margin: 0 10px 30px;
    }
    .remote_section2 .list-option, .remote_section .list-option {
        font-size: 16px !important;
    }
}

@media (max-width : 479.99px) {
    .water_topics .holder {
        display: block;
    }
    .water_topics .image {
        margin: 0 0 30px;
    }
    .remote_section2 .image {
        margin: 0 -15px 30px;
        max-width: inherit;
    }
}

.remote_section .list-option:before {
    z-index: 2;
}

.remote_section .list-option.option1:before {
    background: url(../images/panelmeter-bar.svg) no-repeat;
    width: 560px;
    height: 76px;
    top: 45px;
    left: 177px;
}

.remote_section .list-option a {
    position: relative;
}

.remote_section .list-option a:before {
    position: absolute;
    left: 11px;
    top: -10px;
    content: '';
    background: url(../images/circle_pulse.gif) no-repeat;
    background-size: 100% 100%;
    width: 123px;
    height: 123px;
    background-size: 100% 100%;
    transition: all 0.4s ease;
}

.remote_section .list-option.option2:before {
    background: url(../images/hmi-bar.svg) no-repeat;
    width: 90px;
    height: 343px;
    top: 34px;
    left: -149px;
}
.remote_section .list-option.option2 a:before {
    left: -140px;
    top: -24px;
}

.remote_section .list-option.option3:before {
    background: url(../images/ethernetswitch-bar.svg) no-repeat;
    width: 264px;
    height: 316px;
    top: 35px;
    left: -336px;
}
.remote_section .list-option.option3 a:before {
    left: -142px;
    top: -20px;
}

.remote_section .list-option.option4:before {
    background: url(../images/flexedge-bar.svg) no-repeat;
    width: 258px;
    height: 190px;
    top: 42px;
    left: -330px;
}
.remote_section .list-option.option4 a:before {
    left: -144px;
    top: -14px;
}

@-moz-document url-prefix() {

    .remote_section .list-option.option1 a:before {
        top: 8px;
    }
    .remote_section .list-option.option2 a:before {
        left: -140px;
        top: -4px;
    }
    .remote_section .list-option.option3 a:before {
        left: -142px;
        top: 0;
    }
    .remote_section .list-option.option4 a:before {
        left: -144px;
        top: 5px;
    }
}


.remote_section2 .list-option.option1:before {
    background: url(../images/flexedge2-bar.svg) no-repeat;
    width: 252px;
    height: 350px;
    top: 69px;
    left: 158px;
}
.remote_section2 .list-option a {
    position: relative;
}

.remote_section2 .list-option a:before {
    position: absolute;
    left: 18px;
    top: 13px;
    content: '';
    background: url(../images/circle_pulse.gif) no-repeat;
    background-size: 100% 100%;
    width: 123px;
    height: 123px;
    background-size: 100% 100%;
    transition: all 0.4s ease;
}
.remote_section2 .list-option.option2:before {
    background: url(../images/remoteaccessrouters2-bar.svg) no-repeat;
    width: 390px;
    height: 242px;
    top: 49px;
    left: 292px;
}
.remote_section2 .list-option.option2 a:before {
    left: 24px;
    top: -6px;
}
.remote_section2 .list-option.option3:before {
    background: url(../images/switch2-bar.svg) no-repeat;
    width: 326px;
    height: 59px;
    top: 39px;
    left: 212px;
    
}
.remote_section2 .list-option.option3 a:before {
    left: 12px;
    top: -17px;
}
.remote_section2 .list-option.option4:before {
    background: url(../images/hmi2-bar.svg) no-repeat;
    width: 489px;
    height: 130px;
    top: 38px;
    right: 150px;
    
}
.remote_section2 .list-option.option4 a:before {
    left: -144px;
    top: -18px;
}
.remote_section2 .list-option.option5:before {
    background: url(../images/panelmeter2-bar.svg) no-repeat;
    width: 492px;
    height: 37px;
    top: 32px;
    right: 189px;
}
.remote_section2 .list-option.option5 a:before {
    left: -144px;
    top: -19px;
}

.remote_section2 .list-option a.btn-primary:before,
.remote_section .list-option a.btn-primary:before {
    display: none;
}

@-moz-document url-prefix() {
    .remote_section2 .list-option a:before {
        top: 32px;
    }
    .remote_section2 .list-option.option2 a:before {
        left: 24px;
        top: 11px;
    }
    .remote_section2 .list-option.option3 a:before {
        left: 12px;
        top: 1px;
    }
    .remote_section2 .list-option.option4 a:before {
        left: -144px;
        top: 0;
    }   

    .remote_section2 .list-option.option5 a:before {
        left: -144px;
        top: 1px;
    }
}


@media (max-width : 1439.99px) {
    .remote_section2 .list-option.option2:before {
        width: 308px;
    }
    .remote_section2 .list-option.option4:before {
        width: 418px;
    }
    .remote_section2 .list-option.option5:before {
        width: 406px;
    }

}

@media (max-width : 1199.99px) {
    .remote_section2 .list-option a:before,
    .remote_section .list-option a:before {
        display: none;
    }
    .remote_section2 .list-option,
    .remote_section .list-option {
        font-size: 18px;
    }
    .water_crimson strong {
        padding: 0;
    }
}

@media (max-width : 767.99px) {
    .remote_area {
        padding-bottom: 30px;
    }
    .remote_section .title,
    .remote_section2 .title {
        padding-left: 15px;
        width: 280px;
        padding-right: 15px;
    }
    #menu-menu-footer-menu {
        width: 100%;
    }
}

.page-node-40098 .col-md-9 .title-accent,
.page-node-40097 .col-md-9 .title-accent {
    display: none;
}


.page-node-40098 .col-md-9,
.page-node-40097 .col-md-9 {
    width: 100%;
    padding-bottom: 60px;
    padding-top: 60px;
}

/********* 18 jan22 *************/
.promotion_area {
    background: #ab2328;
    padding: 24px 0;
    color: #fff;
}

.promotion_area .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.promotion_area .container:after,
.promotion_area .container:before {
    display: none;
}

.promotion_area h2 {
    font-size: 30px;
    line-height: 34px;
    margin: 0;
    color: #fff;
}

@media (max-width : 1249.99px) {
    .promotion_area h2 {
        font-size: 26px;
        line-height: 30px;
    }
}

@media (max-width : 1199.99px) {
    .promotion_area h2 {
        font-size: 22px;
        line-height: 26px;
    }
}

@media (max-width : 991.99px) {
    .promotion_area h2 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 12px;
    }
}

@media (max-width : 767.99px) {
    .promotion_area h2 {
        margin-bottom: 12px;
        width: 100%;
    }
}

.promotion_area .btn-info {
    width: 102px;
    display: block;
    height: 42px;
    line-height: 46px;
    background: -webkit-gradient(linear, left top, right top, from(#f7f7f7), to(#f9f9f9));
    background: linear-gradient(to right, #f7f7f7 0%, #f9f9f9 100%);
    font-size: 16px;
    font-family: 'Bebas Neue', cursive;
    outline: none !important;
    border-radius: 6px;
    border: none !important;
    color: #2e2e2e;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
}

@media (max-width: 767.98px) {
    .promotion_area .btn-info {
        margin: 0;
    }
}

.promotion_area .btn-info:hover,
.promotion_area .btn-info:focus,
.promotion_area .btn-info:active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.9;
}

@media (min-width: 992px) {    
    .hasRedbar .site-wrapper,
    .hasRedbar .main_updated {
        overflow: visible !important;
    }
    .hasRedbar .promotion_area {
        position: sticky;
        top: 82px;
        z-index: 999;
        width: 100%;
    }
}

.page-node-39648 .paragraphs-item-text {
    padding: 0;
}

.page-node-39648.node-type-portfolio-page .node-portfolio-page .about-text p span,
.page-node-39648.node-type-portfolio-page .node-portfolio-page .about-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #696969 !important;
}
.page-node-39648.node-type-portfolio-page .node-portfolio-page .about-text p {
    margin: 0 auto 30px;
    color: #696969 !important;
    width: 75%;
}

.page-node-39648 .icon-title {
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 28px;
    line-height: 34px;
    color: #ab2328;
    margin-bottom: 5px !important;
}
.page-node-39648 .icons-wrap .icon-grid {
    color: #6d6d6d;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Lato', sans-serif !important;
}

.page-node-39648 .paragraphs-item-icons-wrap .icon-grid p {
    font-size: 16px;
    line-height: 22px;
    color: #6d6d6d;
    font-weight: 400;
    font-family: 'Lato', sans-serif !important;
}

.page-node-39648 .image-with-text .content-wrapper .two-column-body p span {
    color: #6d6d6d !important;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.page-node-39648 .image-with-text .red-list ul {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #2f2f2f;
}

.page-node-39648 .water_res {
    position: relative;
    background: none;
}

.page-node-39648 .water_res:before {
    background: url(../images/water_res-bg.jpg) no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -1000px;
    width: 2000px;
    content: '';
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 2;
}
.page-node-39648 .water_res:after {
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: 0;
    bottom: 0;
    content: '';
    background: #7e1a1d;
    z-index: 1;
}

.page-node-39648 .water_res .container {
    padding: 0;
    z-index: 3;
    position: relative;
}

.page-node-39648 .water_res .holder {
    margin: 0 -17px;
}

.page-node-39648 .water_res .box {
    margin: 0 17px;
    width: calc(25% - 34px);
    padding-right: 17px;
}

.page-node-39648 .water_res .box .title {
    margin-bottom: 17px;
}

.page-node-39648 .secure-remote .paragraphs-items .entity {
    max-width: 247px;
}

.page-node-39648 .secure-remote .paragraphs-items .entity .grid-content {
    font-size: 14px;
    font-weight: 700;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.page-node-39648 .three-column-content-description a {
    width: 122px;
    transition: all 0.4s ease;
    display: inline-block;
    vertical-align: top;
}

.page-node-39648 .three-column-content-description .btn-default,
.page-node-39648 .safety-redlion .cta-btn a {
    width: 102px;
    display: block;
    height: 42px;
    line-height: 46px;
    background: -webkit-gradient(linear, left top, right top, from(#f7f7f7), to(#f9f9f9));
    background: linear-gradient(to right, #f7f7f7 0%, #f9f9f9 100%);
    font-size: 16px;
    font-family: 'Bebas Neue', cursive;
    outline: none !important;
    border-radius: 6px;
    border: none !important;
    color: #2e2e2e;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
    letter-spacing: 0;
    font-weight: 400;
}
.page-node-39648 .three-column-content-description .btn-default {
    background: none !important;
    position: relative;
    width: 122px;
}
.page-node-39648 .three-column-content-description .btn-default span {
    position: relative;
}
.page-node-39648 .three-column-content-description .btn-default:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    border-radius: 6px;
    background: -webkit-gradient(linear, left top, right top, from(#f7f7f7), to(#f9f9f9));
    background: linear-gradient(to right, #f7f7f7 0%, #f9f9f9 100%);
}
.page-node-39648 .three-column-content-description a:hover .btn-default:before {
    display: none;
}
.page-node-39648 .three-column-content-description .btn-default strong {
    font-weight: 400 !important;
}
.page-node-39648 .three-column-content-description.red-list a {
    margin-top: 25px;
}
.page-node-39648 .three-column-content-description a:hover .btn-default,
.page-node-39648 .safety-redlion .cta-btn a:hover,
.page-node-39648 .three-column-content-description a:focus .btn-default,
.page-node-39648 .three-column-content-description a:active .btn-default {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.9;
    text-decoration: none !important;
}

.page-node-39648 .three-column-content-description a:hover .btn-default {
    background: #eee !important;
}

.page-node-39648 .three-column-wrapper .red-list a:hover {
    text-decoration: none;
}

.page-node-39648 .three-column-wrapper .red-list h3 {
    font-family: 'Lato', sans-serif !important;
    font-weight: 500;
}
.page-node-39648.node-type-portfolio-page .remote-access .three-column-content-description p {
    font-size: 16px;
    line-height: 22px;
}
.page-node-39648 .three-column-wrapper .red-list ul {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}
.page-node-39648 .ra-ten .two-column-description p {
    font-weight: 400;
}
.page-node-39648 .red-list ul {
    font-weight: 500;
}

.page-node-39648.node-type-portfolio-page .safety-redlion .text-description p {
    font-weight: 400;
}

.page-node-39648 .safety-redlion .text-description.red-list p+p {
    display: none;
}
.page-node-39648 .safety-redlion .text-description.red-list p+p+p {
    display: block;
}

.page-node-39648.node-type-portfolio-page li, 
.page-node-39648.node-type-family-page li {
    font-weight: 500;
}

.page-node-39648 .safety-redlion .text-description.red-list {
    margin-right: -68px;
}

.page-node-39648 .water_res .h1 {
    font-size: 35px;
    line-height: 38px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
}

.page-node-39648 .water_res .box:before {
    background: url(../images/bg-water-box2.png) no-repeat;
    width: 89px;
    height: 102px;
}
.page-node-39648 .water_res .box:nth-child(3):before {
    background: url(../images/bg-water-box3.png) no-repeat;
    width: 89px;
    height: 101px;
}
.page-node-39648.node-type-portfolio-page .remote-access {
    padding: 85px 0;
}
.page-node-39648.node-type-portfolio-page .remote-access ul li {
    margin-bottom: 10px;
}

.page-node-39648 .image-with-text .content-wrapper.left .red-list {
    max-width: 100%;
}
.page-node-39648 .image-with-text .content-wrapper.left .two-column-body {
    padding-top: 40px;
}
.page-node-39648.node-type-portfolio-page .remote-access .three-column-content-description p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #6d6d6d;
}
.page-node-39648 .secure-remote a .grid-image {
    transition: all 0.4s ease;
}
.page-node-39648 .secure-remote a:hover .grid-image {
    opacity: 0.75;
}

.page-node-39648 .three-column-content-description.red-list p:empty { display: none; }
.node-type-portfolio-page .banner-wrapper .hero .hero-subheading {
    font-size: 20px;
    line-height: 24px;
}

@media (min-width: 2001px) {
    .page-node-39648 .content.banner-wrapper {
        background-size: cover;
    }
}


@media (max-width: 1249.99px) {
    .page-node-39648 .water_res .box {
        width: calc(50% - 34px);
    }
    .page-node-39648 .safety-redlion .text-description.red-list {
        margin: 0;
    }
    .page-node-39648 .water_res .holder {
        margin: 0 -17px 0 -25px;
    }
}

@media (max-width: 1199.99px) { 
    .paragraphs-item-text .content .about .about-text {
        width: 100%;
        max-width: 100%;
    }
    .page-node-39648.node-type-portfolio-page .node-portfolio-page .about-text p {
        width: 100%;
    }
    .page-node-39648.node-type-portfolio-page .node-portfolio-page .about {
        padding: 30px 0;
    }
    .page-node-39648.node-type-portfolio-page .secure-remote .grid-list-wrapper .grid-wrapper .paragraphs-items {
        flex-direction: row;
    }
}

@media (max-width: 991.99px) {
    .page-node-39648.node-type-portfolio-page .node-portfolio-page .paragraphs-item-icons-wrap .icons-wrap .paragraphs-item-icons {
        width: 50%;
        margin-bottom: 30px;
    }
    .page-node-39648 .paragraphs-item-icons-wrap .icons-wrap .paragraphs-items-field-icons-reference {
        flex-wrap: wrap;
    }
    .page-node-39648 .water_res .holder {
        margin: 0 0 0 -25px;
    }
    .page-node-39648 .water_res .box {
        width: calc(42% - 30px);
        margin-bottom: 30px;
    }
    .page-node-39648.node-type-portfolio-page .secure-remote {
        padding: 50px 0;
    }
    .page-node-39648 .content.banner-wrapper {
        background-position: 100% 50%;
    }
    .page-node-39648.node-type-portfolio-page .node-portfolio-page .paragraphs-item-icons-wrap {
        padding-bottom: 30px;
    }
}

@media (max-width: 767.99px) {
    .page-node-39648 .paragraphs-item-text .content .about .about-text h2,
    .node-type-portfolio-page .secure-remote h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .page-node-39648.node-type-portfolio-page .secure-remote .grid-list-wrapper .grid-wrapper .paragraphs-items .entity {
        width: 100%;
        max-width: 100%;
        margin: 0 0 30px;
    }
    .page-node-39648.node-type-portfolio-page .node-portfolio-page .paragraphs-item-icons-wrap {
        padding-bottom: 20px;
        padding-top: 40px;
    }
    .page-node-39648.node-type-portfolio-page .remote-access {
        padding: 30px 0;
    }
    .page-node-39648.node-type-portfolio-page .remote-access .section-title h2 {
        margin-bottom: 12px;
    }

    .page-node-39648.node-type-portfolio-page .safety-redlion {
        padding: 50px 0;
    }
    .page-node-39648.node-type-portfolio-page .remote-access {
        padding: 50px 0;
    }
    .page-node-39648 .three-column-wrapper .red-list p {
        margin: 0;
    }
    .page-node-39648 .water_res .box {
        width: 100%;
        margin: 0 0 30px;
        min-height: 120px;
    }
    .page-node-39648 .water_res .holder {
        margin: 0 20px;
    }
    .page-node-39648 .image-with-text .content-wrapper.left .two-column-body {
        padding: 0;
    }

    .page-node-39648.node-type-portfolio-page .remote-access .col-sm-6 p,
    .page-node-39648.node-type-portfolio-page .remote-access .col-sm-6 br {
        display: none;
    }
    .page-node-39648.node-type-portfolio-page .remote-access .col-sm-6:first-child p {
        display: block;
    }

    .page-node-39648.node-type-portfolio-page .remote-access .col-sm-6 h3 {
        margin-bottom: 12px;
    }
    .page-node-39648.node-type-portfolio-page .remote-access .col-sm-6 ul {
        margin-bottom: 15px;
    }
}

@media (max-width: 479.99px) {
    .page-node-39648.node-type-portfolio-page .node-portfolio-page .paragraphs-item-icons-wrap .icons-wrap .paragraphs-item-icons {
        width: 100%;
        margin-bottom: 30px;
    }
}

.table-data-holder.style01 .data-row .span {
  position: relative;
}
.hover-box .hover-box-wrap br {
  display: none;
}
.hover-box {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;

  background: rgba(171, 35, 40, 0.97);
  opacity: 0;
  visibility: hidden;
}

.table-data-holder.style01 .data-row .span2 .hover-box {
  transition: all 0.4s ease;
}
.table-data-holder.style01 .data-row .span2:hover .hover-box {
  opacity: 1;
  visibility: visible;
}

.hover-box .hover-box-wrap {
  padding: 0 60px;
}

.hover-box .hover-box-wrap a:last-child {
  margin-bottom: 0;
}

.hover-box .hover-box-wrap a {
  display: inline-block;
  vertical-align: top;
  padding: 0 36px;
  color: #2e2e2e;
  height: 44px;
  font-size: 16px;
  line-height: 44px;
  margin-bottom: 30px;
  border-radius: 6px;
  background: #fff;
  font-weight: 700;
  text-decoration: none;
  font-family: "Lato","Arial","Helvetica",sans-serif;
}
.hover-box .hover-box-wrap a:hover {
  background: #f3dfe0;
}

.hover-box .hover-box-wrap a svg {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 15px;
}

@media (max-width: 1199.99px) {
  .hover-box .hover-box-wrap {
    padding: 0 10px;
  }
  .table-data-holder.style01 .data-row .title {
    padding-top: 10px;
  }
}

@media (max-width: 991.99px) {
  .hover-box .hover-box-wrap a {
    font-size: 14px;
    padding: 0 15px;
  }
}

.page-node-40120 .table-data-holder .hover-box {
  display: none !important;
}

#edit-field-product-category-tid-wrapper .form-type-select select,
#edit-field-industry-tid-wrapper .form-type-select select {
  width: 100%;
}


.file-library-container {
  color: #202020;
  box-shadow: 0 0 3px 0 rgb(32 32 32 / 20%);
  transition: all .2s ease-in-out;
}

.file-library-container:hover {
  box-shadow: 0 10px 16px 0 rgb(32 32 32 / 12%);
}

.file-library-container .views-field-field-image {
  width: 100%;
  background-color: #fff;
}

.file-library-container .views-field-field-image a {
  display: block;
}

.file-library-container .views-field-field-image img {
  height: 250px;
  width: 100%;
  object-fit: contain;
}

.file-library-container .views-field-field-file-type {
  color: #2f2f2f;
  font-weight: bold;
  padding: 16px 16px 0;
}

.file-library-container .views-field-title {
  color: #2f2f2f;
  padding: 16px;
  min-height: 72px;
}

.file-library-container .views-field-title a {
  color: #c4250a;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
}

.file-library-container .views-field-created {
  font-size: 16px;
  color: #121111;
  font-size: .875em;
  line-height: 1.3em;
  margin-bottom: 20px;
  padding: 16px;
  border-top: 1px solid rgba(0, 0, 0, .06);
}

.view-file-library .view-header {
  text-align: right;
  padding: 15px 0;
}


@media (max-width:767px) {
  .views-field-title {
    min-height: auto;
  }
}

@media screen and (min-width: 992px) {

  .file-library-container .views-field-field-image img {
    height: 200px;
    width: 100%;
    object-fit: cover;
  }

}


/* Loader CSS Start Here */
/*#lpm-chart-filters .ajax-progress,*/
.vp-loader {
  color: #fff;
  position: fixed;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, .85);
  left: 0;
  ;
  overflow: hidden;
  z-index: 999999;
  width: 100%;
  height: 100%;
  top: 0;
}

/*#lpm-chart-filters .ajax-progress:after,*/
.vp-loader:after {
  content: "";
  position: fixed;
  width: 28px;
  height: 28px;
  border: 8px solid #fff;
  border-left-color: transparent;
  border-radius: 50%;
  top: calc(50% - 14px);
  left: calc(50% - 14px);
  animation: rotation 1s linear infinite;
}

/*#lpm-chart-filters .ajax-progress:after,
#lpm-chart-filters .ajax-progress:before,*/
.vp-loader:after,
.vp-loader:before {
  display: block
}

@keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
  }
}


/*File  library page design*/

.page-file-library .view-file-library .row .col-md-4 {
  margin-bottom: 16px;
}

.page-file-library .file-library-container .file-library-title {
  padding: 5px;
  text-align: center;
  background: #1B365E;
  margin: 10px 0;
  text-transform: uppercase;
}
.page-file-library .file-library-container .file-library-title a {
  color: #fff;
  font-weight: 600;
}
.page-file-library .file-library-container .case-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 16px;
}

.page-file-library .file-library-container .file-library-image {
  margin-bottom: 16px;
}

.page-file-library .file-library-container .file-library-image a {
  display: block;
}

.page-file-library .file-library-container .case-wrap.file-library-wrap {
  justify-content: center;
}

.page-file-library .file-library-container .case-wrap .field-content {
  padding: 5px;
  background: #1B365E; 
  text-transform: uppercase;
  text-align: center;
  margin-right: 15px;
  color: #fff;
  font-weight: 400;
}

.page-file-library .file-library-container .case-wrap .field-content:last-child {
  margin-right: 0;
}

.page-file-library .file-library-container .file-library-image a img {
  height: auto;
}

.page-file-library .file-library-container .file-library-image .field-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media (min-width:992px) {
  .page-file-library .file-library-container {
    display: flex;
    flex-direction: column;
    height: 100%;

  }

  .page-file-library .view-file-library .row {
    display: flex;
    flex-wrap: wrap;
  }

  .page-file-library .file-library-container .file-library-image {
    height: 250px;
    overflow: hidden;
  }

  .page-file-library .file-library-container .file-library-image a img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .page-file-library .file-library-container .file-library-title {
    min-height: 0;
    padding: 10px;
  }

}

@media (max-width: 425px) {
  .page-file-library .file-library-container .case-wrap {
    display: block;
  }

  .page-file-library .file-library-container .case-wrap .field-content:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
}