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

custom 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 {
    font-family: 'Source Sans Pro', arial, sans-serif;
    font-size: 1em;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h1,
h2,
h3 {
    padding: 0;
    margin: 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;
    max-width: 100%;
    width: auto;
    border: 0;
}

/* 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 {
    font-family: 'Source Sans Pro', arial, sans-serif;
    color: #404040;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

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

p {
    padding: 0;
    margin: 0;
    margin: 0;
}

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

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: 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: .6em 1em .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: #000;
}

a:visited {
    color: #000;
}

a:hover,
a:focus,
a:active {
    color: #05539c;
}

a:focus {
    outline: thin dotted;
}

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

::-moz-selection {
    background: #05539C;
    color: #fff;
}

::selection {
    background: #05539C;
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

/* Small menu. */

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

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

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

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

.pretitle {
    color: #05539c;
    text-decoration: none;
    margin: 40px 0 15px 0;
    font-size: 1.1em;
}

.blue-serv,
.blue-serv:visited {
    color: #05539c;
    text-decoration: none;
}

.blue-serv:hover {
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.ab-sec1-ct>.firstsectab .hm-about>span>p {
    line-height: 27px;
}

.black,
.black:visited {
    color: #000;
}

.boldermenu {
    font-weight: 600;
    color: #05539c !important;
}

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

.fullframetimeline {
    width: 100%;
    margin: 0 auto;
    /*background-color:#dedede;*/
}

.fullframe {
    width: 100%;
    margin: 0 auto;
}

.frame2 {
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
}

.site-content {
    padding-top: 90px;
}

/****************** Header Homepage  ******************/

#masthead {
    z-index: 5;
    margin: 0 !important;
    /* padding: 10px 0 0 0; */
    width: 100%;
    z-index: 5;
    position: fixed;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    max-width: 1800px;
}

.header {
    margin: 0 !important;
    /*padding: 10px 0 0 0;*/
    width: 100%;
    z-index: 5;
    position: fixed;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    max-width: 1800px;
}

.header>div.frame {
    padding: 10px 0 0 0;
    background: #fff;
}

.text {
    font-size: 1.1em;
    color: #000;
}

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

.scroll-hint {
    cursor: pointer;
    display: none;
    position: absolute;
    /* bottom: 5rem; */
    /* top: 30rem; */
    margin-top: -2em;
    left: 47%;
    z-index: 999999;
    width: 1px;
    height: 0;
    background-color: #fff;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    /*transform: rotate(180deg);*/
}

.scroll-hint span {
    position: absolute;
    /*bottom: -3rem;*/
    bottom: 0.5rem;
    width: 10rem;
    left: 0;
    margin-left: -3rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    transition: all ease-in-out .6s;
}

.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
}

.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-fill-mode: both;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -ms-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-25px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-25px);
    }
    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0);
    }
    40% {
        -o-transform: translateY(-25px);
    }
    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-25px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.currentm {
    /*background-color:#ddd!important;*/
    transition: all ease-in-out .5s;
}

.currentm a {
    color: #05539C !important;
}

.currentm {
    color: #05539C !important;
}

.titleposit {
    width: 90% !important;
    display: inline-block;
}

/***** Start Button Style *****/

.btno {
    display: inline-block;
    position: relative;
    color: #f26523;
    font-weight: 800;
    background-color: transparent;
    border-radius: .1rem;
    text-decoration: none !important;
    font-size: 1.09rem;
    line-height: 1.9rem;
    padding: .5rem 2.5rem .5rem 0rem;
    -moz-transition: background-color 0.25s, color 0.25s;
    -o-transition: background-color 0.25s, color 0.25s;
    -webkit-transition: background-color 0.25s, color 0.25s;
    transition: background-color 0.25s, color 0.25s;
    text-transform: uppercase;
}

.btno svg {
    position: absolute;
    display: inline-block;
    right: 5px;
    top: 50%;
    width: 1.7rem;
    height: 1.7rem;
    margin-top: -.8rem;
    font-weight: bolder;
}

.btno svg circle,
.btno svg path,
.btno svg polygon,
.btno svg rect {
    fill: #f26523;
    -moz-transition: fill 0.25s;
    -o-transition: fill 0.25s;
    -webkit-transition: fill 0.25s;
    transition: fill 0.25s;
    /*stroke:#05539C;*/
}

.btno:hover {
    color: #05539C !important;
}

.btno.homebtn svg {
    margin-top: -1rem;
    margin-left: .5rem;
}

.btno h1:hover {
    color: #f26523 !important;
}

.btno:hover svg {
    transform: translateX(5px);
    opacity: .8;
    -moz-transition: opacity 0.5s, transform .5s;
    -o-transition: opacity 0.5s, transform .5s;
    -webkit-transition: opacity 0.5s, transform .5s;
    transition: opacity 0.5s, transform .5s;
}

.btno:hover svg circle,
.btno:hover svg path,
.btno:hover svg polygon,
.btno:hover svg rect {
    fill: #05539C;
}

.btno.white {
    color: #fff;
    /*border-color: #fff;*/
}

.btno.white:hover {
    /*background-color: #fff;*/
    color: #f26523 !important;
}

.btno.white:hover svg circle,
.btno.white:hover svg path,
.btno.white:hover svg polygon,
.btno.white:hover svg rect {
    fill: #f26523;
}

.btno.white svg circle,
.btno.white svg path,
.btno.white svg polygon,
.btno.white svg rect {
    fill: #fff;
}

/**** Blue ***/

/***** button for about INDVECO ****/

.btn1 {
    display: inline-block;
    position: relative;
    color: #05539C;
    font-weight: 600;
    background-color: transparent;
    border-radius: .1rem;
    text-decoration: none !important;
    font-size: 1.09rem;
    line-height: 1.2rem;
    padding: 1.5rem 2.7rem .5rem 0rem;
    -o-transition: background-color 0.25s, color 0.25s;
    -webkit-transition: background-color 0.25s, color 0.25s;
    transition: background-color 0.25s, color 0.25s;
}

.btn1 svg {
    position: absolute;
    display: inline-block;
    right: 0.1rem;
    top: 50%;
    width: 1.7rem;
    height: 1.7rem;
    margin-top: -0.4rem;
}

.btn1 svg circle,
.btn1 svg path,
.btn1 svg polygon,
.btn1 svg rect {
    fill: #05539C;
    -moz-transition: fill 0.25s;
    -o-transition: fill 0.25s;
    -webkit-transition: fill 0.25s;
    transition: fill 0.25s;
}

.btn1:hover {
    /*background-color: #ff6900;
    color: #fff !important; */
    color: #000 !important;
}

.btn1.homebtn svg {
    margin-top: -1rem;
    margin-left: .5rem;
}

.btn1 h1:hover {
    color: #000 !important;
}

.btn1:hover svg {
    transform: translateX(5px);
    opacity: .8;
    -moz-transition: opacity 0.5s, transform .5s;
    -o-transition: opacity 0.5s, transform .5s;
    -webkit-transition: opacity 0.5s, transform .5s;
    transition: opacity 0.5s, transform .5s;
}

.btn1:hover svg circle,
.btn1:hover svg path,
.btn1:hover svg polygon,
.btn1:hover svg rect {
    fill: #000;
}

.btn1.black {
    color: #000;
    /*border-color: #fff;*/
}

.btn1.white:hover {
    /*background-color: #fff;*/
    color: #000 !important;
}

.btn1.white:hover svg circle,
.btn1.white:hover svg path,
.btn1.white:hover svg polygon,
.btn1.white:hover svg rect {
    fill: #fff;
}

.btn1.white svg circle,
.btn1.white svg path,
.btn1.white svg polygon,
.btn1.white svg rect {
    fill: #fff;
}

/***** End Button Style *****/

.slogan1 {
    font-size: 3em;
    margin: 18% 0 0 4%;
    float: left;
    font-weight: normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.1em;
    text-shadow: 6px 4px 12px rgba(0, 0, 0, 0.8);
    display: none !important;
}

.slogan2 {
    font-size: 3em;
    font-weight: normal;
    float: right;
    padding: 8% 0 0 0;
    line-height: 1.1em;
    /*text-shadow: 4px -2px 12px rgba(222, 222, 222, 0.7);*/
    text-shadow: 6px 4px 12px rgba(0, 0, 0, 0.5);
    display: none !important;
}

.slogan3 {
    font-size: 3em;
    padding: 10% 0 0 0%;
    font-weight: normal;
    float: left;
    line-height: 1.1em;
    /*text-shadow:  4px -2px 12px rgba(222, 222, 222, 0.7);*/
    text-shadow: 6px 4px 12px rgba(0, 0, 0, 0.5);
    display: none !important;
}

.i_menu {
    display: inline-block;
    width: 73.2%;
    margin-right: 5.4%;
    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: 40px;
}

.i_menu>ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.i_menu>ul>li {
    display: inline-block;
    padding: 5px 15px;
    font-size: 1.05em;
}

.i_menu>ul>li a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    /*font-size: 0.95em;*/
}

.i_menu>ul>li a:hover {
    color: #05539C;
}

.i_menu>ul>li:last-child {
    padding: 5px 0 5px 5px;
}

.i_menu>ul>li>ul {
    height: 0px;
    position: absolute;
    color: #fff;
    background-color: #393939;
    text-align: left;
    padding: 0;
    z-index: 100;
    list-style-type: none;
}

.i_menu>ul>li>ul>li:first-child {
    padding-top: 12px;
}

.i_menu>ul>li>ul>li:last-child {
    padding-bottom: 12px;
}

.i_menu>ul>li>ul>li {
    display: list-item;
    width: 100%;
    font-size: 0.823em;
    padding: 4px 8px;
    opacity: 0;
}

.i_menu>ul>li>ul>li a {
    color: #fff;
    text-decoration: none;
}

.i_menu>ul>li>ul>li a:hover {
    color: #BABBBE;
}

.i_menu>ul>li:first-child:hover>ul {
    height: 79px;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.i_menu>ul>li:first-child:hover>ul li {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.98);
}

.fixed .logo {
    width: 15%;
    transition: all ease-in-out .5s;
    /*margin-right:2%;*/
    -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;
}

.rotate45deg {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.top-slider {
    z-index: 4;
    width: 100%;
    background-image: url(/images/INDEVCO-Group-Website-Header-Image-8.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 700px;
    min-height: 445px;
    background-position-x: 48%;
}

.philosophy-bg {
    background-image: url(/wp-content/themes/custom/images/Corporate-Philosophy-Image-transparent.png);
    z-index: 4;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-size: cover;
    height: 445px;
}

h2.hm-title2 {
    font-size: 1.7rem;
    text-align: left;
    font-weight: 300;
    text-transform: none;
    width: 100%;
    padding: 15px 0 15px 0;
    margin: 0 0 0 0;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
}

h2.hm-titleExhib {
    font-size: 2.1rem;
    text-align: left;
    font-weight: 300;
    text-transform: none;
    display: inline-block;
    width: 86%;
    padding: 30px 0 7px 0;
    margin: 0 0 0 0;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
}

.borderline {
    border-bottom: 1px solid #05539C;
    width: 100%;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */

@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.hidden,
.hidden0,
.hidden1,
.hidden2,
.hidden3,
.hidden4,
.hidden6,
.hidden7,
.hidden8,
.hidden9,
.hidden21 {
    visibility: visible;
}

.hm-sec1-ct,
.hm-sec2-ct,
.hm-sec3-ct,
.hm-sec4-ct,
.hm-sec5-ct,
.hm-sec6-ct {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    min-width: 300px;
}

.pg1 {
    /*min-height:710px;*/
    height: auto;
    width: 100%;
}

.pg1>div {
    /*position:fixed;*/
    display: inline-block;
    z-index: 0;
    width: 100%;
}

.pg1-sub {
    height: 500px;
    height: auto;
    width: 100%;
}

.pg2-sub {
    background-color: #fff;
    z-index: 2;
    position: relative;
    min-height: 200px;
    padding: 0 0 0 0;
}

.pg2 {
    background-color: #fff;
    z-index: 2;
    position: relative;
    margin-top: -25px !important;
}

footer,
.prefooter {
    z-index: 2;
    position: relative;
}

.arrow-down {
    display: none;
    margin-top: 20px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 100px;
}

.arrow-down div.ad-arrows {
    width: 12px;
    height: 12px;
    margin: 30px auto 0 auto;
    border-bottom: 1px solid #0D75A9;
    border-right: 1px solid #0D75A9;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.arrow-down div.ad-arrows:hover {
    color: #ddd;
    transition: all 0.3s ease-in-out;
}

.arrow-down div.ad-text {
    border-radius: 5px;
    color: #F5F6F8;
    border: 1px solid #F5F6F8;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    margin: -35px 0 0 0;
    position: absolute;
    z-index: 0;
    font-size: 0;
    height: 0;
}

.arrow-down:hover div.ad-text {
    background-color: #0D75A9;
    margin-top: -25px;
    padding: 5px;
    z-index: 2;
    width: 100px;
    height: 15px;
    font-size: 0.8em;
    transition: all 0.3s ease-in-out;
}

/* Who we are */

/*.hm-sec1-ct {
    font-size: 1.14em;
    line-height: 1.2;
    margin-bottom: 10px;
    background-color: #05539c;
    text-align: justify;
   
    display: inline-block;
    padding-bottom:15px;
    padding-top:5px;
}*/

.ab-sec1-ct {
    font-size: 1.14em;
    /* line-height: 1.2; */
    /*margin-top: 20px;*/
    background-color: #fff;
    text-align: center;
    /* max-height: 300px; */
    display: inline-block;
    padding-bottom: 25px;
    /* padding-top: 5px; */
    width: 100%;
}

.hm-sec1-ct .hm-sec-ct {
    text-align: justify;
    padding: 10px 0 0px 0;
}

.aboutrm {
    float: right;
    margin-top: -10px !important;
}

.sec2blacklayer {
    /*width:100%;
background-color:rgba(0,0,0,0.5);
min-height:300px;
padding: 70px 0 70px 0; margin:0;*/
    width: 100%;
    /*background-color: rgba(0,0,0,0.2);*/
    min-height: 300px;
    padding: 52px 0 0 0;
    margin: 0;
}

/* Our vision */

.hm-sec2-rghtsent {
    float: right;
    font-size: 1em;
}

.news-sec1 {
    width: 100%;
    padding-right: 0;
    display: inline-block;
}

.news-sec2 {
    width: 100%;
    /*margin: 0 0 0 4%;*/
    display: inline-block;
    vertical-align: top;
}

.newsnmore {
    margin-right: -15% !important;
    display: inline-block;
}

.exhibthumb {
    width: 18%;
    /*margin-right:3%;*/
    margin-top: 4px;
    /*min-width:240px;*/
    display: inline-block;
    vertical-align: top;
}

.exhibcontent {
    width: 78.5%;
    display: inline-block;
    vertical-align: top;
}

.exhibcontent p {
    font-size: 1em;
    padding: 0;
    margin: 0;
    color: #000;
}

.descriptxt>p {
    padding: 0;
    margin: 0;
    display: inline-block;
}

/* Sustainability */

.hm-sec3-ct .hm-sec-ct {
    /*max-height:200px;*/
    padding: 0 0 2px 0;
    margin-bottom: 40px;
}

.subsec-list li>div.hm-sus-img {
    padding: 0;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.hm-sec3-ct .subsec-fulldesc {
    margin-top: -50px;
    width: 100%;
    float: right;
    text-align: center;
}

.subsec-fulldesc {
    text-align: center;
    vertical-align: top;
}

.backgcolor {
    /* background-color: #05539c;
    padding: 10px 0 80px 0;
    margin-bottom: -72px;*/
    background-color: #05539c;
    padding: 0px 0 10px 0;
}

.subsec-title {
    font-size: 1.6rem;
    vertical-align: top;
    text-transform: none;
    font-weight: 600;
    margin: 15px 0 12px 0;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.socialcolor {
    color: #00a6e3;
}

.environmentalcolor {
    color: #2fa800;
}

.responsiblecolor {
    color: #ff9000;
}

.subsec-desc {
    font-size: 1.1rem;
    vertical-align: top;
    line-height: 1.4;
    color: #000;
    text-align: center;
    margin: 0 10px 0 10px;
}

.subsec-desc .btn {
    margin-left: 40px;
}

.hm-sec3-ct .subsec-list {
    display: inline-block;
    width: 100%;
    text-align: center;
    list-style-type: none;
}

.hm-sec3-ct .subsec-list li {
    display: inline-block;
    min-width: 200px;
    /* max-width: 355px; */
    padding: 15px 0px 15px 0px;
    vertical-align: top;
    text-align: left;
    width: 30%;
}

.hm-sec3-ct .subsec-list li:first-child {
    padding-left: 0;
}

.hm-sec3-ct .subsec-list li:last-child {
    padding-right: 0;
}

.hm-sec3-ct .subsec-list li:nth-child(2) {
    padding-left: 5%;
    padding-right: 4.3%;
}

.top-about {
    z-index: 4;
    width: 100%;
    background-image: url(/images/INDEVCO-Group-Website-Header-Image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 430px;
}

.slogan-sub {
    font-size: 65px;
    padding: 11% 0 0 0%;
    float: left;
    font-weight: normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.breadcrumb {
    font-size: 15px;
    padding: 15px 0 10px 0;
    text-transform: none;
    color: #3a3a3a;
    background-color: rgba(222, 222, 222, 0.95);
    font-style: italic;
    width: 100%;
    z-index: 4;
    position: relative;
}

.breadcrumb a {
    color: #3a3a3a;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb b {
    text-transform: capitalize;
}

.breadcrumbsul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.breadcrumbsul li {
    display: inline-block;
    width: auto;
    padding-right: 8px;
}

.clear1 {
    height: 50px;
    display: inline-block;
    width: auto;
}

.clear1-ab {
    height: 50px;
    display: inline-block;
    width: auto;
}

.clear-ab {
    height: 30px;
    width: auto;
}

/*Member Companies*/

.buttons {
    width: 100%;
    float: left;
    margin-right: 24px;
    margin-top: 10px;
}

.buttons2 {
    width: 250px;
    margin-top: 50px;
}

.divisions {
    width: 100%;
    font-size: 14px;
    margin-top: 30px;
    float: left;
}

.divisions ul {
    margin: 0 0 0 15px;
    padding: 0;
}

.division1 {
    width: 490px;
    float: left;
    margin-right: 44px;
}

.division1 a {
    color: #05539C;
}

.division1 a:hover {
    color: #000000;
}

.division1 ul {
    margin: 0 0 0 15px;
    padding: 0;
}

.division2 {
    float: left;
    width: 490px;
}

.division2 ul {
    margin: 0 0 0 15px;
    padding: 0;
}

.division2 a {
    color: #05539C;
}

.division2 a:hover {
    color: #000000;
}

.breadcrumbs2 {
    color: #05539C;
    float: left;
    width: 100%;
    margin-top: 40px;
    font-size: 16px;
    margin-bottom: 20px;
}

.regionbreadcrumb2 {
    text-transform: capitalize;
}

.sectorbredcrumb2 {
    font-weight: bold;
    text-transform: capitalize;
}

.map {
    width: 774px;
    margin-top: -30px;
    float: right;
}

.dropdown-menu {
    display: none;
    position: absolute;
    width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
    text-decoration: none;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}

.dropdown-menudiv {
    display: none;
    position: absolute;
    width: 300px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    z-index: 9999;
}

.dropdown-menudiv>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
    text-decoration: none;
}

.dropdown-menudiv>li>a:hover,
.dropdown-menudiv>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menudiv>.active>a,
.dropdown-menudiv>.active>a:hover,
.dropdown-menudiv>.active>a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}

.divisiontitle {
    color: #00529b;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 15px;
    text-transform: uppercase;
}

/*End Member Companies*/

/******* Contact US  ********/

.gettouchtitle {
    width: 100%;
    background-color: #05539C;
    border: 1px solid #05539C;
    color: #fff;
    padding: 15px;
    font-size: 1.1em;
    position: relative;
    bottom: 20px;
    left: -16px;
}

.gettouchtitle:first-child {
    margin-top: 5px;
}

.gettouchsubfull {
    height: auto;
    width: 100%;
    border: 1px solid #05539C;
    padding: 15px;
    margin-top: 20px;
}

.gettouchsubfull>ul,
.contactuls {
    list-style: none;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.gettouchsubfull>ul li {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin: 15px 3% 20px 0;
    font-size: 1em;
}

.gettouchsubfull>ul li:nth-child(2n) {
    border-left: 1px solid #dedede;
    padding-left: 29px;
}

.gettouchsubfull abbr[title],
acronym[title] {
    text-decoration: none !important;
}

/******* End Contact US  *******

  /******* Services ********/

.error-404 {
    margin-top: 20px;
}

.serviceslist {
    list-style: none;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.serviceslist li {
    width: 47%;
    display: inline-block;
    padding: 0;
    margin: 2% 2% 2% 0;
    text-align: left;
    font-size: 1.15em;
    color: #000;
    vertical-align: top;
    min-height: 75px;
    vertical-align: top;
}

/*.serviceslist li:nth-child(3n) {
                width: 19%;
                     margin: 15px 0% 15px 0;
            }*/

/*.serviceslist li.dlines {
            padding: 9px 15px 10px 5px;
        }*/

.serviceslist li a,
.serviceslist li a:visited {
    text-align: center;
    vertical-align: middle;
    color: #000;
    font-weight: 600;
}

.serviceslist li a:hover {
    color: #05539C;
    font-weight: 600;
}

.serviceslist li:nth-child(3n) a:before {
    content: " ";
}

.serviceslist li.blines {
    width: 87.5%;
    border-top: 1px solid #05539C;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 12px 2px 9px 0;
    height: 2px;
    padding: 0;
    min-height: 2px;
}

/******* End Services  ********/

/******* About Us  ********/

/*.aboutsmenu {
position: fixed;
top: 120px;
float:right;
}*/

/********* Philosophy  ************/

.textquote {
    width: 100%;
    display: inline-block;
    /*max-height: 65px;*/
}

.textquote .textq {
    font-size: 1.28em;
    width: 52%;
    display: inline-block;
    color: #000;
    vertical-align: top;
    padding-top: 17px;
    margin: 0 1% 0 0;
}

.textquote .closeq,
.textquote .openq {
    font-size: 7em;
    color: #05539C;
    width: 6% !important;
    display: inline-block;
    max-height: 67px;
}

.quotedescrip {
    width: 70%;
    margin-top: 20px;
    text-align: justify;
}

.sign {
    margin-top: 10px;
}

.founder {
    border-top: 1px solid #0669C4;
}

.corevaluetitle {
    background-color: #eadee2;
}

.corevaluetitle h2.hm-title,
.ourhistitle h2.hm-title {
    padding: 4px 0 4px 0;
    margin-top: 40px;
}

.corevaluecont {
    /*font-size:1.13em;
    line-height:1.3;
    width:100%;
    padding:0 0;
    background-image:url(/images/INDEVCO-Group-Website-About-Us-Values.jpg);
    background-repeat:no-repeat;
    min-height:300px;
    
   
    /*background-size:cover;*/
    /*margin-bottom: 27px;*/
    /*background-position-x: 44%;
    background-position-y: 98%;*/
}

.ourhistitle {
    background-color: #05539C;
}

.ourhistorycont {
    background-color: #05539C;
    height: 220px;
    padding: 50px 0 0 140px;
    color: #fff;
}

/******* End About Us  ********/

/******* Exhibitions ********/

.tabsyear {
    margin-bottom: -30px;
}

.tabsyear ul {
    list-style: none;
    color: #000;
    text-align: right;
    width: 100%;
}

.tabsyear ul li {
    margin: 0;
    display: inline-block;
    /*margin: 0 8px 0 8px;*/
    text-align: center;
    font-size: 1.4em;
    color: #000;
    width: 7%;
    float: right;
}

.tabsyear ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.tabsyear ul li a:hover {
    color: #05539C;
}

.tabsyear ul li+li a:after {
    content: " | ";
    padding: 2px 0 2px 8px;
    color: #000;
    text-align: left;
    /*background-color:red;*/
}

.tabsyear ul li:first-child a:after {
    content: " ";
}

ul.liexhibition {
    list-style: none;
    color: #000;
    width: 100%;
    display: inline-block;
    margin: 5px 0 0 0;
    padding: 0;
}

ul.liexhibition>li {
    width: 100%;
    margin: 0;
    display: inline-block;
    min-width: 275px;
    /* min-height: 0px; */
    vertical-align: top;
    border-bottom: 1px solid #666;
}

ul.liexhibition>li:last-child {
    margin: 0 0% 0 0%;
    border-bottom: 1px solid #fff;
}

.exhibitionsct {
    color: #000;
    padding: 37px 0px 37px 0px;
}

.exhibitionsct h2.sub {
    font-size: 1.2em;
    margin-bottom: 15px;
}

.exhibitionsct p {
    color: #000;
    padding: 0;
    margin: 0;
}

.exhtitle {
    margin: 15px 0 15px 0;
}

.exhibitionsct p a:link {
    text-decoration: none !important;
    font-weight: 600;
}

.exhibcontent h2 {
    font-size: 1.2em;
    margin-bottom: 2px;
}

.exhibitorname {
    margin-top: 10px !important;
}

/******* End Exhibitions ********/

/* Products*/

.prodblacklayer {
    background-color: rgba(0, 0, 0, 0.5);
    min-height: 311px;
    position: relative;
    z-index: 0;
}

.hm-sec4-ct .hm-sec-ct {
    padding: 23px 30px 0 0px;
}

/**** Sector Styles ***/

.sectorul {
    list-style: none;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    min-width: 200px;
}

.sectorul>li {
    display: inline-block;
    position: relative;
    margin: 0 2% 32px 0;
    width: 18%;
    vertical-align: top;
    font-size: 0.92rem;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
}

.sectorul>li:nth-child(5n) {
    margin-right: 0;
}

.sectorul>li img:hover {
    max-width: 100%;
    -moz-transition: all 0.6s ease-in;
    -webkit-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.sectorul li a,
.sectorul li>a:visited,
.sectorul li>a:hover {
    color: #000;
    text-decoration: none;
}

.sector-title {
    margin: 0;
    padding: 15px 0;
    height: 36px;
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
    margin-top: -82px;
    width: 100%;
}

/*.sector-title {
    margin: 0;
    padding: 5px 0;
    height: 68px;
    background-color: rgba(0,0,0,0.7);
    position: relative;
    margin-top: -82px;
    width: 100%;
}*/

.sector-title h4 {
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: normal;
    /*min-width: 184px;*/
}

/* Distribution Network*/

.hm-sec5-ct {
    text-align: center;
}

.hm-sec5-ct .hm-title {
    padding: 40px 0 8.7px 0;
}

.hm-sec5-ct .hm-sec-ct {
    background-color: #F7F7F9;
    margin: 20px 0 0 0;
    padding: 23px 0 0 0;
}

.hm-sec5-ct .hm-sec-ct img {
    /*max-width:800px;*/
}

/* Our suppliers*/

.supplierblacklayer {
    width: 100%;
    /*background-color: rgba(0,0,0,0.4);*/
    min-height: 400px;
    padding: 0 0 52px 0;
    margin: 0;
}

.hm-sec6-ct .hm-sec-ct {
    padding-top: 30px;
    font-size: 1.25em;
    line-height: 1.3;
}

.hm-sec6-ct .subsec-list {
    display: inline-block;
    width: 100%;
    text-align: center;
    list-style-type: none;
    padding-top: 58px;
}

.hm-sec6-ct .subsec-list li {
    display: inline-block;
    min-width: 100px;
    max-width: 200px;
    margin: 10px 30px;
    vertical-align: middle;
}

.hm-sec6-ct .subsec-list li:first-child {
    margin-left: 0;
    text-align: left;
}

.hm-sec6-ct .subsec-list li:last-child {
    margin-right: 0;
    text-align: right;
}

/* Scroll To Top*/

.back-to-top {
    position: fixed;
    bottom: 8em;
    display: none;
    border-radius: 50%;
    color: #05539C;
    cursor: pointer;
    text-decoration: none;
    font-size: .6em;
    padding: 1.45em;
    left: 94%;
    height: 4.5em;
    width: 4.5em;
    z-index: 150;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    background-color: #fff;
}

.back-to-top svg path {
    /*fill:#05539C;*/
}

.back-to-top:hover {
    opacity: .9;
    margin-bottom: 4px;
    transition: all 0.25s ease-in;
}

.btt {
    border: 1px solid #474746;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    margin: 0 auto 5px auto;
}

.btt-arrow {
    border-top: 1px solid #474746;
    border-left: 1px solid #474746;
    width: 9px;
    height: 9px;
    margin: 11px 9px 0 8px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.back-to-top:hover {
    color: #1876a7;
}

.back-to-top:hover .btt {
    border: 1px solid #eee;
    background-color: #1876a7;
    -ms-transform: translate(50px, -10px);
    /* IE 9 */
    -webkit-transform: translate(50px, -10px);
    /* Chrome, Safari, Opera */
    transform: translate(0, -10px);
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

.back-to-top:hover .btt-arrow {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}

/* Search */

.searchbox {
    display: flex;
    position: absolute;
    padding: 0px 5px;
    width: 390px;
    margin-top: -61px;
    background-color: #fff;
    border: none;
    -webkit-transform: translate3d(100px, 0, 0);
    transition: all ease-in-out .5s;
    -ms-transform: translate3d(100px, 0, 0);
    visibility: hidden;
    font-size: 1.2em;
}

.searchbox.opensearch {
    -webkit-transform: translate3d(-330px, 0, 0);
    -ms-transform: translate3d(-330px, 0, 0);
    -o-transform: translate3d(-330px, 0, 0);
    transform: translate3d(-330px, 0, 0);
    transition: all ease-in-out .5s;
    visibility: visible;
    background-color: #fff;
    box-shadow: 0px 0px 3px #666;
}

.searchbox img {
    padding: 0 !important;
    margin-bottom: -15px;
    cursor: pointer;
}

.searchbox input {
    border: none;
    padding: 10px 5px;
    font-size: 1em;
}

.searchicon {
    cursor: pointer;
}

.tbsearchkey {
    width: 76%;
}

.closesearch {
    margin-top: 7px;
    font-size: 1.3em;
    color: #006da8;
    cursor: pointer;
    padding: 0 5px;
    vertical-align: top;
    position: relative;
    display: inline-block;
}

.searchbox .wpdreams_asl_container {
    width: 92% !important;
    display: inline-block;
    vertical-align: bottom;
}

#ajaxsearchlite1 .probox,
div.asl_w .probox {
    padding-top: 13px !important;
    height: 41px !important;
}

.proinput input {
    font-size: 16px !important;
}

.searchpage {
    margin-bottom: 80px;
}

.search-row {
    margin-bottom: 25px;
}

.searchpage ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.searchpage ul li {
    font-size: 1.4em;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.searchpage ul li a {
    text-decoration: none;
}

.searchpage ul li p {
    font-size: .75em;
    font-style: italic;
    padding: 10px 0 5px 0;
}

.searchpage ul li .readmore {
    text-decoration: underline;
    font-size: .8em;
    color: #05539c;
    font-style: italic;
}

.searchpage ul li .readmore:hover {
    color: #000;
}

/********* Products hover styles ***************/

.second-level-menu-nav-list {
    background: rgba(255, 255, 255, 0.97);
    display: none;
    height: auto;
    left: 0;
    opacity: 1;
    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;
}

.mega-menu-content {
    width: calc(1300em / 17.5);
    height: 100%;
    margin: 0px auto;
    padding-top: 5.5%;
}

.mega-menu-content>h1,
.mega-menu-content>h1>a {
    margin-bottom: 30px;
    font-family: 'Source Sans Pro', arial, sans-serif;
    color: #05539C;
    text-decoration: none;
    font-size: 2.3rem;
    font-weight: 500;
    width: 97%;
}

.nav-list__item,
.secondary-nav-list__item {
    display: inline-block;
    font-family: 'Source Sans Pro', arial, sans-serif;
    font-size: 16px;
    color: #666;
    margin: 5px 0;
}

.nav-list__item+.nav-list__item {
    margin-left: 50px;
}

.mega-menu-content--with-search .mega-menu-columns {
    max-width: 99%;
    /*float: left;*/
    margin-bottom: 3.5%;
}

.mega-menu-column-item {
    display: inline-block;
    vertical-align: top;
    min-width: 340px;
    margin: 0 0% 15px 6%;
    border-right: 1px solid #9b9b9b;
    padding: 0px 0 15px 0;
}

.mega-menu-column-item:first-child {
    margin: 0 0% 15px 0%;
}

.mega-menu-column-item:last-child {
    border-right: 0px solid #9b9b9b;
}

.mega-menu-column-item ul {
    list-style: none;
    margin-left: 3px;
}

.mega-menu-column-item ul li {
    font-weight: 500 !important;
}

.mega-menu-column-item ul li a:link {
    font-size: 1.17em;
    color: #000 !important;
    font-weight: 500 !important;
}

.mega-menu-column-item ul li a:visited {
    font-size: 1.1em;
    color: #000 !important;
}

.mega-menu-column-item ul li a:hover {
    font-size: 1.1em;
    color: #05539C !important;
}

/*.mega-menu-column-item ul.mainul-sect {
            list-style:none; 
            height: 150px;
            }

    ul.mainul-sect li {
  
    }*/

.search-section {
    padding-left: 5px;
    margin-bottom: 4%;
    width: 100%;
}

.search-section h2,
.search-section a:link,
.search-section>input {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.search-section .search-field-wrapper {
    text-align: left;
}

.searchbox2 {
    /*position: absolute;*/
    margin-left: -80px;
    width: 355px;
    /*margin-top: -61px;*/
    background-color: #fff;
    border: none;
    -webkit-transform: translate3d(100px, 0, 0);
    transition: all ease-in-out .5s;
    -ms-transform: translate3d(100px, 0, 0);
    display: inline-block;
    font-size: 1.2em;
}

.searchbox2 img {
    padding: 0 !important;
    margin-bottom: -11px;
    margin-left: -32px;
    height: 32px;
    cursor: pointer;
}

.searchbox2 input {
    border: none;
    padding: 4px 5px 4px 5px;
    font-size: 0.8em;
    border: 1px solid #9b9b9b;
    font-style: italic;
}

.fsttext {
    font-size: 1.7rem;
    font-weight: 600;
    color: #05539C;
}

.ssttext {
    margin-left: 6%;
    font-size: 1.05em;
    font-weight: 600;
    color: #9b9b9b;
}

.search-field-wrapper {
    width: 400px;
    text-align: right;
    position: relative;
}

.search-section .search-field-wrapper .search-field:focus,
.search-section .search-field-wrapper .search-field {
    max-width: 380px;
}

.search-field-wrapper .search-field {
    padding-right: 40px;
    transition: all 0.3s ease-in-out;
    max-width: 250px;
}

.second-level-menu-nav-col {
    display: inline-block;
    /*width: 45%;*/
    width: auto;
}

/********* End Products hover styles ***************/

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

/***********  All Products   *************/

.prod-maincont {
    margin-top: 48px;
    width: 100%;
}

.prod-maincontdet {
    width: 100%;
}

.margin-t {
    margin-top: 40px;
}

.prod-co1-title {
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 1.2em;
    padding: 0px 0 0px 40px;
}

.prod-co1-title a {
    text-decoration: none;
}

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

.prod-col2 {
    display: inline-block;
    width: 69%;
    vertical-align: top;
}

.prod-col1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.prod-col1 ul li {
    margin-bottom: 8px;
    text-align: left;
    padding: 2px 0 2px 40px;
}

.liselected {
    background: url('/images/arrow-selected.png') -1px 50%;
    background-repeat: no-repeat;
}

.liselected a {
    color: #05539C;
    font-size: 1.25em !important;
}

.liselectedcust {
    background: url('/images/arrow-selected.png') -1px 50%;
    background-repeat: no-repeat;
    background-position: top left;
    margin-left: 0 !important;
    padding-left: 40px !important;
}

.matcust {
    border-bottom: none !important;
}

.matcust h3 {
    border-top: 1px solid #D6D6D6;
    padding-top: 10px;
    margin-top: -5px
}

.nav-subsector li.matcust:first-child h3 {
    border-top: none;
}

.lisubselected {
    background: url('/images/arrow-selected.png') -1px 50%;
    background-repeat: no-repeat;
}

.prod-col1 ul li a {
    font-size: 1.1em;
    text-decoration: none;
    font-weight: 500;
}

.prod-co2-title {
    background-color: #e6edf5;
    /*position:absolute;*/
    width: 100%;
    /*float:left;*/
}

.prod-co2-title h1 {
    font-weight: 500;
    color: #05539C;
    font-size: 1.8rem;
    padding: 5px 0px 5px 14px;
}

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

.prod-ct-title>h1 span {
    font-weight: 500;
    color: #05539C;
    font-size: 1.5rem;
    font-style: italic;
}

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

.pdeatils {
    margin: 0px 0 0 0;
    padding: 0;
}

.prod-col2>ul li {
    vertical-align: top;
    border-bottom: 1px solid #9b9b9b;
    padding: 22px 0 35px 0;
}

.prod-col2 div>ul.ulborder li {
    border-bottom: 1px solid #9b9b9b;
    padding: 22px 0 35px 0;
}

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

.prod-col2>ul li:first-child {
    padding: 10px 0 35px 0;
}

.prod-col2>ul li:last-child {
    border-bottom: 0px solid #9b9b9b;
}

.titleprod,
.titleprod a,
.titleprod a:visited {
    font-size: 1.2rem;
    color: #05539C;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
    text-decoration: none;
}

.descprod {
    font-size: 1.1rem;
    color: #000;
    padding-bottom: 3px;
}

.descprod span p {
    text-align: justify;
}

/************* Request Quotes   *****/

/**** GET IN TOUCH - START FORM ***/

.formcontainer .contactform-field div.subplist span.chk label {
    display: inline-block;
    width: 86%;
    margin-left: 0px;
    vertical-align: top;
    margin-left: 7px;
    margin-bottom: 2px;
}

.formcontainer .contactform-field div.subplist span.chk input[type='checkbox'] {
    display: inline-block;
    vertical-align: top;
}

.formcontainer {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
}

.contactform-field {
    width: 47%;
    min-width: 200px;
    vertical-align: top;
    display: inline-block;
    font-size: 1.1em;
    text-transform: none;
    color: #393939;
    padding: 5px 0 5px 0;
    font-weight: 500;
    margin-right: 2%;
}

.formcontainer .contactform-field:last-child {
    margin-right: 0;
}

.contactform-field1,
.contactform-field2 {
    width: 44%;
    min-width: 200px;
    display: inline-block;
    vertical-align: top;
    font-size: 1.1em;
    text-transform: none;
    color: #393939;
    padding: 5px 0 5px 0;
    font-weight: 500;
}

.contactform-field2>div>div:first-child {
    text-align: left;
    float: left;
    display: inline-block;
    width: 26%;
    text-wrap: none;
    height: auto;
    font-size: 0.9em;
    padding: 5px 0 0 0;
    color: #05539c;
    font-weight: 600;
}

.contactform-field>div,
.contactform-field1>div,
.contactform-field2>div {
    float: none;
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 4px 0;
}

.toptest {
    font-size: 1em;
    margin: 0px 0 20px 0;
    color: #05539c;
}

.toptestsub h2.hm-title {
    font-size: 1.45rem;
    text-transform: capitalize;
    font-weight: 500;
}

.insidesearch {
    font-size: 1.25rem;
    text-transform: capitalize;
    font-weight: 500;
}

.contactform-field>div>div:first-child {
    float: left;
    display: inline-block;
    width: 27%;
    text-wrap: none;
    height: auto;
    font-size: 0.9em;
    padding: 5px 0 0 0;
    color: #05539c;
    font-weight: 600;
    text-align: left;
}

.contactform-field1>div>div:first-child {
    text-align: right;
    float: left;
    display: inline-block;
    width: 16%;
    text-wrap: none;
    height: auto;
    font-size: 0.9em;
    padding: 5px 0 0 0;
    color: #fff;
}

.contactform-field>div>div,
.contactform-field1>div>div,
.contactform-field2>div>div {
    float: right;
    display: inline-block;
    width: 73%;
    height: auto;
    text-align: right;
}

.contactform-field1>div>div,
.contactform-field2>div>div {
    float: right;
    display: inline-block;
    width: 74%;
    height: auto;
    text-align: right;
}

.contactform-field>div>div input,
.contactform-field>div>div select {
    margin-bottom: 2px;
    padding: 5px 0 5px 8px;
}

.contactform-field2>div>div input,
.contactform-field2>div>div select {
    margin-bottom: 2px;
    padding: 5px 0 5px 8px;
}

.contactform-field>div>div input {
    width: 97%;
    min-height: 20px;
}

.contactform-field2>div>div input {
    width: 97%;
    min-height: 20px;
}

.contactform-field>div>div select {
    width: 100%;
    min-height: 20px;
}

.contactform-field2>div>div select {
    width: 97%;
    min-height: 20px;
}

.contactform-field>div>div>textarea {
    width: 100%;
    min-height: 40px;
    padding: 8px;
    margin: 3px 0 0 0;
    font-family: inherit;
}

.contactform-field2 {
    margin-left: 5%;
}

.contactform-field2>div>div>textarea {
    width: 97%;
    min-height: 130px;
    padding: 5px 0px;
    margin: 3px 0 0 0;
    font-family: inherit;
}

.contactform-field div input,
.contactform-field div select,
.contactform-field div textarea {
    max-width: 328px;
}

.rfq {
    padding-top: 30px;
    margin-bottom: 20px;
}

.btn-submit {
    float: right;
    border: none;
    background-color: #f26523 !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    padding: 8px 45px !important;
    margin: 10px 0 0 10px !important;
    cursor: pointer !important;
    border-radius: 0 !important;
    letter-spacing: 2px !important;
    background-image: none !important;
    -moz-border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    -o-border-radius: 50px !important;
    -webkit-appearance: none !important;
    -moz-border-radius-topleft: 50px !important;
    -moz-border-radius-topright: 50px !important;
    -moz-border-radius-bottomleft: 50px !important;
    -moz-border-radius-bottomright: 50px !important;
    -moz-border-radius: 50px 50px 50px 50px !important;
    -webkit-border-top-left-radius: 50px !important;
    -webkit-border-top-right-radius: 50px !important;
    -webkit-border-bottom-left-radius: 50px !important;
    -webkit-border-bottom-right-radius: 50px !important;
}

.btn-submit:hover {
    color: #A7A7A7;
    transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.reqstar {
    font-size: 17px;
    line-height: -0.5px;
    margin-left: 3px;
    color: red;
    position: absolute;
    float: right;
}

.thankyoutext {
    color: #000;
    min-width: 400px;
    font-size: 1em;
    margin-top: 10px;
}

/******************** End Request Quote **************************/

/**** Sub Sector List  ****/

.prod-col2 ul.subprodlist li {
    padding: 23px 0 23px 0;
}

.subprod-col1 {
    display: inline-block;
    width: 73%;
    vertical-align: top;
    /* background-color: red; */
    margin-right: 1.2%;
}

/*div.subplist table.checkpclass tbody tr td imput{
    width: 50px !important;
}

div.subplist table.checkpclass tbody tr td label {
    width: 120px !important;
    font-size: 0.9em;
    color: #000;
   
}*/

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

.subprod-col2 a>img {
    border: 1px solid #05539b;
}

.subprod-col1>.titleprod {
    margin-bottom: 20px;
    font-size: 1.4rem
}

.subprod-col1>.titleprod a,
.subprod-col1>.titleprod a:visited {
    text-decoration: none;
    font-size: 1.2rem;
}

/***********  End All Products   *************/

.nav-subsector {
    max-width: 300px;
}

.subprod-list {
    margin-top: 20px;
}

/*.prodsub-col2{
display:inline-block;
width:67%;
vertical-align:top;
margin-left: 1.8%;
}*/

.nav-margin {
    margin-left: 0;
}

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

.prod-ct2 {
    display: inline-block;
    width: 56.4%;
    vertical-align: top;
    /*margin-bottom:10px;*/
}

.prod-ct2 span {
    /*padding: 1px 0 20px 20px;*/
    text-align: justify;
    vertical-align: top;
}

.prod-ct2>span p {
    -webkit-margin-before: 0em !important;
    -webkit-margin-after: 0em !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
}

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

.prodspecs {
    width: 100%;
    margin-top: 6%;
}

.prodspecs>span p strong {
    color: #05539C;
}

ul.nav-subsector li {
    border-bottom: 1px solid #D6D6D6;
    margin-left: 40px;
    padding-left: 0;
    padding-bottom: 10px;
}

h3.col1 {
    color: #05539C !important;
    font-weight: 500;
}

.displayblock {
    display: block !important;
}

ul.nav-subsector>li h3.h3liselected {
    font-weight: 600 !important;
}

ul.nav-subsector li ul.nav-prodlist li {
    margin-bottom: 4px;
    text-align: left;
    padding: 3px 0 4px 40px;
    margin-left: 0px;
    border-bottom: 0px solid #9b9b9b;
}

ul.nav-subsector li ul.nav-prodlist li a {
    color: #000;
    font-weight: 500;
    font-size: 1.06em;
}

ul.nav-subsector li ul.nav-prodlist li a:hover {
    color: #05539C !important;
}

ul.nav-subsector li ul.nav-prodlist li:first-child {
    padding-top: 10px !important;
}

ul.nav-subsector li ul.nav-prodlist li.lisubselected a {
    font-weight: 600;
}

.selectedsubmenu {
    background-color: red;
}

.alsoknowas>h3 {
    color: #05539C !important;
    font-weight: 600;
}

.orange {
    color: #f26523 !important;
    font-weight: bolder;
}

.conatctusfor {
    font-weight: 600;
    color: #f26523 !important;
    font-size: 1.4em;
    margin-top: -2px;
    float: right;
    margin-bottom: 0px;
}

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

.col3-row1 h3 {
    margin-bottom: 8px;
    color: #05539C !important;
}

.col3-rowend {
    width: 190px;
    display: inline-block;
    vertical-align: top;
}

.col3-rowend h3 {
    margin-bottom: -17px;
    color: #05539C !important;
}

.h3liselected {
    text-align: left;
}

hr {
    display: block;
    unicode-bidi: isolate;
    -webkit-margin-before: 0.4em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    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;
}

ul.nav-subsector li:last-child {
    border-bottom: 0px solid #D6D6D6;
}

.h3asknow {
    padding-top: 30px;
    margin-bottom: 5px;
    font-style: italic;
}

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

.prodtype-uls {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.prodtype-uls>li {
    padding-top: 0.7em;
    padding-bottom: 0.8em;
    border-bottom: 1px solid #D6D6D6 !important;
    margin: 0;
    width: auto;
    font-weight: 500;
}

.prodtype-uls>li b {
    font-weight: 500;
}

.prodtype-uls>li:last-child {
    border-bottom: 1px solid #D6D6D6 !important;
}

/*.prodtype-uls > li:after{
        content: ',';
        }

          .prodtype-uls > li:last-child:after{
        content: ' ';
        }*/

table.tableborder {
    margin: 0;
    padding: 0;
}

table.tableborder tr.trborder:first-child>td {
    /*font-weight: 600 !important;*/
    border-bottom: 0px solid #D6D6D6;
    /*text-transform: uppercase;*/
    text-align: left;
}

table.tableborder tr.trborder:nth-child(2)>td {
    border-top: 1px solid #05539C;
    /*border-bottom: 1px solid #05539C;*/
    /*font-weight: 600 !important;*/
    text-align: left;
    /*text-transform: none;*/
}

table.tableborder tr.trborder>td {
    border-bottom: 1px solid #D6D6D6;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-align: left;
    font-weight: 500;
    /*text-transform: none;*/
}

.material-filter {
    padding: 20px 0 0 0;
}

.material-filter>div {
    display: inline-block;
    vertical-align: top;
}

.material-filter select {
    /*padding: 7px 2px;
    border-radius: 0;
    font-size: 16px;
    text-align: center;
    margin: 0 24px 0 0;
    cursor: pointer;
    min-width: 230px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #05539b;
    background-image: url(/images/arrow-select.png);
    background-repeat: no-repeat;
    background-position: right;
    -webkit-appearance: none;
    background-size: 16px;*/
    color: #05539b;
    -webkit-appearance: none;
    /*Removes default chrome and safari style*/
    -moz-appearance: none;
    /*Removes default style Firefox*/
}

.ui-button .ui-icon {
    background-image: url('/images/arrow-select.png') !important;
    background-position: bottom center !important;
    background-size: 20px;
}

.ui-icon {
    width: 22px;
    height: 22px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus,
.ui-selectmenu-button.ui-button:hover {
    background-image: none !important;
    background: none !important;
    background-color: transparent !important;
    border-top: none !important;
    border-bottom: 2px solid #05539b !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0 !important;
}

.ui-selectmenu-button.ui-button {
    background-color: transparent;
    background-image: none;
    border-top: none;
    border-bottom: 2px solid #05539b;
    border-left: none;
    border-right: none;
    border-radius: 0;
    width: 16em !important;
    color: #05539c !important;
}

.ui-button {
    padding: .4em 7px !important;
    margin-right: 1em !important;
}

.ui-widget {
    font-size: 15px !important;
    color: #05539c;
}

.material-filter select::-ms-expand {
    display: none;
}

/*.material-filter select option {
        text-align:center;
        font-size:14px;
        min-height:1px!important;
        padding:0!important;
        margin:0!important;
        
        }*/

.material-filter h6 {
    font-weight: normal;
    padding: 6px;
    margin: 0;
    font-size: 13px;
    font-style: italic;
    color: #333;
}

.material-filter input {
    font-family: 'Source Sans Pro', arial, sans-serif !important;
    background-color: #f26523;
    border: none;
    color: #fff;
    font-size: 1.1em;
    text-transform: uppercase;
    /*padding: 12px;*/
    padding: 8px 29px;
    margin-top: 30px;
    margin-left: 10px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    font-weight: 500 !important;
    letter-spacing: 2px;
    border-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomleft: 50px;
    -moz-border-radius-bottomright: 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-top-left-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
}

.material-filter input:hover {
    background-color: #E6EDF5;
    color: #f26523;
    transition: all ease-in .2s;
}

.emptylbl {
    padding: 10px;
    margin: 10px;
    line-height: 4.2;
    font-size: 18px;
    font-style: italic;
    color: #666;
}

.errormsg {
    font-style: italic;
    font-size: .8em;
    color: #F26523;
    padding: 0 10px;
}

/*.btnfilter {
background-image:url('/images/INDEVCO-Group-Website-Homepage-Search-Blue.png');
background-repeat:no-repeat;
    width: 40px;
    background-position: center;
    background-size: 25px;
    height: 40px;
}*/

/*.btnfilter[disabled] {
background-color:#E6EDF5;
color:#666;
cursor:default;

}
    .btnfilter[disabled]:hover {
    color:#666;
    }*/

.btnfilter[disabled] {
    cursor: default;
}

.btnfilterdiv {
    margin-top: -5px;
}

.top-section {
    width: 100%;
    display: inline-block;
}

.hm-sec2-ct .hm-sec-ct {
    text-align: left;
    padding: 30px 0;
}

/************************************ Customized ~ Desiree ********************************/

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

.frame {
    width: 96%;
    max-width: 1150px;
    margin: 0 auto;
}

.frame1 {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

.clear {
    height: 25px;
    width: auto;
}

.white,
.white:visited {
    color: #fff;
}

.entry-titles {
    font-size: 2.1rem;
    text-align: left;
    font-weight: 300;
    text-transform: none;
    width: 100%;
    padding: 10px 0 12px 0;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
}

.entry-title {
    font-size: 2.1rem;
    text-align: left;
    font-weight: 300;
    text-transform: none;
    width: 100%;
    padding: 10px 0 12px 0;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
}

.entry-title a {
    text-decoration: none;
}

.entry-title.white a {
    color: #fff;
}

.bg-blue {
    background-color: #05539c;
}

.center {
    text-align: center;
}

.hm-sec-ct {
    padding: 20px 0;
    color: #000;
    min-width: 300px;
}

.hm-parallax {
    font-size: 1.13em;
    line-height: 1.3;
    width: 100%;
    padding: 0 0;
    background-repeat: repeat;
    min-height: 300px;
    background-attachment: fixed;
    background-size: cover;
}

.parallax-1 {
    background-image: url('/wp-content/themes/custom/images/IG-Website-Home-Hard-Work.webp');
}

.sust-bg-image {
    background-image: url('/wp-content/themes/custom/images/IG-Website-Home-Sustainability-new.jpg');
    width: 100%;
    padding: 0;
    background-repeat: repeat;
    min-height: 420px;
    background-size: cover;
}

.parallax-2 {
    background-image: url('/wp-content/themes/custom/images/IG-Website-Home-Entrepreneurship.webp');
    background-position-x: 67%;
}

.blue,
.blue:visited {
    color: #05539c;
    text-decoration: none;
}

.hm-title-2 {
    width: 80%;
    display: inline-block;
    margin-top: 50px;
}

.title-btn {
    text-align: right;
}

/* Buttons */

.btn {
    display: inline-block;
    position: relative;
    color: #05539C;
    font-weight: 600;
    background-color: transparent;
    border-radius: .1rem;
    text-decoration: none !important;
    font-size: 1.09rem;
    line-height: 1.9rem;
    padding: .5rem 3.7rem .5rem 0rem;
    -moz-transition: background-color 0.25s, color 0.25s;
    -o-transition: background-color 0.25s, color 0.25s;
    -webkit-transition: background-color 0.25s, color 0.25s;
    transition: background-color 0.25s, color 0.25s;
}

.btn svg {
    position: absolute;
    display: inline-block;
    right: 1.5rem;
    top: 50%;
    width: 1.7rem;
    height: 1.7rem;
    margin-top: -.8rem;
    font-weight: bolder;
}

.btn svg circle,
.btn svg path,
.btn svg polygon,
.btn svg rect {
    fill: #05539C;
    -moz-transition: fill 0.25s;
    -o-transition: fill 0.25s;
    -webkit-transition: fill 0.25s;
    transition: fill 0.25s;
    /*stroke:#05539C;*/
}

.btn:hover {
    color: #000 !important;
}

.btn.homebtn svg {
    margin-top: -1rem;
    margin-left: .5rem;
}

.btn h1:hover {
    color: #05539C !important;
}

.btn:hover svg {
    transform: translateX(5px);
    opacity: .8;
    -moz-transition: opacity 0.5s, transform .5s;
    -o-transition: opacity 0.5s, transform .5s;
    -webkit-transition: opacity 0.5s, transform .5s;
    transition: opacity 0.5s, transform .5s;
}

.btn:hover svg circle,
.btn:hover svg path,
.btn:hover svg polygon,
.btn:hover svg rect {
    fill: #000;
}

.btn.fill,
.btn.fill:visited {
    background-color: #05539c;
    color: #fff;
    padding-left: 10px;
    transition: all ease-in .2s;
}

.btn.fill:hover,
.btn.fill:visited :hover {
    background-color: #fff;
    color: #05539c;
    transition: all ease-in .2s;
    border: 1px solid #05539c;
}

.btn.fill svg {
    color: #fff;
}

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

.btn.white:hover {
    /*background-color: #fff;*/
    color: #05539C !important;
}

.btn.white:hover svg circle,
.btn.white:hover svg path,
.btn.white:hover svg polygon,
.btn.white:hover svg rect {
    fill: #05539C;
}

.btn.white svg circle,
.btn.white svg path,
.btn.white svg polygon,
.btn.white svg rect {
    fill: #fff;
}

.split {
    display: inline-block;
    width: 83%;
}

.events-sec .btn,
.news-sec .btn {
    display: inline-block;
    text-align: right;
    float: right;
    margin-top: 66px;
    padding-right: 2.5rem;
}

.events-sec .btn svg,
.news-sec .btn svg {
    right: 0;
}

/* FOOTER */

.footerbg {
    width: 100%;
    background-color: #05539c;
}

.footer {
    color: #fff;
    background-color: #05539c;
    font-size: 0.9em;
    padding: 30px 0px;
    /*border-top: 1px solid #dedede;*/
    text-align: left;
    font-weight: 500;
    width: 39%;
    display: inline-block;
    margin-top: 95px !important;
}

.footer ul {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer ul li {
    margin-left: 3%;
    line-height: 1.5rem;
    vertical-align: top;
    font-size: 1em;
}

.footer ul li a:link,
.footer ul li a:visited {
    text-decoration: none;
    color: #fff;
}

.prefooter {
    padding: 0px 0 0px 0%;
    text-align: left;
    vertical-align: middle;
}

.prefooter div {
    display: inline-block;
    vertical-align: top;
    /*margin-bottom:7px;*/
}

.prefooter img {
    margin-top: 60px;
}

.menu-icons {
    width: 60%;
    display: inline-block;
    padding: 15px 0px;
}

.menu-icons ul.sect1 {
    width: 35%;
    vertical-align: top;
    padding: 0;
    margin: 0 5% 0 0;
    display: inline-block;
    list-style: none;
}

.menu-icons ul.sect1 li {
    min-width: 300px;
    line-height: 1.5rem;
    vertical-align: bottom;
    width: 100%;
    /*font-size:1em;*/
    font-size: 0.94em;
}

.menu-icons ul.sect1 li>a:link,
.menu-icons>ul.sect1 li>a:visited {
    color: #fff;
    text-decoration: none;
}

.menu-icons .socialmedia ul.sect1 li>a:link,
.menu-icons .socialmedia ul.sect1 li>a:visited {
    color: #fff;
    text-decoration: none;
}

.menu-icons ul.sect1 li>a:hover,
.menu-icons .socialmedia ul.sect1 li>a:hover {
    opacity: 0.8;
}

.socialmedia {
    width: 40%;
    display: inline-block;
}

.menu-icons .socialmedia ul.sect2 {
    width: 100%;
    min-width: 280px;
    display: inline-block;
    margin-top: 0px;
    padding: 0;
    /*vertical-align: top;
        padding: 0 0 0 0;
        text-align: right;
        */
}

.menu-icons .socialmedia ul.sect2 li {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 10.5%;
    margin-right: 2%;
    font-size: 1em;
    margin-top: -47px;
}

.menu-icons .socialmedia ul.sect2 li>a:hover>img {
    opacity: 0.75;
}

.menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.newsreadmore,
.newsreadmore:visited {
    color: #05539c;
    font-weight: 600;
    font-style: italic;
}

.brands-submenu {
    position: relative;
    margin-top: -45px;
    z-index: 0;
    background-color: transparent;
    float: right;
}

.abt-submenu {
    position: relative;
    z-index: 0;
    background-color: transparent;
    float: right;
}

.rightpos ul {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    text-transform: none;
    vertical-align: bottom;
    margin-bottom: 3px;
    min-width: 600px;
    padding: 0;
    list-style-type: none;
    text-align: right;
}

.rightpos>ul>li {
    display: inline-block;
    padding: 14px 2.4% 0px 2.4%;
    font-size: 0.85em;
}

.brands-submenu ul,
.abt-submenu ul {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    text-transform: none;
    vertical-align: bottom;
    margin-bottom: 3px;
    min-width: 600px;
    padding: 0;
    list-style-type: none;
    text-align: right;
}

.brands-submenu>ul>li,
.abt-submenu>ul>li {
    display: inline-block;
    padding: 14px 2.4% 0px 2.4%;
    font-size: 0.85em;
}

.brands-submenu>ul>li:last-child,
.abt-submenu>ul>li:last-child {
    padding: 2px 0%;
}

.brands-submenu ul li a,
.abt-submenu>ul>li>a {
    text-decoration: none;
    color: #05539C;
}

.brands-submenu>ul>li>a:hover,
.abt-submenu>ul>li>a:hover {
    color: #000;
}

.precontent {
    text-align: justify;
}

.businessul {
    list-style: none;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    min-width: 200px;
}

.businessul>li {
    display: inline-block;
    position: relative;
    text-align: center;
    /*overflow: hidden;*/
    margin: 0 7.5% 40px 0;
    width: 28%;
    font-size: 1.3rem;
    text-transform: none;
    vertical-align: central;
    box-shadow: 1px 2px 8px #666;
    -webkit-box-shadow: 1px 2px 8px #666;
    vertical-align: top;
}

.businessul>li:hover {
    opacity: 0.8;
    -moz-transition: all 0.6s ease-in;
    -webkit-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    -moz-transform: scale(0.92);
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
}

.businessul>li:nth-child(3),
.businessul>li:nth-child(6) {
    margin: 0 0 30px 0;
}

.businessul>li img:hover {
    max-width: 100%;
}

.businessul li a,
.businessul li>a:visited,
.businessul li>a:hover {
    color: #fff;
    text-decoration: none;
    font-size: 1.5em;
}

.businessul-title {
    margin: 0;
    padding: 32% 0 0 0;
    max-height: 135px;
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    /* margin-top: -229px; */
    width: 100%;
    position: absolute;
    top: 0;
}

.businessul-title h4 {
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: 600;
}

.businessul img {
    display: block;
}

.learnm {
    background-color: #05539C;
    margin-top: -5px;
}

.parallax-3 {
    font-size: 1.13em;
    line-height: 1.3;
    width: 100%;
    padding: 0 0;
    background-image: url(/wp-content/themes/custom/images/IG-Website-About-Family-Spirit.webp);
    background-repeat: no-repeat;
    min-height: 300px;
    background-attachment: fixed;
    background-position-x: 44%;
    background-position-y: 98%;
}

/********* Start menu style *********/

.menu {
    display: inline-block;
    width: 78%;
    margin-right: 0;
    text-align: left;
    /* font-size: 1.2em; */
    font-weight: 600;
    text-transform: none;
    vertical-align: bottom;
    margin-bottom: 5px;
    min-width: 600px;
    float: right;
    margin-top: 35px;
    /*old 50px*/
}

.menu-primary_menu-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: 15px;
}

.menu-primary_menu-container>ul.menu {
    display: inline-block;
    padding: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    list-style-type: none;
    width: 79%;
    text-align: right;
}

.menu-primary_menu-container>ul>li {
    display: inline-block;
    padding: 5px 20px 3px 20px;
    font-size: 1.05em;
}

.menu-primary_menu-container>ul>li:first-child {
    padding: 5px 20px 0px 0px;
}

.menu-primary_menu-container>ul>li:last-child {
    padding: 5px 0px 0px 20px;
}

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

.menu-primary_menu-container>ul>li>a:hover {
    color: #05539c;
}

.membersbutton {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    width: 100px;
    height: 35px;
    cursor: pointer;
}

.membersbuttondiv {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    width: 200px;
    height: 35px;
    cursor: pointer;
}

.membersbutton#NorthAmericabutton {
    width: 120px !important;
}

.membersbutton#MiddleEastbutton {
    width: 130px !important;
}

/*********************** End menu style ***********************/

/************** Start Ham Style Menu ***************/

#hamb-menu-container {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
    width: 390px;
    background-color: rgba(255, 255, 255, 0.98);
    padding-top: 21px;
    z-index: 12345678;
    /*border-right: solid 1px #dcdcdc;*/
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#navbar-container.open #navbar-burger {
    background-color: transparent;
}

#navbar-container.open #navbar-burger .b-bun {
    background: #05539c;
}

#hamb-menu-container #hamb-menu {
    overflow-x: auto;
    min-height: 100%;
    font-weight: normal;
    position: relative;
    -webkit-transform: translate3d(350px, 0, 0);
    -ms-transform: translate3d(350px, 0, 0);
    -o-transform: translate3d(350px, 0, 0);
    transform: translate3d(350px, 0, 0);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#hamb-menu-container #hamb-menu li,
#hamb-menu-container #hamb-menu ul {
    list-style-type: none;
}

#hamb-menu-container #hamb-menu .hamb-submenu {
    margin-top: 0px;
    margin-left: -18px;
}

#hamb-menu-container #hamb-menu .hamb-submenu>li {
    border-bottom: 1px solid #dbdbdb;
    padding: 3px 0px 3px 0;
}

#hamb-menu-container #hamb-menu .hamb-submenu>li:last-child {
    border-bottom: 0px solid #dbdbdb;
    padding: 3px 0px 3px 0;
}

#hamb-menu-container #hamb-menu .hamb-submenu>li a {
    display: block;
    color: #000;
    text-decoration: none;
    margin: 0;
    font-weight: 500;
}

#hamb-menu-container #hamb-menu .hamb-submenu>li a:hover {
    color: #05539c;
    font-weight: 500;
}

#hamb-menu-container.open {
    visibility: visible;
    opacity: 1;
}

#hamb-menu-container.open #hamb-menu {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#navbar-container {
    position: absolute;
    right: 0px;
    display: inline-block;
    top: 0;
}

.animateheader #navbar-container {
    right: -20px;
    opacity: 0;
}

#navbar-burger {
    z-index: 123456789;
    position: relative;
    background-color: #05539C;
    border: 0;
    cursor: pointer;
    width: 60px;
    padding: 15px 0px 0px 15px;
    min-height: 56px;
    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: 39px;
    display: block;
}

#navbar-burger .b-bun {
    position: relative;
    background: #fff;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .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;
}

#hamb-menu-level-1 {
    padding: 24px 20px 1px 20px;
}

#hamb-menu-container #hamb-menu li,
#hamb-menu-container #side-menu ul {
    list-style-type: none;
}

#hamb-menu-container #hamb-menu ul li a {
    font-size: 17px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px;
}

#hamb-menu-level-1>li {
    width: 100%;
    display: list-item;
    border-bottom: 2px solid #dbdbdb;
    list-style-type: none;
    padding: 3px 5px 3px 5px;
    font-weight: 600;
    font-size: 1.1em;
}

#hamb-menu-level-1>li:last-child {
    border-bottom: 2px solid #05539D;
}

#hamb-menu-level-1 a {
    text-decoration: none;
    color: #000;
}

#hamb-menu-level-1 li a:hover {
    text-decoration: none;
    color: #05539D !important;
}

#navbar-container.open #navbar-burger .b-bun--top {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
}

#navbar-container.open #navbar-burger .b-bun--mid,
#navbar-container.open #navbar-burger .b-bun--mid2 {
    opacity: 0;
}

#navbar-container.open #navbar-burger .b-bun--bottom {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 4px;
}

#hamb-menu-level-2 {
    padding: 0px 20px 1px 20px;
    margin: 5px 0 0 0;
    text-align: left;
}

#hamb-menu-level-2 li {
    width: 100%;
    display: list-item;
    border-bottom: 2px solid #dbdbdb;
    list-style-type: none;
    padding: 3px 5px;
    font-weight: 600;
    font-size: 1.1em;
}

#hamb-menu-level-2 li a {
    text-decoration: none;
    color: #000;
}

#hamb-menu-level-2 li a:hover {
    text-decoration: none;
    color: #05539D !important;
}

#hamb-menu-level-2 li:first-child {
    padding: 5px 5px;
}

#hamb-menu-level-2 li:last-child {
    border-bottom: 0px solid #dbdbdb;
    padding: 8px 5px 0 5px;
}

.menu-sm-icons {
    padding: 2px 45px 0 10px;
    text-align: right;
    margin-top: -22px !important;
}

.menu-sm-icons li {
    display: inline-block;
    width: 11%;
    padding: 0 5px;
    border: none;
}

.menu-sm-icons li:hover {
    opacity: 0.7;
}

.hm-right-div {
    margin-top: 0;
}

.hm-right-icons {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.hm-right-icons li {
    max-width: 62px;
    position: relative;
    z-index: 0;
    background-color: #05539C;
    margin-top: 0;
    border-top: 1px solid #eee;
    max-height: 56px;
}

.hm-right-icons li img {
    padding: 8px 0 10px 16px;
    /* margin: 7px 0 7px 0; */
}

/************** End Ham Style Menu ***************/

/* brands page */

@media screen and (min-width: 680px) {
    .animateheader .menu li {
        margin-bottom: 2px;
        opacity: 1;
    }
}

@media only screen and (max-width: 768px) {
    #navbar-container {
        position: absolute;
        right: 1px;
    }
}

.sectorul {
    margin-top: 30px;
}

.sectorul>li img:hover {
    max-width: 100%;
    -moz-transition: all 0.6s ease-in;
    -webkit-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    -moz-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 0.8;
}

.sectorul>li a.brlink {
    text-transform: lowercase;
    vertical-align: top;
}

/*end brands page */

.mc-row>h1 {
    color: #00529b;
    font-size: 1.2em;
    padding-top: 15px;
    width: 100%;
}

.mc-desc h2 {
    color: #666;
    font-size: 1.05em;
    font-weight: bold;
    width: 100%;
    margin-top: 1px
}

.mc-desc p {
    padding: 0;
    margin: 0;
    font-size: .9em;
}

.mc-content {
    padding: 10px 0;
}

.mc-content>div {
    width: 310px;
    margin-right: 25px;
    font-size: .9em;
    display: inline-block;
    vertical-align: top;
}

.mc-bg {
    background-repeat: no-repeat;
    background-position: top right;
    margin-left: 0;
    width: 100%;
    margin-top: 2px;
}

.mc-btn-group h5 {
    color: #00529b;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    margin: 5px 0 10px 0;
}

.mc-btn-group {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}

.mc-btn-group>div {
    display: inline-block;
    margin-right: 25px;
}

/*products page */

.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: #05539C
}

.cat-row {
    border-bottom: 1px solid #dbdbdb;
    padding: 20px 0 10px 0;
    width: 100%;
    display: inline-block;
}

.subcat-title {
    font-weight: normal;
    color: #05539c;
    letter-spacing: 1.01px;
    font-size: 1.4em;
}

.subcat-title a {
    color: #05539c;
    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;
}

/*col specs */

.sp-col1 {
    width: 40.5%;
}

.sp-col1-1 {
    width: 100%;
}

.sp-col1-2 {
    width: 55%;
}

.sp-col2,
.sp-col3 {
    width: 29%;
}

.sp-col1,
.sp-col2,
.sp-col3,
.sp-col1-1,
.sp-col1-2 {
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
}

/* Single Product Page */

.singleprod-gallery,
.singleprod-desc,
.singleprod-spec1,
.singleprod-spec2 {
    display: inline-block;
    vertical-align: top;
}

.singleprod-gallery {
    width: 29%;
}

.singleprod-desc {
    width: 70%;
    padding-left: 3%;
}

.singleprod-spec1 {
    width: 69%;
    padding-left: 2.5%;
}

.singleprod-spec2 {
    width: 30%;
    padding-right: 3%;
}

.singleprod-content h3 {
    color: #05539c;
    font-weight: 500;
    margin: 20px 0 10px 0;
    padding: 0;
    font-size: 1.1em;
    font-weight: 700;
}

.singleprod-spec2 div p {
    border-bottom: 1px solid #dbdbdb;
    padding: 5px 0 2px 0;
    margin: 0;
}

/* Filter Styles */

.filter-container {
    padding: 20px 0;
}

.filter-container h6 {
    font-weight: normal;
    padding: 6px;
    margin: 0;
    font-size: 13px;
    font-style: italic;
    color: #333;
}

.filter-container>form>div {
    display: inline-block;
    vertical-align: bottom;
    min-width: 100px;
    margin: 0 15px 0 0;
    width: 20%;
}

.filter-container select {
    background-image: none;
    background: none;
    background-color: transparent;
    border-top: none;
    border-bottom: 2px solid #05539b;
    border-left: none;
    border-right: none;
    border-radius: 0;
    color: #05539c;
    cursor: pointer;
    min-width: 220px;
    width: 100%;
}

.filter-loading {
    position: absolute;
    margin-top: 0;
    margin-left: 70px;
    margin-top: -20px;
    width: 30px;
    height: 30px;
    background-image: url('/wp-content/themes/custom/images/INDEVCO-Wheel.gif');
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
}

.filter-btn {
    font-size: 1.1rem;
    background-color: #f26523;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 29px;
    margin-top: 30px;
    margin-left: 10px;
    cursor: pointer;
    letter-spacing: 2px;
    border-radius: 50px;
    font-weight: 500;
}

.pg-abt section {
    margin-bottom: 30px;
}

.pg-abt section.philosophy-bg {
    padding-bottom: 30px;
    margin-bottom: 0;
}

.pg-abt section.corevaluetitle {
    margin-bottom: 0;
}

.page-id-44 footer {
    margin-top: 0;
}

.prod-views {
    width: 100%;
    text-align: right;
    margin-top: -50px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    margin-right: 2px;
}

.prod-views img {
    margin-right: 10px;
    max-width: 50px;
}

.pnlform {
    background-color: #e6edf5;
    padding: 10px 20px;
    width: 100%;
    min-width: 320px;
    margin-top: 10px;
}

.fixed-aboutmenu {
    position: fixed;
    top: 86px;
    min-width: 800px;
    left: 0;
    padding: 0px 0 3px 0;
    box-shadow: 1px 1px 10px #666;
    -webkit-box-shadow: 1px 1px 10px #666;
    -moz-box-shadow: 1px 1px 10px #666;
    z-index: 1;
    background-color: rgba(244, 244, 244, 1);
    -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;
    width: 100%;
    margin: 0 auto;
}

.fixed-aboutmenu>div.brands-submenu {
    width: 96%;
    max-width: 1024px;
    margin: 0 auto;
    -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-aboutmenu>div.rightpos {
    width: 96%;
    max-width: 1024px;
    margin: 0 auto;
    -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;
}

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

@media screen and (min-width:680px) {
    .hidden,
    .hidden0,
    .hidden1,
    .hidden2,
    .hidden3,
    .hidden4,
    .hidden6,
    .hidden7,
    .hidden8,
    .hidden9,
    .hidden21 {
        visibility: hidden;
    }
    .animateleft {
        margin-left: -1000px;
        opacity: 0;
    }
    .animateleft2 {
        margin-left: -100px;
        opacity: 0;
    }
    .animateheader .logo img {
        margin-left: -2000px;
        opacity: 0;
    }
    .animateheader .menu li {
        margin-bottom: 40px;
        opacity: 0;
        position: relative;
    }
    /*.hambmenucontainer {
        right: -100px;
        opacity: 0;
    }*/
    .rotate0 {
        /*-ms-transform: rotateX(0)!important; 
    -webkit-transform: rotateX(0)!important;*/
        transform: rotateY(0) rotateX(0) !important;
        /*-ms-transform: skewX(0); 
    -webkit-transform: skewX(0); 
    transform: skewX(0);*/
        transition: all ease-in-out .4s !important;
        -ms-transition: all ease-in-out .4s !important;
    }
    .animateul li,
    .animateulsub li {
        /*-ms-transform: rotateX(90deg); 
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);*/
        transform: rotateY(19deg) rotateX(38deg);
        opacity: 0;
        transition: all ease-in-out .4s !important;
        -ms-transition: all ease-in-out .4s !important;
    }
    .animateul li img,
    .animateulsub li img {
        /*  margin-left: -100px;*/
        transition: all ease-in-out .4s;
        -ms-transition: all ease-in-out .4s;
    }
    .animateul li .sector-title,
    .animateulsub li .sector-title {
        margin-top: -100px;
    }
    .animate1x1Down .hm-sus-img img,
    .animate1x1Down .subsec-fulldesc {
        margin-top: -50px;
        height: 0;
        opacity: 0;
    }
    .animatetextup {
        margin-top: 100px;
        opacity: 0;
    }
    .animatetextup1 {
        margin-top: 200px;
        opacity: 0;
    }
    .animateright {
        margin-right: -50px;
        opacity: 0;
    }
    .animatezoom>li {
        zoom: .75;
        opacity: 0;
    }
    .animatezoom>li div {
        zoom: 1 !important;
    }
}

@media screen and (max-width:1080px) {
    .frame,
    .frame1,
    .frame2 {
        padding: 0 2%;
        width: 98%;
    }
    .product-name {
        font-size: 1.8em;
    }
}

/* Mobile  breaks  */

@media screen and (max-width:680px) {
    .stsbgimage {
        min-height: 105px;
    }
    /**********  Products Mobile ***********/
    .top-section>.prod-col1 {
        width: 100% !important;
    }
    .prod-maincont>.prod-col1 {
        display: none !important;
    }
    .prod-maincontdet>.prod-col1 {
        display: none !important;
    }
    .prod-maincont>.prod-col2 {
        width: 98% !important;
    }
    .subprod-col2 {
        width: 36.9% !important;
    }
    .subprod-col1 {
        width: 56% !important;
    }
    .descprod span p {
        text-align: inherit !important;
    }
    .prod-co2-title h1 {
        font-size: 1.4rem;
    }
    .conatctusfor {
        float: none !important;
    }
    .prod-ct-title {
        min-width: 320px;
    }
    .prod-ct-title>h1 span {
        width: 98% !important;
    }
    .top-section>.prod-col1>h2.hm-title {
        padding: 0px 0 7px 0;
    }
    .descprod>.btn {}
    .subprod-list>div {
        width: 98% !important;
        min-width: 320px !important;
    }
    .hm-sec-ct {
        padding: 30px 25px 0 4px !important;
        text-align: justify;
    }
    .products-list ul li,
    .hm-products-list ul li {
        width: 100%;
    }
    /**********  End Products Mobile ***********/
    .product-name {
        font-size: 1.5em !important;
    }
    .contactform-field {
        width: 100% !important;
    }
    .contactform-field2 {
        width: 100% !important;
    }
    .scroll-hint {
        display: none !important;
    }
    .aboutsmenu {
        display: none !important
    }
    .back-to-top {
        display: none !important;
    }
    .frame,
    .frame1,
    .frame2 {
        padding: 0;
        width: 94%;
    }
    h2.hm-titlefirst {
        font-size: 1.8rem;
    }
    .rightpos ul {
        display: none;
    }
    .hm-right-div ul li {
        margin-top: 59px;
        padding-right: 14px;
    }
    .hm-right-div ul li.newsicon {
        display: none;
    }
    .top-slider {
        height: 350px;
    }
    .clear-ab,
    .clear1-ab {
        display: none;
    }
    .slogan1,
    .slogan2,
    .slogan3 {
        font-size: 2.1em;
        width: 99%;
    }
    .slogan1 {
        margin: 55% 0 0 2%;
    }
    .slogan3 {
        padding: 65% 0 0 0;
    }
    .hm-sec3-ct .hm-sec-ct {
        margin-bottom: 4px;
    }
    .animateheader #navbar-container {
        right: 8px !important;
        opacity: 1;
    }
    #hamb-menu-container {
        z-index: -1;
        width: 100%;
        background-color: rgba(255, 255, 255, 1);
    }
    #hamb-menu-level-1 {
        padding: 13% 30px 1px 20px
    }
    #navbar-burger {
        margin-top: 2px;
        z-index: 102;
        position: absolute;
        right: 0;
    }
    .sectorul>li {
        width: 47%;
    }
    .sectorul>li:nth-child(5n) {
        margin: 0 2% 32px 0;
    }
    .sector-title {
        padding: 5px 0;
        height: 54px;
    }
    .sector-title h4 {
        font-size: 0.95em;
        padding: 3px;
    }
    .header {
        /*padding: 10px 0 0 0;*/
        min-width: 200px;
        position: fixed;
        border-bottom: 1px solid #cecece;
        top: 0;
        left: 0;
        background-color: #fff;
    }
    .menu {
        display: none !important;
    }
    .aboutsmenu {
        display: none;
    }
    .logo {
        width: 42%;
        margin-left: 1px;
        min-width: 145px;
        background: #fff;
        padding: 7px 0 0 7px;
    }
    #navbar-container {
        position: fixed;
        right: 0;
        display: inline-block;
    }
    .btn1,
    .btn {
        font-size: 0.97rem;
    }
    .footer {
        width: 100%;
        margin-top: 0px !important;
    }
    .footer ul li {
        margin-left: 0%;
        font-size: 1em;
        width: 40%;
        display: inline-block;
    }
    .footer ul li:last-child {
        width: 100%;
    }
    .menu-icons {
        width: 100%
    }
    .menu-icons ul.sect1 {
        width: 50%;
    }
    .menu-icons ul.sect1 li,
    .menu-icons .socialmedia ul.sect2 {
        min-width: 120px;
        width: 99%;
    }
    .menu-icons .socialmedia ul.sect2 li {
        width: 18%;
        margin-top: -44px;
    }
    .hm-sec-ct {
        width: 98%;
        padding: 30px 2%;
        /*max-height: 407px;*/
    }
    .hm-sec2-ct {
        background-image: url(/images/INDEVCO-Group-Home-Hard-work-3-mobile.jpg);
        background-size: inherit;
        background-repeat: no-repeat;
        display: none;
    }
    .hm-sec6-ct {
        background-image: url(/images/INDEVCO-Group-Home-Entrepreneurship-mobile.jpg);
        background-size: inherit;
        background-repeat: no-repeat;
        display: none;
    }
    .about-sec2-ct {
        background-image: url(/images/INDEVCO-Group-Website-About-Us-2017-Page-Seperator-mobile.jpg);
        background-repeat: no-repeat;
        display: none;
    }
    .supplierblacklayer {
        min-height: 300px !important;
    }
    .sec2blacklayer {
        width: 100%;
        /* background-color: rgba(0,0,0,0.2); */
        min-height: 250px;
        padding: 20px 0 0 0;
        margin: 0;
    }
    .top-slider {
        background-image: url(/images/INDEVCO-Group-Website-Header-Image-8-mobile.jpg);
        background-size: inherit;
        background-repeat: no-repeat;
        height: 330px;
        min-height: 330px !important;
    }
    .menu-sm-icons {
        padding: 2px 40px 0 10px;
        text-align: right;
        margin-top: 0px !important;
        margin-bottom: 20px !important;
    }
    .breadcrumb {
        display: none;
    }
    .prefooter img {
        margin-top: 70px;
    }
    .clear {
        height: 15px;
    }
    /*.sec2blacklayer {
        width: 100%;
        background-color: rgba(0,0,0,0.4);
        min-height: 300px;
        padding: 52px 0 0 0;
        margin: 0;
    }*/
    h2.hm-title {
        width: 95%;
        margin: 0 0%;
        font-size: 1.8rem;
    }
    .backgcolor {
        background-color: #05539c;
        padding: 20px 0 30px 0;
    }
    .hm-sec1-ct .hm-sec-ct,
    .hm-sec2-ct .hm-sec-ct,
    .hm-sec6-ct .hm-sec-ct {
        text-align: justify;
        font-size: 1em;
    }
    .hm-sec3-ct .subsec-fulldesc {
        margin-top: 0px;
    }
    .subsec-list li>div.hm-sus-img {
        margin: 25px 0 0 0 !important;
        min-height: 33px !important;
    }
    .hm-sec4-ct .hm-sec-ct {
        /*padding: 23px 2px 0 2px;*/
        padding: 20px 0 0 0;
    }
    .hm-sec3-ct .hm-sec-ct {
        padding-top: 50px;
    }
    .hm-sec3-ct .subsec-list li {
        padding: 15px 0;
        width: 98%;
    }
    .hm-sec3-ct .subsec-list li:nth-child(2) {
        padding-left: 0%;
        padding-right: 0%;
    }
    .product-button {
        opacity: 1;
    }
    .hm-sec6-ct .subsec-list li {
        max-width: 80px !important;
        width: 25%;
        min-width: 20px !important;
        margin: 10px;
        float: none;
        break-after: auto;
    }
    div.rssthumb,
    .exhibthumb {
        display: none !important;
    }
    .rsscontent,
    .exhibcontent {
        width: 100%;
    }
    div.rsscontent a:link,
    div.rsscontent a:visited {
        padding-bottom: 14px;
    }
    .newstitle {
        color: #000;
        padding: 27px 20px 27px 20px;
    }
    .page-ct {
        /*padding: 0 10px;*/
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .back-to-top {
        position: relative;
        display: block;
        margin: 150px auto 0 auto;
    }
    .footer {
        margin-top: 0;
    }
    h2.hm-titleNews {
        font-size: 1.8rem;
        width: 68%;
        display: inline-block;
    }
    h2.hm-titleExhib {
        font-size: 1.8rem;
        width: 57%;
        display: inline-block;
    }
    .serviceslist {
        width: 100%;
    }
    .serviceslist li {
        width: 79%;
        margin: 0 0 0 0;
        min-height: 30px;
        padding: 10px 10px 10px 10px;
    }
    .serviceslist li.blines {
        width: 85.5%;
    }
    .serviceslist li.dlines .btn svg {
        right: -1rem;
        margin-top: -23px !important;
    }
    .serviceslist li.dlines3 .btn svg {
        right: -1rem;
        margin-top: -23px !important;
    }
    .tabsyear ul li {
        width: 23%;
    }
    .businessul>li {
        margin: 0 3% 40px 0;
        width: 44%;
        font-size: 1rem;
    }
    .businessul-title {
        max-height: 111px;
    }
    .businessul li:last-child {
        margin: 0 0 40px 5%;
    }
    .philosophy-bg {
        background-image: url(/images/Corporate-Philosophy-Image-transparent.png);
        background-position-x: 93%;
        height: 500px;
    }
    .textquote .closeq,
    .textquote .openq {
        display: none;
    }
    .textquote {
        width: 100%;
        display: inline-block;
    }
    .textquote .textq {
        font-size: 1.28em;
        width: 100%;
    }
    .quotedescrip {
        width: 95%;
        margin-top: 20px;
        text-align: justify;
        font-size: 1.06em;
    }
    .gettouchsubfull>ul li {
        width: 99%;
    }
    .gettouchsubfull>ul,
    .contactuls {
        width: 92%;
    }
    .gettouchsubfull>ul li:nth-child(2n) {
        border-left: 0px solid #dedede;
        padding-left: 0px;
    }
    .products-list ul li,
    .hm-products-list ul li {
        min-width: 100px;
        width: 46.5%;
    }
}

@media only screen and (min-width: 680px) and (max-width:980px) {
    .scroll-hint {
        display: none !important;
    }
    .aboutsmenu {
        display: none !important
    }
    .back-to-top {
        display: none !important;
    }
    .frame,
    .frame1,
    .frame2 {
        padding: 0;
        width: 98%;
    }
    #quote div {
        width: 98%;
    }
    .logo {
        width: 10%;
        min-width: 180px;
        float: left;
    }
    .menu {
        display: inline-block;
        width: 60%;
        margin-right: 5%;
        font-size: 1.2em;
        min-width: 300px;
        float: left;
        margin-top: 30px;
    }
    h2.hm-titleExhib {
        width: 79%
    }
    h2.hm-titleNews {
        width: 84%
    }
    .footer {
        margin-top: 59px !important;
    }
    .sectorul>li {
        font-size: 0.82rem;
        width: 22%;
    }
    .sector-title {
        padding: 3px 0;
        height: 40px;
    }
    .sectorul>li:nth-child(5n) {
        margin-right: 2%;
    }
    .hm-sec3-ct .subsec-list li {
        min-width: 150px;
        width: 29%;
    }
    .hm-sec3-ct .subsec-list li:nth-child(2)>.subsec-desc {
        margin: 0 14px 0 21px;
    }
    .rsscontent {
        width: 75%;
        margin-left: 40px;
    }
    .exhibcontent {
        margin-left: 30px;
        width: 75%;
    }
    /*#navbar-container {
    position:fixed;
    }*/
    .breadcrumb {
        display: none !important;
    }
    h2.hm-title {
        margin: 0;
    }
    .serviceslist li {
        margin: 15px 9.2% 15px 0;
    }
    #navbar-container {
        position: absolute;
        right: 42px;
    }
    #navbar-burger {
        margin-top: 21px;
    }
    .animateheader #navbar-container {
        right: 20px;
        opacity: 0;
    }
}

@media screen and (max-width:980px) {
    .product-name {
        font-size: 1.8em !important;
    }
    .header {
        /*padding: 7px 0;*/
        min-width: 200px;
    }
    .frame,
    .frame1,
    .frame2 {
        padding: 0;
        width: 98%;
    }
    .hm-sec-ct {
        width: 96%;
        padding: 0 2%;
    }
    .hm-sec2-ct .hm-sec-ct {
        width: 96%;
        padding: 30px 2%;
    }
    h2.hm-title {
        margin: 0 2%;
    }
    .hm-sec4-ct .hm-sec-ct {
        padding: 23px 2px 0 2px;
    }
    .contactform-field>div {
        width: 75%;
    }
    /******** Joseph Edits **********/
    /******** Home *********/
    .events-sec .btn,
    .news-sec .btn {
        display: inline-block;
        text-align: right;
        float: right;
        margin-top: 10px;
        padding-right: 2.5rem;
    }
    .hm-title-2 {
        width: 80%;
        display: inline-block;
        margin-top: 20px;
    }
    .hm-sec-ct {
        padding: 30px 5px 0 4px !important;
        text-align: justify;
    }
    .news-sec1 {
        width: 98%;
        padding-right: 0px;
        display: inline-block;
    }
    .products-list ul,
    .hm-products-list ul {
        list-style-type: none;
        padding: 0;
        margin: -20px 0 0 7px;
    }
    .products-list ul li,
    .hm-products-list ul li {
        display: inline-block;
        min-width: 180px;
        width: 17.5%;
        margin: 15px 0 -6px 1%;
        vertical-align: top;
    }
    /******** End Home *********/
    /******** Products *********/
    .filter-container {
        padding: 0px 2px 0 5px;
    }
    .filter-btn {
        font-size: 1.1rem;
        background-color: #f26523;
        border: none;
        color: #fff;
        text-transform: uppercase;
        padding: 13px 30px;
        margin: 30px 0px 20px 0px;
        cursor: pointer;
        letter-spacing: 2px;
        border-radius: 50px;
        font-weight: 500;
    }
    .entry-title {
        font-size: 2.1rem;
        text-align: left;
        font-weight: 300;
        text-transform: none;
        width: 100%;
        padding: 12px 0 5px 5px;
        -webkit-animation: fadein 2s;
        -moz-animation: fadein 2s;
        -ms-animation: fadein 2s;
        -o-animation: fadein 2s;
        animation: fadein 2s;
    }
    .cat-row {
        border-bottom: 1px solid #dbdbdb;
        padding: 5px 0 10px 5px;
        width: 98%;
        display: inline-block;
        text-align: justify;
    }
    /******** End Products *****/
    /******** Animal Feed *****/
    .prod-row {
        width: 98%;
        display: grid;
        border-bottom: 1px solid #dbdbdb;
        padding: 20px 5px;
        vertical-align: top;
        text-align: left;
    }
    .prod-row-btn {
        width: 80%;
        display: inline-block;
        vertical-align: text-bottom;
        text-align: left;
        padding: 10px 0 0px;
    }
    .prod-row .entry-title,
    .prod-thumb .entry-title {
        font-size: 1.2em;
        color: #00539c;
        font-weight: 600;
        padding: 0px;
    }
    /******** End of Animal Feed *****/
    /******** Animal Feed Items *****/
    .btno {
        display: inline-block;
        position: relative;
        color: #f26523;
        font-weight: 800;
        background-color: transparent;
        border-radius: .1rem;
        text-decoration: none !important;
        font-size: 1.09rem;
        line-height: 1.9rem;
        padding: 8px 40px 8px 5px;
        -moz-transition: background-color 0.25s, color 0.25s;
        -o-transition: background-color 0.25s, color 0.25s;
        -webkit-transition: background-color 0.25s, color 0.25s;
        transition: background-color 0.25s, color 0.25s;
        text-transform: uppercase;
    }
    .singleprod-gallery {
        width: 98%;
    }
    .singleprod-desc {
        width: 98%;
        padding: 5px;
        text-align: justify;
        margin-left: 4px;
    }
    .singleprod-spec1 {
        width: 98%;
        padding: 2px 0px 0px 5px;
    }
    .singleprod-spec2 {
        width: 98%;
        padding-left: 5px;
    }
    /******** End of Animal Feed Items *****/
    /******** Services ******/
    .precontent {
        text-align: justify;
        padding: 10px 5px 0px 5px;
    }
    .pretitle {
        color: #05539c;
        text-decoration: none;
        margin: 40px 0 15px 0;
        padding: 0 5px 0 5px;
        font-size: 1.1em;
    }
    .serviceslist li {
        width: 98%;
        margin: 0 0 0 0;
        min-height: 30px;
        padding: 10px 10px 10px 5px;
    }
    /*********End Services ******/
    /************* Sustainability ******************/
    .hm-topheader img {
        max-width: 100%;
        min-width: 100%;
        padding: 0 14px;
    }
    .hm-topinfo {
        padding: 0 60px 0 0;
        margin: -7px 0 0 0;
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    .hm-events {
        background-color: #EBEBEB;
        padding: 0px 60px 0 0;
    }
    .hm-news-section1 {
        width: 98%;
        display: inline-block;
        vertical-align: top;
        padding: 0 60px 0 0;
    }
    .hm-news-section2 {
        width: 98%;
        display: inline-block;
        vertical-align: top;
        padding: 0 60px 0 0;
    }
    blockquote {
        margin: 0 0;
        padding: 7px;
    }
    .ul-sm-feeds li .sm-time {
        width: 98%;
    }
    /************* End Sustainability ******************/
    /************* Exhibitions & Events ******************/
    .exhibitionsct {
        color: #000;
        padding: 20px 5px 21px 5px;
    }
    .tabsyear {
        margin-bottom: -10px;
    }
    h2.hm-title2 {
        font-size: 1.7rem;
        text-align: left;
        font-weight: 300;
        text-transform: none;
        width: 100%;
        padding: 1px 0px 15px 5px;
        margin: 0 0 0 0;
        -webkit-animation: fadein 2s;
        -moz-animation: fadein 2s;
        -ms-animation: fadein 2s;
        -o-animation: fadein 2s;
        animation: fadein 2s;
    }
    /************* End Exhibitions & Events ******************/
    /************* Member Companies ******************/
    .mc-btn-group {
        display: grid;
        width: 98%;
        margin: 6px 0;
        padding: 0 0px 0 5px;
    }
    .membersbutton {
        background-color: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        width: 130px;
        height: 35px;
        cursor: pointer;
    }
    .membersbutton#NorthAmericabutton {
        width: 130px !important;
    }
    .map {
        width: 98%;
        margin-top: -8px;
        float: right;
        padding: 0 0 0 5px;
    }
    /************* End Member Companies ******************/
    /************* About Us *********************/
    .businessul {
        list-style: none;
        display: INLINE-BLOCK;
        width: 98%;
        margin: 0;
        padding: 0 0px 0 15px;
    }
    .entry-title {
        font-size: 2.1rem;
        text-align: left;
        font-weight: 300;
        text-transform: none;
        width: 98%;
        padding: 12px 0 5px 8px;
        -webkit-animation: fadein 2s;
        -moz-animation: fadein 2s;
        -ms-animation: fadein 2s;
        -o-animation: fadein 2s;
        animation: fadein 2s;
    }
    .philosophy-bg {
        background-image: url(/images/Corporate-Philosophy-Image-transparent.png);
        background-position-x: 93%;
        height: 500px;
        padding: 0 5px 0px 5px;
        text-align: justify;
    }
    /************* End About Us *********************/
    /************* News *********************/
    .archive-list ul li.archive-year:first-child {
        padding: 10px 20px 10px 20px;
    }
    /************* End News *****************/
}

.raw-tabs {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
}

.raw-tabs h3 {
    font-weight: normal
}

.raw-tabs li {
    display: inline-block;
    padding: 5px 10px;
    margin: 0;
    min-width: 240px;
    text-align: center;
}

.raw-tabs li a {
    text-decoration: none;
}

.active-tab-li {
    border-bottom: 3px solid #05539c;
}

.active-tab-li,
.active-tab-li a,
.active-tab-li a:visited {
    color: #05539c
}

/* Cyril Edits */

@media screen and (max-width:680px) {
    /* Home Screen*/
    #navbar-burger {
        margin-top: 1px;
    }
    .hm-right-div ul li {
        margin-top: 1px;
        padding-right: 14px;
        margin-right: 64px;
    }
    .searchbox {
        margin-top: -6px;
        width: 310px;
        margin-left: 145px;
        font-size: 1em;
    }
    .products-list ul,
    .hm-products-list ul {
        margin-left: 0;
    }
    .products-list ul li,
    .hm-products-list ul li {
        width: 48.5%;
        padding-bottom: 15px;
        min-width: 0;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.60);
        font-size: .96em;
    }
    .products-list ul img {
        display: block;
        margin: 0;
        width: 100%;
        max-height: 300px;
    }
    .entry-title {
        font-size: 1.8rem;
        width: 100%;
        padding: 5 10px 0px 0;
        text-align: left;
    }
    .products-list h2,
    .hm-products-list h2 {
        padding-top: 15px;
    }
    .btn {
        float: right;
    }
    .serviceslist li.dlines .btn svg {
        right: 1em;
    }
    .serviceslist li.dlines3 .btn svg {
        right: 1em;
    }
    .btn svg {
        right: 1em;
    }
    .hm-pillars {
        display: inline-grid;
    }
    .raw-tabs {
        display: flex;
    }
    .raw-tabs li {
        width: 32%;
        min-width: 0;
        flex: 1;
        border-right: 1px solid #dbdbdb;
    }
    .events-sec .btn svg,
    .news-sec .btn svg {
        margin-right: 15px;
    }
    .about-sec h1 {
        width: 100%;
    }
    .events-sec .btn,
    .news-sec .btn {
        margin-top: 20px;
        margin-right: 0;
    }
    .events-sec .btn svg,
    .news-sec .btn svg {
        margin-right: 0;
        margin-top: -8px;
    }
    .hm-sec-ct {
        width: 100%;
    }
    .products .entry-title {
        width: 100%;
        text-align: left;
    }
    .sust-bg-image {
        min-height: 200px;
    }
    .hm-parallax {
        background-attachment: initial;
    }
    /* Member companies */
    .mc-btn-group {
        padding-bottom: 5px;
    }
    .hm-env-intro,
    .hm-social-intro {
        width: 100% !important;
    }
    .hm-env-intro p {
        width: 100%;
    }
    .hm-pillars>div {
        display: inline-grid;
        width: 100% !important;
    }
    .news-sec .frame1 .entry-title {
        text-align: left;
        width: 70%;
    }
    .events-sec .frame1 .entry-title {
        text-align: left;
        width: 70%;
    }
    /* Products Page */
    .filter-container>form>div {
        width: 100%;
        margin: 0;
    }
    .filter-container .entry-title {
        padding-left: 5px;
    }
    .cat-row {
        padding-left: 0;
    }
    /* Sub-Products */
    .prod-row {
        width: 100%;
    }
    .prod-row * {
        width: 100%;
    }
    .contactform-field>div,
    .contactform-field1>div,
    .contactform-field2>div {
        width: 100%;
    }
    .contactform-field>div>div select {
        width: 96%;
    }
    .prod-views img {
        display: none;
    }
    .prod-views img {
        margin-right: 10px;
    }
    .btn.fill svg {
        margin-right: 10px;
    }
    .reqstar {
        position: absolute;
    }
    .slick-dots {
        display: none !important;
    }
    .contactform-field>div * {
        width: 8%;
        white-space: nowrap;
        float: none;
    }
    .singleprod-content img {
        padding-left: 10px;
    }
    .contactform-field .btn-submit {
        width: 100%;
        float: none;
        max-width: none;
        margin-left: 0 !important;
    }
    .prod-row-btn a {
        font-size: 1em;
    }
    /* Services */
    .serviceslist li {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 10px;
        width: 100%;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.60);
    }
    .precontent {
        margin: 0 !important;
    }
    .btn1,
    .btn {
        font-size: 0;
    }
    .serviceslist li.blines {
        display: none;
    }
    .serviceslist li a,
    .serviceslist li a:visited {
        padding-top: 20px;
    }
    .pretitle {
        padding: 0;
    }
    .btn.fill svg {
        margin-right: 0;
    }
    /* Footer form */
    .contactform-field>div>div input {
        width: 96%;
    }
    .contactform-field>div>div>textarea {
        width: 96%;
    }
    .contactform-field div input,
    .contactform-field div select,
    .contactform-field div textarea {
        max-width: none;
    }
    .prod-row-btn a {
        font-size: 1.3em;
    }
    /* About us */
    .pg-abt .frame1 {
        width: 96%;
    }
    .contactform-field2>div>div input,
    .contactform-field2>div>div select,
    .contactform-field2>div>div>textarea {
        width: 95%;
    }
    .contactform-field2 {
        margin-left: 0;
    }
    .btn-submit {
        width: 100%;
    }
    .pnlform {
        padding-right: 10px;
        padding-left: 10px;
    }
    .fullframe {
        margin-top: 0 !important;
    }
    .philosophy-bg {
        height: auto;
    }
    .businessul li:last-child {
        margin: 0;
    }
    /* Core values */
    .fullframe {
        margin-top: 75px;
    }
    .businessul {
        padding: 0;
        padding-left: 0px;
        width: 100%;
    }
    .businessul>li {
        width: 100%;
    }
    .businessul img {
        width: 100%;
    }
    .bg-blue .entry-title {
        text-align: left;
        width: 100%;
    }
    .corevaluetitle .entry-title {
        text-align: left;
    }
    .precontent {
        padding: 0;
    }
    .textquote .textq {
        padding-top: 0;
    }
    /* general */
    .menu-footer_menu2-container {
        min-width: 0;
    }
    .menu-footer_menu2-container .menu {
        min-width: 0;
    }
    .footer ul li {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .footer_menu1 .menu {
        min-width: 0;
    }
    .footer {
        padding: 0;
    }
    .fixed-aboutmenu {
        display: none;
    }
    .entry-header .entry-title {
        width: 100%;
    }
    .menu-footer_menu1 .menu {
        display: inline-block !important;
    }
    .frame1 .entry-title {
        width: 100%;
        padding-left: 0;
    }
    .footer_menu1 .menu {
        display: inline-block !important;
    }
    .menu-footer_menu2-container .menu {
        display: inline-block !important;
    }
    .prefooter img {
        margin-top: 50px;
    }
    ul.sect2 {
        margin-left: 25px;
        width: 95% !important;
    }
    .sect2 li {
        width: 20% !important;
    }
    #about .entry-title {
        padding-left: 0;
    }
    #business-activities .entry-title {
        padding-left: 0;
    }
    .about-sec div .entry-title {
        padding-left: 10px !important;
    }
}

/* COVID-19 Response Page */

.ig-response-head {
    background-size: cover;
    min-height: 325px;
}

.irh-text {
    color: #05539C;
    padding-top: 10%;
    width: 40%;
    text-transform: uppercase;
}

.irh-about {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ir-products {
    background-size: cover;
    min-height: 325px;
}

.ir-products-header {
    color: #05539C;
    padding-top: 50px;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.ir-products-about {
    width: 50%;
    padding-bottom: 50px;
}

.ir-innovation-header {
    padding-top: 50px;
    padding-bottom: 25px;
    color: #05539C;
}

.ir-innovation-intro {
    padding-bottom: 25px;
}

.ir-innovation-list {
    width: 100%;
    padding: 0;
    display: inline-block;
    list-style-type: none;
    columns: 3;
    column-gap: 65px;
}

.ir-innovation-list li {
    margin-bottom: 50px;
}

.ir-innovation-icon {
    display: inline-block;
    vertical-align: top;
}

.ir-innovation-li-about {
    width: 80%;
    padding-left: 15px;
    display: inline-block;
}

.e-commerce {
    background-color: #f1f1f1;
    margin: 50px 0;
    padding: 40px;
}

.e-commerce-header {
    color: #05539C;
}

.ir-emp-wellbeing {
    background-size: cover;
    min-height: 325px;
}

.ir-emp-wellbeing-header {
    color: #fff;
    padding-top: 10%;
    width: 40%;
    text-transform: uppercase;
}

.ir-emp-wellbeing-list {
    margin-top: 50px;
    padding: 0;
    display: inline-block;
    list-style-type: none;
    columns: 2;
    column-gap: 10%;
}

.ir-emp-wellbeing-list li {
    margin-bottom: 50px;
    display: inline-block;
}

.wellbeing-list-header {
    padding-bottom: 25px;
    color: #05539C;
}

.ir-continuity {
    background-size: cover;
    min-height: 325px;
}

.ir-continuity-header {
    color: #05539C;
    padding-top: 50px;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.ir-continuity-about {
    width: 50%;
    padding-bottom: 50px;
}

.ir-quote-info {
    margin-top: 75px;
    margin-bottom: 10px;
    width: 60%;
}

.ir-ceo-quote {
    background-size: cover;
    min-height: 550px;
}

.ir-quote-author {
    font-weight: bold;
    color: #05539C;
    padding-bottom: 50px;
}

/* end COVID19 Reponse Edits */

#feedimg {
    max-width: 150px;
    margin-bottom: 15px;
    margin-right: 15px;
    border: 1px solid #dedede;
}

ul.lishadows {
    list-style: none;
    color: #000;
    width: 100%;
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 0;
}

ul.lishadows>li {
    width: 100%;
    margin: 3% 0% 0 0%;
    display: inline-block;
    min-width: 275px;
    /* min-height: 0px; */
    vertical-align: top;
    box-shadow: 1px 2px 10px #666;
    -webkit-box-shadow: 1px 2px 10px #666;
    -moz-box-shadow: 1px 2px 10px #666;
    -ms-box-shadow: 1px 2px 10px #666;
    -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;
}

ul.lishadows>li:first-child {
    margin: 0 0% 0 0%;
}

.newstitle {
    color: #000;
    padding: 37px 30px 37px 0;
}

.newstitle>div {
    display: inline-block;
    vertical-align: top;
}

.rssthumb {
    width: 17%;
}

ul.lishadows>li>div.newstitle div.rsscontent p img,
ul.lishadows #imageurl {
    display: none !important;
}

ul.lishadows>li>div.newstitle div.rsscontent>p+p {
    display: none;
}

.rssthumb>img {
    /* min-width: 120px; */
    max-height: 100px;
    margin-top: 5px;
    vertical-align: top;
}

.rsscontent {
    width: 82%;
}

div.rsscontent p.inline {
    color: #000;
    padding: 0;
    margin: 0;
    width: auto;
    display: inline-block;
    line-height: 1.5em;
}

div.rsscontent p.inline a {
    font-size: 1em;
    color: #05539c;
    font-weight: 600;
}

div.rsscontent p.inline a:hover {
    font-size: 1em;
    color: #000;
}

div.rsscontent p br {
    display: none !important;
}

.rsscontent div p:last-child {
    display: none !important;
}

div.rsscontent a:link,
div.rsscontent a:visited {
    text-decoration: none;
    /*margin-bottom:10px;*/
    font-size: 1.1em;
}

div.rsscontent a:hover {
    color: #05539c;
}

.slick-next {
    background-image: url('/wp-content/themes/custom/images/arrow-black-down.png') !important;
    transform: rotate(-90deg) !important;
    border-radius: 50%;
    background-color: #fff !important;
    background-position: 5px 7px !important;
    padding: 10px !important
}

.slick-prev {
    background-image: url('/wp-content/themes/custom/images/arrow-black-down.png') !important;
    transform: rotate(90deg) !important;
    border-radius: 50%;
    background-color: #fff !important;
    background-position: 5px 7px !important;
    padding: 10px !important
}

.btn-submit {
    opacity: 1;
    cursor: pointer;
    /* Change cursor to indicate the button is not clickable */
    transition: all ease-in-out 0.2s;
}

.btn-submit:disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
    /* Change cursor to indicate the button is not clickable */
    transition: all ease-in-out 0.2s;
}

.commodity {
    position: relative;
}

.commodity .buttons {
    position: absolute;
    left: 50%;
    bottom: 5%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    width: 25%;
    transform: translateX(-50%);
    margin: 0;
}

.desktop_view {
    display: block !important;
}

.mobile_view {
    display: none !important;
}

.overlay_ct {
    position: absolute;
    top: 12%;
    margin: 3rem 6rem;
}

.top_logo img {
    width: 370px;
    margin: 40px 20px;
}

.top_cta {
    margin: 0px 40px;
}

.top_cta h1 {
    text-transform: uppercase;
    color: #000;
    font-size: 2.8rem;
    line-height: 48px;
}

.top_cta a {
    margin-right: 30px;
    padding: 10px 20px;
    background-color: #05539c;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.top_cta a:hover {
    opacity: 0.9;
}

@media screen and (max-width: 900px) {
    .desktop_view {
        display: none !important;
    }
    .mobile_view {
        display: block !important;
    }
}