/*
Theme Name: Waste2Water
Theme URI: http://
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.0
Author: Raff
Author URI: http://
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

body {
    font-family: 'Open Sans', sans-serif;
    color: #535252;
}

h2 {
    font-size: 34px;
}

a,
a.has_special_link {
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #222d58;
    margin-top: 0;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
}

img {
    height: auto;
    max-width: 100%;
}

/* Commom wordpress classes */
img.alignnone,
.wp-caption.alignnone,
img.alignright,
.wp-caption.alignright,
img.alignleft,
.wp-caption.alignleft,
img.aligncenter,
.wp-caption.aligncenter {
    height: auto;
    max-width: 100%;
}

iframe {
    max-width: 100%;
}

a.btn,
a.rev-btn,
a.more-info-btn {
    border-radius: 8px;
}

img.alignnone,
.wp-caption.alignnone,
img.aligncenter,
.wp-caption.aligncenter {
    margin: 0 0 1.3rem 0;
}
img.alignright,
.wp-caption.alignright {
    float: right;
    margin: 0 0 1.3rem 1.9rem;
}

img.alignleft,
.wp-caption.alignleft {
    float: left;
    margin: 0 1.9rem 1.3rem 0;
}

img.aligncenter,
.wp-caption.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* iPhone Plus' Sizes */
@media ( max-width: 415px ) {
    img.alignnone,
    .wp-caption.alignnone,
    img.alignright,
    .wp-caption.alignright,
    img.alignleft,
    .wp-caption.alignleft,
    img.aligncenter,
    .wp-caption.aligncenter {
        /* width: 100%; */
    }
}

.jcarousel-wrapper {
    margin: 75px auto;
    position: relative;
}
.jcarousel {
    position: relative;
    overflow: hidden;
}
.jcarousel ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 20000em;
}
.jcarousel li {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em;
}
.jcarousel img {
    display: inline-block;
    max-width: 100%;
    height: auto !important;
}
.box-image {
    text-align: center;
}
.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    font-size: 13px;
    line-height: 31px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #dbdbdb;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #f0efe7;
    box-shadow: 0 0 4px #f0efe7;
}
.jcarousel-control-prev {
    left: -15px;
}
.jcarousel-control-next {
    right: -15px;
}
.jcarousel-control-prev:hover {
    background: #1eb9d1;
}
.jcarousel-control-next:hover {
    background: #1eb9d1;
}

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate( -50%, 0 );
    -ms-transform: translate( -50%, 0 );
    transform: translate( -50%, 0 );
    margin: 0;
    bottom: -16px;
}
.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    color: #4e443c;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
    -webkit-box-shadow: 0 0 2px #4e443c;
    box-shadow: 0 0 2px #4e443c;
}
.jcarousel-pagination a.active {
    background: #4e443c;
    color: #fff;
    opacity: 1;
}

.navbar-default {
    background-color: #fff;
    border: none;
}

.navbar {
    border: none;
    border-radius: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #535252;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13.42px;
}

@media only screen and ( min-width: 768px ) {
    .navbar-default .navbar-nav > li > a {
        padding-left: 24px;
    }

    .navbar-default .navbar-nav > li {
        background: url( images/slash-divider.png ) no-repeat 0 50%;
    }
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #2cc5dd;
}

.nav > li > a {
    padding: 15px 11px 12px;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #2cc5dd;
}

.navbar {
    margin-bottom: 0;
}

.header-logo {
    padding: 25px 0;
}

.phone-header {
    background: url( images/icon-phone.png ) no-repeat;
    background-position: 0 3px;
    padding-left: 25px;
    font-size: 16px;
    color: #777777;
}

.social-networsk .fa {
    color: #777777;
    border: 1px solid #777777;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    text-align: center;
    padding-top: 5px;
}
.social-networsk .fa:hover {
    color: #2cc5dd;
    border-color: #2cc5dd;
}
.social-networsk {
    padding-left: 20px;
}

.full-slider {
    margin-bottom: 65px;
	height: auto;
}
.full-slider #rev_slider_1_1_wrapper,
.full-slider #rev_slider_1_1 {
    height: 100% !important;
}

.arrow_box {
    position: relative;
    background: #f4f7f9;
    border: 1px solid #d2d2d2;
}
.arrow_box:after,
.arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba( 244, 247, 249, 0 );
    border-top-color: #f4f7f9;
    border-width: 8px;
    margin-left: -8px;
}
.arrow_box:before {
    border-color: rgba( 210, 210, 210, 0 );
    border-top-color: #d2d2d2;
    border-width: 9px;
    margin-left: -9px;
}

.callout-box {
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
    min-height: auto;
    transition: all .40s ease-out;
}
.callout-box:hover {
    transform: translateY(-4px);
    transition: all .42s ease-in;
}
.callout-box img {
    border: 0px solid #d2d2d2;
    margin-bottom: 15px;
}

.callout-box h4 {
    background: url( images/bg-border-headingins.png ) no-repeat;
    background-position: bottom center;
    padding-bottom: 10px;
}

h4 {
    background: url( images/bg-border-headingins.png ) no-repeat;
    background-position: bottom left;
    padding-bottom: 10px;
}

.callout-box a p {
    color: #535252;
}

p {
    line-height: 1.8em;
}

.container-full {
    width: 100%;
}

.callout-left-contents {
    min-height: 290px;
}

.callout-right-contents {
    min-height: 290px;
}

.cc-cont {
    float: left;
    width: 100%;
    position: relative;
}

.callout-inner-contents {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 70%;
    background: rgba( 30, 185, 209, 0.75 );
    color: #fff;
    padding-top: 20px;
    padding-bottom: 10px;
}
.callout-inner-contents * {
    color: #fff;
}
.callout-inner-contents-home {
    width: 100%;
    position: absolute;
    top: 0%;
    background: rgba( 30, 185, 209, 0.75 );
    color: #fff;
    height: 100%;
    padding: 10%;
}
.callout-inner-contents-home * {
    color: #fff;
}

.feature-callout h5 {
    background: url( images/bg-border-headingins.png ) no-repeat;
    background-position: bottom center;
    padding-bottom: 10px;
    color: #9f9f9f;
    font-family: Volkhov;
    font-style: italic;
    font-size: 18px;
}

.single-page-image {
    padding: 115px 0;
    clear: both;
}

.btn-primary {
    color: #fff;
    background-color: #1eb9d1;
    border-color: #1eb9d1;
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 30px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #222d58;
    border-color: #222d58;
}
.btn-secondary {
    color: #1c2e5a !important;
    background-color: #f2eb5c !important;
    border-color: #f2eb5c !important;
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 30px;
    display: none;
    margin: 0 auto 20px;
}
.btn-secondary:hover {
    color: #fff !important;
    background-color: #222d58 !important;
    border-color: #222d58 !important;
}
.page-id-3092 .btn-secondary,
.page-id-3519 .btn-secondary {
    display: block !important;
}
@media ( min-width: 600px ) {
    .page-id-3519 .btn-secondary {
        width: 50%;
    }
}
/*------ Video Section ----*/

.container.service-landing-video {
    text-align: center;
}

.service-video-heading h2 {
    margin-top: 25px;
}

.service-video-wrap iframe {
    margin-bottom: 25px;
}

@media ( max-width: 768px ) {
    .service-video-wrap iframe {
        width: 100%;
    }
}

/*----End Video Section ---*/

/*----Portable Wash Pads---*/

.page-id-1846 .inner-container .container .col-md-4 a.second-pdf--img {
    display: block !important;
}

@media ( max-width: 767px ) {
    .page-id-1846 .inner-container .container .row.even.gn-class .col-md-4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

/*------ Tab Section ------*/

.page-tabs {
}

/*---- End Tab Section ----*/

.main-footer {
    background: #223358;
    padding: 110px 0 80px;
}

.copyrights {
    background: #142855;
    padding: 40px 0;
    color: #0094e0;
    font-size: 12px;
    margin: 0 !important;
}

.copyrights a {
    color: #fff;
}

.main-footer h3 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    background: url( images/bg-border-headingins.png ) no-repeat;
    background-position: bottom left;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.icon-footer-heading {
    color: #e9e35c;
    font-size: 15px;
    margin-right: 5px;
    width: 20px;
}

.main-footer h4 {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 25px;
}

.main-footer {
    color: #9f9f9f;
}

.footer-widget-block {
    margin-bottom: 5px;
}

.footer-widget-block a {
    color: #9f9f9f;
}

@media only screen and ( min-width: 768px ) {
    .padding-desktop-footer {
        padding-left: 195px;
        padding-right: 195px;
    }

    .cc-cont {
        float: left;
        width: 50%;
        position: relative;
    }
    .container-latest-news h2 {
        text-align: right;
    }

    .navbar-collapse {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .even {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .odd {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and ( max-width: 768px ) {
    .gn-class {
        margin-bottom: 20px;
        text-align: center;
    }

    .gn-class h4 {
        background: url( images/bg-border-headingins.png ) no-repeat;
        background-position: bottom center;
    }

    .gn-class img {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
}

.container-latest-news {
    background: #1eb9d1;
    padding: 37px 0 30px;
    clear: both;
}

.container-latest-news h5 {
    color: #fff !important;
    font-size: 20px;
    font-weight: 400;
}

.container-latest-news h2 {
    margin-top: 8px;
}

.btn-info {
    color: #1c2e5a;
    background-color: #f2eb5c;
    border-color: #f2eb5c;
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 30px;
    margin: 0 auto 20px;
}

.btn-info:hover {
    color: #fff !important;
    background-color: #222d58 !important;
    border-color: #222d58 !important;
    -webkit-transition: border-color 0.3s, color 0.3s;
    -o-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier( 0.2, 1, 0.3, 1 );
    -o-transition-timing-function: cubic-bezier( 0.2, 1, 0.3, 1 );
    transition-timing-function: cubic-bezier( 0.2, 1, 0.3, 1 );
}

/* border-color: #222d58 !important; */

.btn {
    text-transform: uppercase;
}

.btn-lg {
    padding: 0.8rem 0.5rem;
    width: 100%;
    /* display: inline-block; */
    word-break: break-all;
    color: #fff;
    background-color: #1c2e5a;
    border-color: #1c2e5a;
}

h1 {
    color: #232424;
    font-size: 30px;
}
.page-feat-image {
    width: 100%;
    position: relative;
    margin-bottom: 63px;
}
.page-feat-image img {
    width: 100%;
}
.page-feat-image h1 {
    text-align: center;
    position: absolute;
    top: 40%;
    width: 100%;
    color: #232424;
    font-size: 30px;
}

#content {
    margin-bottom: 40px;
}

.inner-container {
    background: #f4f7f9;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 40px 0;
    margin-bottom: 77px;
}
.inner-container .sections {
    padding: 20px 0;
}

.related-products {
    margin: 77px 0 132px;
    clear: both;
    display: block;
}

.related-products h1 {
    margin-bottom: 40px;
}

.well {
    background: #f4f7f9 !important;
    border: 1px solid #d2d2d2 !important;
    border-radius: 0 !important;
}

ul,
ol {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.border-img {
    border: 1px solid #d2d2d2;
}

#main ul {
    list-style: disc;
    margin-left: 15px;
}

.more {
    display: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 80%;
    position: absolute;
    top: 0%;
    background: rgba( 30, 185, 209, 0.75 );
    color: #fff;
    height: 76.6%;
    padding: 10%;
}
.trigger {
    cursor: pointer;
}

.displaynone {
    display: none;
}

@media ( min-width: 768px ) {
    .navbar-nav {
        float: right;
        margin: 0;
    }
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background: none;
}

.even {
    margin-bottom: 60px;
}

.widget {
    margin-bottom: 40px;
}

.gallery-thumb {
    width: 90px;
    height: 90px;
    float: left;
    margin: 10px 10px 10px 0px;
    border: 2px solid #ccc;
}

.navbar-default .navbar-nav > li:first-child {
    background-image: none;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

#logo-client-slider img.grayscale {
    filter: url( "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale" ); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale( 100% ); /* Chrome 19+ & Safari 6+ */
}

#logo-client-slider img.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale( 0% );
}

@media ( min-width: 768px ) {
    .navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: auto;
        /* float: none; */
        /* width: 100%; */
    }
    .navbar-nav > li {
        display: table-cell;
        float: none;
        text-align: center;
    }
}

.thumbnails li {
    list-style: none;
    display: inline;
}

.thumbnail {
    display: inline-block;
}
.page-feat-image {
    margin-bottom: 35px;
}
.gn-class img {
    /* max-width: 100%; */
}
.row.row_inner {
    margin-bottom: 0px;
}
.even {
    margin-bottom: 0px;
}

#sidebar1 {
    margin-top: 43px;
}
/*
.inner-container {
    padding-bottom: 0;
}
.inner-container {
    padding-top: 77px;
}*/
.gn-class ul {
    list-style: disc;
    list-style-position: inside;
}
.callout-box {
}
table.service-table {
    margin-top: 10px;
    margin-bottom: 10px;
}
.service-table td,
th {
    padding: 2px 0px;
    border: 1px solid;
    border-left: 0px;
    border-right: 0px;
}
/*uber menu*/
@media only screen and ( min-width: 768px ) {
    .ubermenu-items-align-left.ubermenu-horizontal
        .ubermenu-item.ubermenu-item-level-0,
    .ubermenu.ubermenu-horizontal .ubermenu-item.ubermenu-align-left {
        display: table-cell;
        float: none !important;
        text-align: center;
        text-transform: uppercase !important;
        background: url( images/slash-divider.png ) no-repeat 0 50%;
        vertical-align: middle;
        background-position: center left;
    }
    .ubermenu-nav li:first-child {
        background-image: none !important;
    }
    ul.ubermenu-nav li a {
        font-weight: 700 !important;
    }
    ul.ubermenu-nav li ul a {
        font-weight: 500 !important;
    }
    .ubermenu-sub-indicators
        .ubermenu-has-submenu-drop
        > .ubermenu-target:after {
        position: absolute;
        right: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        top: 80% !important;
        display: block !important;
    }
    ul.ubermenu-submenu {
        border: 1px solid rgba( 0, 0, 0, 0.15 ) !important;
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba( 0, 0, 0, 0.175 ) !important;
        box-shadow: 0 6px 12px rgba( 0, 0, 0, 0.175 ) !important;
    }
    /*ul.ubermenu-nav li a {
    padding-left: 0px !important;
}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target{
    padding-right: 0px !important;
}*/
    ul.ubermenu-nav li ul {
        top: 100% !important;
    }
    .ubermenu-item-header .ubermenu-target-title {
        color: #1eb9d1 !important;
    }
    .ubermenu-submenu-type-mega ul.ubermenu-submenu {
        border: 0 !important;
        border-radius: 0px;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .ubermenu-main,
    .ubermenu-main .ubermenu-target,
    .ubermenu-main .ubermenu-nav .ubermenu-item-level-0 .ubermenu-target {
        font-size: 13.42px !important;
        padding: 15px 17px 12px 18px !important;
    }
    ul.ubermenu-submenu li.ubermenu-item a.ubermenu-target {
        color: #333 !important;
    }
    .ubermenu-submenu a:hover {
        color: #262626 !important;
        text-decoration: none !important;
        background-color: #f5f5f5 !important;
    }
    ul.ubermenu-nav li ul li ul a {
        line-height: 5px !important;
        padding: 5px 5px 5px 5px !important;
    }
}
.callout-box h4 {
    font-size: 14px;
}
.callout-overlay {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    bottom: 0;
}
.callout-overlay .callout-content {
    position: absolute;
    left: 30%;
    top: 11%;
    -webkit-transform: translate( -12% );
    -ms-transform: translate( -12% );
    transform: translateX( -15% );
    width: 62%;
    height: 85%;
    max-width: 410px;
    max-height: 400px;
}
.circle {
    position: relative;
    height: 90%;
    width: 100%;
}
.circle .halfcircle.top:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border: 17px solid #ffffff;
    border-radius: 100%;
    height: 400px;
}
.circle .halfcircle.bottom:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border: 17px solid #ffffff;
    border-radius: 100%;
    height: 400px;
}
.circle .halfcircle {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: none;
}
.circle .halfcircle.top {
    height: 50%;
    overflow: hidden;
}
.circle .halfcircle.bottom {
    height: 50%;
    overflow: hidden;
    bottom: 0;
    top: auto;
}
.circle .counter-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    -webkit-transform: translateY( -40% );
    -ms-transform: translateY( -40% );
    transform: translateY( -40% );
}
.circle .counter-wrapper .counting {
    color: #222d58;
    font-size: 42px;
    font-weight: 700;
}
.circle .counter-wrapper .text-block {
    display: block;
    font-size: 50px;
    text-transform: uppercase;
    color: inherit;
}
.circle .counter-wrapper .heading {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: inherit;
}
.callout-left-contents .circle .halfcircle.bottom:after {
    border-color: #222d58;
}
.callout-right-contents .circle .halfcircle.bottom:after {
    border-color: #1eb8d1;
}
.callout-left-contents .circle .counter-wrapper .text-block {
    color: #ffffff;
}
.page-feat-image h1 {
    /*text-shadow: 4px 3px 5px #fff;*/
    color: #222d58;
}
img.border-img {
    max-width: 100%;
    height: auto;
}
.page-template-page-team .callout-box.arrow_box a img {
    max-height: 231px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    min-height: 231px;
}
.page-id-12 .callout-box {
    min-height: 408px !important;
}
.page-template-page-sections-php .page-feat-image {
    margin-bottom: 0;
}
.sections {
    padding: 70px 15px;
}
.sections h3:after {
    content: '';
    display: block;
    height: 2px;
    background: #1eb9d1;
    margin-top: 6px;
    max-width: 100px;
}
.flip .col-md-4 {
    float: right;
}
.flip {
    padding-top: 0;
}
.page-template-page-single-services-php .page-feat-image {
    margin-bottom: 0;
}
.boxes .col-md-3:nth-child( 4n + 1 ) {
    clear: left;
}
.page-feat-image {
    position: relative;
}
.page-feat-image:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba( 255, 255, 255, 0.4 );
}
.page-feat-image h1 {
    z-index: 99;
}
img {
    max-width: 100%;
    width: auto;
}

.header-cta {
    margin-left: 20px;
}

.header-cta .btn.btn-primary {
    padding: 5px 20px;
}

.navbar-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 20px;
}

@media only screen and ( max-width: 992px ) {
    .logo img {
        max-width: 335px;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-right {
        justify-content: center;
        margin-right: 0;
    }
    .phone-header,
    .header-cta,
    .social-networsk {
        margin-bottom: 10px;
    }
    .header-cta {
        margin-left: 20px;
    }
    header .container {
        width: 100%;
    }
    .navbar-header {
        width: 100%;
    }
    .navbar-toggle {
        display: inline-block;
        float: none;
        margin-right: 0;
    }
    .ubermenu-main,
    .ubermenu-main .ubermenu-target,
    .ubermenu-main .ubermenu-nav .ubermenu-item-level-0 .ubermenu-target {
        font-size: 10.42px !important;
    }
}

@media only screen and ( max-width: 820px ) {
    .logo img {
        max-width: 100%;
    }
    .navbar-right {
        float: none!important;
    }
    .header-logo,
    .navbar-header {
        text-align: center;
    }
}

@media only screen and ( max-width: 768px ) {
    .ubermenu-main,
    .ubermenu-main .ubermenu-target,
    .ubermenu-main .ubermenu-nav .ubermenu-item-level-0 .ubermenu-target {
        font-size: 14px !important;
    }
    .ubermenu .ubermenu-item {
        float: none !important;
        display: block !important;
    }

    .header-logo,
    .navbar-header,
    .copyrights * {
        text-align: center;
    }
    .page-feat-image h1 {
        top: 35%;
        font-size: 24px;
    }
    .header-logo {
        padding: 10px 0;
    }
    .ubermenu .ubermenu-nav .ubermenu-column-1-3 {
        width: 100% !important;
    }
    .callout-overlay .callout-content {
        left: 0;
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -moz-transform: none;
        max-width: none;
    }
    .circle .counter-wrapper .counting {
        font-size: 29px;
    }
    .circle .counter-wrapper .heading {
        font-size: 16px;
    }
}
@media only screen and ( max-width: 480px ) {
    .page-feat-image h1 {
        position: relative;
        margin-top: 10px;
    }
}
.page.page-id-16 .related-products {
    display: none;
}
.box-image img {
    max-height: 125px;
    min-height: 125px;
    -o-object-fit: contain;
    object-fit: contain;
}

/* Tabs */

.industry-tab-content {
    margin-bottom: 50px;
}

.industry-tab-content ul {
    margin-bottom: 0;
}

.industry-tab-content .js-tabs a {
    background-color: #45c6dd;
    padding: 20px 15px;
    border: 1px solid #a5eafa;
    color: #1c2e5a;
    font-weight: bold;
    float: left;
}

.industry-tab-content .js-tabs a:hover {
    background-color: #f2eb5c;
}

.industry-tab-content .js-tabs .active a {
    background-color: #fff;
    border: none;
    color: #1c2e5a;
    border: 1px solid #fff;
}

.tab-content {
    display: none;
    border: 2px solid #eee;
    /*border-top: 0;*/
    padding: 45px 45px 10px 45px;
}

.tab-content .sections {
    padding-top: 40px;
    padding-bottom: 40px;
}

.tab-content .sections:first-child {
    padding-top: 0;
}

.tab-content-border-top {
    border-top: 1px solid #ccc;
}

.tab-content .sections + .sections:not( .tab-content-border-top ) {
    padding-top: 0;
}

.tab-content.active {
    display: block;
}

img.img-responsive.landing-image {
    margin-bottom: 25px;
}

.innerpage-image {
    margin-bottom: 30px;
}

/*@media (min-width: 1200px) {
    .innerpage-margin {
        margin-top: -200px;
    }
}*/

.tab-content ul {
    list-style: disc;
    margin-left: 15px;
}

@media ( max-width: 768px ) {
    .industry-tab-content {
        margin-bottom: 30px;
    }

    .industry-tab-content .js-tabs a {
        padding: 10px 10px;
        width: 100%;
    }

    .industry-tab-content .js-tabs a:hover {
        background-color: #f2eb5c;
    }

    .industry-tab-content .js-tabs .active a {
        background-color: #fff;
        border: 1px solid #a5eafa;
    }

    .tab-content {
        padding: 20px 20px 10px 20px;
    }

    .tab-content img {
        margin-bottom: 20px;
    }

    .tab-content .sections {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.home-gallery .gallery-text {
    width: 100%;
    display: inline-block !important;
    vertical-align: top;
}

.home-gallery h3 {
    margin-top: 20px;
    font-size: 20px;
}

.home-gallery img {
    width: 100%;
    display: inline-block !important;
    padding-bottom: 20px;
}

.home-gallery-container {
    background: #f8f8f8;
    padding: 70px 0;
    margin: 70px 0 0 0;
}

.home-gallery.slick-slider {
    background: #fff;
    padding: 45px 31px;
    border: 1px solid #d2d1d2;
}

.home-gallery-arrow {
    position: absolute;
    height: auto;
    top: 0;
    background: #ebebeb;
}

.home-gallery-arrow i:before {
    font-size: 41px;
    padding: 13px;
    color: #222d58;
}

.home-gallery-arrow.left {
    right: 44px;
}

.home-gallery-arrow.right {
    right: 0;
}

.slider-nav .slick-slide {
    padding: 15px;
    margin-right: -15px;
}

.slider-nav .slick-slide.slick-current {
    background: #1eb9d1;
}

.slider-nav .slick-slide.slick-current:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #1eb9d1;
}

.slider-nav {
    background: #f4f7f9;
    border: 1px solid #d2d1d2;
    margin-top: -1px;
    display: none !important;
}

@media ( min-width: 768px ) {
    .home-gallery img {
        width: 38%;
        padding: 30px 45px 0 0;
    }

    .home-gallery .gallery-text {
        width: 60%;
    }

    .slider-nav {
        background: #f4f7f9;
        border: 1px solid #d2d1d2;
        margin-top: -1px;
        display: block !important;
    }

    .home-gallery.slick-slider {
        padding: 50px 100px;
    }

    .home-gallery-arrow i {
        position: relative;
        top: 50%;
        -webkit-transform: translateY( -50% );
        -ms-transform: translateY( -50% );
        transform: translateY( -50% );
    }

    .home-gallery-arrow {
        height: 100%;
    }

    .home-gallery-arrow.left {
        left: 0;
        right: auto;
    }

    .home-gallery h3 {
        margin-top: 0px;
        font-size: 24px;
    }
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d( 0, 0, 0 );
    -ms-transform: translate3d( 0, 0, 0 );
    transform: translate3d( 0, 0, 0 );
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
#mysticky-nav.wrap-fixed {
    margin-top: 100vh !important;
}

@media only screen and ( max-width: 992px ) {
    header .wrap-fixed .container {
        margin-top: -51px;
    }
}

.navbar-header {
    background: white;
    margin: 0!important;
}

@media ( min-width: 768px ) {
    #mysticky-nav .fa-arrow-down {
        background: none !important;
        position: initial !important;
        width: 100%;
    }
}

.faq_section {
    background: #f4f7f9;
    border: #d4d4d4 solid 1px;
    border-width: 1px 0;
    padding: 5rem 0;
    margin: 0 0 4rem;
}

@media ( max-width: 801px ) {
    .faq_section img {
        width: 100%;
    }
}
a.btn,
a[class*='btn'] {
    word-break: break-all;
    white-space: break-spaces;
}
a.ubermenu-target {
    word-break: normal;
}

#input_3_9 .grecaptcha-badge,
#field_2_10 .grecaptcha-badge {
    display: block !important;
    position: relative !important;
    visibility: visible !important;
}

/* Gallery updates */


/* Gallery updates */

.fxgallery-title {
    display: none;
}

.media-gallery__item-title {
    background-color: #f2eb5d;
    text-align: center;
    padding: 10px 20px;
    width: 100%;
    position: relative!important;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-gallery__item-title p {
    line-height: 1.5;
    color: #535252;
    font-weight: bold;
}

.media-gallery__item:after {
    content: "";
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg height='512pt' viewBox='0 -77 512.00213 512' width='512pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m501.453125 56.09375c-5.902344-21.933594-23.195313-39.222656-45.125-45.128906-40.066406-10.964844-200.332031-10.964844-200.332031-10.964844s-160.261719 0-200.328125 10.546875c-21.507813 5.902344-39.222657 23.617187-45.125 45.546875-10.542969 40.0625-10.542969 123.148438-10.542969 123.148438s0 83.503906 10.542969 123.148437c5.90625 21.929687 23.195312 39.222656 45.128906 45.128906 40.484375 10.964844 200.328125 10.964844 200.328125 10.964844s160.261719 0 200.328125-10.546875c21.933594-5.902344 39.222656-23.195312 45.128906-45.125 10.542969-40.066406 10.542969-123.148438 10.542969-123.148438s.421875-83.507812-10.546875-123.570312zm0 0' fill='%23f00'/%3E%3Cpath d='m204.96875 256 133.269531-76.757812-133.269531-76.757813zm0 0' fill='%23fff'/%3E%3C/svg%3E");
    display: block;
    width: 70px;
    aspect-ratio: 1 / 1;
    position: absolute;
    z-index: 9;
    top: 40%;
    left: 50%;
    translate: -50% -50%;
    pointer-events: none;
}

.media-gallery__item {
    position: relative;
    background-color: #000;
}

.media-gallery__item-img {
    opacity: .6;
    max-height: 180px;
}

.media-gallery__item-link {
    display: flex!important;
    flex-direction: column;
}

.gallery-filter {
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
}

.gallery-filter__pill {
    color: #000;
}
#mysticky-nav .navbar .container:not(.fx-container) {
    width: fit-content;
}


/* Contact us sidebar */

.sidebar-container {
    display: flex;
    align-items: start;
}

.sidebar-container section, .sidebar-container article, .sidebar-container div {
    flex: 3;
}
.contact-us-sidebar {
    display: block;
    padding-left: 50px;
    flex: 1;
}

#gform_submit_button_4 {
    background-color: #1c2e5a;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px 25px;
    text-transform: uppercase;
    font-size: 18px;
}

@media (max-width: 768px) {
    .contact-us-sidebar {
        display: none;
    }
}

/* New Menu */

.social-utility-container {
    flex-direction: column;
    align-items: end;
    padding-top: 0;
    margin: 0;
    gap: 5px;
}

.utility-links-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: end;
}

.utility-links .menu-item {
    background: none!important;
}

.utility-links .menu-item a {
    font-size: 14px!important;
    font-weight: normal!important;
    text-transform: uppercase!important;
    padding: 15px 10px!important;
    color: #535252!important;
}

.utility-links .nav > .menu-item > a:hover {
    background: none!important;
    color: #2cc5dd!important;
}

.utility-links .menu-item ul.dropdown-menu {
    opacity: 0;
    visibility: hidden;
    height: 0;
    display: unset!important;
    transition: all .5s ease-in-out;
    border: none!important;
    margin-top: 20px;
    padding: 0!important;
}

.utility-links .menu-item:hover > ul.dropdown-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    height: auto;
    margin-top: 0!important;
}

.utility-links .menu-item:hover > ul.dropdown-menu li {
    opacity: 1!important;
    visibility: visible!important;
}

.utility-links .menu-item ul li {
   visibility: hidden!important;
   opacity: 0!important;
}

.utility-links .menu-item ul.dropdown-menu a {
    text-transform: capitalize!important;
    font-size: 13px!important;
    padding: 15px 15px!important;
}

.utility-links .menu-item a i {
    display: none!important;
}

.utility-links .nav > .menu-item > a::after {
    content: "\f107";
    font-weight: 600;
    font-size: 18px;
    font-family: FontAwesome;
    font-style: normal;
    line-height: 1;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.utility-links-container .header-cta {
    margin-left: 10px;
}

.soical-phone:has( + .social-utility-container) {
    display: none!important;
}

.navbar .social-utility-container {
    display: none;
}

.navbar-default .social-utility-container {
    gap: 0;
}

.navbar-default .social-utility-container .navbar-nav {
    margin: 0!important;
}

.fx-container {
    text-align: center;
}

.fx-container .ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 {
    background: none;
}

.fx-container .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    text-transform: capitalize
}

.fx-container .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    font-weight: 600;
    font-size: 18px;
    margin-top: 0;
}

.desktop-menu {
    display: none;
}

.navbar-right-desktop {
    display: none;
}

@media (max-width: 992px) {
    .mobile-menu > .nav {
        width: 100%;
    }

    .mobile-menu > .nav > .menu-item {
        width: 100%;
        display: block;
        text-align: left;
        background: none!important;
    }

    .mobile-menu > .nav > .menu-item .fa-arrow-down,
    #mysticky-nav .mobile-menu > .nav > .menu-item .fa-arrow-down {
        background: #ece3e3!important;
        position: absolute!important;
        right: 0;
        top: 0;
        padding: 15px;
        z-index: 99;
        width: auto!important;
    }

    .fx-container .navbar-collapse {
        margin: 0;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .fx-container nav.ubermenu-main {
        padding: 15px 0!important;
    }

    .myfixed .fx-container nav.ubermenu-main {
        padding-top: 0!important;
    }
}

@media (min-width: 993px) {
    .header-logo .logo img {
        width: 400px;
    }


    .myfixed .social-utility-container {
        display: flex;
        align-items: center;
    }

    .fx-container .navbar-collapse {
        margin: 0 -15px;
    }

    .fx-container nav.ubermenu-main > .ubermenu-nav {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }

    .fx-container nav.ubermenu-main > .ubermenu-nav .ubermenu-target > .ubermenu-target-text {
        font-size: 13px!important;
    }

    .desktop-menu {
        display: block;
    }

    .mobile-menu {
        display: none;
    }

    .navbar-right-mobile {
        display: none;
    }

    .navbar-right-desktop {
        display: flex;
    }
}

@media (min-width: 1200px) {
    .header-logo .logo img {
        width: auto;
    }
}