/*!
 Theme Name: CustomClosetMaid
 Theme URI: https://onideas.com/
 Author: On Ideas
 Author URI: https://onideas.com/
 Description: Description
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: customclosetmaid
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 CustomClosetMaid is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
 Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
 */
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Normalize
 # Typography
 # Elements
 # Forms
 # Navigation
 ## Links
 ## Menus
 # Accessibility
 # Alignments
 # Clearings
 # Widgets
 # Content
 ## Posts and pages
 ## Comments
 # Infinite scroll
 # Media
 ## Captions
 ## Galleries
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Normalize
 --------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 55%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.9em;
}

/* Embedded content
 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
 ## Menus
 --------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
 # Accessibility
 --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
 # Alignments
 --------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
 # Clearings
 --------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
 # Widgets
 --------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Posts and pages
 --------------------------------------------------------------*/
.sticky {
    display: block;
}

.post,
.page {
    margin: 0;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
 ## Comments
 --------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
 # Infinite scroll
 --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Older / Newer Posts Navigation (always hidden) */
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
 # Media
 --------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}
img{
     pointer-events: none;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}
.custom-logo-link img{
    width: 200px;
}

/*--------------------------------------------------------------
 ## Captions
 --------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
 ## Galleries
 --------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

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

body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #04728B;
    outline: 1px solid #04728B;
}

/********HEADER**************/
.d-hidden{
    display: none;
}
@media(max-width: 770px){
  .d-hidden{
    display: block;
  }
  .m-hidden{
    display: none;
  }
}

.no-pd {
    padding: 0 !important;
}

.bg-blue-dark {
    background: #04728B;
}

.bg-black {
    background: #333333;
}

header {
     background: #fff;
     position: relative;
     z-index: 999;
    -webkit-box-shadow: 0px 1px 14px -3px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 1px 14px -3px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 1px 14px -3px rgba(0, 0, 0, 0.31);
    transition: all 0.2s ease-out;
}
header.fixed{
    z-index: 8;
    transition: all 0.2s ease-out;
    top: -100px;
    animation: moving-header 0.5s ease forwards;
    -webkit-animation: moving-header 0.5s ease forwards;
    left: 0;
    width: 100%;
    position: fixed;
    -webkit-box-shadow: -2px 2px 17px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: -2px 2px 17px -10px rgba(0,0,0,0.75);
    box-shadow: -2px 2px 17px -10px rgba(0,0,0,0.75);

}

@keyframes moving-header {
  from {top:-100px; }
  to {top:0;}

}

header .nav-top a {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;


}
header .nav-top a svg{
    position: relative;
    left: -10px;
}

header .nav-top a.bg-blue-dark:hover {
    background: #81B6B2;
}

header .nav-top a.bg-blue:hover {
    background: #05728C;
}
header .nav-top a.bg-black:hover {
    background: #989CA5;
}
header .custom-logo {
    margin: 10px 0;
}


header .nav-top {
    border-top: 3px solid #ED1C32;
}

header .nav-top .svg-inline--fa {
    width: 6px;
    margin-left: 3px;
}

header .menu {
    margin: 0;
    padding: 0;
    float: right;
    margin: 15px 0 0 0;
}

header .menu>li {
    display: inline-block;

    margin: 0;
    padding: 10px;

    height: auto;
    vertical-align: middle;
    position: relative;
}
header .current-menu-item a{
	color: #05728c!important;
}

header .menu li>a {
    font-size: 14px;
    text-decoration: none;
    color: #999;
    padding: 10px;
    font-weight: 500;
    position: relative;

}

header .menu>li a:hover {
    color: #05728c;

}

@media(min-width: 991px) {
    header .menu>li:after {
        background: #ededed;
        content: '';
        height: 20px;
        width: 1px;
        top: 11px;
        right: -3px;
        position: absolute;
        ;
    }

    header .menu>li:last-of-type:after {
        content: none;
    }

    header .menu li:hover ul {
        display: block;
    }

    header .menu li:first-of-type {
        border-left: 0;
    }


    header .menu>li:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 0;
        background: #f5f2f4;
        left: 0px;
        right: 0;
        bottom: 1px;
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        z-index: -1;
        transform: scale(0.3);
    }

    header .menu>li:hover:before {
        height: 100%;
        transform: scale(1);
    }

    header .menu>li:hover>a {
        color: #05728c;
    }

    .sub-menu {
        padding: 0;
        margin: 0;
        list-style: none;
        z-index: 9;
        position: relative;
    }

    header .menu>li>ul.sub-menu {
        position: absolute;
        left: 0;
        padding: 0;
        background: #f5f2f4;
        opacity: 0;
        margin-top: 20px;
        overflow: hidden;
        height: 0;
        width: 205px;
        z-index: 999;
        -webkit-box-shadow: -4px 10px 28px -18px rgba(0, 0, 0, 0.51);
        -moz-box-shadow: -4px 10px 28px -18px rgba(0, 0, 0, 0.51);
        box-shadow: -4px 10px 28px -18px rgba(0, 0, 0, 0.51);
    }

    header .menu>li.menu-item-has-children:hover ul.sub-menu {
        height: auto;
        margin-top: 5px;
        left: 0px;
        opacity: 1;
        overflow: visible;
        -webkit-transition: margin-top .3s ease;
        transition: margin-top .3s ease;


    }

    .sub-menu li a {
        display: block;
        padding: 10px;
    }

    .sub-menu li a:hover {
        background: #fff;
        color: #05728c;
    }

    .sub-menu .sub-menu>li:hover {
        color: transparent;
    }

    .sub-menu .sub-menu>li>a {
        padding-left: 25px;
    }

    .sub-menu .sub-menu {
        margin: 0;
    }

}


/*********FOOTER***********/

.site-footer {
    background: #989CA5;
}

.site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer {
    padding: 40px 0;
}

.site-footer li a {
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
    padding: 5px 0;
    display: inline-block;
    position: relative;
}

.site-footer li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: 1px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.site-footer li a:hover:before {
    width: 100%;
}

.social-media a {
    display: inline-block;
    margin: 10px 0;
    height: 50px;
}

.social-media a svg {
    width: 50px;
    height: 50px;
    transition: 0.2s cubic-bezier(0.78, -0.91, 0.01, -0.54);
    -webkit-transition: 0.2s cubic-bezier(0.78, -0.91, 0.01, -0.54);
}
.social-media a span{
    text-indent: -9999px;
    display: inline-block;
}
.social-media a:hover svg,
.share-page a:hover svg {
    fill: #81B6B1;
}

.social-media p {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 0;
}

.headline a,
.site-footer li:first-of-type a {
    text-transform: uppercase;
}

.site-footer .small li a {
    text-transform: initial;
}

.bg-white {
    background: #fff;
}

.copyright {
    border-top: 3px solid #ED1C32;
    background: #fff;
    text-align: center;
}

.copyright ul,
.copyright li {
    display: inline-block;
    text-align: center;
}

.copyright li {
    float: left;
}

.copyright li a {
    color: #000;
    padding: 15px 9px;
}

.box-center>div {
    float: left;
}

.copyright .textwidget p {
    margin-bottom: 0
}

.box-center {
    margin: 10px auto;
}

.float-left {
    float: left;
}

.auto,
.social-media {
    margin: auto;
}

.connect {
    padding: 0px 20px;
}

/**************

  PRODUCT PAGES


  **************/
.site-content {
    overflow: hidden;
}

.slider_about {
    background: #fff;
    overflow: hidden;

}

.slider_about h1 {
    font-size: 30px;
    line-height: 36px;
    color: #333333;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.slider_about h2 {
    font-size: 30px;
    line-height: 36px;
    color: #666666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.col-auto {
    margin: auto;
}

article.product {
    padding-top: 40px;
}

/*******BUTTONS******/
.btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    min-height: 50px;
    min-width: 250px;
    margin: 1rem auto;
    padding: 13px 20px;
    text-decoration: none;
    z-index: 1;
    line-height: inherit !important;
    text-align: center;
    font-weight: 400;
}

.btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.btn:hover span {
    width: 225%;
    height: 562.5px;
}

/*grey*/
.btn-grey {
    color: #666666;
    border: 1px solid #666666;
}

.btn-grey span {
    background-color: #666666;
}

.btn-grey:hover {
    color: #fff
}

.btn-grey:active {
    background-color: #666666;
}

/*white*/
.btn-white {
    color: #fff;
    border: 1px solid #fff;
}

.btn-white span {
    background-color: #fff;
}

.btn-white:hover {
    color: #05728c !important;
}

.btn-white:active {
    background-color: #fff;
}

/*blue*/
.btn-blue {
    color: #fff !important;
    background: #05728c;
    border: 1px solid #05728c;
}

.btn-blue span {
    background-color: #81b6b2;
}

.btn-blue:hover {
    color: #fff !important;
    border-color: #81b6b2 !important;
}

.btn-grey-color {
    color: #fff !important;
    background: #666666;
    border: 1px solid #666666;
}

.btn-grey-color span {
    background-color: #333333;
}

.btn-grey-color:hover {
    color: #fff !important;
    border-color: #333333 !important;
}

.btn-grey-color:active {
    background-color: #333333;
}

.btn-border-blue {
    color: #05728c !important;
    background: #fff;
    border: 1px solid #05728c;
}

.btn-border-blue span {
    background-color: #05728c;
}

.btn-border-blue:hover {
    color: #fff !important;
    border-color: #05728c !important;
}

.btn-border-blue:active {
    background-color: #05728c;
}


.two-buttons {
    margin: 20px auto;
}

.two-buttons a:first-of-type {
    margin-right: 40px;
}

.sp-btn {
    overflow: hidden;
}


.btn-container {
    margin: 60px auto;
    text-align: center;
}
.no-m{
	margin-top: 0!important;
	margin-bottom: 0!important;
}

.slider_about .swiper-container {
    margin-top: 30px;
}

.nav-slider {
    width: 200px;
    height: 80px;
    position: absolute;
    left: -10px;
    bottom: 30px;

    overflow: hidden;
}
.page-template-default .nav-slider{
   bottom: 47px;
}

.nav-slider div {
    float: left;
    width: 100px;
    height: 81px;
    outline: none;
}

.nav-slider div:after {
    content: none;
}

.caption {
    margin-left: 200px;
}

.swiper-button-next {
    background: url(images/white-arrows.png) right top;
    margin-top: 0px;
    margin-left: 0px;
    right: 0px !important;
    top: 0px;
}

.swiper-button-next:hover {
    background: url(images/white-arrows.png) right bottom;
}

.swiper-button-prev:hover {
    background: url(images/white-arrows.png) left bottom;
}

.swiper-button-prev {
    background: url(images/white-arrows.png) left top;
    margin-top: 0px;
    margin-left: 0px;
    right: 0px !important;
    top: 0px;
}

.mb-30 {
    margin-bottom: 30px;
}
.mb-60 {
    margin-bottom: 60px;
}

.tab-head {
    max-width: 1200px;
    margin: 10px auto !important;
    border-bottom: 1px solid #81b6b2;
}

.tab-head.tab-left{
    max-width: 817px;
    text-align: left;
}
.tab-head.tab-left ul{
    margin: 0 0 -1px 20px;
}

.tab-head ul {
    list-style: none;
    margin: 0 auto -1px;
    padding: 0;
}

.tab-head li:before {
    content: none;
}

.tab-head li {
    float: left;
    padding: 10px 0;
    position: relative;
}

.tab-head li:after {
    background: #05728c;
    bottom: 0;
    left: 0;
    width: 100%;

}

.tab-head a {
    line-height: 30px;
    color: #666;
    font-weight: 600;
    text-decoration: none;
    padding: 20px 12px;
}

.tab-head a.active {
    color: #000000;
    border-bottom: 5px solid #05728c !important;
}

@media(max-width: 700px ){
    .tab-head{
        display: block!important;
        overflow-x: scroll !important;
        overflow-y: hidden;
    }
    .tab-head ul{
        width: max-content;
    }
    .tab-head li{
        display: inline-block;
        float: none;
    }
}
.section-tabs {
    border-bottom: 5px solid #077785;
}

.section-tabs .content>div {
    display: none;
}

.section-tabs .content>div.active {
    display: block;
}

.section-tabs .content a {
    line-height: 30px;
    text-decoration: none;
    border-bottom: 1px dashed #04728b;
    color: #04728b;
}

.section-tabs .content a:hover {
    border-bottom: 1px solid #04728b;
}

.section-tabs .description {
    text-align: center;
    display: block;
    font-size: 14px;
    color: #666666;
}

.section-tabs .content {
    padding: 0 15px;
}

.section-tabs .content p,.section-tabs .content #about ul li {
    padding-bottom: 0px;
    font-size: 22px;
    line-height: 30px;
    color: #666666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;

}
.section-tabs .content #about ul li{
    font-size: 20px;
    line-height: 26px;
}

.section-tabs .content h2 {
    font-size: 30px;
    line-height: 36px;
    color: #666666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.section-tabs .content h4 {
    position: relative;
    font-size: 30px;
    line-height: 40px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Zilla Slab', serif;
    font-weight: 400;
}

.section-tabs .content h4:before {
    background: #DFDFDF;
    height: 1px;
    width: 100%;
    bottom: -14px;
    left: 0;
    content: '';
    position: absolute;
}

.section-tabs .content {
    max-width: 820px;
    width: 100%;
    margin: 60px auto;
}

.section-tabs .content ul li,
article ul li,
section ul li {
    margin: 0px 0 10px 0;
    padding: 0px;
    font-size: 16px;
    list-style: none;
    line-height: 22px;
    color: #666666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.section-tabs .content ul li::before,
article ul li::before,
section ul li::before {
    content: "\25A0";
    color: #05728c;
    font-size: 14px;
    font-weight: bold;
    vertical-align: bottom;
    display: inline-block;
    width: 1em;
    line-height: 25px;
    margin-left: -1.4em;
    vertical-align: text-bottom;
    text-indent: -5px;
}

.section-tabs .content ul {
    margin: 0px 0 20px 20px;
    padding: 0px;
}

.text-uppercase {
    text-transform: uppercase;
}

.section-tabs .content h3 {
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.section-tabs .content span.product-name {

    font-size: 15px;
    margin-top: 10px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #111111;
    text-align: center;
    display: block;
}

.section-tabs .content .col-12 img {
    margin: auto;
    display: block;
}

.questions {
    padding: 70px 15px;
    text-align: center;
    border-top: 4px solid #05728c;
    background: #fff;
}

.questions .img,
.questions p {

    width: 100%;
}

.questions .img img {
    margin: auto;
    display: block;
}

.questions .blue-text {
    font-size: 30px;
    line-height: 36px;
    color: #05728c;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.questions .lead {
    font-size: 22px;
    line-height: 30px;
    color: #666666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}


/*************

  GENERAL PAGE 

 ************/

 .page-template-default .site-content{
    margin:40px 0 0;
 }
  .page-template-default .entry-content{
    margin-top:0;
  }
.col-auto {
    margin: auto;
}

.post-thumbnail img,.page .post-thumbnail {
    margin: auto;
    display: block;
}
.page-id-18 .entry-title{
    color:#04728b;
}
hr{
    background: #EDEDED;
    height: 2px;
    margin: 20px 0 40px;   
}
article .entry-title {
    font-size: 30px;
    line-height: 36px;
    color: #333333;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

article h2 {
    font-size: 30px;
    line-height: 36px;
    color: #666666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300
}

.entry-content,.entry-content p,.entry-content li {
    font-size: 18px;
    line-height: 25px;
    color: #666666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.entry-content ul{
    padding-left:35px;
    margin:0px;
}

.entry-content p:first-of-type {
    font-size: 22px;
    line-height: 30px;
}

.entry-content a {
    text-decoration: none;
    border-bottom: 1px dashed #04728b;
    color: #04728b;
    font-weight: 400;
}

.entry-content a:hover {
    border-bottom: 1px solid #04728b !important;
}

.page-template-default article .caption {
    color: #666666;
    font-size: 15px;
    text-align: center;
    display: block;
    margin: 10px 0;
    font-weight: 400;
}

/*************

  Landing PAGE A 

 ************/
.grid {
    padding: 50px 0;
}

.grid ul {
    margin-left: 10px;
}

.bg-grey {
    background: #F5F2F4;
}

.grid h2 {
    width: 100%;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
    border-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.grid h3{
    font-size: 28px;
    line-height: 35px;
    color: #666666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin: 0 0px 20px 0;
}
.grid p, .grid li{
    margin: 0px 0 10px 0;
    padding: 0px;
    font-size: 22px;
    line-height: 29px;
    color: #666666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.grid ul {
    margin: 0px 0 0 20px;
    padding: 0px;
}
section h3 {
    font-size: 28px;
    line-height: 35px;
    color: #666666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin: 0 0px 20px 0;
    display: block;
}

.box-images>div {
    margin-top: 20px;
}

.box-images img {
    width: 100%;

    display: block;

}

.box-images a.img-hover {
    margin: 20px;
    display: block;
    transition: 0.4s ease;
}

.box-images a.img-hover:hover {
    transform: scale(1.03);
    filter: blur(0px);
    opacity: 1;
    box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.125);
}

.box-images .btn {
    display: inline-block;
}

.box-images .btn-container {
    margin: 30px 0;
}

.intro-block {
    padding: 50px 0;
}

.intro-block h2 {
    font-size: 30px;
    line-height: 36px;
    color: #666666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.intro-block p {
    font-size: 22px;
    line-height: 30px;
    color: #666666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

@media (min-width: 992px) {
    .bootstrap-wrapper .col-lg-8 {
        padding: 0;
    }
}

/*************

  Landing PAGE B

 ************/
#main-slider {
    overflow: hidden;
}
@media(min-width: 1200px){
	#main-slider {
    min-height: 550px;}
}
.sp-image-container {
    width: 101% !important
}

.slider-pro .sp-layer {
    margin-left: 10% !important;
    min-width: 450px;
    padding-top: 187px;
}

.slider-pro .sp-layer h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    margin: 5px 0;
}

.slider-pro .sp-layer p {
    font-size: 18px;
    color: #fff;
    margin: 5px 0;

}

.slider-pro .sp-layer h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    margin: 5px 0;
    line-height: 48px;
}

.slider-pro .sp-layer .btn {
    margin-top: 10px;
    display: inline-block;
}

.slider-block {
    padding: 50px 0;
}

.slider-block h2 {
    font-size: 30px;
    line-height: 36px;
    color: #000000;
    border-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.slider-block .subtitle p {
    font-size: 28px;
    line-height: 35px;
    color: #666666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin: 0 0px 20px 0;

}

.slider-block .description p {
    font-size: 22px;
    line-height: 30px;
    color: #666666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

/*PILLAR PAGE*/

.scroll-svg {
        position: relative;
            
    }
    .scroll-svg svg{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1083px;
    height: 9780px;
    z-index: -2;
    top: -308px;
 }
.scroll-svg:after{
  content: "";
  position:fixed;
  width:100%;
  height:100%;
  top:40%;
  left:0;
  bottom:0;
  right:0;
  background:white;
  z-index: -1;
  -webkit-box-shadow: inset 2px 21px 25px 0px rgba(255,255,255,1);
-moz-box-shadow: inset 2px 21px 25px 0px rgba(255,255,255,1);
box-shadow: inset 2px 21px 25px 0px rgba(255,255,255,1);
}
.social-about {
    padding: 60px 0;
    position: relative;
}

.social-about h1 {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 60px;
}

.social-about h1:after {
    position: absolute;
    left: 0;
    bottom: -20px;
    right: 0;
    background: red;
    height: 2px;
    content: "";
    max-width: 300px;
    width: 100%;
    margin: auto;
}

.social-about .share-title {
    font-size: 14px;
    margin-bottom: 10px;
}

.social-about .share-page a svg {
    width: 50px;
    height: 50px;
}

.social-about p {
    font-size: 28px;
    max-width: 700px;
    line-height: 1.3em;
    margin: 30px auto;
}

.slider-grid {
    padding-top: 40px;
    overflow: hidden;
}

.slider-grid .swiper-button-prev,
.bg-grey .swiper-button-prev {
    background: url(images/gray-arrows.png) left top;
}

.slider-grid .swiper-button-prev:hover,
.bg-grey .swiper-button-prev:hover {
    background: url(images/gray-arrows.png) left bottom;

}

.slider-grid .swiper-button-next,
.bg-grey .swiper-button-next {
    background: url(images/gray-arrows.png) right top;
}

.slider-grid .swiper-button-next:hover,
.bg-grey .swiper-button-next:hover {
    background: url(images/gray-arrows.png) right bottom;
}

.bg-blue {
    background: #81B6B2;
}

.bg-blue * {
    color: #fff !important;
}

.bg-blue .swiper-button-prev {
    background: url(images/blue-arrows.png) left top
}

.bg-blue .swiper-button-prev:hover {
    background: url(images/blue-arrows.png) left bottom
}

.bg-blue .swiper-button-next {
    background: url(images/blue-arrows.png) right top;
}

.bg-blue .swiper-button-next:hover {
    background: url(images/blue-arrows.png) right bottom;
}

.slider-grid h2,
.grid-images h2 {
    font-size: 33px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.slider-grid h2 {
    margin-bottom: 0;
}
.slider-grid p {
    margin-top: 10px;
    font-size: 22px;
}

.bg-overflow {
    position: relative;
}

.bg-overflow:before {
    content: "";
    background: #f4f2f3;
    max-width: 1300px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

.box-inner-end {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    width: 100%;
    position: relative;
    top: 110px;
}

.grid-images {
    padding: 40px 0 140px 0;
}

.grid-images .caption {
    margin-left: 10px;
    margin-top: 5px;
}

.grid-inner-images {
    margin-top: 40px;
    margin-bottom: 100px;
    position: relative;
    max-width: 1000px;
}

.grid-inner-images .col-lg-7 {
    position: absolute;
    left: 0;
    top: 0;
}
.box-inner-end .btn{
    margin: 0;
}
.grid-images p {
    font-size: 22px;
    margin-left: 40px;
}

.certifiactions {
    padding: 80px 0;
    background-size: cover!important;
}

.certifiactions h2 {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    margin: 0;
    font-weight: 300;
}

.certifiactions p {
    font-size: 14px;
    color: #fff;
}
.certifiactions .btn-container {
    margin:20px auto -10px;
}

.box-images-width {
    max-width: 600px;
    width: 100%;
    margin: auto;
}



/*HOME PAGE*/
.hero-about p {
    font-size: 30px;
    color: #666;
    margin-bottom: 20px;
}

.hero-about {
    padding: 50px 0;
}

.row-600 {
    max-width: 600px;
    width: 100%;
    margin: 20px auto;
    margin-left: auto !important;
    margin-right: auto !important;
}
.row-800 {
    max-width: 800px;
    width: 100%;
    margin: 20px auto;
    margin-left: auto !important;
    margin-right: auto !important;
}

.grid-images-view {
    padding: 50px 0;
}

.grid-images-view p {
    font-size: 19px;
    margin-top: 0;
    line-height: 30px;
}

.grid-images-view p a {
    color: #04728b;
    border-bottom: 1px dashed #04728b;
    text-decoration: none;
}

.grid-images-view p a:hover {
    border-bottom: 1px solid #04728b;
}

.img-all>div {
    padding-top: 15px;
    padding-bottom: 15px;
}

.img-all {
    padding: 50px 0;
}

.img-all .img-down {
    position: relative;
    top: 145px;
}

.img-all .last-col {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.img-all img {
    display: block;

}
.content-more{
	height: 300px;
	margin-bottom: 30px;
	overflow: hidden;
    position: relative;	
}
.content-more:after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 47px;
    width: 100%;    
    -webkit-box-shadow: inset 0px -30px 23px 0px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px -30px 23px 0px rgba(255,255,255,1);
    box-shadow: inset 0px -30px 23px 0px rgba(255,255,255,1);
    z-index: 3;

}

.all-products p {
    font-size: 26px;
    color: #666;
}

.all-products a.product {
    position: relative;
    display: block;
}

.all-products h2,
.grid-images-view h2 {
    font-size: 33px;
    font-weight: 300;
}
@media(min-width: 991px){
   .grid-images-view .no-m{
        margin-top: 15px!important;
    } 
}


.all-products a.product span {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    color: #666;
    padding: 10px 20px;
    transform: translate(-50%, -50%);
    text-align: center;
}

.all-products a.product:hover span {
    background: #05728c;
    color: #fff;
}

.all-products .container {
    border-top: 6px solid #f3f3f3;
    padding: 50px 15px 0px 15px;
}

.bg-orange {
    background: #E68D49;
}

.bg-orange * {
    color: #fff;
}
.bg-orange .swiper-button-prev {
    background: url(images/orange-arrows.png) left top
}

.bg-orange .swiper-button-prev:hover {
    background: url(images/orange-arrows.png) left bottom
}

.bg-orange .swiper-button-next {
    background: url(images/orange-arrows.png) right top;
}

.bg-orange .swiper-button-next:hover {
    background: url(images/orange-arrows.png) right bottom;
}

/*SLIDER PRO HERO*/

.slider-hero-pro .sp-layer .hero-title {
    text-transform: uppercase;
    font-size: 60px;
    font-family: 'Playfair Display', serif;
    margin: 0;
    text-shadow: 2px 0px 6px rgba(0, 0, 0, 0.6);
}

.slider-hero-pro .sp-layer .hero-subtitle {
    text-transform: uppercase;
    font-size: 80px;
    line-height: 82px;
    color: #fff;
    font-family: 'Playfair Display', serif;
    margin: 0;
    text-shadow: 7px 0px 10px rgba(0, 0, 0, 0.6);
    -webkit-text-shadow: 7px 0px 10px rgba(0, 0, 0, 0.6);
}

.slider-hero-pro .sp-layer {
    padding-top: 300px;
    margin-left:20% !important;
}
.home .slider-grid p {
   font-size: 32px;
   margin-top: 0;
}
@media(min-width: 1600px){
	.slider-hero-pro .sp-layer .hero-title {
		 font-size: 70px;
	}
	.slider-hero-pro .sp-layer .hero-subtitle {
		font-size: 90px;
        line-height: 96px;
	}
	.slider-hero-pro .sp-layer {
        padding-top: 250px;
        margin-left:20% !important;
    }
}
@media(max-width: 1600px){
    .nav-slider{
        bottom:29px;
        left: -11px;
    }
}
.xs-hamburger {
    display: none;
}

.mega-hamburger span {
    display: block;
    border-top: 2px solid #000;
    width: 30px;
    height: 2px;
    margin-top: 7px;
    margin-bottom: 3px;
}

.mega-toggle {
    float: right;
    margin-top: 16px;
    cursor: pointer;
}

.mega-toggle-label span {
    line-height: 35px;
    padding-left: 10px;
}

.mega-hamburger,
.mega-toggle-label {
    float: left;
}
.close-x{
    display: none;
    cursor: pointer;
    text-align: center;
    padding: 10px;
}
.img-xs{
	margin-top: 10px;
}
@media(min-width: 1550px){
	.slider-pro img.sp-image, .slider-pro img.sp-thumbnail{
		margin:0;
		object-fit: cover;
	    object-position: 31% 99%;
	    height: 600px!important;
        width: 100%!important;

	}

}


@media(max-width: 1200px) {
    .slider-hero-pro .sp-layer .hero-title {
        font-size: 52px;
    }

    .slider-hero-pro .sp-layer .hero-subtitle {
        font-size: 67px;
    }
}

@media(max-width: 991px) {
    .slider-hero-pro .sp-layer {
        margin-left: 15% !important
    }

    .slider-grid .swiper-slide img,.slider_about .swiper-slide img,.slider-block .swipe-slide img{
       
        object-fit: cover;
    }

    .caption {
        margin-left: 7px;
    }

    .xs-hamburger {
        display: block;
    }
    .close-x{display: block;}
    .lg-menu {
       
        position: fixed !important;
        left: -100%;
        right: 0;
        bottom: 0;
        top: 147px;
        width: 100%;
        height: 100%;
        transition: 0.2s ease;
        background: #fff;
        z-index: 1;
        border-top: 1px solid #cccccc87;

    }
    .lg-menu.open{
       
        left: 0;
    }

    header .menu>li {
        display: block;
        width: 100%;
        padding: 0 0 0 10px;
    }
    header .menu li a{
        padding: 15px 0;
        display: block;
        font-size:16px;
    }

    header .menu {
        width: 100%;
    }
    .sub-menu{
        list-style: none;
        margin:0;
        padding-left: 15px;
    }
    header .menu  > li > .sub-menu{
        height: 0;
        overflow: hidden;
         transition: 0.2s ease;

    }
    header .menu  > li > .sub-menu.opened{
        height: auto;
        overflow: visible;
    }
    .sub-menu .sub-menu{
        list-style: none;
        margin:0;
        padding:0;
    }
    .sub-menu .menu-item-has-children > a{
        font-weight: 600;

    }
}

@media(max-width: 775px) {
    .slider-hero-pro .sp-layer .hero-title {
        font-size: 44px;
    }

    .slider-hero-pro .sp-layer .hero-subtitle {
        font-size: 52px;
    }

    .nav-slider {
        bottom: 52px;
    }

    .img-all .img-down {
        top: 0;
    }

    .two-buttons a {
        display: block;
        margin-bottom: 10px;
        margin-right: 0 !important;
    }
    .lg-menu {top: 130px;}

    .slider-grid .swiper-slide img,.slider_about .swiper-slide img,.slider-block .swiper-slide img{
	    height: 500px !important;
	    object-fit: cover;
	}
	section .swiper-container {
	    height: 578px !important;
	}
    .nav-slider {
	    left: -12px;
	    bottom: 78px;
	}
	.box-inner-end {
	    display: block;
	    text-align: center;
	    padding: 20px;
	}
	.box-inner-end a {
	    margin-bottom: 30px!important;
	}
	.grid-images img {
	    width: 100%;
	    margin-top: 10px;
	}
	.btn-container {
	    margin: 0px auto 30px;
	}
	.grid-inner-images .col-lg-7 {
	    position: relative;
	    top: 30px;
	}
	.grid-inner-images {
	    margin-bottom: 20px;
	}
	.grid-images p{
		margin:0px 15px;
	}
	.grid-images .caption{
		margin-right: 5px;
	}
	.slider-pro img.sp-image, .slider-pro img.sp-thumbnail{
		margin:0!important;
	}
	.slider-hero-pro .sp-layer{
		padding-top: 100px!important;
	}

}

@media(max-width: 460px) {
    .inner-box{
        background:transparent;
        padding: 20px;
        opacity: 1;
        justify-content: end;
        align-items: flex-end;
    }
    .section-tabs .content ul li::before, article ul li::before, section ul li::before{        
        margin-left: -17px;
        width: 1.4em;
    }
    .grid h3{
        font-size: 23px;
    }
    .grid ul{
        padding: 0 20px;
    }
    .grid p, .grid li{
        font-size: 19px;
    }
    .slider-pro .sp-layer{
        padding-top: 35%;
    }
    article h2{
        font-size: 24px;
    }
    article .entry-content ul{
        padding-left: 25px;
    }
    header .menu{
        overflow-y: scroll;
        height: 70vh;
        padding-bottom: 90px;
    }
    header .custom-logo{
        margin-top: 13px;
    }
    .slider_about h1 {
        font-size: 26px;
    }

    .slider_about h2 {
        font-size: 22px;
    }

    .section-tabs .content p,.section-tabs .content #about ul li {
        font-size: 19px;
    }

    .slider-hero-pro .sp-layer .hero-title,
    .slider-pro .sp-layer h1 {
        font-size: 34px;
        line-height: 36px;
    }

    .slider-pro .sp-layer h2 {
        font-size: 20px;
    }

    .slider-hero-pro .sp-layer .hero-subtitle {
        font-size: 42px;
        line-height: 48px;
    }

    .slider-hero-pro .sp-layer {
        margin-left: 5% !important
    }

    .hero-about p,
    .all-products p {
        font-size: 25px;
    }

    .hero-about,
    .img-all {
        padding: 20px 0;
    }

    .all-products .container {
        padding: 20px 15px;
    }

    .slider-grid h2,
    .grid-images h2,
    .all-products h2,
    .grid-images-view h2,
    .certifiactions h2,
    .questions .blue-text {
        font-size: 28px;
    }

    .slider-grid p,
    .questions .lead,
    .intro-block p {
        font-size: 20px;
    }

    .type-product .nav-slider {
        bottom: 71px;
    }

    .slider-grid .swiper-slide img,.slider_about  .swiper-slide img,.slider-block .swiper-slide img{
        
        object-fit: cover;
    }

    .img-xs {
        margin: 0px auto 20px auto;
        display: block;
    }

    .connect {
        float: none;
        text-align: center;
    }

    .box-center>div {
        font-size: 12px;
        text-align: center;
        float: none;
    }

    .section-tabs .content h4 {
        font-size: 26px;
    }

    .section-tabs .content {
        margin: 15px auto;
    }

    .intro-block h2 {
        font-size: 26px;
    }

    /*why upgrade now*/
    .social-about h1 {
        font-size: 29px;
    }

    .social-about p {
        font-size: 20px;
    }

    .bg-overflow:before {
        width: 100%;
    }

    .questions {
        padding: 40px 15px;
    }
     .lg-menu.open,.lg-menu{
    	top: 170px;
    }
    .flickity-slider .swiper-slide{
    	width: 355px!important;
    }
   
}

img.lozad {
  /*display: block;*/
  border: 0;
  opacity: 0;
}

img.lozad:not(.initial) {
  transition: opacity 1s;
}

img.lozad.initial,
img.lozad.loaded,
img.lozad.error {
  opacity: 1;
}

img.lazyload:not([src]) {
  visibility: hidden;
}

.modal-video{
    background-color: rgba(179, 179, 179, 0.5)!important;
}

/*FORMS*/

.hs-form {
    max-width: 700px;
    width: 100%;   
    padding-top: 40px
}
.text-blue{
	color:#04728b;
}

.form-columns-2 .hs-form-field:first-of-type {
    margin-bottom: 10px;
    width: 46%!important;
    margin-right: 15px
}

.form-columns-2 .hs-form-field:last-of-type {
    margin-bottom: 10px;
    width: 46%!important;
    margin-left: 15px
}

.form-columns-1 .hs-form-field {
    margin-bottom: 10px;
    width: 97%!important
}

.hs-fieldtype-select .input {
    width: 100%
}

.hs-form .field>label {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 30px;
    color: #666;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    margin-bottom: 10px;
    display: block
}

.hs-form input:focus {
    background: #ededed!important;
    border: 1px solid #ededed;
    border-color: #ededed!important;
    border-radius: 0;
    box-shadow: none;
    color: #989ca5;
    transition: all .5s
}

.hs-form input[type=email],
.hs-form input[type=tel],
.hs-form input[type=text] {
    background: #fff;
    border: 1px solid #999;
    font-style: italic;
    font-size: 13px;
    box-shadow: none;
    font-family: Lato, sans-serif!important;
    outline: 0;
    color: #989ca5;
    -webkit-appearance: none;
    border-radius: 0;
    transition: all .5s;
    height: 50px;
    padding: 1px 0 2px 6px;
    width: 100%!important;
    max-width: 100%
}

.hs-form .input {
    position: relative;
    margin-right: 0!important;
}

.hs-form .form-columns-2 {
    width: 100%;
    max-width: 100%
}

.form-columns-1 {
    width: 100%!important;
    max-width: 100%!important
}

.form-columns-1 input {
    width: 100%
}

.hs-form .hs-error-msg {
    color: #e80000;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    margin-left: 5px;
    height: 18px
}

.hs-form .no-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.hs-form .no-list li:before {
    content: none
}

.hs-form .error {
    border-color: #e80000!important
}

.hs-form .input-error:after {
    background: #e80000 url(images/exclamation-solid.svg) center center no-repeat!important;
    content: "";
    background-position: 80% center;
    position: absolute;
    top: 0;
    right: -9px;
    bottom: 0;
    height: 50px;
    width: 50px;  
    text-align: center;
    transition: all .5s
}

.hs-form .hs-fieldtype-select .input-error:after {
    right: 0
}

.hs-form textarea {
    background: #fff;
    border: 1px solid #999;
    font-style: italic;
    font-size: 13px;
    box-shadow: none;
    font-family: Lato, sans-serif;
    color: #989ca5;
    -webkit-appearance: none;
    border-radius: 0;
    transition: all .5s;
    width: 100%!important;
    max-wdith: 100%;
    height: 100px!important;
    outline: 0;
    padding-left: 6px;
    padding-top: 12px;
    display: inline-block
}

.hs-form .actions .hs-button {
    background: #05728c!important;
    border-color: #05728c!important;
    margin-top: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 400!important;
    -webkit-appearance: none;
    border-radius: 0;
    color: #fff!important;
    cursor: pointer;
    padding: 0 50px;
    -webkit-text-fill-color: #fff;
    opacity: 1;
    font-size: 16px;
    border-width: 1px!important;
    height: 50px;
    display: inline-block
}

.hs-form .actions .hs-button:hover {
    background: #81b6b2!important;
    border: 0 solid #81b6b2!important;
    -webkit-appearance: none;
    border-radius: 0;
    color: #fff!important;
    font-family: Montserrat, sans-serif;
    font-weight: 400!important
}

.hs-form-required {
    color: #e80000;
    padding-left: 5px
}

.hs_recaptcha {
    height: auto!important;
    margin: 25px 0 10px 0
}
.entry-content .inputs-list{
    padding: 0;
}
.entry-content .inputs-list li:before{
   content: none;
}
.legal-consent-container .hs-form-booleancheckbox-display input{
    margin-top: 7px;
    margin-right: 8px;
    font-size: 15px;
}
.hs-form select {
    background: #fff url(images/arrow-pointing-down-dropdown-black.png) no-repeat!important;
    background-position: 80% center;
    -webkit-appearance: none!important;
    border: 1px solid #999!important;
    background-position-x: right!important;
    background-position-y: 10px!important;
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
    height: 50px;
    width: 100%!important;
    max-width: 100%;
    color: #787878;
    padding-left: 12px;
    font-style: italic;
    font-size: 13px;
    box-shadow: none;
    font-family: Lato, sans-serif;
}
.hs-form select:focus {
    border-radius: 0;
    box-shadow: none;
    color: #989ca5;
    background: #ededed url(images/arrow-pointing-down-dropdown-black.png) no-repeat!important;
    background-position: 80% center;
    -webkit-appearance: none!important;
    border: 1px solid #ededed!important;
    background-position-x: right!important;
    background-position-y: 10px!important;
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
    outline: 0
}

@media(max-width:520px) {
    .form-columns-1 .hs-form-field,
    .form-columns-2 .hs-form-field,
    .hs-form .form-columns-2,
    .hs-form .form-columns-2 .hs-form-field,
    .hs-form form-columns-2 .input input.hs-input {
        width: 100%!important;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
    .hs-form .actions .hs-button {
        font-size: 14px;
        width: 100%
    }
    .hbspt-form {
        padding: 0;
    }
}

.inputs-list {
    list-style: none!important;
    margin: 0!important;
    padding: 0!important;
    color: #666;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
}

ul.inputs-list li:before {
    content: none;
}

ul.inputs-list li span {
    margin-left: 6px!important;
    margin-top: -2px;
}

#LEGAL_CONSENT.subscription_type_2720848-ffe5c252-01e2-4bcb-a0de-8080df8fb2ef {
    margin-top: 4px;
}

.hs_LEGAL_CONSENT.subscription_type_2720848 {
    height: auto!important;
}
.page-id-1799 .slider-pro .sp-layer h1{
    text-align: center;
}
.page-id-1799 .slider-pro .sp-layer{
    margin-left: 0px!important;
}
