/*!
/*!
Theme Name: SanitaUK
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: sanitauk
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.

SanitaUK 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;
  font-family: Open sans;
}

/**
 * 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;
  text-align: center;
  color: #02216a;
}

/* 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: 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%;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1800px;
}

.frame {
  width: 96%;
  margin: 0 auto;
  max-width: 1150px;
}
.frame2 {
  width: 96%;
  margin: 0 auto;
  max-width: 960px;
}
.frameheader {
  width: 96%;
  margin: 0px auto 0 auto;
  max-width: 1150px;
  min-height: 99px;
}
.headerarea {
  margin-top: 95px;
}

/* Header */
.headerarea ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.headerarea ul li {
  display: inline-block;
  width: 19.75%;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.headerarea ul li img {
}
.headerarea ul li p {
  padding: 0;
  margin: -90px 0 0 0;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px #000;
  font-size: 1.4em;
}
.headerarea ul li img:hover {
  -ms-transform: scale(1.25); /* IE 9 */
  -webkit-transform: scale(1.25); /* Safari 3-8 */
  transform: scale(1.25);
  transition: all ease-in 0.2s;
}

/*About Section */
.aboutsec {
  text-align: center;
  color: #000;
  line-height: 30px;
}
.aboutsec a:hover {
  opacity: 0.7;
}
.aboutsec p {
  line-height: 30px;
}
.aboutsection {
  padding: 35px 20px 35px 20px;
}
/*End about */

/****  home product ******/
.productbg {
  padding-top: 20px;
  background: linear-gradient(#f1f1f1 18%, transparent 25%) no-repeat;
  background: -o-linear-gradient(#f1f1f1 18%, transparent 25%) no-repeat;
  background: -ms-linear-gradient(#f1f1f1 18%, transparent 25%) no-repeat;
  background: -moz-linear-gradient(#f1f1f1 18%, transparent 25%) no-repeat;
  background: -webkit-linear-gradient(#f1f1f1 18%, transparent 25%) no-repeat;
  min-height: 300px;
}

ul.tagslist {
  display: inline-block;
  list-style: none;
  margin: 10px 0;
  padding: 0;
  width: 98%;
  border-bottom: 1px solid #02216a;
  text-align: center;
}

ul.tagslistsector {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
ul.tagslist li {
  display: inline-block;
  margin: 0;
  padding: 10px 8px 5px 8px;
  width: 31.5%;
  text-align: center;
}

ul.tagslist li:nth-child(2),
ul.tagslist li:nth-child(3) {
  margin: 0px 0px -1px 20px;
}
ul.tagslist li.active-li {
  border-bottom: 5px solid #f98105;
}
ul.tagslist li a,
ul.tagslist li a:visited {
  font-size: 1.05em;
  color: #02216a;
}
ul.tagslist li a.active {
  color: #f98105;
}

ul.tagslistsector li {
  display: inline-block;
  margin: 1.5% 0.7% 2% 0.7%;
  padding: 7px;
  width: 28%;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
  max-width: 205px;
  /*  max-height: 302px; */
  vertical-align: top;
}

/**** Animation ***/
ul.tagslistsector .hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
h4.prod-cat-header {
  font-size: 1em;
  color: #02216a;
  margin-bottom: 2px;
  margin-top: 0px;
  min-height: 45px;
  vertical-align: middle;
}

ul.tagslistsector .hovereffect .overlay {
  width: 100%;
  height: 99.5%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0);
}

ul.tagslistsector .hovereffect:hover .overlay {
  background: rgba(1, 76, 131, 0.8);
}

ul.tagslistsector .hovereffect h4,
.hovereffect img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

ul.tagslistsector .hovereffect img {
  display: block;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  min-height: 189px;
}

ul.tagslistsector .hovereffect:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

ul.tagslistsector .hovereffect .overlay.overlay a > div span {
  vertical-align: middle;
}

ul.tagslistsector .hovereffect .line1 a > h4 {
  padding-top: 13px;
}

ul.tagslistsector .hovereffect .line2 a > h4 {
  padding: 0 4px;
}

ul.tagslistsector .hovereffect .overlay a > h4 {
  text-transform: capitalize;
  color: #02216a;
  text-align: center;
  position: relative;
  font-size: 17px;
  height: 53px;

  background: rgba(244, 244, 244, 0.85);
  vertical-align: middle;

  /***** padding: 45px 3px 30px 3px;
	  margin-top: -37px;
	  margin-bottom: 20px;
	  line-height: 20px; *****/

  margin-top: 2px;
  font-weight: 600;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);

  /***** -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
	  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);  ****/
}

ul.tagslistsector .hovereffect a {
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  font-size: 1.26em;

  /* display: inline-block;
	  text-decoration: none;
	  //padding: 7px 14px;
	  text-transform: uppercase;
	  color: #fff;
	  border: 1px solid #fff;
	  background-color: transparent;
	 
	  -webkit-transform: scale(0);
	  -ms-transform: scale(0);
	  transform: scale(0);
	 -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
	  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81); 
	  font-weight: normal;
	  margin: 0px 0 0 0;
	  padding: 0px 0px; */
}

ul.tagslistsector .hovereffect:hover a {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  background-color: transparent;
  margin-top: -30px;
}

ul.tagslistsector .hovereffect:hover h4 {
  opacity: 1;
}

.top-slider .slidetxtbg {
  position: relative;
  margin-top: -21%;
  margin-left: 8%;
  background-color: rgba(244, 244, 244, 0.85);
  z-index: 999999;
  width: 40%;
}
.top-slider .slidetxtct {
  padding: 5px 20px 13px 30px;
  text-align: left;
}
.top-slider .slidetxtct h3 {
  color: #02216a;
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: 800;
}

.top-slider .slidetxtct p {
  color: #000;
}
.top-slider .slidetxtct a:hover {
  opacity: 0.8;
}

/*****    End Animation    *****/

.prod-col1 {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  /* background-color: red; */
}
.prod-col2 {
  display: inline-block;

  vertical-align: top;
}
.prod-col2 ul {
  list-style: none;
  margin: 8px 0 0 0;
  padding: 0;
}

.prod-col2 div > ul.subprodlist li {
  border-bottom: 1px solid #9b9b9b;
  padding: 10px 0 23px 0;
}

.subprod-col1 {
  display: inline-block;
  width: 73%;
  vertical-align: top;
  /* background-color: red; */
  margin-right: 1.2%;
}
.subprod-col2 a > img {
  border: 1px solid #05539b;
}

.subprod-col2 {
  display: inline-block;
  width: 21.9%;
  vertical-align: top;
  margin-left: 3.4%;
  text-align: right;
}

/***********     Selected     *************/
.prod-col2 ul li.cat-item a,
.prod-col2 ul li.cat-item a:visited {
  color: #000;
  font-weight: 500;
}
.sectorul > a {
  color: #000 !important;
  font-weight: 600;
  font-size: 1.05em !important;
}

.sectorul li ul.children li ul.post-title li.liselected > a {
  color: #000 !important;
  font-size: 1em !important;
  font-weight: 600;
}
.sectorul ul.children li ul.post-title li a:hover {
  color: #000;
}

.sectorul ul.children li ul.post-title li.liselected {
  color: #000 !important;
  font-weight: 600;
  font-size: 1.05em !important;
}
.sectorul ul.children li ul.post-title li.liselected a {
  color: #000 !important;
  font-weight: 600;
  font-size: 1.05em !important;
}
.sectorul li ul.children > li.liselected {
  color: #000 !important;
  font-weight: 600;
  font-size: 1.05em !important;
}
.sectorul > li.liselected > a {
  color: #000 !important;
  font-weight: 600 !important;
  font-size: 1.05em !important;
}
.sectorul li > ul > li.liselected > a {
  color: #000 !important;
  font-weight: 600 !important;
  font-size: 1.05em !important;
}
.sectorul li > ul > li.liselected > a:visited,
.sectorul li > ul > li.liselected > a {
  color: #000;
}
.sectorul li {
  font-size: 0.99em;
}
.sectorul li > ul.children > li {
  border-bottom: 1px solid #d6d6d6;
  margin-right: 50px;
}
.sectorul li > ul.children > li:last-child {
  border-bottom: 0px solid #d6d6d6;
  margin-right: 50px;
}
.prod-col1 ul > li.cat-item {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 10px;
  margin-right: 50px;
}
.prod-col1 ul > li.cat-item:last-child {
  border-bottom: 0px solid #d6d6d6;
  padding-bottom: 10px;
  margin-right: 50px;
}

.prod-col1 ul li.cat-item ul.children li a:hover,
.prod-col1 ul li.cat-item a:hover {
  color: #02216a;
}

.prod-col1 ul.children li.cat-item {
  border-bottom: 0px solid #d6d6d6;
  padding-top: 5px;
  margin-right: 50px;
}
.prod-col1 ul li.cat-item a,
.prod-col1 ul li.cat-item a:visited {
  color: #02216a;
  font-weight: 500;
  font-size: 1.05em;
}

.prod-col1 ul li.cat-item ul.children li a {
  color: #02216a;
  font-weight: 500;
  font-size: 1.05em;
  padding: 3px 0;
}
.prod-col1 ul li.current-cat-parent > a {
  color: #02216a !important;
  font-weight: 600;
  font-size: 1.1em !important;
}

.prod-col1 ul li.cat-item ul.children li.current-cat a {
  color: #02216a !important;
  font-weight: 600 !important;
  font-size: 1.1em !important;
}

.prod-ct-title {
  background-color: transparent;
  width: 100%;
  border-bottom: 2px solid #02216a;
  padding-bottom: 5px;
}

.prodimage > img {
  max-width: 310px;
  border: 1px solid #02216a;
}

.prod-ct1 {
  display: inline-block;
  width: 36%;
  vertical-align: top;
  /* background-color: red; */
}

.prod-ct2 {
  display: inline-block;
  width: 61%;
  vertical-align: top;
  margin-left: 2%;
}

.prod-ct-title {
  margin-bottom: 35px;
}
.prod-ct-title > h1 {
  font-weight: 500;
  color: #02216a;
  font-size: 1.5rem;
  font-style: italic;
  padding: 0px 0 0px 0;
  margin: 0;
}

.prodspecs {
  width: 100%;
  margin-top: 3%;
}
.prod-ct2 span {
  text-align: justify;
  vertical-align: top;
}

.row1-row1 {
  width: 98%;
  display: inline-block;
  margin-right: 6%;
  vertical-align: top;
}

.row1-row1 h3 {
  margin-bottom: 8px;
  color: #02216a !important;
}
.row1-row1 ul {
  list-style: disc !important;
}

.row1-row1 ul li {
  margin-left: 18px;
}
.col3-row1 {
  width: 68.5%;
  display: inline-block;
  margin-right: 6%;
  vertical-align: top;
}
.col3-row1 p {
  display: block;
  unicode-bidi: isolate;
  overflow: hidden;
  border-style: solid;
  border-bottom-width: 1px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: #d6d6d6 !important;
  margin-right: 7px;
  padding: 7px 1px;
}

.col3-rowend p {
  display: block;
  unicode-bidi: isolate;
  overflow: hidden;
  border-style: solid;
  border-bottom-width: 1px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: #d6d6d6 !important;
  margin-right: 7px;
  padding: 7px 1px;
}

.col3-rowend {
  width: 190px;
  display: inline-block;
  vertical-align: top;
}
.col3-row1 h3 {
  margin-bottom: 8px;
  color: #02216a !important;
}
.col3-rowend h3 {
  margin-bottom: 8px;
  color: #02216a !important;
}

.col3-rowend ul.home-sm-icons {
  float: right !important;
}

.alsoknowas > h3 {
  color: #02216a !important;
  font-weight: 600;
  margin: 20px 0 5px 0;
}

.alsoknowas span {
  font-style: italic;
  color: #000;
}

h2.widget-title {
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 1.2em;
  padding: 0px 0 0px 0px;
  color: #02216a;
}
.prod-col1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.prod-col1 ul li {
  margin-bottom: 5px;
  text-align: left;
  padding: 2px 0 2px 0px;
}
.prod-col1 ul li a {
  font-size: 1em;
  text-decoration: none;
  font-weight: 500;
  color: #02216a;
}
.prod-co2-title {
  background-color: #dedede;
  /* position: absolute; */
  width: 100%;
  /* float: left; */
}

.prod-co2-title h1 {
  font-weight: 500;
  color: #02216a;
  font-size: 1.6rem;
  padding: 5px 0px 5px 14px;
  margin-bottom: 5px;
}
.prod-col2 ul {
  list-style: none;
  margin: 8px 0 0 0;
  padding: 0;
}

.prod-col2 div > ul.ulborder li {
  border-bottom: 1px solid #9b9b9b;
  padding: 22px 0 35px 0;
}
.liselected {
}
.sectorul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sectorul li {
  width: 100%;
  margin: 0;
  padding: 5px 0;
}
.sectorul li > a {
  color: #000;
  font-weight: 500;
  font-size: 1.05em !important;
  padding: 6px 0;
}
.sectorul li ul.children {
  width: 100%;
}
.sectorul li ul.children li ul.post-title li.liselected > a {
  color: #000 !important;
  font-size: 1em !important;
  font-weight: 600;
}
.sectorul ul.children li ul.post-title li a:hover {
  color: #000;
}

.sectorul ul.children li ul.post-title li.liselected {
  color: #000 !important;
  font-weight: 600;
  font-size: 1.05em !important;
}
.sectorul ul.children li ul.post-title li.liselected a {
  color: #000 !important;
  font-weight: 600;
  font-size: 1.05em !important;
}
.sectorul li ul.children > li.liselected {
  color: #000 !important;
  font-weight: 600;
  font-size: 1.05em !important;
}
.sectorul > li.liselected > a {
  color: #000 !important;
  font-weight: 600 !important;
  font-size: 1.05em !important;
}
.sectorul li > ul > li.liselected > a {
  color: #000 !important;
  font-weight: 600 !important;
  font-size: 1.05em !important;
}
.sectorul li > ul > li.liselected > a:visited,
.sectorul li > ul > li.liselected > a {
  color: #000;
}
.sectorul li {
  font-size: 0.99em;
}
.sectorul li > ul.children > li {
  border-bottom: 1px solid #d6d6d6;
  margin-right: 50px;
}
.sectorul li > ul.children > li:last-child {
  border-bottom: 0px solid #d6d6d6;
  margin-right: 50px;
}

.titleprod,
.titleprod a,
.titleprod a:visited {
  font-size: 1.2rem;
  color: #02216a;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
  text-decoration: none;
}
.titleprod a:hover {
  opacity: 0.8;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}
.descprod {
  font-size: 1.06rem;
  color: #000;
  padding-bottom: 3px;
}

a {
  text-decoration: none;
  color: #02216a;
}
/**** end home product ******/

/* News Section */
.newsfeeds {
  margin-top: 0 !important;
}
.bluesection {
  background-color: #02216a;
  padding: 20px 0 80px 0;
}
.newsfeeds h1 {
  color: #fff;
  margin: 0 !important;
}
.allnews {
  text-align: right;
  color: #fff;
}
.allnews:hover {
  opacity: 0.7;
}
.allnews a,
.allnews a:visited {
  color: #fff;
  text-decoration: none;
}

div.rss-col {
  margin-top: -50px;
  width: 33.3%;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px 0 15px;
  color: #000;
  font-family: inherit;
}
div.rss-col div.rss-rows {
  box-shadow: 1px 2px 10px #adadad;
  -webkit-box-shadow: 1px 2px 10px #adadad;
  -moz-box-shadow: 1px 2px 10px #adadad;
  -ms-box-shadow: 1px 2px 10px #adadad;
  min-height: 382px;
}

div.rss-col div img {
  border: 1px solid #dedede;
}

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

div.rss-col:last-child {
  padding: 0 0 0 30px;
}
.rss-col div div.rss-cont {
  margin: 8px 8px 15px 8px;
}
.rss-col div > a,
.rss-col div > a:visited {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}
.rss-col div > a:hover {
  opacity: 0.8;
}

/* End News Section */

/*Contact section */
.contactsection h1 {
  color: #fff;
}
.contactsection {
  background-color: #02216a;
  padding: 20px 0 20px 0;
  color: #fff;
  display: inline-block;
  width: 100%;
}
div.contactview ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
div.contactview ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
div.contactview ul li img {
  padding-top: 10px;
}
div.contactview ul li:first-child {
  width: 26%;
  padding-right: 2%;
}

div.contactview ul li:nth-child(2) {
  width: 31%;
  padding-right: 3%;
}

div.contactview ul li:nth-child(3) {
  width: 40%;
}

ul.filelist {
  display: inline-block;
  list-style: none;
  margin: 20px 0 50px 3%;
  padding: 0;
  width: 97%;
}
ul.filelist li {
  display: inline-block;
  margin: 0;
  padding: 30px 8px 15px 8px;
  width: 31.5%;
  text-align: center;
  vertical-align: top;
  color: #02216a;
}
ul.filelist li a {
  color: #02216a;
}
ul.filelist li:hover {
  opacity: 0.8;
}

/* Footer */
.footer {
  width: 100%;
  padding: 20px 0 19px 0;
  font-size: 0.85em;
}

ul.footersec {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
ul.footersec li {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
ul.footersec li:first-child {
  width: 34%;
  text-align: left;
}

ul.footersec li:nth-child(2) {
  width: 19%;
  text-align: center;
}
ul.footersec li:nth-child(3) {
  width: 46%;
  text-align: right;
  padding-right: 10px;
}

ul.footersec li a {
  color: #000;
  text-decoration: none;
}
ul.footersec li a:hover {
  color: #02216a;
}
.footermenu {
  border-top: 1px solid #fff;
}
.footermenu ul {
  list-style-type: none;
  padding: 17px 0 0 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.footermenu ul li {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 20px;
  vertical-align: top;
  color: #fff;
}
.footermenu ul li a {
  color: #fff;
  text-decoration: none;
}
.footermenu ul li a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
# 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;
  font-family: "Open Sans", sans-serif;
  /* 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%;
}

/*Products section*/
.productsview {
  background-color: #f1f1f1;
  width: 100%;
  padding: 30px 0 30px 0;
}

/*--------------------------------------------------------------
# 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:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.logo {
  width: 21%;
  display: inline-block;
  text-align: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 200px;
  margin-top: 20px;
}
.menu1 {
  display: inline-block;
  width: 73.2%;
  margin-right: 0%;
  text-align: right;
  /* font-size: 1.2em; */
  font-weight: 500;
  text-transform: none;
  vertical-align: bottom;
  margin-bottom: 3px;
  min-width: 600px;
  float: right;
  margin-top: 10px;
}

.menu-menu-top-container {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  text-align: right;
  /*font-size: 1.2em;*/
  font-weight: 500;
  text-transform: none;
  vertical-align: bottom;
  margin-bottom: 0px;
  min-width: 500px;
  float: right;
  margin-top: 5px;
}
.menu-menu-top-container > ul.menu {
  display: inline-block;
  padding: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  list-style-type: none;
  width: 96%;
  text-align: right;
}
.menu-menu-top-container > ul > li {
  display: inline-block;
  padding: 5px 20px 3px 20px;
  font-size: 1.05em;
}
.menu-menu-top-container > ul > li:first-child {
  padding: 5px 20px 0px 0px;
}
.menu-menu-top-container > ul > li:last-child {
  padding: 5px 0px 0px 20px;
}

.menu-menu-top-container > ul > li > a {
  text-decoration: none;
  color: #02216a;
  font-weight: 500;
  /* font-size: 0.95em; */
}
.menu-menu-top-container > ul > li > a:hover {
  /* color:#02216a ;	*/
  font-weight: 600;
}

.currentm {
  /*background-color:#ddd!important;*/
  transition: all ease-in-out 0.5s;
  color: #02216a !important;
}
.currentm a {
  color: #02216a !important;
}
.fixed {
  position: fixed;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  box-shadow: 1px 2px 10px #adadad;
  -webkit-box-shadow: 1px 2px 10px #adadad;
  -moz-box-shadow: 1px 2px 10px #adadad;
  -webkit-transition: all 800ms ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
/*.fixed .logo {
    width:18%;    transition:all ease-in-out .5s;
    }
    .fixed .menu ul {
    margin-top:0;   transition:all ease-in-out .5s;
    }*/

#navbar-burger {
  z-index: 102;
  position: absolute;
  background-color: #002053;
  border: 0;
  cursor: pointer;
  width: 49px;
  right: 0px;
  top: 37px;
  padding: 10px 0px 0px 10px;
  min-height: 46px;
  vertical-align: bottom;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  /* margin-top: 45px; */
  display: none;
}

#navbar-burger .b-bun {
  position: relative;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#navbar-burger .b-bun--top {
  top: 0;
}

#navbar-burger .b-bun--mid {
  top: 6px;
}

#navbar-burger .b-bun--mid2 {
  top: 12px;
}

#navbar-burger .b-bun--bottom {
  top: 18px;
}

#navbar-burger .b-bun--bottom,
#navbar-burger .b-bun--mid,
#navbar-burger .b-bun--mid2,
#navbar-burger .b-bun--top {
  height: 2px;
  width: 30px;
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  margin-top: 35px;
}

.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 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%;
}

a.orange,
a.orange:visited {
  color: #f98105;
}

.gallery-caption {
  display: block;
}
/* span[class^="plus-orange"] {
    height: 28px;
    vertical-align: middle;
    width: 28px;
    opacity: 1;
    position: relative;
    float: right;
   
    padding: 0;
    right: 19%;
   text-align: center; 
}*/
span[class^="plus-orange"] {
  height: 28px;
  vertical-align: middle;
  width: 28px;
  opacity: 1;
  position: relative;
  float: right;
  padding: 0;
  /* text-align: center; */
}
.plus-text-ico {
  display: inline-block;
  position: relative;
}

.plus-orange-icon {
  background: url(/wp-content/themes/sanitauk/images/Plus-orange.png) 50% 0
    no-repeat;
}
span[class^="footer-icon"] {
  display: inline-block;
  height: 28px;
  margin: 11px 13px 11px 2px;
  vertical-align: middle;
  width: 28px;
  opacity: 1;
}

.footer-icon-phone {
  background: url(/wp-content/themes/sanitauk/images/tel-icon.png) 50% 0
    no-repeat;
}
.footer-icon-fax {
  background: url(/wp-content/themes/sanitauk/images/fax-icon.png) 50% 0
    no-repeat;
}
.footer-icon-email {
  background: url(/wp-content/themes/sanitauk/images/email-icon.png) 50% 0
    no-repeat;
}
.footer-icon-linkedin {
  background: url(/wp-content/themes/sanitauk/images/Linkedin-icon.png) 50% 0
    no-repeat;
}
.footerzones a {
  text-decoration: none;
  color: #fff;
}

#mapsection {
  background-color: #f4f4f4;
  padding-bottom: 20px;
}
#sustainability {
  background-color: #ededed;
  height: 380px;
  width: 100%;
}
.invisibleImage {
  background-image: url(data:image/gif);
  height: 498px;
  width: 100%;
  border-top: 0px !important;
}
/**** Form  ****/

.prodformbg {
  padding: 0;
  width: 100%;
  min-width: 320px;
  margin: 0px 0 0px 0;
}
a.btn:hover {
  opacity: 0.8;
}

.prodformbg input[type="submit"].btn-submit {
  width: 95% !important;
}
.rec-form {
  padding: 37px 0 14px 0;
}
.formcontainer {
  width: 100%;
}
.formcontainer h2 {
  color: #fff;
  font-size: 1.2em;
  margin: 0 0 9px 0;
  padding: 0;
}

.contactform-field {
  display: inline-block;
  width: 99%;
  vertical-align: top;
}

.rquestbtn {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}
.contactform-field > div {
  display: inline-block;
  width: 99%;
  height: auto;
  text-align: left;
  margin-top: 8px;
}
.contactform-field > div.split2 {
  width: 99%;
}
.contactform-field > div > div.split2col {
  width: 49.2%;
  float: left;
}

.contactform-field > div span input,
.contactform-field > div span select {
  margin-top: 0px;
  padding: 4px 0 4px 8px;
  width: 97%;
  min-height: 20px;
}
.contactform-field > div span textarea {
  padding: 5px 0 7px 8px;
  width: 96.2%;
  height: 66px;
}
.contactform-field > div.submitctt {
  width: 180px;
}

input[type="submit"].btn-submit {
  opacity: 1;
  background-color: #f98105 !important;
  color: #fff !important;
  border: 0px;
  padding: 10px 25px;
  font-size: 17px;
  font-weight: 600;

  -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;
}

.requiredsct {
  font-size: 13px;
  color: #fff;
  padding-left: 10px;
}

.hm-weblang-ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 99%;
}

.hm-weblang-ul li {
  display: inline-block;
  margin-right: 5px;
  padding: 0;
}

.hm-weblang-ul li:last-child {
  display: inline-block;
  margin-right: 25px;
  padding: 0;
}

.hm-weblang-ul li:hover {
  opacity: 0.5;
}

/*= Pagination loader */

#pagination-loader {
  width: 40px;
  height: 40px;
  margin: 1.5em auto;
  background: #ccc;
  border-radius: 50%;
  -webkit-animation: pulse 1s infinite alternate;
  animation: pulse 1s infinite alternate;
  display: none;
}

@-webkit-keyframes pulse {
  from {
    opacity: 1;
    width: 40px;
    height: 40px;
  }

  to {
    opacity: 0.5;
    width: 35px;
    height: 35px;
  }
}

@keyframes pulse {
  from {
    opacity: 1;
    width: 40px;
    height: 40px;
  }

  to {
    opacity: 0.5;
    width: 35px;
    height: 35px;
  }
}
.footerzones li {
  color: #fff !important;
}
/* CYRIL EDITS */

.hm-learn-more {
  text-decoration: none;
  color: #f98105;
  text-align: center;
  margin-left: 45%;
}

.aboutsec p {
  margin-bottom: 10px;
}

.tagsections {
  margin: 5px 0 42px 0;
}
.hm-top {
  background-color: #02216a;
}
.hm-top-header {
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding-top: 20px;
  font-size: 1.8em;
  letter-spacing: 2px;
}

.hm-top-info {
  color: #02216a;
  text-align: center;
  padding-bottom: 20px;
  letter-spacing: 3px;
  font-size: 1.3em;
}

.hm-top-info p {
  margin: 0;
  color: #fff;
}

/* homepage products */
.raw-tabs {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
}
.raw-tabs li {
  width: 32%;
  min-width: 0;
  flex: 1;
  border-right: 1px solid #dbdbdb;
  display: inline-block;
  padding: 5px 10px;
  margin: 0;
  min-width: 260px;
  text-align: center;
}
.raw-tabs h3 {
  font-weight: normal;
}
.raw-tabs li a {
  text-decoration: none;
}
.active-tab-li {
  border-bottom: 3px solid #02216a;
}
.active-tab-li,
.active-tab-li a,
.active-tab-li a:visited {
  color: #02216a;
}

.products-list ul,
.hm-products-list ul {
  list-style-type: none;
  padding: 0;
  margin-top: 0 !important;
}
.products-list ul li,
.hm-products-list ul li {
  display: inline-block;
  min-width: 180px;
  width: 17.5%;
  margin: 20px 1%;
  vertical-align: top;
}
.products-list h2,
.hm-products-list h2 {
  font-size: 1.05em;
  width: 100%;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
}
.products-list h2 a,
.products-list h2 a:visited,
.hm-products-list h2 a,
.hm-products-list h2 a:visited {
  color: #000;
  text-decoration: none;
}

.products-list h2 a:hover,
.hm-products-list h2 a:hover {
  color: #02216a;
}

.cat-row {
  border-bottom: 1px solid #dbdbdb;
  padding: 20px 0 10px 0;
  width: 100%;
  display: inline-block;
}
.subcat-title {
  font-weight: normal;
  color: #02216a;
  letter-spacing: 1.01px;
  font-size: 1.4em;
  margin-top: 0;
}
.subcat-title a {
  color: #02216a;
  text-decoration: none;
}
.cat-row .btn {
  text-align: right;
  float: right;
}

.prod-row {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #dbdbdb;
  padding: 20px 0;
  vertical-align: top;
}
.prod-row-img {
  width: 15%;
  min-width: 150px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}
.prod-row-desc {
  width: 63%;
  display: inline-block;
}
.prod-row-btn {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
.prod-thumb {
  width: 23.7%;
  margin: 10px 1% 20px 0;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #dbdbdb;
  min-height: 520px;
  box-shadow: 0 0 10px 0px #dbdbdb;
}
.prod-thumb article {
  padding: 30px;
}
.prod-thumb-img {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.prod-thumb-btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}
.prod-thumb-desc {
  width: 100%;
}
.prod-row .entry-title,
.prod-thumb .entry-title {
  font-size: 1.2em;
  color: #00539c;
  font-weight: 600;
}
.prod-row .entry-title a,
.prod-thumb .entry-title a,
.prod-row .entry-title a:visited,
.prod-thumb .entry-title a:visited {
  color: #00539c;
}
.prod-thumb .btn.fill,
.prod-thumb .btn.fill:visited {
  width: 100%;
}
.prod-thumb-btn {
  margin: 20px 0 10px 0;
}

/* products end */
/* homepage sustainability section */
.hm-sust {
  padding-top: 40px;
  background-size: cover;
  background-repeat: no-repeat;
}
.hm-sust-info {
  text-align: center;
}
.hm-sust-info a {
  text-decoration: none;
  color: #f98105;
  margin-top: 20px;
}

.hm-sust-header {
  color: #fff;
  text-align: center;
  margin: 0;
  padding-left: 12%;
  width: 100%;
}
.hm-sust-head {
  display: inline-flex;
  width: 100%;
}
.hm-sust-logo {
  float: right;
}

.hm-sust-text {
  color: #fff;
  width: 70%;
  text-align: center;
  margin: auto;
  margin-bottom: 25px;
  font-size: 1.5em;
}

.hm-sust-link {
  padding-bottom: 40px;
}
/* homepage sustainability section - END */

/* homepage suppliers section */
.hm-suppliers {
  padding-top: 25px;
  padding-bottom: 35px;
}
.hm-suppliers-list {
  list-style: none;
  margin: 0;
}

.rotate180 {
  transform: rotate(180deg);
  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(180deg);
  /* Firefox */
  -moz-transform: rotate(180deg);
  /* IE */
  -ms-transform: rotate(180deg);
  /* Opera */
  -o-transform: rotate(180deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.hm-suppliers-list li {
  display: inline-block;
  width: 13.5%;
}
.hm-suppliers-header {
}
/* homepage suppliers section - END */

/* homepage customer support */
.hm-cust-service {
  background-color: #02216a;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 20px;
  color: #fff;
}
.cust-service-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.cust-service-list li {
  display: inline-block;
  margin: 0;
  color: #fff;
  font-size: 0.95 em;
  text-align: center;
  width: 20%;
  vertical-align: text-top;
  padding: 10px;
  padding-left: 25px;
}
/* homepage customer support - END */
/* our customers page */
.hm-our-cust {
  background-color: #f1f1f1;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 35px;
}
.hm-our-customers {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}

/* our customers page - END*/

/* our customers page */
.hm-src-cert {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 25px;
}

.hm-src-cert-list {
  list-style: none;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 10px;
}

.hm-src-cert-list li {
  width: 10%;
  padding: 5px;
  display: inline-block;
}

/* our customers page - END*/
.sr-top {
  background-color: #f1f1f1;
}

/* About us page */
.entry-content {
  display: none;
}
.abt-us-head {
  background: url("/wp-content/themes/sanitauk/images/Slices/About-Us/About-Header.webp");
  background-size: cover;
  min-height: 330px;
  margin-bottom: 20px;
}

.abt-us-intro {
  margin: 50px auto;
  min-height: 110px;
  line-height: 1.5em;
}
.abt-us-intro .frame {
  text-align: center;
}
.abt-us-head-title {
  color: #fff;
  width: 60%;
  text-align: left;
  margin-bottom: 0;
  padding-top: 55px;
}

.abt-us-head-text {
  color: #fff;
  width: 60%;
  text-align: left;
  margin-bottom: 0;
  padding-top: 25px;
}
.abt-us-intro-info {
  text-align: center;
  margin: 60px auto;
  width: 70%;
  color: #000;
}

.abt-us-mission,
.abt-us-vision {
  width: 48.5%;
  text-align: center;
  display: inline-block;
  min-height: 250px;
}

.abt-us-goals {
  height: 100%;

  background: linear-gradient(0deg, #002053 50%, #f1f1f1 50%);
  background: -o-linear-gradient(0deg, #002053 50%, #f1f1f1 50%);
  background: -ms-linear-gradient(0deg, #002053 50%, #f1f1f1 50%);
  background: -moz-linear-gradient(0deg, #002053 50%, #f1f1f1 50%);
  background: -webkit-linear-gradient(0deg, #002053 50%, #f1f1f1 50%);
}
.ct {
  padding: 0 15%;
}
.abt-us-vision {
  color: #fff;
}
.abt-us-vision-info p {
  color: #fff !important;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
}
.abt-us-mission-info p {
  color: #002053 !important;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-left: 5%;
}
.abt-us-mission img,
.abt-us-vision img {
  display: block;
  width: 20%;
  margin: 0 auto;
  padding-bottom: 0;
  padding-top: 40px;
}
.abt-us-vision h1 {
  color: #fff;
  margin-top: 0;
}
.abt-us-mission h1 {
  color: #002053;
  margin-top: 0;
}

.abt-us-goals {
  margin-top: 20px;
}
.abt-us-membership-logo img {
  display: block;
  margin: 0 auto;
  padding-bottom: 30px;
}
.abt-us-values-header {
  text-align: center;
  color: #002053;
  padding-top: 40px;
  margin-top: 0;
}
.abt-us-values-intro {
  text-align: center;
  font-size: 1.05em;
  margin: 0 auto;
  width: 75%;
  padding-bottom: 20px;
  color: #000;
}
.abt-us-values-img {
  display: flex;
}
.textq {
  width: 60%;
  margin: 0 auto;
  /* display: inline-block; */
  text-align: center;
  padding-bottom: 5px;
  line-height: 145%;
  color: #002053;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.5em;
}

.textq p {
  color: #002053;
  display: inline-block;
  margin: 0;
}
.textq-author {
  color: #000;
  text-align: center;
  font-weight: normal;
  padding-bottom: 40px;
  font-size: 0.9em !important;
  margin-top: 5px;
}

.textq span {
  font-size: 3em;
  font-style: italic;
  color: orange;
  font-family: sans-serif;
  vertical-align: bottom;
  line-height: 15%;
}

.openq {
  font-size: 7em;
  color: #02216a;
  width: 6% !important;
  display: inline-block;
  max-height: 67px;
}
.abt-us-qlty {
  background-color: #f1f1f1;
  min-height: 200px;
}
.abt-us-qlty-header {
  text-align: center;
  margin-top: 0;
  padding-top: 40px;
}
.abt-us-qlty-info {
  text-align: center;
  padding-bottom: 40px;
  margin: 0 auto;
  width: 80%;
}
.abt-us-qlty-info p {
  margin: 0;
}
.abt-us-qlty-membership {
  margin-top: 0;
  padding-top: 40px;
}
.abt-us-membership {
  min-height: 250px;
}
.abt-us-membership-header {
  text-align: center;
  margin-top: 0;
  padding-top: 40px;
}
.abt-us-membership-info {
  text-align: center;
  padding-bottom: 0;
  margin: 0 auto;
  width: 80%;
}

/* Homepage new edits */
.prod ul {
  width: 80%;
  text-align: center;
  display: flex;
  flex-flow: wrap;
}
.prod ul li {
  flex: 1;
  width: 17%;
}
.slick-slide {
  text-align: center !important;
}
.slick-slide img {
  margin: 0 auto;
}

/* Products inside */
.prod-inside-head {
  height: 250px;
  background-size: cover;
}

.prod-inside-title {
  color: #02216a;
  width: 100%;
  text-align: left;
  padding-top: 40px;
}

.prod-inside-mid {
  background-color: #f1f1f1;
  min-height: 250px;
}
.alignright1 {
  text-align: right;
}
.aligncenter {
  text-align: center;
}
.alignleft {
  text-align: left;
}
.searchbox {
  width: 100%;
  padding-top: 50px;
}
.searchbox input,
.searchbox1 input {
  padding: 5px 10px;
  width: 55%;
}
/* Products inside - End */

#searchform {
  width: 100%;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #f98105 #f98105 #f98105;
  border-radius: 5px;
  background-color: #f98105;
  color: #fff;
  font-size: 12px;
  font-size: 1rem;
  line-height: 1;
  padding: 9px 4px;
  width: 20%;
  display: inline-block;
}

/* .searchbox button,   .searchbox1 button {
		background-color: #f98105;
		color: #fff;
		margin-left: 15px;
		border-radius: 5px;
		width: 15%;
		padding: 11px 0;
	}   */

.prod-inside-header {
  color: #02216a;
  width: 100%;
  text-align: left;
  padding-top: 5%;
  margin: 0;
}
.searchcol {
  width: 30%;
  display: inline-block;
}
.searchcol2 {
  width: 65%;
  text-align: center;
  /* margin: auto 0; */
  /* display: flex; */
  /*padding-left: 21%;*/
}

.prodtitlecl1 {
  width: 55%;
  display: inline-block;
  text-align: right;
}
.prodtitlecl2 {
  width: 42%;
  display: inline-block;
}
.searchbox1 {
  float: right;
}
.breadcrumb {
  width: 67%;
  display: inline-block;
  padding: 10px 0;
  font-size: 0.9em;
  color: #02216a;
  font-style: italic;
  text-transform: capitalize;
}

.breadcrumb a,
.breadcrumb a:visited {
  color: #02216a;
  text-decoration: none;
  text-transform: capitalize;
}
.breadcrumb a:hover {
  color: #02216a;
}
.breadcrumb span {
  color: #02216a;
  text-transform: capitalize;
}

.inside-sub-prod {
  padding-bottom: 40px;
}
.inside-sub-prod .tagslistsector li {
  display: inline-block;
  margin: 5.5% 0.7% 2% 6%;
  padding: 7px;
  width: 17%;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
  max-width: none;

  vertical-align: top;
}

.inside-sub-prod .tagslistsector .hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0);
}

.inside-sub-prod-right .tagslistsector .hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  font-size: 0.85em;
  top: 0;
  left: 0;
  padding: 50px 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0);
}

.inside-sub-prod .tagslistsector .hovereffect:hover .overlay {
  background: rgba(1, 76, 131, 0.8);
}

.inside-sub-prod-industries {
  background-color: #02216a;
  margin-top: 99px;
  padding: 0 0 20px 0;
}

.inside-sub-prod-right .tagslistsector li {
  margin: 10px 40px 50px 0;
}

.industries-menu {
  padding-top: 1.1%;
}

.second-level-menu-nav-list {
  padding: 25px 0;

  background-color: #02216a;
  color: #fff;
  position: absolute;
  display: none;
  width: 100%;
  z-index: 99;
}

/*
.second-level-menu-nav-list {
    background: rgba(255, 255, 255, 0.97);
    display: none;
    height: auto;
    left: 0;
    opacity: 1;
		z-index:99;
    padding: 0;
    position: absolute;
    top: 38px;
    width: 100%;
    margin-top: 0;
    list-style-type: none;
    overflow: hidden;
    margin: 0;
    text-align: left;
    webkit-box-shadow: 0px 9px 5px -6px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 9px 5px -6px rgba(0,0,0,0.1);
    box-shadow: 0px 9px 5px -6px rgba(0,0,0,0.1);
    color: #000 !important;
    height:800px;
   
   
}*/

.industries-menu a {
  text-transform: uppercase;
  color: #fff !important;
}
.inside-sub-prod-search {
  background-color: #f1f1f1;
  height: 50px;
}
.inside-sub-prod-search .searchbox {
  display: flex;
  width: 106%;
  padding-top: 7px;
}

.inside-sub-prod-search .searchbox input,
.inside-sub-prod-search .searchbox1 input {
  width: 70%;
}
.inside-sub-prod-search .searchbox button,
.inside-sub-prod-search .searchbox1 button {
  width: 20%;
}

.inside-sub-prod-list {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding-left: 1px;
  padding-top: 18px;
  width: 81%;
}
ul.inside-sub-prod-list > li:first-child {
  margin-top: 0px;
  padding-bottom: 2px;
}
ul.inside-sub-prod-list li ul li h3 {
  margin: 0;
  padding: 6px 0px;
}

h2.srch-inside-single-title {
  color: #02216a;
  width: 100%;
  text-align: left;
  display: inline;
  margin: 10px 0;
  padding: 3px 0;
}
h2.srch-inside-single-title a,
h2.srch-inside-single-title a:visited {
  color: #02216a;
}
.srch-prod-img img {
  width: 100%;
  margin-top: 30px;
  border: 1px solid #dedede;
  max-width: 150px;
}

.srch-prod-ct1 {
  display: inline-block;
  width: 15%;
  vertical-align: top;
  margin-right: 1%;
}

.srch-prod-ct2 {
  display: inline-block;
  width: 80%;
  vertical-align: top;
}

.inside-sub-prod-list li.selected-cat-li,
.sectorul li.selected-cat-li {
  color: #f98105 !important;
  padding-bottom: 4px !important;
  margin: 5px 0 10px 0;
}

.inside-sub-prod-list li.selected-cat-li a:link,
.inside-sub-prod-list li.selected-cat-li a:visited,
.sectorul li.selected-cat-li a:link,
.sectorul li.selected-cat-li a:visited {
  color: #f98105 !important;
  font-weight: bold;
}

.inside-sub-prod-list li {
  color: #000;
  font-weight: 500;
  padding: 8px 0;
  font-size: 1em;
}
.inside-sub-prod-list li a {
  color: #000;
  padding-bottom: 20px;
}
.inside-sub-prod-right {
  display: inline-block;
  width: 69%;
  /* padding-left: 2%; */
  padding-bottom: 75px;
  vertical-align: top;
}
.inside-sub-prod-left {
  display: inline-block;
  width: 24%;
  margin-right: 6%;
  vertical-align: top;
  margin-top: 5px;
}
.single-prod-img img {
  width: 100%;
  margin-top: 30px;
  border: 1px solid #dedede;
}
.req-quote-icon {
  display: inline-block;
  padding-bottom: 0;
  padding-left: 5px;
}
.req-quote-icon img {
  vertical-align: middle;
}
.req-quote-link {
  float: right;
  padding-top: 1%;
}
.req-quote-link a {
  text-decoration: none;
  color: #f98105;
  font-weight: bold;
  font-size: 1.1em;
}
.single-prod-content {
  width: 100%;
}
.also-known-as {
  color: #02216a;
  margin-bottom: 5px;
}
.prod-details {
  background-color: #f1f1f1;
  margin-bottom: 10px;
  padding: 0 0 10px 0;
}
.prod-details-header {
  color: #02216a;
  padding: 15px 0 5px 0;
  margin: 0;
}

.prod-names {
  margin-bottom: 30px;
}
.req-quote-icon {
  padding-bottom: 10px;
}

.prod-specs {
  padding: 10px 0;
}

.prod-specs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.prod-specs ul li {
  display: inline-block;
  width: auto;
  padding: 15px 3% 0 0;
  margin: 0;
  vertical-align: top;
}

.prod-specs ul.product-list li p {
  margin-bottom: 0em !important ;
  padding: 0;
  margin-block-start: 0em !important;
  margin-block-end: 0em !important;
  vertical-align: top;
  line-height: 0.8em;
}
.prod-specs ul.product-list li {
  width: 100%;
  padding: 0px 3% 0 0;
}
.prod-specs ul.product-list li div {
  display: inline-block;
  width: 25%;
  padding: 15px 0;
  margin: 0;
  vertical-align: top;
}

.single-prod-header {
  display: inline-block;
  width: 100%;
}
.prod-inside-single-title {
  color: #02216a;
  width: 70%;
  text-align: left;

  display: inline;
}
.single-prod-page {
  padding-top: 35px;
}
.single-prod-list-header {
  margin: 0;
}

ul.children {
  list-style-type: none;
  padding-left: 0 !important;
}

ul.children li a {
  color: #02216a;
  padding: 10px 0;
  width: 78%;
}

.selected-cat-li {
  color: #f98105;
  border-bottom: 2px solid #f98105;
  font-size: 1.1em;
  margin-top: 0;
}
.selected-prod-li {
  color: #f98105 !important;
}
.selected-prod-li a {
  color: #f98105 !important;
}
.selected-prod-li {
  color: #f98105 !important;
  border-bottom: 2px solid #f98105;
}

.post-title {
  list-style-type: none;
  padding-left: 5px;
  margin-left: 10px;
}

/****************** Product Form  ******************/
.prodform {
  width: 100%;
  background-color: #f1f1f1;
  margin: 15px 0 10px 0;
  padding: 10px 0 0px 0;
}

.prodform .requestquote {
  margin: 20px;
}
.prodform .requestquote h2 {
  color: #02216a;
}
.prodform .prodformbg {
  width: 100%;
  min-width: 320px;
  padding: 5px 0 15px 0;
}
.prodform .formcontainer {
  width: 100%;
}

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

.prodform .rquestbtn {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}
.prodform .contactform-field > div {
  display: inline-block;
  width: 91%;
  height: auto;
  text-align: left;
}
.prodform .contactform-field2 {
  padding-top: 5px;
}

.prodform .contactform-field2 > div {
  display: inline-block;
  width: 98%;
  height: auto;
  text-align: left;
  padding-bottom: 10px;
}

.prodform .contactform-field > div span input,
.prodform .contactform-field > div span select,
.prodform .contactform-field2 > div span input,
.prodform .contactform-field2 > div span select {
  margin-top: 1px;
  padding: 5px 0 7px 8px;
  width: 97%;
  min-height: 20px;
}

.prodform .contactform-field2 > div span textarea {
  margin-top: 1px;
  padding: 5px 0 7px 8px;
  width: 97%;
  height: 86px;
}

.prodform .textcontent {
  margin-top: 16px !important;
}

.prodform .textcontent p:first-child {
  margin-top: 0 !important;
}

.prodform input[type="submit"].btn-submit {
  border-color: #f98105;
  background-color: #f98105 !important;
  color: #fff !important;
  width: 97%;
  margin-right: 30px;
  padding: 10px 25px;
  font-size: 17px;
  font-weight: 600;
  -webkit-box-shadow: 1px 1px 3px #f98105;
  -moz-box-shadow: 1px 1px 3px #f98105;
  -webkit-box-shadow: 1px 1px 3px #f98105;
  box-shadow: 1px 1px 3px #f98105;
  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;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  letter-spacing: 1px;
}
.prodform .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;
}
.industries-menu .btnhover > a::after {
  content: "";
  color: #fff;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  vertical-align: unset;
  padding: 4px;
  margin: 3px;
  margin-left: 5px;
  transform: rotate(45deg);
}

.industries-menu-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  column-gap: 120px;
}
#raw-list {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  list-style-position: inside;
}
.industries-menu-list li {
  display: inline-block;
  width: 100%;
  padding: 0px 0;
  margin: 7px 0;
  color: #fff;
  vertical-align: top;
  white-space: nowrap;
}
.industries-menu-list li a {
  color: #fff;
}
.industry-single-product {
  margin: 0;
  font-size: 0.95em;
}
.industries-menu-cat {
  width: 38%;
  display: inline-block;
  vertical-align: top;
}
.industries-menu-cat-2 {
  width: 28%;
  display: inline-block;
  vertical-align: top;
  /* text-align: center; */
  margin: 0px 0 0 14%;
}
.industries-menu-cat-3 {
  width: 19%;
  display: inline-block;
  vertical-align: top;
}
.industries-menu-cat-header {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 1.08em;
  width: 100%;
  text-transform: uppercase;
}

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

.menu-bottom li a {
  color: #fff;
  cursor: pointer;
}
.menu-bottom li a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 769px) {
  h1 {
    font-size: 1.7em;
  }
  .hm-learn-more {
    margin-left: 30%;
  }
  .inside-sub-prod-left {
    display: none;
  }
  .frame {
    width: 96%;
  }

  /**** Header and menu  ****/

  .frameheader {
    min-height: 70px;
  }

  .container {
    margin-top: 0px;
  }

  .logo {
    width: 99%;
    min-width: 90px;
    margin-top: 20px;
  }

  ul.logoul li {
    width: 30%;
  }

  .custom-logo-link {
    width: 99%;
  }

  ul.logoul li:nth-child(2) {
    margin: 5px 2px 0 2px;
    font-size: 0.65em;
  }

  #navbar-burger {
    display: block;
    top: 24px;
  }
  .menu1 {
    margin-top: 10px;
    display: none;
    width: 100%;
  }
  .menu-menu-top-container > ul > li:first-child {
    padding: 0px 0px 5px 0px;
  }
  .menu-menu-top-container > ul > li {
    padding: 5px 0px 5px 0px;
  }
  .menu-menu-top-container {
    width: 100%;
    background-color: #fff;
  }
  .main-navigation {
    width: 100%;
    margin-top: 0px;
  }
  .main-navigation ul {
    width: 100%;
    margin-top: 10px;
  }
  .main-navigation ul li {
    width: 100%;
    border-bottom: 1px solid #dedede;
    padding: 5px 5px 5px 9px;
    text-align: center;
  }
  .main-navigation ul li:last-child {
    border-bottom: 0px solid #dedede;
  }
  .fixed {
    background: #fff !important;
  }
  .menu-menu-top-container > ul > li:last-child {
    padding: 5px 5px 5px 9px;
    position: relative;
    text-align: center;
    right: 0;
  }

  .menu-menu-top-container > ul > li:last-child > a {
    cursor: default;
    padding: 0px 0px;
    background: none;
    color: #02216a;
    font-weight: normal;
    margin-top: 0px;
    text-align: center;
  }

  /**** end header and menu  ****/

  .slick-prev,
  .slick-next {
    display: none !important;
  }
  .headerbg {
    min-height: 250px;
    width: 100%;
  }
  .sloganheader {
    position: absolute;
    margin-top: 2%;
  }
  .sloganheader h1 {
    font-size: 1.3em;
    margin-top: 0%;
    margin-bottom: 13px;
  }
  .sloganheader span {
    font-size: 1.1em;
  }

  body.home #page #navbar-burger {
    right: 12px !important;
  }

  #page #navbar-burger {
    right: 12px;
  }
  .cust-service-list li {
    width: 48%;
  }

  .top-slider .slidetxtbg {
    width: 80%;
    background-color: rgba(244, 244, 244, 0.85);
  }
  .hm-top-header {
    font-size: 1.2em;
  }
  .hm-top-info {
    font-size: 1.1em;
  }
  .aboutsection {
    padding: 0px 20px 35px 20px;
  }
  .prodtitlecl1,
  .prodtitlecl2 {
    width: 100%;
    text-align: center;
  }
  .alignright1 {
    text-align: center;
  }
  .searchbox {
    padding-top: 1px;
  }

  div.contactview ul {
    margin-left: 3%;
  }
  div.contactview ul li {
    width: 100%;
  }
  div.contactview ul li:first-child,
  div.contactview ul li:nth-child(2),
  div.contactview ul li:nth-child(3) {
    width: 97% !important;
  }

  .menu-menu-top-container > ul.menu {
    width: 55%;
  }
  ul.tagslist {
    margin-top: 40px;
    margin-left: 6px;
  }
  ul.tagslist li {
    width: 99%;
  }
  ul.tagslistsector {
    margin-left: 5px;
  }
  ul.tagslistsector li {
    width: 44%;
  }
  .hm-sust-header {
    font-size: 1.4em;
    padding-left: 6%;
  }
  .hm-sust-text {
    font-size: 1.25em;
  }
  .hm-sust-logo {
    float: none;
    width: 99%;
  }

  ul.footersec li:first-child,
  ul.footersec li:nth-child(2),
  ul.footersec li:nth-child(3) {
    width: 97% !important;
    text-align: center;
    margin-top: 10px;
  }
  .hm-src-cert-list {
    padding-left: 10px;
  }
  .hm-src-cert-list li {
    width: 25%;
  }
  .formcontainer h2 {
    width: 63%;
  }
  .prod-inside-title {
    padding-top: 10px;
  }
  .abt-us-head-title {
    width: 90%;
    padding-left: 20px;
  }
  .abt-us-head-text {
    width: 90%;
    padding: 20px 20px 30px 20px;
  }
  .ct {
    padding: 0 5%;
  }
  .abt-us-goals {
    height: 100%;
    background: linear-gradient(90deg, #002053 50%, #f1f1f1 50%);
    background: -o-linear-gradient(90deg, #002053 50%, #f1f1f1 50%);
    background: -ms-linear-gradient(90deg, #002053 50%, #f1f1f1 50%);
    background: -moz-linear-gradient(90deg, #002053 50%, #f1f1f1 50%);
    background: -webkit-linear-gradient(90deg, #002053 50%, #f1f1f1 50%);
    background: -webkit-linear-gradient(90deg, #002053 50%, #f1f1f1 50%);
  }
  .abt-us-vision-info p,
  .abt-us-vision h1 {
    color: #002053 !important;
  }
  .abt-us-mission-info p,
  .abt-us-mission h1 {
    color: #fff !important;
  }
  .abt-us-mission,
  .abt-us-vision {
    width: 99%;
  }
  .textq {
    font-size: 1.02em;
    width: 94%;
  }
  .breadcrumb {
    display: none;
  }
  .inside-sub-prod-industries {
    margin-top: 100px;
    width: 100%;
    padding: 20px 0px;
  }
  .btnhover {
    padding-left: 8px;
  }
  .industries-menu-cat,
  .industries-menu-cat-2,
  .industries-menu-cat-3 {
    width: 99%;
  }
  .prod-inside-header {
    color: #02216a;
    width: 100%;
    text-align: left;
    padding-top: 15%;
    padding-left: 3%;
    margin: 0;
  }
  .industries-menu-cat-2 {
    margin: 0px 0 0 0;
  }
  .inside-sub-prod-search .searchbox {
    width: 100%;
    margin-top: 25px;
  }
  .searchcol {
    width: 100%;
  }
  .cat-row,
  .second-level-menu-nav-list div {
    padding-left: 3%;
  }
  .inside-sub-prod-right,
  .searchcol2 {
    width: 100%;
    margin-top: 15px;
  }
  #raw-list {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    list-style-position: inside;
  }

  .prod-ct2,
  .prod-ct1 {
    width: 96%;
  }

  .prodform .contactform-field,
  .contactform-field {
    width: 94%;
  }
  .prodform .contactform-field2 {
    width: 87.5%;
    margin-top: 2px;
  }
  .inside-sub-prod-right .tagslistsector li {
    margin: 10px 15px 50px 0;
  }
}
.hm-src-cert-list li img {
  max-height: 75px;
}

/*abco_kovex_section*/
.abco_kovex_section {
  background: #02216a;
}
.abco_kovex_section h1 {
	padding-top: 1rem;
	padding-bottom: 2rem;
}
.abco_kovex_section label {
  margin-top: 1rem;
  text-transform: capitalize;
}
.abco_kovex_section .btn-submit {
  margin-top: 1.5rem;
}

.x_btn {
	border: none !important;
	border-color: none !important;
	border-radius: none !important;
	background: none !important;
	color: black;
	line-height: none !important;
	padding: initial !important;
	font-weight: bold;
	position: absolute;
	right: 20px;
	top: 20px;
  }
	  .popup_2 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 111111;
  }
  
  .popup-content {
	background-color: #fff;
	padding: 20px;
	max-width: 70vw;
	max-height: 80vh;
	height: 100%;
	width: 100%;
	text-align: center;
	overflow-y: auto;
  }
  .popup-message {
	background-color: #fff;
	padding: 40px;
	max-width: 30vw;
	height: fit-content;
	width: 100%;
	text-align: center;
	overflow-y: auto;
	position: relative;
  }
  .popup-message .message_icon {
	margin-bottom: 3rem;
  }
  .popup-message .message_icon svg {
	width: 5rem !important;
	height: 5rem !important;
	fill: #f98105 !important;
  }
  .popup-message h4 {
	color: black;
	font-weight: bold;
  }
  .smaller{
    font-size: 0.7rem;
  }
  .required {
    color: #f98105;
  }
  @media screen and (max-width:768px) {
    .abco_kovex_section input[type="submit"]{
      width: initial !important;
    }
  }