/*!
Theme Name: Masterpak
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: masterpak
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.

Masterpak 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: 1.7em;
  margin: 0.1em 0 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: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* 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: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

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;
  max-width: 100%;
}

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, 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,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
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 {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

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;
  text-align: left;
  background-color: #efefef;
  padding: 10px;
}
.main-navigation ul ul > li {
  padding: 4px 0;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

div.downloadsct {
  width: 100%;
}

div.downloadsct p {
  line-height: 1.2em;
  padding: 20px 20px;
}

.downlul {
  list-style: none;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 15px 0;
  background-color: #efefef;
}

.downlul li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 20px;
}

.btndown {
  color: #000;
  text-decoration: none;
}

.marginleft {
  margin: 0 50px 0 2px;
}

.marginleft img {
  width: 24px;
}
.btndown:visited {
  color: #000;
}

.btndown:hover {
  opacity: 0.8;
}

.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;
  display: inline-block;
  float: none !important;
  padding: 0 10px;
  font-size: 0.9em;
}

.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 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 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 {
  /* 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%;
}

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

/*--------------------------------------------------------------
## 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;
}
/* Custom Styles */
.bigframe,
.container {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
}
.frame {
  width: 100%;
  max-width: 1280px;
  max-width: 1280px;
  margin: 0 auto;
}
.header {
  width: 100%;
  padding: 10px 0;
  position: fixed;
  z-index: 1000;
  text-align: center;
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #eee;
  box-shadow: 0 0 5px 1px #efefef;
  max-width: 1700px;
}
.header > div {
  margin: 0 auto;
  display: inline-block;
}
.main-slider {
  padding-top: 0 !important;
  margin-top: 90px;
}
.site-branding {
  display: inline-block;
  max-width: 200px;
  width: 15%;
  float: none !important;
}
.site-branding img {
  max-width: 200px;
}
.main-navigation {
  width: 84.5%;
  display: inline-block;
  float: none !important;
}
.menu {
  text-align: right;
}
.menu > li {
  display: inline-block;
  float: none !important;
  padding: 0 8px;
  font-size: 0.9em;
}
.menu li:last-child {
  padding-right: 0;
}
.menu li a,
.menu li a:visited,
.top-menu ul li a,
.top-menu ul li a:visited,
.menu-item-903 a,
.menu-item-567 a {
  color: #000 !important;
}
.menu li a:hover,
.top-menu ul li a:hover {
  color: #1e3f7c !important;
}
.home .menu li:first-child a {
  color: #1e3f7c !important;
}
.top-menu {
  width: 100%;
  display: inline-block;
  text-align: right;
  padding-bottom: 10px;
}
.menuactive {
  font-weight: bold;
}
.top-menu ul {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: right;
}
.top-menu ul li {
  text-align: right;
  display: inline-block;
  padding: 10px;
  float: none;
  font-size: 0.8em;
}
.top-menu ul li:last-child {
  padding-right: 1px;
}
.water-tube td {
  padding: 10px;
  border: 1px solid #ddd;
}
.water-tube {
  border-collapse: collapse;
}

.hm-abt-ct {
  width: 38% !important;
  display: inline-block;
  vertical-align: top;
}
.hm-abt-video {
  width: 45%;
  margin: 0 4%;
  display: inline-block;
}
.hm-abt .btn {
  color: #1e3f7c;
  text-decoration: none;
}
.hm-at-videoct {
  width: 535px;
  height: 303px;
}
.tag-at-videoct {
  width: 600px;
  height: 400px;
}
.hm-abt-solar {
  display: inline-block;
  width: 7%;
  text-align: right;
}
.hm-abt-solar img {
  max-width: 120px;
}

/* News RSS */
.rss-container {
  width: 98%;
  margin: 0 auto;
  vertical-align: top;
}
.rss-col-title h2 {
  text-transform: uppercase;
  text-align: left;
  font-size: 2em;
  color: #05539c;
}
.rss-col-title {
  padding: 0px 0 0.2% 0%;
  width: 99%;
}

div.rssct {
  width: 100%;
  margin-bottom: 30px;
}

div.rssct div.rss-col {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px 0 20px;
  color: #000;
  font-family: inherit;
}
div.rssct div.rss-col img {
  border: 1px solid #dedede;
}

div.rssct div.rss-col:first-child {
  padding: 0 38px 0 0;
}

div.rssct div.rss-col:last-child {
  padding: 0 0 0 38px;
}

.rss-col a,
.rss-col a:visited {
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}
.rss-col > a:hover {
  opacity: 0.8;
}
.rss-title {
  padding: 15px 0 0 0;
}
h2.entry-title {
  font-size: 1.9em;
  color: #000;
  font-weight: normal;
}
h2.entry-title a {
  color: #000;
  text-decoration: none;
}
.hm-products h2 {
  text-align: center;
}
section {
  padding: 25px 0;
}
.hm-products {
  padding-bottom: 40px;
}
.hm-abt {
  background-image: url("/wp-content/themes/masterpak/img/Background-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -55px;
  position: relative;
  z-index: 100;
}
.hm-abt a {
  color: #000;
}
.hm-abt a:hover {
  color: #1e3f7c;
}
.hm-abt-video h3 {
  color: #1e3f7c;
}
.hm-cat-list {
  text-align: center;
}

.products-1,
.products-2 {
  display: inline-block;
  vertical-align: top;
}
.products-1 {
  width: 29%;
  margin-right: 1%;
  background-color: #eee;
  border: 1px solid #dbdbdb;
  box-shadow: 0 0 10px 0px #eee;
}
.products-2 {
  width: 70%;
  text-align: left;
}
.hm-cat-list > div.products-2 > div {
  width: 15.55%;
  min-width: 96px;
  display: inline-block;
  border: 1px solid #dbdbdb;
  margin: 0 1.1% 19px 0;
  vertical-align: top;
  min-height: 139px;
  background-color: #eee;
  box-shadow: 0 0 10px 0px #eee;
}
.hm-cat-list div:last-child {
  margin-right: 0;
}
.hm-cat-list h3 {
  font-weight: bold;
  font-size: 0.8em;
  color: #000;
  padding: 7px 0 7px 7px;
  text-align: left;
  width: 100%;
  display: inline-block;
  min-height: 55px;
  background-color: #eee;
  margin: 0;
}
.products-1 h3 {
  font-size: 1.1em;
}
.hm-cat-list a.btn {
  width: 9%;
  display: inline-block;
  margin-top: 20px;
  margin-right: 10px;
}
.hm-cat-list a.btn:hover svg path {
  fill: #2e2e30;
  color: #2e2e30;
  transition: all ease 0.3s;
}
.hm-cat-list h3 a {
  color: #000;
  text-decoration: none;
}
.hm-cat-list h3 a:hover {
  color: #1e3f7c;
}
.hm-services {
  background-image: url("/wp-content/themes/masterpak/img/Background-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.hm-services .content {
  width: 65%;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 5px 0 5px;
}
.hm-services .content p {
  margin: 0;
  padding: 0;
}
.hm-sust {
  background-image: url("/wp-content/themes/masterpak/img/Sustainability.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 490px;
}
.hm-sust .content > div {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px;
}

.content {
  width: 100%;
}
.hm-news {
  background-color: #82828a;
  color: #fff;
}
.hm-news a,
.hm-news h2 {
  color: #fff;
}
.hm-contact {
  background-color: #fff;
}
.hm-serv-icons > div {
  display: inline-block;
  width: 48%;
  min-width: 150px;
  margin: 0 4px 12px 4px;
}

.hm-serv-icons h3 {
  width: 99%;
  padding: 8px 6px 0 3px;
  margin: 0;
  display: inline-block;
  font-size: 1.05em;
  vertical-align: top;
  font-weight: normal;
  letter-spacing: 1.03px;
}
.hm-serv-icons img {
  width: 15%;
  min-width: 50px;
  vertical-align: middle;
  padding-right: 10px;
}
.contact-sec1,
.contact-sec2 {
  width: 30.5%;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
}
.contact-sec2 {
  padding-top: 50px;
}
.contact-sec2 a,
.contact-sec2 a:visited {
  color: #000;
}
.contact-sec2 a:hover,
.contact-sec2 a:visited:hover {
  color: #1e3f7c;
}
.contact-sec3 {
  text-align: right;
  width: 38%;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
}
/*
.contact-sec1{
	width:25%;
}
.contact-sec1 {
	width:38%;
}

.contact-sec3 {
	width:35%;
	padding-right:0;
}
*/

.clear {
  width: 100%;
  height: 15px;
}
.contact-sec1 h4 {
  color: #1e3f7c;
  padding: 0;
  margin: 0;
}
.footer-1,
.footer-2,
.footer-3 {
  display: inline-block;
  width: 33%;
  padding: 30px 0;
  font-size: 0.85em;
}
.footer-1 {
  text-align: left;
}

.footer-2 {
  text-align: center;
}
.footer-3 {
  text-align: right;
}
.site-footer a {
  text-decoration: underline;
  color: #000;
}
.site-footer a:hover {
  color: #1e3f7c;
}
.btn,
.btn:visited,
.btn:hover,
.btn:visited:hover {
  color: #1e3f7c;
}
.btn.white {
  color: #fff;
}
.btn.white:visited:hover,
.btn.white:hover {
  color: #fff;
}
.btn svg {
  margin-bottom: -6px;
}
.btn a {
  color: #1e3f7c;
  text-decoration: none;
}

.btn a:hover,
.btn a:hover svg,
.btn a:hover svg path {
  color: #2e2e30;
  fill: #2e2e30;
  transition: all ease 0.4s;
}
.left-section,
.main-section {
  display: inline-block;
  vertical-align: top;
}
.left-section {
  width: 20%;
  margin-right: 3%;
}
.pordbtnrequest {
  /*position: absolute !important;
    margin-left: 27% !important;
    margin-top: -86px !important;*/
  display: inline-block;
  width: 22%;
  text-align: right;
}
.main-section {
  width: 76.6%;
}

.top-sector {
  width: 100%;
  margin: 10px 0;
}
.top-sector > div {
  display: inline-block;
  vertical-align: top;
  float: left;
  overflow: auto;
}

/*.top-sector-header {  width:54%;} 

.top-sector > div { min-height: 355px }
*/
.top-sector-header img {
  border: 1px solid #dedede;
}
.top-sector-header iframe {
  height: 350px;
}
.top-sector-text {
  width: 46%;
  background-color: #efefef;
  padding: 1% 2%;
  text-align: justify;
}

.top-prod {
  width: 100%;
  margin: 10px 0;
  background-color: #efefef;
  padding: 15px 30px 30px 30px;
}
.top-prod > div {
  display: inline-block;
  vertical-align: top;
  height: auto;
}

.top-prod-header {
  width: 41%;
  margin-right: 2%;
}
.top-prod-header img {
  border: 1px solid #dedede;
}
.top-prod-header iframe {
  height: 350px;
}
.top-prod-text {
  width: 55.5%;
  text-align: left;
  margin-top: 20px;
}

.products-list {
  width: 100%;
  display: inline-block;
  margin: 60px 0;
}
.products-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.products-list ul li {
  display: inline-block;
  margin-right: 13%;
  margin-bottom: 25px;
  width: 19%;
  vertical-align: top;
}
.products-list ul li div.plist-img {
  width: 100%;
  min-width: 180px;
  margin: 0;
  padding: 0;
}
.products-list ul li div.plist-img img {
  border: 1px solid #dedede;
}
.products-list ul li h5 {
  padding: 0 0 10px 0;
  margin: 0;
  font-weight: bold;
  font-size: 1em;
}
.products-list ul li p {
  padding: 0 0 10px 0;
  margin: 0;
}
.products-1 .product-img {
  max-height: 365px;
}
.products-2 .product-img:first-child {
  max-height: 150px;
}
.product-img img {
  border-bottom: 1px solid #dbdbdb;
  width: 100%;
}
.left-section {
  padding: 18px;
  border: 1px solid #dedede;
  box-shadow: 0 0 0 1px #eee;
}
.left-section ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.left-section > ul > li {
  padding: 5px 0;
}
.left-section > ul > li > a {
  font-weight: bold;
}
.left-section ul ul a {
  color: #626262;
}
.activesector > a {
  color: #1e3f7c !important;
}
.activelip > a {
  color: #1e3f7c !important;
}
.left-section ul ul {
  padding-left: 15px;
  color: #626262;
}
.left-section a {
  color: #000;
  text-decoration: none;
}
.left-section a:hover {
  color: #1e3f7c;
}
.products-list li a {
  color: #000;
  text-decoration: none;
}
.left-section ul ul li {
  padding: 3px 0;
}
.products-list li a:hover {
  color: #1e3f7c;
}
.footer-menu-pages {
  text-align: left;
  width: 20%;
}
.footer-menu-sectors {
  width: 50%;
  font-size: 0.9em;
}

.footer-menu-pages ul {
  text-align: left;
  padding: 0;
  margin: 0;
}
.footer-menu-pages ul li {
  width: 100%;
}
.footer-menu-pages ul a,
.footer-menu-sectors ul a {
  text-decoration: none;
  color: #000;
}
.footer-menu-pages ul a:hover,
.footer-menu-sectors ul a:hover {
  color: #1e3f7c;
}

.footer-menu-sectors ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  min-width: 250px;
}
.prefooter {
  background-color: #efefef;
  width: 100%;
  padding: 40px 0;
}
.footer-menu-sectors h4 {
  padding: 2px 0;
  margin: 0 0 15px 0;
  font-size: 1.2em;
}
.products-list .btn {
  float: right;
  margin-top: -10px;
}
.insidepage {
  margin-top: 10px;
}
.pc-section {
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 0.9em;
}
.pc-section > div {
  width: 49.5%;
  display: inline-block;
  vertical-align: top;
  min-height: 385px;
}

.pc-section > div:last-child {
  margin-left: -4px;
}
.pc-desc {
  background-color: #efefef;
  padding: 15px 30px;
}
.pc-table > div {
  display: inline-block;
  width: auto;
  vertical-align: top;
  border-right: 1px solid #bababa;
  font-size: 0.9em;
  padding: 0 7px 6px 7px;
  max-width: 180px;
  height: auto;
}
.footer-menu-pages,
.footer-menu-sectors {
  display: inline-block;
  vertical-align: top;
}
.back-to-top {
  display: inline-block;
  vertical-align: top;
  width: 29%;
  color: #1e3f7c;
  cursor: pointer;
  text-align: right;
}
.back-to-top img {
  margin-bottom: -4px;
  margin-left: 5px;
}
.back-to-top:hover {
  opacity: 0.8;
  margin-top: -5px;
  transition: all ease-in-out 0.2s;
}
.pc-table {
  padding-top: 3px;
}
.pc-table h5 {
  padding: 4px 0;
  margin: 0;
  font-size: 1em;
}
.pc-img {
  background-repeat: no-repeat;
  background-size: cover;
}
.pc-table > div:last-child {
  border-right: none;
}
.pc-desc > p {
  padding: 0;
  margin: 0;
}
.pc-table img {
  max-width: 33px;
  max-height: 23px;
  margin-bottom: -7px;
  padding-right: 4px;
}
.pc-section h2 {
  color: #1e3f7c;
  padding: 0 0 10px 0;
  margin: 0;
}

.abt-section.vision {
  background-image: url("/wp-content/themes/masterpak/img/Vision.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 410px;
}

.export-phrase {
  background-color: #1e3f7c;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}

.export-img {
  border-top: 3px solid #1e3f7c;
  text-align: center;
}
.export-img img {
  max-width: 950px;
  margin: 0 auto;
}
.abt-sec1,
.abt-sec2 {
  display: inline-block;
  vertical-align: top;
}
.abt-sec1 {
  width: 63%;
  margin-right: 7%;
  text-align: justify;
}
.abt-sec1 .btn img {
  border: none;
}
.abt-sec1 a {
  text-decoration: none;
}
.abt-sec2 {
  width: 29%;
  text-align: left;
  background-color: #eee;
  padding: 15px;
  border: 1px solid #dedede;
}
.hmvideo {
  height: 350px;
  margin-top: 120px;
}
.videoaboutbg {
  min-height: 10px;
}
.scroll-hint {
  top: 240px;
  left: 41%;
}
.abt-sec2 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.abt-sec2 ul li {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  padding: 10px 13px;
  text-align: center;
  font-weight: bold;
  font-size: 0.85em;
}
.abt-sec1 a,
.quality .abt-desc a {
  color: #000;
}
.abt-sec1 a:hover,
.quality .abt-desc a:hover {
  color: #1e3f7c;
}
.abt-sec1 .btn {
  text-decoration: none;
}
.abt-sec2 p {
  padding: 0;
  margin: 0;
}
.abt-section .frame {
  padding: 30px 0;
}
.export-phrase .frame {
  padding: 10px 0 !important;
}
.abt-section.vision .frame .abt-desc {
  display: inline-block;
  vertical-align: top;
}
.vision .frame {
  padding: 0;
}
.abt-section.vision h4 {
  font-size: 1.08em;
  font-weight: normal;
}
.abt-section.vision .frame > div {
  width: 50%;
  margin-left: 50%;
  margin-top: 0;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0 2%;
}

.abt-section.vision .abt-desc ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.abt-section.vision .abt-desc ul li {
  border-bottom: 1px solid #333;
  padding: 5px 0;
}
.quality {
  background-image: url("/wp-content/themes/masterpak/img/Background-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.rd {
  background-image: url("/wp-content/themes/masterpak/img/Background-rd.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.rd .abt-desc {
  width: 60%;
}
.quality .abt-desc > div > div {
  display: inline-block;
  vertical-align: top;
}
.quality .abt-desc > div > div.iso-icon {
  width: 15%;
  padding-right: 10px;
}
.quality .abt-desc > div > div:last-child {
  width: 84%;
}

.topslider .slick-dots .li button {
  width: 15px;
  height: 20px;
  padding: 2px;
}
.topslider .slick-dots li button:before {
  font-size: 50px !important;
}
.topslider .slick-dots {
  bottom: 15px !important;
  text-align: left !important;
  width: 95%;
  padding-left: 3%;
}
.topslider .slick-dots li.slick-active button:before {
  color: #1e3f7c;
}
.topslider .slick-next {
  background-image: url("/wp-content/themes/masterpak/img/arrow-right.png");
}
.topslider .slick-prev {
  background-image: url("/wp-content/themes/masterpak/img/arrow-left.png");
}
.contact-sec1 a {
  color: #000;
  text-decoration: none;
}
.contact-sec1 a:hover {
  color: #1e3f7c;
}

.entry-content a {
  color: #000;
}
.entry-content a:hover {
  color: #1e3f7c;
}

/****** Product page  ******/

.products-details {
  width: 100%;
  display: inline-block;
  margin: 10px 0 0 0 0;
}
.products-details h2 {
  margin-bottom: 10px;
}
.downloadul {
  width: 100%;
  background-color: #efefef;
  display: inline-block;
  margin: 0;
  padding: 15px;
  list-style: none;
}
.downloadul li {
  width: 24.7%;
  display: inline-block;
}

.downloadul li a {
  text-decoration: none;
  color: #000;
}
.downloadul li a:hover {
  color: #1e3f7c;
}

.reqqoute {
  margin-top: 10px;
  margin-bottom: 10px;
}

#requestquote {
  border-color: #1e3f7c #1e3f7c #1e3f7c;
  background-color: #1e3f7c !important;
  color: #fff !important;
  width: 97%;
  text-decoration: none;
  padding: 4px 17px;
  font-size: 17px;
  font-weight: 600;
  -webkit-box-shadow: 1px 1px 1px #eee;
  -moz-box-shadow: 1px 1px 1px #eee;
  -webkit-box-shadow: 1px 1px 1px #eee;
  box-shadow: 1px 1px 1px #eee;
  transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/****** End Product page  ******/

.site-breadcrumb {
  width: 100%;
  background-color: #fff;
  margin-top: 98px;
}
.breadcrumbs {
  margin-bottom: 15px;
}
#breadcrumbs {
  list-style: none;
  margin: 10px 0 10px 0;
  overflow: hidden;
  padding: 0;
  display: inline-block;
}

#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  margin-left: 4px;
  color: #000;
  font-style: italic;
  font-size: 0.88rem;
}

#breadcrumbs .separator {
  font-size: 18px;
  font-weight: 100;
  color: #000;
}
#breadcrumbs a {
  color: #000;
  text-decoration: none;
}
#breadcrumbs a:hover {
  color: #000;
}

#breadcrumbs li.item-current i {
  font-weight: 600 !important;
}

/**** Form ****/

.prodformbg {
  padding: 45px 10px 0px 45px;
  background-color: #efefef;
  width: 100%;
  min-width: 320px;
  margin: 10px 0 5px 0;
}
.formcontainer {
  width: 100%;
}
.formcontainer h2 {
  color: #1e3f7c;
  font-size: 1.7em;
}

.contactform-field {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.contactform-field2 {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  margin-left: 0.5%;
}

.rquestbtn {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}
.contactform-field > div {
  display: inline-block;
  width: 91%;
  height: auto;
  text-align: left;
  padding-bottom: 10px;
}
.contactform-field2 > div {
  display: inline-block;
  width: 98%;
  height: auto;
  text-align: left;
  padding-bottom: 10px;
}
.contactform-field > div span input,
.contactform-field > div span select,
.contactform-field2 > div span input,
.contactform-field2 > div span select {
  margin-top: 1px;
  padding: 5px 0 7px 8px;
  width: 97%;
  min-height: 20px;
}
.contactform-field2 > div span textarea {
  margin-top: 1px;
  padding: 5px 0 7px 8px;
  width: 97%;
  height: 86px;
}

input[type="submit"].btn-submit {
  border-color: #1e3f7c #1e3f7c #1e3f7c;
  background-color: #1e3f7c !important;
  color: #fff !important;
  width: 97%;
  margin-top: 10px;
  margin-right: 30px;
  padding: 10px 25px;
  font-size: 17px;
  font-weight: 600;
  -webkit-box-shadow: 1px 1px 3px #1e3f7c;
  -moz-box-shadow: 1px 1px 3px #1e3f7c;
  -webkit-box-shadow: 1px 1px 3px #1e3f7c;
  box-shadow: 1px 1px 3px #1e3f7c;
  transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.btn-submit:hover {
  opacity: 0.8;
  transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

/******** End Form *******/

ul.sust-icons {
  padding: 0;
  margin: 25px 0 0 0;
  list-style-type: none;
}
.sust-icons li {
  display: inline-block;
  padding: 0 15px 0 0;
  text-align: left;
}
.sust-icons li h4 {
  padding: 0 10px;
  font-size: 0.9em;
  margin: 0;
  width: 70%;
}
.sust-icons img {
  max-width: 25px;
}
.sust-icons li h4 a {
  color: #000;
  text-decoration: none;
}
.sust-icons li h4 a:hover {
  color: #1e3f7c;
}
.sust-icons li > div {
  display: inline-block;
  vertical-align: top;
}
.centertitle {
  text-align: center;
}
.current_page_item a,
.current_page_item a:visited {
  color: #1e3f7c !important;
}
.current_page_item.brands-menu a,
.current_page_item.brands-menu a:visited {
  color: #000 !important;
}
.current_page_item.menu-item-has-children a,
.menu-item-163 a,
.current_page_item.menu-item-has-children a:visited,
.menu-item-163 a:visited,
.menu-item-903,
.menu-item-567 {
  color: #000 !important;
}
.prefooter .menu-item-152 a,
.prefooter .menu-item-171 a {
  color: #000 !important;
}
.error-404 {
  margin-top: 95px;
}
.hm-abt-ct p {
  padding-top: 0;
  margin-top: 0;
}
.hm-abt-video {
  padding-top: 10px;
}

section.videoaboutbg {
  padding-bottom: 0px;
}
.videoaboutbg {
  background-image: url(/wp-content/themes/napco-national/images/about/poster.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 600px;
  background-size: cover;
  width: 100%;
  margin-top: -190px;
}
.brc {
  width: 100% !important;
  background-color: transparent !important;
  margin-top: 0 !important;
  position: absolute !important;
  z-index: 10 !important;
  margin-top: 92px !important;
  color: #fff !important;
}
.brc a,
.brc li {
  color: #fff !important;
}
/*.hidden {visibility:hidden;}*/
.animated.delay-1 {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.animated.delay-2 {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
.animated.delay-500 {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
.animated.delay-3 {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}
.animated.delay-4 {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.animated.delay-5,
.animated.delay-1000 {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

.animated.delay-6 {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}
.animated.delay-7 {
  -webkit-animation-delay: 1400ms;
  animation-delay: 1400ms;
}
.animated.delay-1500 {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}
.animated.delay-8 {
  -webkit-animation-delay: 1600ms;
  animation-delay: 1600ms;
}
.animated.delay-9 {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}
.animated.delay-10,
.animated.delay-2000 {
  -webkit-animation-delay: 2000ms;
  animation-delay: 2000ms;
}
.animated.delay-11 {
  -webkit-animation-delay: 2200ms;
  animation-delay: 2200ms;
}
.animated.delay-12 {
  -webkit-animation-delay: 2400ms;
  animation-delay: 2400ms;
}
.animated.delay-2500 {
  -webkit-animation-delay: 2500ms;
  animation-delay: 2500ms;
}
.animated.delay-3000 {
  -webkit-animation-delay: 3000ms;
  animation-delay: 3000ms;
}

.cta {
  background-color: #dbdbdb;
  border: 1px solid #eee;
  box-shadow: 0 0 0 1px #666;
  color: #1e3f7c;
  font-size: 1em;
  padding: 5px;
}
.fas {
  padding: 0 0 0 5px;
}
.btn {
  padding: 0 7px 0 0;
  text-decoration: none;
}
.news-readmore {
  width: 98%;
  text-align: right;
}

.serv-intro {
  width: 50%;
}
.page-id-16 .site-breadcrumb {
  background-color: Transparent !important;
}
#post-16,
#post-2586 {
  background-image: url("/wp-content/themes/masterpak/img/MP-Services-Bg.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -60px;
}
#post-16 header,
#post-2586 header {
  padding-top: 80px;
}
.serv-divs {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
.serv-divs > div {
  min-width: 200px;
  background-color: #fff;
  display: inline-block;
  width: 32.451%;
  margin: 0 1% 17px 0;
  padding: 30px;
  border: 1px solid #dbdbdb;
  box-shadow: 0 0 10px 0 #dbdbdb;
  vertical-align: top;
  min-height: 350px;
}
.serv-divs > div:nth-child(3n + 3) {
  margin-right: 0;
}
.serv-divs > div serv-icon {
  text-align: left;
}
.serv-divs > div h4 {
  padding: 0 0 5px 0;
  margin: 0;
  color: #1e3f7c;
  font-size: 1.2em;
}
.serv-divs > div p {
  padding: 2px 0;
  margin: 0;
}
.serv-icon img {
  max-width: 50px;
}
.brand-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.brand-list li {
  display: inline-block;
  width: 16%;
  padding: 0 10px 0 0;
  min-width: 150px;
}
.center {
  text-align: center;
}
.hm-brands {
  padding: 10px 0 70px 0;
}

/********************************DEMO********************************************/

.prod-benefits .prod-benefit-icon {
  display: inline-block;
  vertical-align: middle;
  max-height: 45px;
  width: 5%;
}

.prod-benefits .prod-benefit-desc {
  display: inline-block;
  vertical-align: middle;
}

.prod-benefits .prod-benefit-icon img {
  max-height: 45px;
  max-width: 40px;
}

.prod-benefits .prod-benefit-desc {
  padding-top: 5px;
  width: 89%;
}

.prod-benefits > div {
  vertical-align: middle;
  margin: 10px 0;
}

.properties-table {
  font-size: 0.8em;
}

.tab {
  overflow: hidden;
  background-color: #efefef;
  width: 100%;
  height: auto;
}
/* Style the buttons inside the tab */

.tab button {
  font-size: 1.1em;
  background-color: inherit;
  display: inline-block;
  width: 33.33%;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 20px;
  vertical-align: middle;
  transition: all 0.2s ease-in;
  font-weight: bold;
  color: #333;
}
.tab > .tab4 {
  width: 24% !important;
}
.tab > .tab2 {
  width: 50% !important;
  border-right: none !important;
}
.tab button:nth-child(2) {
  border-left: 3px solid #ddd;
  border-right: 3px solid #ddd;
}

.tab button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */

.tab button.active {
  background-color: #1e3f7c;
  color: #fff;
}
/* Style the tab content */

.tabcontent {
  display: none;
  padding: 30px 0;
}

.tabcontent h1 {
  margin-top: 2em;
}

/* DivTable.com */

.divTable {
  display: table;
  font-size: 0.9em;
  width: 100%;
  color: #555;
  font-weight: bold;
}

.divTableRow {
  display: table-row;
}

.divTableHeading {
  background-color: #eee;
  display: table-header-group;
}

.divTableCell,
.divTableHead {
  border: 1px dashed #999999;
  display: table-cell;
  padding: 7px 10px;
}

.divTableHeading {
  background-color: #eee;
  display: table-header-group;
  font-weight: bold;
}

.divTableFoot {
  background-color: #eee;
  display: table-footer-group;
  font-weight: bold;
}

.divTableBody {
  display: table-row-group;
}

.divTableCell img {
  margin-right: 5px;
  max-height: 22px;
  vertical-align: middle;
  width: auto;
}

.downloadDivs {
  padding: 0.6em 0px;
  font-size: 0.9em;
  background-color: #efefef;
  width: 100%;
}

.downloadPart {
  display: inline-block;
  width: 24%;
  vertical-align: top;
  text-align: center;
}

.downloadPart a {
  text-decoration: none;
  color: #555;
  font-weight: bold;
}
.downloadPart a:hover {
  color: #d26d27;
}
.prod-container .site-breadcrumb {
  margin-top: 0 !important;
  width: 100%;
  background-color: transparent;
  z-index: 100;
}

.prod-header {
  padding-bottom: 30px;
  margin-top: 95px;
}
.slideImg {
  max-height: 200px;
  max-width: 200px;
}
.slideImg img {
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}
.prod-container .entry-header {
  width: 77%;
  display: inline-block;
}
.btn.knowmore {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #1e3f7c;
  border: 1px solid #1e3f7c;
  font-weight: bold;
  color: #fff;
  font-size: 0.9em;
}
.downloadPart img {
  margin-bottom: -2px;
}
.btn-knowmore {
  display: inline-block;
  width: 49%;
  text-align: right;
}
.btn-knowmore a:hover {
  color: #eee;
}
.knowmore:hover {
  color: #eee !important;
}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

.mySlides {
  display: none;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.prod-top {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}
.prod-top1,
.prod-top2 {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.prod-top1 {
  margin-right: 15px;
}
.prod-intro p {
  padding-top: 0;
  margin-top: 0;
}
.tabs_container > div {
  display: none;
}
.tabs_container > div:first-child {
  display: block;
}

/*****************Water Management style**************/

.watermanag-header {
  margin: 0;
  width: 100%;
  padding: 0;
  display: inline-block;
  min-height: 380px;
  background-size: cover;
}
.watermanag-header h1 {
  font-weight: bold;
  font-size: 1.8em;
  padding: 10px 0 0 0;
  letter-spacing: 2px;
}
.agri-list h2 a,
.agri-list h2 a:visited {
  color: #000;
  text-decoration: none;
}
.agri-list h2 a:hover,
.agri-list h2 a:visited:hover {
  color: #1e3f7c;
}
.agri-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.agri-list ul li {
  display: inline-block;
  width: 22.7%;
  vertical-align: top;
  margin-right: 8%;
}
.agri-list h2 {
  font-size: 1.2em;
  width: 100%;
  color: #000;
  text-align: left;
  text-decoration: none;
  font-weight: 600;
  margin: 10px 0 0 0;
}
.topheader-text p {
  font-weight: 400;
  line-height: 25px;
}
.hm-sust .content p a:not(.btn),
.hm-sust .content p a:not(.btn):visited {
  color: #000;
}
.hm-brands h2 {
  text-align: center;
}
.pc-img.mobile {
  display: none;
}
.pc-img.pcprinting {
  display: inline-block;
}
#pcprinting .pc-desc {
  margin-left: -4px;
}
.m-accordion {
  display: none;
}
/* Mobile Styling */
@media screen and (max-width: 768px) {
  .header {
    text-align: left;
  }
  .site-branding {
    width: 80%;
    position: relative;
    z-index: 2;
  }
  header .main-navigation {
    width: 95%;
    position: absolute;
    right: 10px;
  }
  .menu-toggle {
    position: relative;
    float: right;
    margin-top: 20px;
    background-color: #eee;
  }
  .mline1,
  .mline2,
  .mline3 {
    width: 30px;
    height: 2px;
    background-color: #333;
    margin: 3px 0;
    transition: 0.4s;
  }
  .mexpanded .mline1 {
    -webkit-transform: rotate(-45deg) translate(-2px, 4px);
    transform: rotate(-45deg) translate(-2px, 4px);
  }
  .mexpanded .mline2 {
    opacity: 0;
  }
  .mexpanded .mline3 {
    -webkit-transform: rotate(45deg) translate(-3.5px, -5px);
    transform: rotate(45deg) translate(-3.5px, -5px);
  }
  header .top-menu ul li,
  header .menu > li {
    padding: 10px !important;
    width: 100%;
    background-color: #eee;
    border-bottom: 1px solid #fff;
  }
  header .top-menu {
    padding-bottom: 3px;
    background-color: #fff;
  }
  .main-slider {
    margin-top: 80px;
  }
  .hm-abt-ct,
  .hm-abt-video,
  .hm-abt-solar,
  .hm-services .content {
    width: 100% !important;
  }
  .hm-abt-video {
    margin: 0;
  }
  .hmvideo {
    margin-top: 95px;
  }
  .brc {
    margin-top: 75px !important;
  }
  .products-1,
  .products-2 {
    width: 98%;
  }
  .hm-cat-list > div.products-2 > div {
    width: 48%;
  }
  .topslider .slick-dots {
    text-align: right !important;
  }
  .frame {
    margin: 0 auto;
    padding: 0 10px !important;
  }
  .hm-abt-solar {
    text-align: center;
  }
  .hm-cat-list > div.products-2 > div {
    margin: 10px 3.8% 10px 0;
  }
  .hm-cat-list > div.products-2 > div:nth-child(2n) {
    margin-right: 0;
  }
  .hm-serv-icons > div {
    width: 95%;
  }
  .sust-icons li {
    width: 100%;
    padding-bottom: 10px;
  }
  .sust-icons li h4 {
    width: 100%;
  }
  div.rssct div.rss-col {
    padding: 10px 0 30px 0 !important;
    width: 100%;
    margin: 0;
  }
  .rss-title {
    padding-top: 1px;
  }
  .contact-sec1,
  .contact-sec2,
  .contact-sec3 {
    width: 100%;
  }
  .contact-sec2 {
    padding-top: 0;
  }
  .contact-sec3 {
    padding-right: 0;
  }
  .footer-menu-pages,
  .footer-menu-sectors {
    width: 100%;
  }
  .footer-menu-pages ul li {
    padding-left: 0;
  }
  .footer-menu-sectors h4 {
    margin: 15px 0 5px 0;
  }
  .back-to-top {
    width: 98%;
  }
  .footer-1,
  .footer-2,
  .footer-3 {
    width: 100%;
    padding: 4px 0;
    text-align: center;
  }
  .footer-3 {
    margin-bottom: 15px;
  }
  .hm-products h2,
  .hm-brands h2,
  .brand-list {
    text-align: left;
  }
  .brand-list li {
    width: 46%;
    padding: 10px;
    border: 1px solid #eee;
    margin: 5px;
  }
  /* About Page */
  .entry-title h1 {
    margin: 0 0 0 5px;
  }
  .abt-sec1,
  .abt-sec2 {
    width: 100%;
    margin: 0;
  }
  .rd .abt-desc {
    width: 100%;
    padding: 0;
  }
  .quality .abt-desc > div > div {
    padding: 0;
    width: 100% !important;
  }
  .export-img img {
    width: 100%;
  }
  .abt-section.vision .frame > div {
    width: 100%;
    margin-left: 0;
    padding: 0 2%;
  }
  .videoaboutbg {
    min-height: 375px;
    margin-top: -52px;
  }
  .rd,
  .quality {
    display: inline-block;
  }
  .rd h2,
  .quality h2 {
    text-align: left;
  }
  /* Services Page */
  .serv-intro,
  .serv-divs > div {
    width: 100%;
  }
  /* Products Page */
  .left-section,
  .products-list ul li {
    width: 100%;
    margin-right: 0;
  }
  .main-section,
  .top-sector-header,
  .top-sector-text {
    width: 100%;
  }
  .top-sector > div {
    min-height: 100px;
  }
  /*Single Product Page */
  .prod-container .entry-header {
    width: 100%;
    padding: 15px 0 0 0;
  }
  .pordbtnrequest {
    width: 100%;
  }
  .prod-top1,
  .prod-top2 {
    width: 100%;
    margin-right: 0;
  }
  .prod-intro {
    padding-top: 20px;
  }
  .prod-benefits .prod-benefit-icon {
    display: none;
  }
  .prod-benefits .prod-benefit-icon {
    width: 5px;
    height: 4px;
    background-color: #1e3f7c;
  }
  .prod-benefits .prod-benefit-desc {
    width: 100%;
    border-left: 4px solid #1e3f7c;
    padding-left: 7px;
    padding-top: 0;
    margin: 5px 0;
  }
  .btn-knowmore {
    width: 100%;
    margin: 5px 0 25px 0;
  }
  .divTableRow {
    display: grid;
  }
  .downloadPart {
    width: 100%;
    text-align: left;
    padding: 2px 10px;
  }
  .menu li:hover .sub-menu {
    display: none !important;
  }
  .pc-section > div {
    width: 100%;
  }
  .pc-table > div {
    width: 48%;
    margin-bottom: 10px;
  }
  .pc-section > div:last-child {
    margin-left: 0;
  }
  .pc-img.pcprinting {
    display: none;
  }
  .pc-img.mobile {
    display: block !important;
  }
  .m-accordion {
    display: block;
  }
  .prodformbg {
    padding: 10px;
  }
  .contactform-field,
  .contactform-field > div,
  .contactform-field2,
  .contactform-field2 > div,
  .contactform-field div span input,
  .contactform-field2 div span textarea,
  .contactform-field2 div span input {
    width: 100%;
  }
}

/* Family Greenhouse */
.fg {
  direction: rtl;
  text-align: right;
  color: #000;
  font-family: "Tajawal", sans-serif;
  font-size: 0.8em;
}
.fg-logo img {
  max-width: 350px;
}
.fg-top-header,
.fg-offers,
.fg-top-separator,
.fg-top-logo {
  background-color: #eee;
  padding: 0;
  margin: 0;
}
.fg-top-logo {
  padding-top: 100px;
}
.fg-top-header {
  padding-top: 10px;
}
.fg-top-header h1 {
  font-size: 4em;
  font-weight: 800;
  padding: 15px 0;
  margin: 0;
}
.fg-top-header h2 {
  color: #1e3f7c;
  font-size: 3em;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.fg-top-header h3,
.fg-offers-title h3,
.fg-products-title h3,
.fg-footer h3 {
  font-size: 2.5em;
  padding: 0;
  margin: 0;
}
.fg-offers-title h3 {
  padding: 40px 0;
}
.fg-top-header div.fg-desc {
  font-size: 2em;
}
.fg-top-header h3 p,
.fg-top-header div.fg-desc p,
.fg-offers p,
.fg-products p {
  margin: 0;
  padding: 0;
}
.fg-top-separator {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 910px;
  margin-top: -150px;
}
.fg-offers-list ul,
.fg-products-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.fg-offers-list ul li {
  background-color: #fff;
  border-top: 10px solid #1e3f7c;
  min-height: 360px;
  float: right;
  margin: 20px 0 20px 20px;
  padding: 20px;
  font-size: 2em;
  text-align: center;
  width: 31%;
}
.fg-offers-list ul li .o-price {
  color: #1e3f7c;
  padding: 20px 0;
  font-size: 1.3em;
  font-weight: 700;
}
.o-desc {
  min-height: 195px;
}
.redtext {
  color: #1e3f7c;
}
.fg-offers-desc {
  font-size: 2em;
  padding-bottom: 20px;
}
.fg-products-list ul li {
  float: right;
  margin: 10px 0 10px 5px;
  padding: 10px;
  font-size: 1.8em;
  text-align: center;
  max-width: 200px;
}
.fg-products {
  background: linear-gradient(180deg, #eee 50%, #fff 50%);
}
.fg-products-desc {
  font-size: 1.5em;
}
.fg-footer h4 {
  font-size: 1.3em;
  padding: 0;
  margin: 0;
}
.contact-info {
  direction: ltr;
  font-size: 1.8em;
  padding: 0;
  margin: 0 0 30px 0;
}
.contact-info p {
  padding: 0;
  margin: 0;
}
.contact-info a {
  color: #000;
  text-decoration: none;
  overflow-wrap: break-word;
}
.fg-top-lang {
  padding-top: 88px;
  background-color: #eee;

  font-size: 1.3em;
  position: relative;
  z-index: 11;
  text-align: left;
}

/* Family Greenhouse EN */
.enfg {
  direction: ltr;
  text-align: left;
  font-family: "Open Sans", sans-serif;
}
.enfg .fg-offers-list ul li {
  float: left;
  margin: 20px 20px 20px 0;
}
.enfg .fg-products-list ul li {
  float: left;
}
.fgbc {
  color: #000;
}

.enfg .fg-top-lang {
  text-align: right;
}
.fg-top-lang a {
  color: #1e3f7c;
}

.footer-menu-pages .menu-item-2641 {
  display: none;
}
.rec-icon {
  position: relative;
  /* display: inline-block; */

  max-width: 98px;
  z-index: 20;
  margin-left: 0;
  margin-top: -90px;
  left: 80%;
}

.rec-icon-cat {
  position: absolute;
  max-width: 80px;
  z-index: 5;
  display: inline-block;
  margin-left: -100px;
  margin-top: 150px;
  display: none;
}
.rec-icon-cat img {
  border: none;
}

.prod-top2 > p:first-child {
  padding-top: 0;
  margin-top: 0;
}
.slick-slider {
  border: 1px solid #fefefe;
  box-shadow: 0px 6px 15px #dbdbdb;
}
.__prod-left-section ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 680px) {
  .fg-top-separator {
    min-height: 250px;
    margin-top: 0;
  }
  .fg-products-list ul li {
    width: 31%;
  }
  .fg-offers-list ul li {
    width: 100%;
  }

  .fg-products-list ul li {
    min-height: 170px;
  }
}

#certifications .wrapp {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
#certifications .wrapp .coll{
	width: 50%;
	text-align: center;
}
#certifications .wrapp .coll a{
	font-size: 16px;
	text-decoration: none;
	color: black;
	margin-bottom: 10px;
}
.coll .img-wrap{
  min-height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
}


        .ul-hm-news {
 
            display: grid;            
            grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
            gap: 1.5rem; 
            list-style-type: none;
            padding: 0;
            margin: 0;
        }


        .ul-hm-news li {
            background-color: #ffffff;
            border-radius: 12px;
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
            overflow: hidden; 
            display: flex;
            flex-direction: column; 
            transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
        }

        .ul-hm-news li:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
        }

        .ul-hm-news li img {
            width: 100%;
            height: 300px; 
            object-fit: cover; 
            display: block;
        }

        .ul-hm-news li > div:last-of-type {
            padding: 1.25rem;
            display: flex;
            flex-direction: column;
            flex-grow: 1; 
        }

        .ul-hm-news h5 {
            margin: 0; 
            font-size: 1.15rem;
            font-weight: 600;
            line-height: 1.4;
        }

        .ul-hm-news h5 a {
            color: #222;
            text-decoration: none;
            transition: color 0.2s ease;
        }

        .ul-hm-news h5 a:hover {
            color: #007bff; 
        }

        .ul-hm-news .posted-on {
			margin-top: auto;
			padding-top: 1rem;
			color: #6c757d;
			font-size: 0.8rem;
			font-weight: 400;
			margin-bottom: 5px;
		}

        .ul-hm-news .posted-on p,
        .ul-hm-news .posted-on small {
            margin: 0;
            padding: 0;
            font-style: italic;
        }
