@charset "UTF-8";

@font-face {
  font-family: "Satoshi-Variable";
  src: url("fonts/Satoshi-Variable.woff2") format("woff2"),
    url("fonts/Satoshi-Variable.woff") format("woff"),
    url("fonts/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi-VariableItalic";
  src: url("fonts/Satoshi-VariableItalic.woff2") format("woff2"),
    url("fonts/Satoshi-VariableItalic.woff") format("woff"),
    url("fonts/Satoshi-VariableItalic.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: "Satoshi-Light";
  src: url("fonts/Satoshi-Light.woff2") format("woff2"),
    url("fonts/Satoshi-Light.woff") format("woff"),
    url("fonts/Satoshi-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi-LightItalic";
  src: url("fonts/Satoshi-LightItalic.woff2") format("woff2"),
    url("fonts/Satoshi-LightItalic.woff") format("woff"),
    url("fonts/Satoshi-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: "Satoshi-Regular";
  src: url("fonts/Satoshi-Regular.woff2") format("woff2"),
    url("fonts/Satoshi-Regular.woff") format("woff"),
    url("fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi-Italic";
  src: url("fonts/Satoshi-Italic.woff2") format("woff2"),
    url("fonts/Satoshi-Italic.woff") format("woff"),
    url("fonts/Satoshi-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: "Satoshi-Medium";
  src: url("fonts/Satoshi-Medium.woff2") format("woff2"),
    url("fonts/Satoshi-Medium.woff") format("woff"),
    url("fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi-MediumItalic";
  src: url("fonts/Satoshi-MediumItalic.woff2") format("woff2"),
    url("fonts/Satoshi-MediumItalic.woff") format("woff"),
    url("fonts/Satoshi-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: "Satoshi-Bold";
  src: url("fonts/Satoshi-Bold.woff2") format("woff2"),
    url("fonts/Satoshi-Bold.woff") format("woff"),
    url("fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi-BoldItalic";
  src: url("fonts/Satoshi-BoldItalic.woff2") format("woff2"),
    url("fonts/Satoshi-BoldItalic.woff") format("woff"),
    url("fonts/Satoshi-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}

.btn,
.button,
.wp-block-button a,
button,
input[type="button"],
input[type="submit"] {
  font-size: 0.8em;
  font-weight: 600;
  padding: 8px 12px;
  transition: all 0.15s ease-in-out;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 3px;
  text-transform: uppercase;
  cursor: pointer;
  line-height: normal;
  font-family: inherit;
}
.btn:hover,
.button:hover,
.wp-block-button a:hover,
button:hover,
input:hover[type="button"],
input:hover[type="submit"] {
  text-decoration: none;
  opacity: 0.9;
}
#comments input[type="submit"],
.button.button-secondary,
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-secondary .wp-block-button__link {
  border: 1px solid;
  background-color: transparent;
  font-weight: 600;
  color: #676767;
}
#comments input:hover[type="submit"],
.button.button-secondary:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-secondary .wp-block-button__link:hover {
  background: 0 0;
}
.btn,
.button.button-primary,
button,
input[type="button"],
input[type="submit"] {
  background-color: #0366d6;
  color: #fff;
}
.btn:hover,
.button.button-primary:hover,
button:hover,
input:hover[type="button"],
input:hover[type="submit"] {
  text-decoration: none;
  background-color: #0366d6;
  color: #fff;
  opacity: 0.9;
}
.nv-html-content p,
blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  margin: 0;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
:after,
:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
audio,
embed,
img,
object,
video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
  text-align: left;
}
abbr,
acronym {
  text-decoration: none;
}
mark {
  background-color: transparent;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.w-100 {
  width: 100%;
}
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid > div {
  margin: 0 -15px;
}
body.nv-empty-sidebar {
  width: 100%;
  max-width: 100vw;
  padding: 0;
  margin: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: auto;
  flex-grow: 1;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
html {
  font-size: 100%;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: Graphik, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica,
    Arial, sans-serif;
  color: #404248;
  line-height: 1.68421;
  overflow-x: hidden;
  direction: ltr;
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
  letter-spacing: 0;
  font-family: Graphik, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica,
    Arial, sans-serif;
  line-height: 1.68421;
  margin-bottom: 0.8rem;
  font-weight: 600;
}
p {
  margin-bottom: 20px;
}
a {
  cursor: pointer;
  color: #0366d6;
  text-decoration: none;
}
a:focus,
a:hover {
  text-decoration: underline;
  color: #0366d6;
}
.screen-reader-text {
  display: none;
}
ins {
  text-decoration: none;
}
body {
  font-size: 16px;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.3em;
}
h3 {
  font-size: 1.1em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 0.75em;
}
h6 {
  font-size: 0.75em;
}
.show-on-focus {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  top: 0;
  left: 0;
}
.show-on-focus:focus {
  z-index: 20;
  width: auto;
  height: auto;
  clip: auto;
}
a.neve-skip-link {
  background-color: #24292e;
  color: #fff;
  padding: 10px 20px;
}
a.neve-skip-link:focus {
  color: #fff;
}
.admin-bar a.neve-skip-link {
  top: 32px;
}
.nv-comment-content a:hover,
.nv-content-wrap a:not(.button):not(.wp-block-file__button):hover {
  text-decoration: none;
}
.comments-area a,
.nv-comment-content .edit-reply a {
  text-decoration: none;
}
.comments-area a:hover,
.nv-comment-content .edit-reply a:hover {
  text-decoration: underline;
}
.nv-icon {
  fill: currentColor;
}
.nv-search {
  display: flex;
}
.cart-icon-wrapper {
  display: flex;
  align-items: flex-end;
}
.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 0 15px;
}
.alignwide {
  width: 70vw;
  max-width: 70vw;
  margin-left: calc(50% - 35vw);
}
body.nv-sidebar-left .alignfull,
body.nv-sidebar-left .alignwide,
body.nv-sidebar-right .alignfull,
body.nv-sidebar-right .alignwide {
  max-width: 100%;
  margin-left: auto;
}
.has-neve-body-font-size {
  font-size: 1.5em;
}
.has-neve-h-1-font-size {
  font-size: 1.3em;
}
.has-neve-h-2-font-size {
  font-size: 1.1em;
}
.has-neve-h-3-font-size {
  font-size: 1em;
}
.has-neve-h-4-font-size {
  font-size: 0.75em;
}
.has-neve-h-5-font-size {
  font-size: 0.75em;
}
blockquote.wp-block-quote.is-style-large p {
  font-size: 1.75em;
}
blockquote.wp-block-quote.is-style-large cite {
  font-size: 0.95em;
}
.wp-block-pullquote blockquote {
  margin: 1em auto;
}
.wp-block-pullquote blockquote p {
  font-size: 2em;
  margin-bottom: 20px;
}
.wp-block-pullquote blockquote::after,
.wp-block-pullquote blockquote::before {
  display: none;
}
.wp-block-pullquote blockquote cite {
  font-size: 0.85em;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 2em;
}
.wp-block-pullquote:not(.is-style-solid-color) {
  border-top: 4px solid;
  border-bottom: 4px solid;
}
.wp-block-pullquote:not(.is-style-solid-color) blockquote cite {
  text-transform: uppercase;
}
.wp-block-table {
  width: 100%;
}
.wp-block-separator {
  display: block;
  margin: 40px auto;
  width: 100px;
  border: none;
  background-color: #8f98a1;
  height: 2px;
}
.wp-block-separator.is-style-wide {
  height: 1px;
}
.wp-block-separator.is-style-dots {
  height: auto;
}
.wp-block-separator.is-style-dots,
.wp-block-separator.is-style-wide {
  width: 100%;
}
.wp-block-verse {
  background-color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: italic;
  border: unset;
}
.wp-block-code code {
  background-color: inherit;
}
.wp-block-button a {
  text-decoration: none !important;
}
.nv-content-wrap ul.blocks-gallery-grid {
  padding: 0;
}
.has-white-color {
  color: #fff !important;
}
.has-black-color {
  color: #000 !important;
}
.has-white-background-color {
  background-color: #fff !important;
}
.has-black-background-color {
  background-color: #000 !important;
}
.hidden-on-mobile {
  display: none;
}
.hidden-on-tablet {
  display: initial;
}
.show-on-desktop {
  display: none;
}
.nv-top-bar a {
  font-weight: 500;
}
.site-logo {
  align-items: center;
  display: flex;
  padding: 10px 0;
}
.site-logo amp-img img {
  max-height: 60px;
}
.site-logo .brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.site-logo .title-with-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.site-logo .title-with-logo > div:first-child,
.site-logo .title-with-logo > img:first-child {
  margin-right: 10px;
}
.site-logo h1,
.site-logo p {
  font-family: inherit;
  font-size: 1.25em;
  margin-bottom: 0;
  font-weight: 600;
}
.site-logo small {
  width: 100%;
  display: block;
}
.site-logo a {
  color: #404248;
  display: inline;
}
.site-logo a:hover {
  color: #404248;
  text-decoration: none;
  opacity: 0.9;
}
.nv-navbar {
  background-color: #fff;
}
.primary-menu-ul {
  overflow-y: auto;
  transition: all 0.3s ease;
  margin-bottom: 0;
}
.primary-menu-ul a {
  color: #404248;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.primary-menu-ul li {
  cursor: pointer;
  width: 100%;
  display: block;
  position: relative;
  margin: 0 5px !important;
}
.primary-menu-ul li a .nv-icon svg {
  fill: currentColor;
}
.primary-menu-ul .amp-caret-wrap {
  z-index: 1000;
  right: 0;
  position: absolute;
  top: 5px;
}
.primary-menu-ul .amp-caret-wrap svg {
  fill: currentColor;
  width: 1em;
}
.primary-menu-ul .amp-desktop-caret-wrap {
  display: none;
}
.navbar-toggle-wrapper,
.site-logo {
  flex: 1 auto;
}
.navbar-toggle-wrapper {
  justify-content: flex-end;
  display: flex;
}
.primary-menu-ul .sub-menu {
  max-height: 0;
  overflow: hidden;
  padding-left: 20px;
  transition: all 0.3s ease;
  border-left: 1px solid #f0f0f0;
}
.primary-menu-ul .caret-wrap.dropdown-open + .sub-menu,
.primary-menu-ul .dropdown-open.sub-menu {
  max-height: 2000px;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.nv-nav-wrap {
  min-height: 1px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.caret {
  padding: 5px;
  display: flex;
  align-items: center;
}
.caret svg {
  fill: currentColor;
}
.dropdown-open.caret-wrap > .caret svg {
  transform: rotate(-180deg);
}
.caret-wrap {
  border-color: transparent;
  margin-left: auto;
}
ul[id^="nv-primary-navigation"] .current-menu-item > a {
  color: #0366d6;
}
ul[id^="nv-primary-navigation"] i {
  font-size: inherit;
  line-height: inherit;
  width: 20px;
}
.nv-search-icon-component {
  display: flex;
}
.hfg-item-last:not(.hfg-item-first)
  .menu-item-nav-search.minimal
  .nv-nav-search {
  left: unset;
  right: 0;
}
.primary-menu-ul li.menu-item-nav-search {
  display: flex;
  align-items: center;
}
.menu-item-nav-search {
  flex-grow: 0;
}
.menu-item-nav-search .search-form input[type="submit"]:hover {
  background-color: transparent;
}
.menu-item-nav-search .close-responsive-search {
  background-color: transparent !important;
  border: none !important;
}
.menu-item-nav-search .close-responsive-search svg {
  min-width: 25px;
  min-height: 25px;
}
.menu-item-nav-search.minimal {
  position: relative;
}
.menu-item-nav-search.minimal .nv-nav-search {
  right: auto;
  left: 0;
  top: 100%;
}
.menu-item-nav-search.floating .nv-nav-search {
  position: fixed;
  top: -100%;
  left: 0;
  display: flex;
  align-items: center;
}
.menu-item-nav-search.floating .nv-search-icon-wrap {
  display: none;
}
.menu-item-nav-search.floating .form-wrap {
  flex-grow: 1;
  margin-right: 20px;
}
.menu-item-nav-search.floating .form-wrap form {
  width: 100%;
}
.menu-item-nav-search.floating .close-responsive-search {
  display: flex;
  align-items: center;
}
.menu-item-nav-search.floating.active .nv-nav-search {
  top: 0;
}
.menu-item-nav-search.floating .search-form input[type="search"] {
  width: 100%;
}
.menu-item-nav-search.canvas .nv-nav-search {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.menu-item-nav-search.canvas .nv-nav-search .close-container {
  position: absolute;
  top: 60px;
  text-align: right;
}
.menu-item-nav-search.canvas .nv-nav-search .search-submit {
  display: block;
}
.menu-item-nav-search.canvas .nv-nav-search .form-wrap {
  position: absolute;
}
.menu-item-nav-search.canvas .nv-nav-search form {
  position: relative;
}
.menu-item-nav-search.canvas .nv-nav-search form input[type="search"] {
  width: 100%;
}
.menu-item-nav-search {
  cursor: pointer;
  outline: 0;
}
.menu-item-nav-search > a {
  display: flex;
  align-items: center;
}
.nv-nav-search {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  position: absolute;
  right: 0;
  width: auto;
  background: #fff;
  padding: 10px 20px;
  border-top: 1px solid #f0f0f0;
  cursor: default;
  z-index: 100;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.menu-item-nav-search.active .nv-nav-search {
  opacity: 1;
  visibility: visible;
}
.nv-nav-search form {
  display: block;
}
.nv-nav-search form label {
  display: inline;
  margin: 0;
}
.nv-nav-search form label input {
  width: 200px;
  margin: 0;
}
.nav-clickaway-overlay {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 90;
  height: 100vh;
}
.nv-nav-wrap .neve-mega-menu > .sub-menu {
  cursor: default;
}
.nv-nav-wrap .neve-mega-menu > .sub-menu > .sub-menu {
  opacity: 1;
  visibility: visible;
  cursor: default;
}
.nv-nav-wrap .neve-mega-menu .sub-menu .sub-menu {
  max-height: none;
}
.nv-nav-wrap .neve-mega-menu .neve-mm-col {
  text-align: left;
  cursor: default;
}
.nv-nav-wrap .neve-mega-menu .neve-mm-col .sub-menu {
  border: none;
  padding-left: 0;
}
.nv-nav-wrap .neve-mega-menu .neve-mm-col .sub-menu .sub-menu {
  left: 0;
  top: 100%;
}
.nv-nav-wrap .neve-mega-menu .neve-mm-col .sub-menu .sub-menu li {
  padding: 0 12px;
  border-bottom: 1px solid #f0f0f0 !important;
}
.nv-nav-wrap .neve-mega-menu .neve-mm-heading {
  opacity: 0.75;
  font-size: 1.1em;
  cursor: default;
}
.nv-nav-wrap .neve-mega-menu .neve-mm-heading a,
.nv-nav-wrap .neve-mega-menu .neve-mm-heading span {
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.nv-nav-wrap .neve-mega-menu .neve-mm-heading i {
  margin-right: 10px;
}
.nv-nav-wrap .neve-mega-menu a {
  display: flex;
  align-items: center;
}
.nv-nav-wrap .neve-mega-menu a i {
  margin-right: 10px;
}
.nv-nav-wrap .neve-mega-menu .neve-mm-divider {
  height: 1px;
  margin: 10px auto;
  width: 100%;
  background-color: #c9c9c9;
  padding: 0;
  cursor: default;
}
.nv-nav-wrap .neve-mega-menu .neve-mm-description {
  text-align: left;
  justify-content: flex-start;
}
.neve-mm-description {
  font-size: 0.8em;
  padding: 0 0 7px;
  opacity: 0.9;
  width: 100%;
  display: flex;
  text-align: center;
}
footer {
  background-color: #fff;
}
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
header {
  width: 100% !important;
  float: left;
  position: relative;
  display: block !important;
  z-index: 999;
  /* padding: 15px 0; */
  clear: both;
  box-shadow: 1px 5px 10px 0px #00000015;
  max-width: none !important;
  min-width: auto;
  height: 110px !important;
  max-height: none !important;
}
@media (max-width: 576px) {
  header {
    height: 84px !important;
  }
}
@media (max-width: 768px) {
  header {
    height: 88px !important;
  }
}

.header-main-inner .container > .row--wrapper {
  background: #fff;
}
.catchSticky .header-main-inner .container > .row--wrapper {
  margin-top: 0 !important;
}
.neve-main {
  position: relative;
}
.nv-content-wrap.entry-content {
  margin-top: -30px;
  clear: both;
  float: left;
  width: 100%;
}
.homeslider {
  float: left;
  width: 100%;
  clear: both;
}

header .site-logo {
  padding: 0 !important;
}
.catchSticky {
  max-height: 90px !important;
  padding: 10px 0;
}
.catchSticky .site-logo {
  padding: 0 !important;
}
.builder-item--logo .site-logo img {
  width: 200px !important;
}
.site-header,
nav,
.hfg_header .header-main-inner {
  background-color: transparent !important;
}
.menu-item {
  margin: 0 !important;
  padding: 0 !important;
}

.menu-item a {
  font-family: Satoshi-Bold;
  font-size: 17px !important;
  color: #333 !important;
  font-weight: 500 !important;
  padding: 8px 20px !important;
  height: auto !important;
  text-align: left;
}
.current-menu-item a,
.menu-item a:hover,
.menu-item a:focus,
.menu-item:last-child,
.current-page-parent a,
.current_page_ancestor a {
  background: #0093fc;
  border-radius: 50px;
  text-decoration: none;
  color: #fff !important;
}
.menu-item:last-child a {
  color: #fff !important;
}

.sub-menu {
  background: #0093fc !important;
  border-bottom: 5px solid #0093fc !important;
  margin-top: 0;
  border-top: 0 !important;
  min-width: 222px;
}

.sub-menu li {
  background: none !important;
  border-radius: 0 !important;
  border: 0 !important;
  text-align: left !important;
  margin: 0 !important;
}

.sub-menu li a {
  text-align: left !important;
  padding: 10px 20px !important;
  display: block !important;
  border-bottom: 1px solid #0093fc;
  transition: 0.3s all ease;
  border-radius: 0;
  color: #ffffff !important;
}

.sub-menu li a:hover,
.sub-menu li a:focus {
  background: #0480b1 !important;
  border-radius: 0 !important;
}

.sub-menu li a .caret-wrap {
  height: 15px;
  float: right;
  transform: rotate(270deg);
  margin-top: 5px;
}

.insidebanner {
  position: relative;
  max-height: 450px;
  overflow: hidden;
}
.insidebanner img {
  width: 100%;
}
.insidebanner h3 {
  position: absolute;
  top: 250px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 42px;
}
.metaslider .caption-wrap {
  top: 60%;
  background: transparent !important;
  opacity: 1 !important;
  max-width: 1200px;
  margin: 0 auto !important;
  right: 0;
}

.homeslider .flexslider .flex-direction-nav li a {
  opacity: 1 !important;
}
.homeslider .metaslider h3 {
  font-family: Satoshi-Bold;
  font-weight: 500;
  font-size: 58px;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 20px 0;
  /* max-width: 730px; */
  color: #ffffff;
}
.homeslider .metaslider h2 {
  font-family: Satoshi-Bold;
  font-style: normal;
  font-size: 62px;
  line-height: 1;
  margin: 0 auto;
  color: #0093fc;
}
.homeslider .flexslider {
  margin: 0 -15px !important;
}
.homeslider .metaslider .flexslider .flex-direction-nav li a {
  width: 50px !important;
  height: 50px !important;
  color: #fff !important;
  border-radius: 50% !important;
  font-size: 22px !important;
  text-align: center !important;
  text-decoration: none !important;
  line-height: 54px !important;
  margin: 0 75px !important;
  box-shadow: none !important;
  display: block;
  background-image: none !important;
  text-indent: 0 !important;
  text-transform: uppercase !important;
  font-weight: 700;
  font-family: fantasy;
  background: #ffffff25;
  top: 45%;
}
.homeslider .flex-prev,
.homeslider .flex-prev:hover {
  background: #fff;
  color: #000;
  left: 0 !important;
  margin: 0 !important;
}
.homeslider .flex-next,
.homeslider .flex-next:hover {
  background: #fff;
  color: #000;
  right: 0 !important;
  margin: 0 !important;
}

.home .we-are {
  padding: 70px 0;
  background-size: 300px;
  float: left;
  width: 100%;
  clear: both;
}

.we-are h3 {
  font-family: Satoshi-Bold;
  font-size: 35px;
  color: #ffff;
  margin: 0 auto 50px;
  text-align: center;
}

.we-are h3 i {
  color: #0093fc;
}

.we-are .feature {
  width: 16.6666%;
  float: left;
}

.we-are .feature figure {
  margin: 0 auto 10px;
  transition: all 0.2s ease;
}

.we-are .feature figure img {
  background-color: white;
  max-width: 110px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.75);
}
.we-are .feature figure img:hover {
  transition: transform 0.2s;
  transform: scale(1.2);
}

.we-are h4 {
  font-family: Satoshi-Bold;
  font-size: 15px;
  color: #fff;
  text-align: center;
}

.services {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  clear: both;
}

.services h3 {
  font-family: Satoshi-Bold;
  font-size: 35px;
  color: #382027;
  margin: 0 auto 30px;
  text-align: center;
}

.home .service {
  width: 50%;
  float: left;
  margin: 0;
  position: relative;
}

.interiors {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 90%;
  right: 0;
  margin: 0 auto;
  background: #0078aa;
  padding: 50px;
}

.interiors-info {
  float: left;
  width: 100%;
  margin: 50px 0 10px 0;
}

.interiors-info div {
  float: left;
  width: 20%;
  border-right: 1px solid #dddddd;
  height: 100px;
}

.interiors-info div a,
.interiors-info div a:hover,
.interiors-info div a:focus {
  text-decoration: none !important;
}

.interiors-info div:last-child {
  border-right: 0;
}

.interiors-info div img {
  max-width: 60px;
}

.services h4 {
  font-family: Satoshi-Bold;
  font-size: 32px;
  color: #ffff;
  margin: 0 0 8px 0 !important;
  text-align: left;
  line-height: 1;
}

.services h5 {
  font-family: Satoshi-Bold;
  font-size: 16px;
  color: #ffff;
  /* color: #382027; */
  margin: 10px auto 0 !important;
  text-align: center;
  line-height: 1.2;
  width: 75%;
}

.service img {
  width: 100%;
}

.services p {
  font-family: Satoshi-Regular;
  font-size: 18px;
  color: #ffff;
  margin: 10px 0 0 0;
  text-align: left;
  line-height: 1.2;
}

.process {
  float: left;
  background: #fff;
  text-align: center;
  padding: 80px 0;
  width: 100%;
  margin-top: -20px;
}

.process h3 {
  font-family: Satoshi-Bold;
  font-size: 34px;
  color: #382027;
  margin: 0 auto 30px;
  text-align: center;
}

.process .slides img {
  width: 40% !important;
  margin-left: 5% !important;
}

.process .caption-wrap {
  width: 50% !important;
  right: 0 !important;
  left: 40% !important;
  top: 20% !important;
  float: left;
}

.process h4 {
  font-family: Satoshi-Bold;
  font-size: 32px;
  color: #333;
  margin: 0 0 20px 0;
  text-align: center;
  line-height: 1;
}

.process p {
  font-family: Satoshi-Regular;
  font-size: 26px;
  line-height: 1.4;
  color: #382027;
  margin: 0 auto !important;
  text-align: center;
  width: 85%;
}

.process-slider {
  float: left;
  width: 50%;
}

.testimonials {
  float: left;
  width: 100%;
  padding: 75px 0;
  clear: both;
}

.testimonials h3 {
  font-family: Satoshi-Bold;
  font-size: 34px;
  color: #382027;
  margin: 0 auto 50px;
  text-align: center;
  line-height: 1.2;
}

.testimonials h4 {
  font-family: Satoshi-Bold;
  font-size: 26px;
  color: #382027;
  margin: 0 auto 10px;
  text-align: center;
  line-height: 1.2;
}

.testimonials .metaslider .slides img {
  display: none !important;
}
.testimonials .metaslider .caption-wrap {
  position: relative !important;
}
.testimonials .metaslider .flexslider .flex-direction-nav li a {
  width: 50px !important;
  height: 50px !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  border-radius: 50% !important;
  font-size: 22px !important;
  text-align: center !important;
  text-decoration: none !important;
  line-height: 52px !important;
  margin: -60px 50px 0 !important;
  box-shadow: none !important;
  display: block;
  background-image: none !important;
  text-indent: 0 !important;
  text-transform: uppercase !important;
  font-weight: 700;
  font-family: fantasy;
}
.testimonials h5 {
  font-size: 26px;
  text-align: center;
  color: #fff;
  margin: 0 auto !important;
  font-weight: 700;
}
.testimonials p {
  font-family: Satoshi-Regular;
  font-size: 18px;
  color: #382027;
  margin: 0 0 30px 0 !important;
  text-align: center;
  line-height: 1.5;
}

.recent-projects-main {
  background: #ffffff !important;
  padding: 0 !important;
}

.recent-projects {
  background: #0176a9;
  padding: 70px 0;
  float: left;
  width: 100%;
  text-align: left;
  clear: both;
}

.recent-projects h3 {
  font-family: Satoshi-Bold;
  font-size: 35px;
  color: #ffffff;
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}

.recent-projects .product-grid {
  width: 50%;
  float: left;
  position: relative;
}

.recent-projects .product-grid-info {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 90%;
  right: 0;
  margin: 0 auto;
  background: #ffffff;
  padding: 40px 40px 20px;
}

.recent-projects .product-grid-info img {
  max-width: 60px;
  float: left;
  margin-right: 20px;
}

.recent-projects .product-grid-info h5 {
  font-size: 26px;
  margin: 0 0 10px 0 !important;
  text-align: left;
  width: auto;
  font-family: Satoshi-Bold;
  line-height: 1;
}

.recent-projects .product-grid-info p {
  float: left;
  font-size: 15px;
  width: 300px;
  line-height: 1.3;
  opacity: 0.8;
}

.recent-projects .product-grid-nav img {
  max-width: 50px;
}

.happy-homes {
  float: left;
  width: 100%;
  padding: 80px 0;
  padding-bottom: 30px;
  clear: both;
}

.happy-homes h3 {
  font-family: Satoshi-Bold;
  font-size: 30px;
  color: #382027;
  margin: 0 auto 30px;
  text-align: center;
}

.happy-homes .home {
  width: 30.333%;
  float: left;
  margin: 15px 1.5%;
}

.happy-homes img {
  width: 100%;
  border-radius: 3px;
  margin-bottom: 10px;
  height: 300px !important;
}

.happy-homes h4 {
  font-family: Satoshi-Bold;
  font-size: 22px;
  line-height: 1;
  color: #382027;
  margin: 0 auto 8px;
  text-align: left;
}
.happy-homes .happy-homes-kitchen h4 {
  padding: 10px;
  background: #0096fc;
  text-align: center !important;
  color: white;
}

.happy-homes h5 {
  font-family: Satoshi-Regular;
  font-size: 18px;
  color: #382027;
  margin: 0 0 15px 0;
  text-align: left;
  line-height: 1;
}

.happy-homes p.desc {
  margin-bottom: 25px;
  font-size: 18px;
  color: #392929;
}

.happy-homes p {
  font-family: Satoshi-Regular;
  font-size: 15px;
  line-height: 1.4;
  color: #666666;
  margin: 0;
  text-align: justify;
}

.shop-loose {
  float: left;
  width: 100%;
  clear: both;
}

.shop-loose h3 {
  font-family: Satoshi-Bold;
  font-size: 34px;
  color: #382027;
  margin: 0 auto 30px;
  text-align: center;
}

.shop-loose .shop-loose-product {
  width: 30.333%;
  float: left;
  margin: 15px 1.5%;
}

.shop-loose-product img {
  width: 100%;
  border-radius: 3px;
  margin-bottom: 10px;
}

.shop-loose-product h4 {
  font-family: Satoshi-Bold;
  font-size: 22px;
  line-height: 1;
  color: #382027;
  margin: 0 auto 8px;
  text-align: left;
}

.shop-loose-product p {
  font-family: Satoshi-Regular;
  font-size: 15px;
  line-height: 1.4;
  color: #666666;
  margin: 0;
  text-align: left;
}

.stores {
  background: #ece1e4;
  float: left;
  width: 100%;
  padding: 80px 0;
  clear: both;
  margin-top: 70px;
}

.stores h3 {
  font-family: Satoshi-Bold;
  font-size: 34px;
  color: #382027;
  margin: 0;
  text-align: center;
  line-height: 1;
}

.stores h2 {
  font-family: Satoshi-Light;
  font-weight: 500;
  font-size: 52px;
  line-height: 1;
  margin: 10px 0 30px 0;
  color: #121212;
  text-align: center;
}

.store {
  width: 46%;
  float: left;
  margin: 15px 2%;
}

.store img {
  width: 100%;
  border-radius: 3px;
  margin-bottom: 10px;
}

.store h4 {
  font-family: Satoshi-Bold;
  font-size: 28px;
  line-height: 1.4;
  color: #382027;
  margin: 0 auto 10px;
  text-align: left;
}

.store p {
  font-family: Satoshi-Regular;
  font-size: 16px;
  line-height: 1.4;
  color: #434345;
  margin: 0;
  text-align: left;
  width: 95%;
}

.project-gallery {
  float: left;
  width: 100%;
  clear: both;
  margin: 30px 0;
}

.project-gallery h3 {
  font-family: Satoshi-Bold;
  font-size: 34px;
  color: #382027;
  margin: 0 auto 30px;
}

.clients {
  width: 100%;
  float: left;
  text-align: center;
  padding: 80px 0 60px;
  clear: both;
}

.clients h3 {
  font-family: Satoshi-Bold;
  font-size: 34px;
  color: #382027;
  margin: 0;
  text-align: center;
  line-height: 1;
}

.clients .metaslider {
  float: left;
  margin: 40px 0 0 !important;
}

.clients .flex-control-nav {
  bottom: -70px !important;
}

.sticky-buttons.-right-center,
.sticky-buttons.-left-center {
  top: 90% !important;
}

.clients .metaslider .flexslider .flex-direction-nav li a {
  width: 50px !important;
  height: 50px !important;
  border: 2px solid #666 !important;
  color: #666 !important;
  border-radius: 50% !important;
  font-size: 22px !important;
  text-align: center !important;
  text-decoration: none !important;
  line-height: 52px !important;
  margin: -20px -50px 0 !important;
  box-shadow: none !important;
  display: block;
  background-image: none !important;
  text-indent: 0 !important;
  text-transform: uppercase !important;
  font-weight: 700;
  font-family: fantasy;
}
.clients .metaslider li:nth-child(6) img {
  margin-top: 10px !important;
}
.clients img {
  max-height: 170px !important;
  width: auto !important;
  margin: 0 auto !important;
}

.contact {
  background: #ffeadd
    url(../../../../www.aahteeginteriors.com/wp-content/uploads/2020/07/contact-banner.html)
    no-repeat top left;
  background-size: cover;
  padding: 80px 0;
  background-attachment: fixed;
  display: none !important;
}
.contactForm {
  background: #fff;
  height: auto;
  border-radius: 10px;
  padding: 50px 50px 30px;
  overflow: hidden;
}
.contactInfo,
.contactForm {
  width: 50%;
  float: left;
  margin: 0 0 30px;
}
.contactInfo h3 {
  font-size: 38px;
  color: #333;
  margin: 0 0 15px !important;
  max-width: 500px;
  line-height: 42px;
}
.contactInfo h4 {
  font-size: 24px;
  color: #333;
  margin: 30px auto 0 !important;
}
.contactInfo h5 {
  font-size: 22px;
  color: #333;
  margin: 0 auto 5px !important;
}
.contactInfo p,
.contactInfo a,
.contact-us a {
  font-size: 18px;
  color: #333;
  margin: 0 !important;
  text-decoration: none !important;
  max-width: 400px;
}
.socialmedia li {
  display: inline-block;
  margin: 10px 15px 0 0;
}
.socialmedia img {
  max-width: 25px !important;
  margin: 0 !important;
}
.wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  clear: both;
}
.contactInfo a:hover,
.contact-us a:hover {
  font-weight: 500;
}
.we-are {
  padding: 20px 0 0;
  text-align: center;
}
.insidebanner:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #00000090;
}
.services-main .service,
.services-main2 .service {
  width: 100%;
  float: left;
  border-right: 0;
  border-color: #ecd2c2;
  min-height: auto;
  margin: 30px 50px 70px 150px;
  padding: 0;
}
.services-main .service:hover,
.services-main2 .service:hover {
  box-shadow: none;
  background: transparent;
}
.services-main img,
.services-main2 img {
  max-width: 100px;
}
.services-main .service li,
.services-main2 .service li {
  list-style-type: disc;
  margin: 10px 0 !important;
}
.services-main .service ul,
.services-main2 .service ul {
  margin-left: 20px;
}
.services-main {
  background-color: #fff;
}
.services-main2 {
  background-color: #fff;
}
.services-main img,
.services-main2 img {
  margin-top: 30px;
  border-radius: 10px;
}
.service li {
  font-size: 18px;
  font-weight: 500;
  max-width: 300px;
  line-height: 22px;
  margin: 10px auto 0 20px !important;
  list-style-type: disc;
}
.services-main li {
  font-size: 18px;
  font-weight: 500;
  max-width: 300px;
  line-height: 22px;
  margin: 10px auto 0 20px !important;
  list-style-type: disc;
}
.services-main p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin: 10px 0 20px !important;
  list-style-type: disc;
  width: 90%;
}
.productsMockup {
  text-align: center;
}
.productsMockup img {
  max-width: 1000px !important;
  margin-bottom: 50px !important;
}

.nv-page-title-wrap {
  background: #fbf7f7;
}

.page .nv-page-title-wrap {
  background: #f0f0f0;
  float: left;
  width: 100%;
  clear: both;
}

.nv-page-title-wrap h1 {
  display: none;
}

.nv-page-title-wrap .nv-page-title {
  max-width: 1350px;
  margin: 0 auto;
  padding: 10px 0;
}

.nv--yoast-breadcrumb {
  font-family: "Satoshi-Regular";
  font-size: 16px;
}

.nv--yoast-breadcrumb a,
.nv--yoast-breadcrumb a:hover,
.nv--yoast-breadcrumb a:focus {
  color: #0093fc;
}

.footer {
  position: relative;
  background: #0093fc;
  text-align: left;
  padding: 0 0 100px 0;
  color: #fff;
  float: left;
  width: 100%;
  clear: both;
  padding: 80px 0 80px;
}

.footer h2 {
  font-family: Satoshi-Bold;
  font-size: 42px;
  max-width: 650px;
  margin: 10px auto 40px;
  line-height: 1.2;
}

.footer h2 span {
  color: #0093fc;
}

.footer .wid25 {
  float: left;
  width: 36%;
}
.footer .wid18 {
  float: left;
  width: 21%;
}
.footer img {
  width: 250px;
  margin: 0 0 10px;
  transition: 0.3s all ease;
}
.footer h3 {
  font-family: Satoshi-Bold;
  font-size: 18px;
  line-height: 1.4;
  max-width: 400px;
  color: #ffffff;
  margin-bottom: 25px;
}
.footer h4 {
  font-family: Satoshi-Bold;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 15px 0;
}
.footer h4 a {
  color: #ffffff;
}
.footer p {
  font-family: Satoshi-Regular;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 15px;
}
.footerNav {
  padding-left: 0;
}
.footerNav li {
  font-family: Satoshi-Regular;
  margin: 7px 0;
  font-size: 18px;
}
.footerNav li a,
.footer a {
  font-weight: 500;
  color: #ddd;
}
.footerNav li a:hover,
.footerNav li a:focus,
.footer a:hover,
.footer a:focus {
  color: #fff;
}
.socialmedia {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.socialmedia p {
  margin-bottom: 0px;
}
.socialmedia li {
  float: left;
  margin-right: 30px;
}
.socialmedia li a,
.socialmedia li a:hover,
.socialmedia li a:focus {
  color: #ffffff;
}
.copyright {
  width: 100%;
  float: left;
  text-align: center;
  padding: 15px 0;
  background: #0093fc;
}
.copyright p {
  font-family: Satoshi-Regular;
  font-size: 18px;
  color: #ffffff;
}

.aboutus-page-banner {
  float: left;
  width: 100% !important;
  clear: both;
  padding: 80px 0 50px 0;
  text-align: center;
  background: #f1e7e9;
  margin-top: 27px;
}

.aboutus-page-banner h3 {
  font-family: Satoshi-Bold;
  font-size: 34px;
  color: #007caf;
  margin: 0 auto 50px;
  text-align: center;
  /* line-height: 0; */
}

.aboutus-page-banner h2 {
  font-family: Satoshi-Bold;
  font-size: 56px;
  line-height: 1;
  margin: 0 0 30px 0;
  color: #382027;
  text-align: center;
}

.aboutus-page-banner h2 span {
  color: #0093fc;
}

.aboutus-page-banner p {
  font-family: Satoshi-Regular;
  font-size: 18px;
  color: #382027;
  margin: 10px auto 30px;
  text-align: center;
  width: 100%;
  /* max-width: 950px; */
}

.aboutus-page-banner img {
  width: 100%;
}

.philosophy {
  background: #0096fc;
  background-size: cover;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  text-align: left;
  margin-top: -10px;
}

.philosophy-info {
  float: left;
  /* padding: 25%; */
  padding: 65px !important;
}

.philosophy img {
  float: left;
  width: 100%;
}

.philosophy h3 {
  font-family: Satoshi-Bold;
  font-size: 24px;
  color: #ffffff;
  margin: 0 0 50px;
  text-align: left;
  line-height: 0;
}

.philosophy h2 {
  font-family: Satoshi-Bold;
  font-size: 62px;
  line-height: 1;
  margin: 0 0 40px 0;
  color: #ffffff;
  text-align: left;
}

.philosophy p {
  font-family: Satoshi-Regular;
  font-size: 22px;
  line-height: 1.4;
  color: #ffffff;
  margin: 0;
  text-align: left;
  width: 100%;
}

.vision {
  background: #000000;
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  text-align: left;
}

.vision .md {
  float: left;
  padding: 38px;
  width: 50%;
  margin-top: 30px;
}

.vision img {
  float: left;
  width: 50%;
}

.vision h3 {
  font-family: Satoshi-Bold;
  font-size: 62px;
  color: #382027;
  margin: 0 !important;
  text-align: left;
  line-height: 1.2;
  background: #ffffff;
  float: left;
  width: 100%;
  clear: both;
  padding: 100px 10%;
}

.vision h4 {
  font-family: Satoshi-Bold;
  font-size: 26px;
  color: #0099fc;
  margin: 0 0 15px;
  text-align: left;
  line-height: 1;
}

.vision h5 {
  font-family: Satoshi-Bold;
  font-size: 24px;
  color: #0093fc;
  margin: 0 0 35px;
  text-align: left;
  line-height: 1;
}

.vision h2 {
  font-family: Satoshi-Bold;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 40px 0;
  color: #ffffff;
  text-align: left;
}

.vision p {
  font-family: Satoshi-Regular;
  font-size: 18px;
  line-height: 1.4;
  color: #c2c2c2;
  margin: 0 0 30px 0;
  text-align: justify;
  width: 100%;
}

.board {
  float: left;
  width: 100%;
  clear: both;
  padding: 100px 0 0 0;
  text-align: left;
}

.board h3 {
  font-family: Satoshi-Bold;
  font-size: 28px;
  color: #382027;
  margin: 0 0 50px 0 !important;
  text-align: left;
}

.board h2 {
  font-family: Satoshi-Bold;
  font-size: 26px;
  line-height: 1.2;
  margin: 0 0 15px 0;
  color: #382027;
  text-align: left;
  /* width: 50%; */
  /* float: left; */
}

.board .textwidget div {
  font-style: italic !important;
}

.board p {
  font-family: Satoshi-Regular;
  font-size: 18px;
  line-height: 1.4;
  color: #726367;
  /* margin: 30px 0; */
  text-align: justify;
  /* width: 40%; */
  /* float: right; */
}

.board-members {
  clear: both;
  float: right;
  margin: 50px 0;
  background: #000000;
  padding: 60px;
}

.board figure {
  float: left;
  max-width: 350px;
  margin-right: 50px;
}

.board img {
  width: 100%;
  margin-bottom: 15px;
}

.board h4 {
  font-family: Satoshi-Bold;
  font-size: 28px;
  color: #ffffff;
  margin: 0;
  text-align: left;
}

.board h5 {
  font-family: Satoshi-Regular;
  font-size: 18px;
  line-height: 1.4;
  color: #726367;
  text-align: left;
  width: 100%;
}

.core-team .board-members img {
  float: left;
  width: 31%;
  margin: 1%;
}

.core-team .board-members img:last-child {
  float: left;
  width: 98%;
  margin: 1%;
  max-width: none;
}

.infrastructure {
  background: #ece1e4;
  float: left;
  width: 100%;
  clear: both;
  padding: 100px 0;
  text-align: left;
  margin-top: 50px;
}

.infrastructure-info,
.infrastructure-gallery {
  width: 50%;
  float: left;
}

.infrastructure-gallery img {
  float: right;
  margin-bottom: 50px;
}

.infrastructure-gallery img:last-child {
  margin-right: 50px;
  margin-bottom: 0;
}

.infrastructure-gallery img:last-child {
  max-width: 350px;
}

.infrastructure-info {
  padding: 0 50px;
}

.infrastructure h3 {
  font-family: Satoshi-Bold;
  font-size: 28px;
  color: #382027;
  margin: 0 !important;
  text-align: left;
}

.infrastructure h2 {
  font-family: Satoshi-Bold;
  font-size: 42px;
  line-height: 1.2;
  margin: 0 0 40px 0;
  color: #382027;
  text-align: left;
  width: 50%;
  float: left;
}

.infrastructure p {
  font-family: Satoshi-Regular;
  font-size: 20px;
  line-height: 1.4;
  color: #726367;
  margin: 30px 0;
  text-align: left;
  width: 95%;
}

.construction {
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
}

.construction-info {
  float: left;
  padding: 20% 25%;
  background: #800021;
  min-height: 700px;
}

.construction h3 {
  font-family: Satoshi-Bold;
  font-size: 28px;
  color: #ffffff;
  margin: 0 0 10px 0;
  text-align: left;
}

.construction h2 {
  font-family: Satoshi-Bold;
  font-size: 52px;
  line-height: 1.2;
  margin: 0;
  color: #ffffff;
  text-align: left;
}

.construction p {
  font-family: Satoshi-Regular;
  font-size: 20px;
  line-height: 1.4;
  color: #ffffff;
  margin: 30px 0;
  text-align: left;
  width: 95%;
}

.construction img {
  width: 100%;
  max-height: 700px;
  min-height: 700px;
}

.banner-image {
  float: left;
  width: 100%;
  clear: both;
  /* margin-bottom: 60px; */
  padding: 40px;
}

.banner-image .container {
  padding: 0 !important;
}

.banner-image h3 {
  font-family: Satoshi-Bold;
  font-size: 28px;
  color: #382027;
  /* margin: 10px 0 20px !important; */
  text-align: left;
  line-height: 1;
}

.banner-image figure {
  float: left;
  width: 100%;
  position: relative;
  clear: both;
}

.banner-image figure figcaption {
  position: absolute;
  bottom: 100px;
  left: 50px;
  float: left;
  width: auto;
}

.banner-image figure figcaption img {
  max-width: 70px;
  margin-bottom: 15px;
}

.banner-image p {
  font-family: Satoshi-Regular;
  font-size: 18px;
  color: #ffffff;
  margin: 0 0 5px;
  text-align: left;
  line-height: 1.3;
}

.banner-image h4 {
  font-family: Satoshi-Bold;
  font-size: 34px;
  color: #ffffff;
  margin: 0;
  text-align: left;
  line-height: 1;
}

.product-grid {
  width: 100%;
  float: left;
  position: relative;
}

.product-grid img {
  width: 100%;
  clear: both;
  height: 100%;
  float: left;
}

.products-main-grid > div {
  width: 50% !important;
}

.product-grid-info {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 90%;
  right: 0;
  margin: 0 auto;
  background: #ffffff;
  padding: 50px;
}

.office-furniture .product-grid-info {
  padding: 20px;
}

.product-grid-info img {
  max-width: 80px;
  float: left;
  margin-right: 25px;
}

.product-grid-title {
  float: left;
}

.product-grid-info h5 {
  font-size: 32px;
  margin: 10px 0 0 !important;
  text-align: left;
  width: auto;
}

.product-grid-info p {
  float: left;
  font-size: 16px;
  text-align: justify;
}

.product-grid-info .p-hightlights {
  font-weight: 600;
  text-align: center;
}

.product-grid-nav {
  float: right;
  margin-top: 22px;
  transition: 0.5s all ease;
}

.product-grid-nav img {
  margin: 17px 0 0 -10px;
  max-width: 50px;
  height: auto;
  float: none;
  transition: 0.5s all ease;
}

.product-grid-nav:hover img {
  margin-left: 5px;
}

.products-main-grid .testimonials {
  background: #f1e7e9;
  padding: 13%;
  width: 100%;
  margin: 0;
}

.testimonials .metaslider .slides .caption img {
  display: block !important;
  width: 300px;
  float: none;
  margin: 25px auto;
}

.products-list {
  padding: 0;
  clear: both;
}

.products-list h3 {
  font-family: Satoshi-Bold;
  font-size: 24px;
  color: #382027;
  margin: 0;
  text-align: left;
  line-height: 1;
  position: absolute;
  bottom: 0;
}

.poduct-list-grid {
  position: relative;
  width: 100%;
  float: left;
  padding-bottom: 35px;
}

.products-list figure {
  position: relative;
  width: 100%;
  float: left;
  max-height: 310px;
  overflow: hidden;
  margin-bottom: 10px;
}

.products-list figure img {
  width: 100%;
  height: auto;
  transition: 0.4s all ease;
}

.products-list figure:hover img,
.products-list figure:focus img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.products-list a,
.products-list a:hover,
.products-list a:focus {
  text-decoration: none;
}

.products-list h4 {
  font-family: Satoshi-Bold;
  font-size: 22px;
  color: #382027;
  margin: 0;
  text-align: left;
  line-height: 1;
  transition: 0.4s all ease;
}

.products-list a:hover h4,
.products-list a:focus h4,
.products-list h4:hover,
.products-list h4:focus {
  color: #0093fc;
}

.thumbnail-slider {
  float: left;
  width: 100%;
  clear: both;
  margin: 20px auto 0;
}

.thumbnail-slider .container {
  position: relative;
}

.lSSlideOuter .lSSlideWrapper ul li img {
  max-width: 70%;
}

.thumbnail-slide-info {
  position: absolute;
  top: 5px;
  right: 15px;
  background: #f1e7e9;
  padding: 50px 60px;
  width: 500px;
  height: 462px;
}

.thumbnail-slider h4 {
  font-family: Satoshi-Bold;
  font-size: 28px;
  color: #800021;
  margin: 15px 0;
  text-align: left;
  line-height: 1;
}

.thumbnail-slider p {
  font-family: Satoshi-Regular;
  font-size: 18px;
  color: #382027;
  margin: 10px auto 30px;
  text-align: left;
  width: 100%;
}

.thumbnail-slider p a {
  background: #0093fc;
  margin-top: 30px;
  padding: 15px 30px;
  border-radius: 50px;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  font-family: Satoshi-Bold;
}

.lSGallery li {
  width: 24.6% !important;
  float: left !important;
  border: 3px solid #ffffff !important;
}

.lSGallery li.active {
  border-radius: 0 !important;
  border: 3px solid orangered !important;
}

.parent-pageid-1144 .lSGallery li {
  width: 32.9% !important;
}

.ad {
  float: right;
  background: #f1e7e9;
  padding: 40px 50px;
  width: 652px;
  margin-top: -162px;
}

.ad figure {
  float: left;
  width: 45%;
  margin-right: 5%;
}

.ad figcaption {
  float: left;
  width: 50%;
}

.ad figure img {
  float: left;
  width: 100%;
}

.ad figcaption p {
  font-family: "Satoshi-Bold";
  font-size: 18px;
  color: #382027;
  margin: 10px 0 0 0;
  text-align: left;
}

.ad figcaption h5 {
  font-family: "Satoshi-Regular";
  font-size: 20px;
  color: #382027;
  margin: 0 0 25px 0;
  text-align: left;
}

.ad figcaption h4 {
  font-family: Satoshi-Regular;
  font-size: 18px;
  color: #382027;
  margin: 10px 0;
  text-align: left;
}

.ad figcaption h3 {
  font-family: Satoshi-Bold;
  font-size: 30px;
  color: #0093fc;
  margin: 15px 0 30px;
  text-align: left;
  line-height: 1;
}

.contactForm form p,
.enquiry form p {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
.contactForm form label,
.contactForm form input,
.contactForm form textarea,
.enquiry form label,
.enquiry form input,
.enquiry form textarea {
  width: 100%;
  float: left;
  max-width: 560px;
}
.contactForm form label,
..enquiry form label {
  font-weight: 500;
  color: #000;
  font-size: 16px !important;
}
.contactForm form textarea,
.enquiry form textarea {
  max-width: 560px;
  max-height: 150px;
}
.contactForm form .wpcf7-submit,
.enquiry form .wpcf7-submit {
  padding: 15px 0 !important;
  background: #333 !important;
  max-width: 150px;
  font-size: 16px !important;
  font-weight: 500 !important;
}

.contact-page {
  background: #ffffff;
  padding: 20px 0 70px;
  clear: both;
  width: 100%;
}

.contact-page h3 {
  font-family: "Satoshi-Bold";
  color: #382027;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px;
}

.contact-page h4 {
  font-family: "Satoshi-Bold";
  color: #382027;
  font-size: 22px;
  line-height: 34px;
  margin: 0 0 5px;
}

.contact-page p {
  font-family: "Satoshi-Regular";
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 15px 0;
  color: #464646;
  width: 95%;
}

.contact-page p i {
  color: #382027;
}

.contact-page p a {
  color: #382027;
  text-decoration: none !important;
}

.contact-page p a:hover,
.contact-page a:focus {
  color: #0093fc;
}

.enquiry {
  width: 100%;
  clear: both;
}

.enquiry iframe {
  width: 100%;
  margin-bottom: 100px;
}

.social {
  float: left;
  width: 100%;
  margin: 0;
}

.social li {
  display: inline-block;
  margin: 10px 20px 0 0;
  font-size: 20px;
  color: #464646;
}

.social li a {
  color: #382027;
}

.contact-page form {
  max-width: 900px;
  margin: auto;
}

.contact-page form p,
.contact-page form > div {
  margin: 2px 2% 2px 0;
  width: 98%;
  text-align: left;
  float: left;
}

.contact-page form label,
.contact-page form input,
.contact-page form select {
  width: 100%;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  font-weight: 500;
}

.contact-page form select {
  height: 45px;
}

.contact-page form textarea {
  width: 100%;
  height: 130px;
}

.contact-page form p:nth-child(2),
.contact-page form p:nth-child(3),
.contact-page form p:nth-child(4),
.contact-page form p:nth-child(5) {
  width: 48%;
}

.recaptcha {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.contact-page form .wpcf7-submit {
  width: auto !important;
  background: #382027 !important;
  color: #ffffff !important;
  padding: 10px 40px !important;
  border-radius: 25px !important;
  font-size: 14px !important;
}

.enquiry h3 {
  font-family: "Satoshi-Bold";
  color: #382027;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}

.faq {
  clear: both;
  width: 100%;
  float: left;
  margin: 50px 0 0 0;
}

.faq h3 {
  font-family: "Satoshi-Bold";
  color: #382027;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 30px;
}

.faq h4 {
  font-family: "Satoshi-Bold";
  color: #382027;
  font-size: 22px;
  line-height: 34px;
  margin: 0 0 5px;
  width: 100%;
  max-width: 700px;
}

.faq p {
  font-family: "Satoshi-Regular";
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 35px 22px;
  color: #464646;
  width: 100%;
  max-width: 750px;
}

#splite_popup_box {
  border-bottom: 0 !important;
}

a.splite_sideEnquiry {
  background: #0093fc;
  right: -65px !important;
  padding: 12px 30px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  font-family: Satoshi-Bold !important;
}

#splite_popup_title,
#splite_popup_box div.wpcf7-response-output,
a.splite_sideEnquiry,
#splite_popup_box input.wpcf7-form-control.wpcf7-submit {
  background-color: #0093fc !important;
  font-family: Satoshi-Bold !important;
}

#splite_popupBoxClose {
  font-family: arial !important;
  font-size: 18px !important;
  padding: 0 20px !important;
}

#splite_popup_box form p {
  margin-bottom: 15px !important;
  width: 100%;
  float: left;
}

#splite_popup_box form p label {
  font-family: Satoshi-Regular !important;
  width: 30% !important;
  font-size: 16px !important;
  line-height: 20px !important;
  float: left;
}

#splite_popup_box form p span {
  width: 69%;
  float: left;
}

.wpcf7-list-item {
  width: auto !important;
}

.wpcf7-list-item label,
.wpcf7-list-item span,
.wpcf7-list-item input {
  clear: none;
  width: auto !important;
}

#splite_popup_box input {
  width: 100% !important;
  padding: 0 15px !important;
  font-family: "Satoshi-Bold" !important;
  height: 38px !important;
}

#splite_popup_description {
  display: none;
}

#splite_popup_title {
  /* margin-bottom: 25px !important; */
  padding: 13px 30px !important;
  font-size: 26px !important;
}

#splite_popup_box .recaptcha {
  width: 310px;
  margin: -30px 0 0 30%;
}

.wpcf7-submit {
  font-size: 16px !important;
  padding: 10px !important;
  border-radius: 25px !important;
}

.cv {
  margin-top: 50px;
}

.cv form {
  width: 100%;
  max-width: none;
}

.single-post article h1 {
  font-family: Satoshi-Bold !important;
  font-size: 34px !important;
  color: #382027;
  margin: 10px 0 !important;
  text-align: left;
  line-height: 1.2 !important;
  width: 90%;
}

.single-post article p,
.category-blog p {
  font-family: Satoshi-Regular;
  font-size: 18px;
  color: #382027;
  margin: 0 0 15px 0 !important;
  text-align: left;
  line-height: 1.5;
  width: 100%;
  clear: both;
}

.category-blog time {
  font-family: Satoshi-Regular;
  font-size: 14px;
  color: #382027;
  margin: 0 0 30px 0 !important;
  text-align: left;
  line-height: 1.5;
  width: 100%;
  clear: both;
}

.category-blog .nv-meta-list {
  padding: 0 !important;
  margin: 0 !important;
}

.single-post article img {
  width: 100%;
  margin-bottom: 25px;
  clear: both;
}

.nv-post-navigation {
  clear: both;
  width: 100%;
}

.category-blog h2 {
  font-family: Satoshi-Bold !important;
  font-size: 22px !important;
  color: #382027;
  margin: 10px 0 !important;
  text-align: left;
  line-height: 1.2 !important;
  width: 95%;
}

.nv-post-navigation .next .nav-direction,
.nv-post-navigation .previous .nav-direction,
.nv-post-navigation .next .nav-direction a,
.nv-post-navigation .previous .nav-direction a {
  font-family: Satoshi-Regular !important;
  font-size: 20px !important;
  color: #382027;
}

.nv-post-navigation {
  padding: 15px 0;
  border-top: 1px solid #f0f0f0;
  font-family: Satoshi-Regular;
}

.nv-post-navigation a,
.nv-post-navigation a:hover,
.nv-post-navigation a:focus {
  color: #0093fc;
}

@media all and (max-width: 4500px) {
  .container {
    max-width: 1350px !important;
  }
}
@media all and (max-width: 1450px) {
  .container,
  .nv-page-title {
    max-width: 1200px !important;
  }
  li.lslide,
  li.lslide img {
    height: 350px;
  }
  .thumbnail-slide-info {
    padding: 30px 60px;
    overflow-y: scroll;
    height: 345px;
  }
  .lSGallery li {
    width: calc(25% - 6px) !important;
  }
  .ad {
    width: 50%;
    margin-top: -145px;
  }
  .menu-item a {
    padding: 5px 15px !important;
  }
  .homeslider .metaslider h2 {
    font-size: 38px;
    line-height: 40px;
  }
  .metaslider .caption-wrap {
    bottom: 85% !important;
  }
  .metaslider h3 {
    font-size: 26px;
    line-height: 26px;
  }
  .about {
    padding: 50px 0;
  }
  .about h3 {
    margin: 20px auto 5px !important;
  }
  .why-deradhpro .wid50 {
    min-height: 390px;
  }
  .contactInfo h3 {
    font-size: 32px;
    line-height: 36px;
  }
  .neve-mm-description {
    display: none !important;
  }
  .construction-info {
    padding: 10% 25%;
    min-height: 600px;
  }
  .construction img {
    max-height: 600px;
    min-height: 600px;
  }
  .services p {
    font-size: 16px;
  }
  .interiors-info {
    margin: 40px 0 10px 0;
  }
  .service .interiors-info h5 {
    font-size: 14px;
    width: 90%;
  }
}
@media all and (max-width: 1300px) {
  .metaslider .caption-wrap {
    bottom: 83% !important;
    width: 80% !important;
  }
  .homeslider .metaslider h3 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    margin: 5px 0;
  }
  .homeslider .metaslider h2 {
    font-size: 46px;
    line-height: 48px;
  }
  .builder-item--logo .site-logo img {
    max-width: 175px !important;
  }
  header nav .primary-menu-ul li:nth-child(5) {
    display: none;
  }
  .primary-menu-ul li,
  .menu-item {
    margin: 0 !important;
  }
  .menu-item a {
    font-size: 15px !important;
    padding: 5px 15px !important;
  }
  .metaslider h2 {
    font-size: 42px;
    line-height: 42px;
  }
  .we-are .feature {
    width: 33.3333%;
    float: left;
    margin-bottom: 25px;
  }
  .we-are figure {
    height: auto;
  }
  .home .service,
  .recent-projects .product-grid {
    width: 100%;
  }
  .process p {
    font-size: 22px;
    width: 350px;
  }
  .construction-info,
  .construction img {
    width: 100%;
  }
  .container,
  .nv-page-title {
    max-width: 1200px !important;
    width: 90%;
  }
  .philosophy-info {
    padding: 60px;
  }
  .vision h3 {
    font-family: Satoshi-Bold;
    font-size: 52px;
    color: #382027;
    margin: 0 !important;
    text-align: left;
    line-height: 1.2;
    background: #ffffff;
    float: left;
    width: 100%;
    clear: both;
    padding: 50px 10%;
  }
  .vision .md,
  .vision img {
    width: 100%;
  }
  .board img {
    max-width: 300px;
  }
  .construction-info {
    padding: 10%;
  }
  .product-grid-info {
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 90%;
    right: 0;
    margin: 0 auto;
    background: #ffffff;
    padding: 20px;
  }
  .product-grid-info img {
    max-width: 50px;
    float: left;
    margin: 10px 15px 0 0;
  }
  .product-grid-info h5 {
    font-size: 22px;
    margin: 0;
    text-align: left;
    width: auto;
  }
  .products-main-grid .testimonials {
    padding: 100px 0;
    width: 100%;
    margin: 0;
  }
  .ad {
    width: 100%;
    margin: 30px 0;
    clear: both;
  }
  .banner-image figure figcaption {
    bottom: 40px;
  }
  .product-grid-nav img {
    margin: 17px 0 0 -10px !important;
  }
}
@media all and (max-width: 500px) {
  .site-header,
  nav,
  .hfg_header .header-main-inner {
    background-color: #fff !important;
  }
  .header-main-inner .container > .row--wrapper {
    background: #fff;
    margin-top: 0;
  }
  .neve-main {
    margin-top: 0;
  }
  .builder-item--logo .site-logo img {
    max-width: 170px !important;
    width: 200px !important;
    margin: 0;
  }
  .hfg_header .header-menu-sidebar .header-menu-sidebar-bg {
    padding-left: 20px !important;
  }
  .header-menu-sidebar .navbar-toggle-wrapper button.navbar-toggle {
    margin: 15px 35px !important;
  }
  .menu-item:last-child a {
    color: #000 !important;
  }
  header .container {
    max-width: 1500px !important;
    width: 90% !important;
  }
  .container {
    max-width: none !important;
    width: 90% !important;
  }
  .homeslider {
    margin: 0 auto !important;
    box-shadow: none;
  }
  .homeslider .metaslider h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .homeslider .metaslider h3 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    margin: 0;
  }
  .metaslider h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .metaslider h3 {
    font-size: 16px;
    line-height: 18px;
  }
  .metaslider .caption-wrap {
    bottom: 30% !important;
  }
  .homeslider .caption-wrap {
    top: auto;
    bottom: 10% !important;
  }
  .home .neve-main:before {
    height: 200px;
  }
  .clients {
    text-align: center;
    padding: 30px 0 50px;
    margin-bottom: 50px;
  }
  .home .we-are {
    padding: 60px 0;
  }
  .we-are .feature {
    width: 100%;
  }
  .services:before,
  .services:after {
    display: none;
  }
  .we-are h3 {
    font-size: 30px;
    color: #ffff;
    margin: 0 auto 30px !important;
    max-width: 900px;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
  }
  .we-are .wid25 {
    width: 100%;
    float: left;
  }

  .about h3 {
    margin: 0 auto 5px !important;
    font-size: 30px;
  }
  .about h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 500;
  }

  .service {
    width: 100% !important;
    float: left !important;
    min-height: auto !important;
    border: 0 !important;
    background-color: #0078aa !important;
  }
  .services h3 {
    font-size: 30px;
    margin: 0 auto 20px;
  }
  .services p {
    font-size: 16px;
    line-height: 1.2;
    margin: 5px 0 0 0;
  }
  .interiors {
    position: relative;
    padding: 30px;
  }
  .interiors-info div {
    width: 50%;
    min-height: 140px;
  }

  .process {
    padding: 50px 0;
    margin-top: 0;
  }

  .process h3 {
    font-size: 32px;
    margin: 0;
  }

  .process .slides img {
    width: 100% !important;
    margin: 15px 0 !important;
  }

  .process .metaslider .caption-wrap {
    position: relative !important;
    bottom: 0 !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
  }

  .process h4 {
    font-size: 26px;
    margin: 0 0 10px 0;
    width: 100%;
  }

  .process p {
    font-size: 20px;
    width: 100%;
  }

  .recent-projects .product-grid-info {
    position: relative;
    width: 100%;
    padding: 40px 40px 20px;
    float: left;
  }

  .recent-projects .product-grid-info img {
    margin-bottom: 20px;
  }

  .shop-loose .shop-loose-product {
    width: 100%;
    float: left;
    margin: 15px 0;
  }

  .testimonials {
    padding: 60px 0;
  }

  .testimonials h3 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 30px;
  }

  .testimonials h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .testimonials h5 {
    font-size: 22px;
    margin: 5px auto !important;
  }

  .testimonials .metaslider .caption-wrap {
    width: 100% !important;
  }

  .shop-loose h3 {
    font-size: 30px;
    margin: 0 auto 10px;
  }

  .stores {
    padding: 60px 0;
    margin-top: 40px;
  }

  .stores h2 {
    font-size: 42px;
    margin: 20px 0 30px;
  }

  .store {
    width: 100%;
    margin: 0 0 40px 0;
  }

  .clients {
    text-align: center;
    padding: 50px 0 80px;
    margin-bottom: 50px;
  }

  .footer h2 {
    font-size: 32px;
    margin: 10px auto 50px;
    line-height: 1.3;
    width: 90%;
  }

  .footer div {
    width: 100% !important;
  }

  .contact {
    padding: 50px 0 35px;
  }
  .contactInfo,
  .contactForm {
    width: 100%;
    float: left;
    margin: 0 0 30px;
  }
  .contactInfo h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .contactInfo h4 {
    font-size: 20px;
    color: #333;
    margin: 20px auto 0 !important;
  }
  .contactForm {
    padding: 40px 30px 30px;
  }
  .about img {
    margin-top: 0;
    width: 100% !important;
    max-width: 280px !important;
  }
  .insidebanner {
    position: relative;
    max-height: 200px;
    overflow: hidden;
  }
  .insidebanner h3 {
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 28px;
    width: 90%;
    line-height: 34px;
  }
  .enquiry h3 {
    text-align: center;
    font-size: 26px;
  }
  .enquiry iframe {
    margin-bottom: 70px;
  }
  .hfg_header nav .hfg-item-left {
    max-width: 70% !important;
  }
  .hfg_header nav .hfg-item-right {
    max-width: 30% !important;
  }
  #pg-20-3 > .panel-row-style {
    padding: 40px 0 20px !important;
  }
  .footer h4 {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin: 15px auto 5px !important;
    max-width: 750px;
    line-height: 30px;
    width: 100%;
  }
  .footerNav li {
    display: block;
    margin: 10px auto;
    font-size: 16px;
  }
  .footer {
    text-align: left;
    padding: 70px 0 40px;
    color: #fff;
    margin-top: 50px;
  }
  .footerNav {
    padding: 0;
  }
  .socialmedia {
    margin-bottom: 30px;
  }
  .copyright p {
    font-size: 14px;
    color: #fff;
    margin: 0 auto !important;
    font-weight: 500;
    width: 80%;
  }

  .contact-us .panel-grid-cell {
    width: 100% !important;
  }
  .contact-us .wid33 {
    width: 100%;
    float: none;
    margin-bottom: 35px;
  }
  .flex-direction-nav {
    display: none !important;
  }

  .sub-menu {
    border: 0 !important;
    padding: 0 !important;
  }

  .menu-item a {
    font-size: 16px !important;
    padding: 7px 20px !important;
  }

  .sub-menu .menu-item:last-child a {
    color: #ffffff !important;
  }

  .aboutus-page-banner h2 {
    font-size: 31px;
    line-height: 1.4;
    margin: 0 0 15px 0;
  }

  .aboutus-page-banner h3 {
    font-size: 28px !important;
  }

  .philosophy-info {
    float: left;
    padding: 70px 30px;
  }

  .philosophy h2 {
    font-size: 42px;
    line-height: 1.2;
    margin: 0 0 20px 0;
  }

  .vision h3 {
    font-size: 42px;
    line-height: 1.2;
    padding: 40px 30px;
  }

  .vision .md,
  .vision img,
  .board h2,
  .board p,
  .core-team .board-members img,
  .infrastructure-info,
  .infrastructure-gallery {
    width: 100%;
  }

  .vision h2 {
    font-size: 29px;
    line-height: 1.2;
    margin: 0 0 30px 0;
  }

  .board h2 {
    font-size: 18px;
    line-height: 1.2;
    margin: 0;
  }

  .board h3 {
    margin: 0 0 20px 0 !important;
  }

  .board-members {
    margin: 20px 0 0 0;
    padding: 30px;
    width: 100%;
  }

  .board img {
    max-width: 350px;
    margin: 0;
    width: 100%;
  }

  .board {
    padding: 50px 0 0 0;
  }

  .infrastructure {
    padding: 60px 0 20px 0;
  }

  .infrastructure-gallery img {
    margin-right: 0 !important;
    margin-bottom: 30px;
    width: 100%;
  }

  .infrastructure-info {
    padding: 0;
  }

  .infrastructure h2 {
    margin: 0 0 20px 0;
    width: 100%;
  }

  .construction-info {
    padding: 50px 30px 0;
    min-height: auto;
  }

  .construction h2 {
    font-size: 38px;
  }

  .construction img {
    min-height: auto;
  }

  .clients h3 {
    font-size: 30px;
  }

  .banner-image {
    display: none !important;
  }

  .products-main-grid > div {
    width: 100% !important;
  }

  .product-grid-info {
    position: relative;
    padding: 20px;
    z-index: 99;
    clear: both;
  }

  .products-main-grid .testimonials {
    padding: 50px 30px;
  }

  li.lslide,
  li.lslide img,
  .thumbnail-slide-info {
    height: auto;
  }

  .thumbnail-slide-info {
    position: relative;
    top: 0;
    right: 0;
    background: #f1e7e9;
    padding: 20px 40px;
    width: 100%;
    height: auto;
  }

  .lSSlideOuter .lSSlideWrapper ul li img {
    max-width: 100%;
  }

  .lSGallery li,
  .parent-pageid-1144 .lSGallery li {
    width: calc(50% - 5px) !important;
  }

  .nv-page-title span {
    font-size: 14px;
  }

  .ad figure,
  .ad figcaption {
    float: left;
    width: 100%;
    margin-right: 0;
  }

  .happy-homes {
    padding: 30px 0;
  }

  .happy-homes .home {
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
  }

  .happy-homes p.desc {
    font-size: 20px;
  }

  .happy-homes h3 {
    font-size: 25px;
    line-height: 1.3;
    padding-top: 20px;
    margin: 0 auto 30px;
  }

  .contact-page {
    display: block !important;
  }

  .contact-page h3 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .contact-page p {
    font-size: 16px;
    line-height: 26px;
  }

  .contact-page .panel-grid-cell {
    width: 100% !important;
  }

  .contact-page .social {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  body {
    width: 100%;
    height: 100%;
    position: fixed;
  }
  body:before {
    position: fixed;
    content: "Landscape view disabled, Please turn your mobile.";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: 99999999999;
    text-align: center;
    font-size: 24px;
    color: #fff;
    padding: 15% 0 0;
    font-weight: 500;
  }
}
.hfg-item-center .footer-menu li:not(:last-child),
.hfg-item-left .footer-menu li:not(:last-child) {
  margin-right: 20px;
}
.hfg-item-right .footer-menu li:not(:first-child) {
  margin-left: 20px;
}
.wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
body > .wrapper:not(.et-fb-iframe-ancestor) {
  overflow: hidden;
}
.neve-main {
  flex: 1 auto;
  min-height: 1px;
}
.archive-container {
  padding-top: 20px;
}
.nv-content-none-wrap {
  margin-bottom: 60px;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  display: inline-block;
  font-size: 14px;
  padding: 7px 12px;
  background-color: transparent;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 3px;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="color"],
select {
  display: inline-block;
  font-size: 14px;
  padding: 7px 12px;
  background-color: transparent;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 3px;
  transition: all 0.3s ease;
}
button,
input,
select,
textarea {
  line-height: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
select {
  height: 35px;
}
label {
  display: inline-block;
  margin-bottom: 10px;
}
fieldset {
  border: 0;
  margin: 20px 0;
}
fieldset legend {
  font-size: 0.9em;
  margin-bottom: 10px;
}
fieldset input[type="password"],
fieldset input[type="search"],
fieldset input[type="text"],
fieldset textarea {
  width: 100%;
}
.nv-seach-form-wrap {
  width: 100%;
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nv-seach-form-wrap .search-form {
  display: inline-block;
}
.nv-seach-form-wrap .search-form input[type="submit"] {
  margin-left: 10px;
}
.search-form label {
  margin-bottom: 0;
}
.search-form,
.woocommerce-product-search {
  position: relative;
}
.search-form label,
.woocommerce-product-search label {
  display: inline;
}
.search-form .nv-search-icon-wrap,
.woocommerce-product-search .nv-search-icon-wrap {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 45px;
  min-width: 45px;
  z-index: 3;
  cursor: pointer;
  pointer-events: none;
  color: #c9c9c9;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.search-form .nv-search-icon-wrap .nv-icon svg,
.woocommerce-product-search .nv-search-icon-wrap .nv-icon svg {
  fill: #c9c9c9;
}
.search-form input[type="search"],
.woocommerce-product-search input[type="search"] {
  width: 100%;
  padding: 8px 45px 7px 12px;
}
.search-form button[type="submit"],
.search-form input[type="submit"],
.woocommerce-product-search button[type="submit"],
.woocommerce-product-search input[type="submit"] {
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  color: transparent;
  background: 0 0;
  z-index: 2;
  min-width: 45px;
  width: 45px;
  border: 0;
  padding: 8px 12px 7px;
  border-radius: 0;
}
.search-form button[type="submit"]:hover,
.search-form input[type="submit"]:hover,
.woocommerce-product-search button[type="submit"]:hover,
.woocommerce-product-search input[type="submit"]:hover {
  background-color: #eee;
}
.nv-nav-search .search-form input[type="search"] {
  width: 200px;
}
.nv-meta-list {
  padding-bottom: 10px;
  width: 100%;
}
.nv-meta-list li {
  display: inline;
  color: #676767;
  font-size: 0.85em;
}
.nv-meta-list li:not(:last-child):after {
  content: "/";
  padding: 0 5px;
  color: #676767;
}
.nv-meta-list a,
.nv-meta-list a:hover {
  color: #676767;
}
.nv-meta-list .posted-on .updated {
  display: none;
}
.nv-meta-list .meta.author .photo {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: translateY(30%);
}
.nv-meta-list .meta.author .author-name {
  margin-left: 3px;
}
.entry-title {
  word-wrap: break-word;
}
.entry-title a {
  color: #404248;
}
.entry-title a:focus,
.entry-title a:hover {
  opacity: 0.9;
  color: #404248;
}
.nv-shadow-1 .nv-post-thumbnail-wrap {
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.nv-shadow-2 .nv-post-thumbnail-wrap {
  box-shadow: 0 3px 6px -5px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1);
}
.nv-shadow-3 .nv-post-thumbnail-wrap {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1);
}
.nv-shadow-4 .nv-post-thumbnail-wrap {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12), 0 10px 10px rgba(0, 0, 0, 0.12);
}
.nv-shadow-5 .nv-post-thumbnail-wrap {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
    0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.nv-post-thumbnail-wrap amp-img {
  display: inline-block;
}
.nv-post-thumbnail-wrap a {
  transition: all 0.3s ease;
}
.nv-post-thumbnail-wrap a:hover {
  opacity: 0.95;
}
.nv-post-thumbnail-wrap img {
  height: auto;
}
.posts-wrapper > article {
  margin-bottom: 30px;
}
.layout-grid .content > .blog-entry-title {
  margin-bottom: 0;
}
.blog-entry-title {
  word-wrap: break-word;
}
.article-content-col {
  width: 100%;
}
.article-content-col .content {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
}
.article-content-col .content .button {
  display: inline-block;
  align-self: flex-start;
}
.bypostauthor {
  display: block;
}
.nv-index-posts .posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  box-sizing: content-box;
}
.nv-index-posts .page-numbers {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  justify-content: center;
  margin: 10px auto;
}
.nv-index-posts .page-numbers > li:not(:last-child) {
  padding-right: 10px;
}
.nv-index-posts .page-numbers > li:not(:first-child) {
  padding-left: 10px;
}
.layout-grid .content > * {
  margin: 0 0 10px;
}
.layout-grid .content > :last-child {
  margin-bottom: 0;
}
.layout-grid .content > :first-child {
  margin-top: 0;
}
.layout-grid .content > .nv-meta-list {
  margin-top: 0;
}
.layout-grid .content .excerpt-wrap > :last-child {
  margin-bottom: 0;
}
.nv-non-grid-article .non-grid-content {
  display: flex;
  flex-direction: column;
}
.nv-non-grid-article .non-grid-content > * {
  margin: 0 0 10px;
}
.nv-non-grid-article .non-grid-content > :last-child {
  margin-bottom: 0;
}
.nv-non-grid-article .non-grid-content > .nv-meta-list {
  margin-top: 0;
}
.nv-non-grid-article .non-grid-content .blog-entry-title {
  margin-bottom: 0;
}
article {
  word-break: break-word;
}
.sticky {
  display: inherit;
}
.nv-loader {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 2px solid #0366d6;
  border-left: 1px solid transparent !important;
  -webkit-animation: spin 1s ease infinite;
  -moz-animation: spin 1s ease infinite;
  animation: spin 1s ease infinite;
  margin: 0 auto;
  display: none;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.layout-grid > .article-content-col,
.layout-grid > .article-content-col .content {
  height: 100%;
}
.layout-alternative,
.layout-default {
  display: flex;
  align-items: flex-end;
}
.layout-alternative .nv-post-thumbnail-wrap,
.layout-default .nv-post-thumbnail-wrap {
  margin-bottom: 10px;
}
.page .nv-sidebar-wrap,
.single .nv-sidebar-wrap {
  margin-top: 30px;
}
.nv-single-post-wrap .entry-header,
.nv-single-post-wrap .nv-content-wrap,
.nv-single-post-wrap .nv-post-navigation,
.nv-single-post-wrap .nv-tags-list,
.nv-single-post-wrap .nv-thumb-wrap {
  margin-bottom: 20px;
}
.nv-single-post-wrap .entry-header:first-child,
.nv-single-post-wrap .nv-content-wrap:first-child,
.nv-single-post-wrap .nv-post-navigation:first-child,
.nv-single-post-wrap .nv-tags-list:first-child,
.nv-single-post-wrap .nv-thumb-wrap:first-child {
  margin-top: 30px;
}
.single-post-container .title {
  margin-bottom: 0;
}
.attachment-neve-blog {
  display: flex;
}
.nv-post-navigation {
  display: flex;
  justify-content: space-between;
}
.nv-post-navigation .next a:hover,
.nv-post-navigation .previous a:hover {
  text-decoration: none;
}
.nv-post-navigation .next a:hover span:not(.nav-direction),
.nv-post-navigation .previous a:hover span:not(.nav-direction) {
  text-decoration: underline;
}
.nv-post-navigation .next .nav-direction,
.nv-post-navigation .previous .nav-direction {
  color: #676767;
  display: flex;
  flex-direction: column;
  font-size: 0.8em;
  text-transform: uppercase;
}
.nv-post-navigation .next {
  margin-left: auto;
  text-align: right;
}
.post-pages-links {
  display: flex;
  list-style-type: none;
}
.post-pages-links > a:not(:last-child) span,
.post-pages-links > span {
  padding-right: 20px;
}
.post-password-form {
  margin-bottom: 40px;
  text-align: center;
}
.post-password-form input[type="submit"] {
  height: 39px;
  margin-left: 10px;
}
.post-password-form label {
  margin-bottom: 0;
}
.post-password-form p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-password-form label > input {
  margin-left: 10px;
}
.nv-tags-list {
  font-size: 0.85em;
}
.nv-tags-list span {
  margin-right: 10px;
}
.nv-tags-list a {
  display: inline-block;
  padding: 2px 10px;
  transition: all 0.3s ease;
  border-radius: 3px;
  margin-bottom: 10px;
  margin-right: 10px;
  border: 1px solid #0366d6;
  color: #0366d6;
}
.nv-tags-list a:hover {
  background: #0366d6;
  border-color: #0366d6;
  color: #fff;
}
#comments {
  border-top: 1px solid #f0f0f0;
  margin-top: 10px;
}
#comments ol {
  list-style: none;
}
#comments ol > ol {
  padding-left: 10px;
}
#comments .nv-content-wrap ol {
  list-style-type: decimal;
}
#comments .nv-comments-list > li {
  padding: 10px 0 0;
}
#comments .children > li {
  margin-top: 20px;
  padding-top: 20px;
}
#comments .edit-reply {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 0.85em;
}
#comments .edit-reply .nv-reply-link {
  margin-left: auto;
}
.nv-comments-list {
  padding-bottom: 20px;
}
.nv-comments-title-wrap {
  margin: 40px 0 60px;
}
.nv-comment-article {
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.nv-comment-header {
  display: flex;
  align-items: center;
  text-transform: none;
  font-style: normal;
  font-size: 0.85em;
  margin-bottom: 20px;
}
.nv-comment-header .comment-author {
  display: flex;
  flex-direction: column;
}
.nv-comment-avatar {
  margin-right: 20px;
}
.nv-comment-avatar > img {
  float: left;
  border-radius: 50%;
}
.comment-author .author {
  font-weight: 700;
  text-transform: uppercase;
}
#comments input:not([type="submit"]):not([type="checkbox"]) {
  width: 100%;
}
#comments textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
#comments .comment-respond {
  margin: 40px 0;
}
#comments .comment-reply-title {
  margin-bottom: 5px;
}
#comments .comment-reply-title small {
  float: right;
}
.comment-form {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.comment-form > p:not(.comment-notes) {
  margin-bottom: 0;
}
.comment-form label {
  margin-bottom: 10px;
  display: inline-block;
}
.comment-form .form-submit {
  margin-top: 10px;
}
.pingback {
  border-bottom: 1px solid #f0f0f0;
}
.pingback .edit-link {
  display: block;
  font-size: 0.85em;
  margin-top: 20px;
}
.comment-form-cookies-consent {
  display: flex;
  align-items: center;
}
.comment-form-cookies-consent input {
  margin-right: 10px;
}
.comment-form-cookies-consent label {
  margin-bottom: 0;
}
.nv-iframe-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.nv-iframe-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
blockquote {
  margin: 40px 0;
}
blockquote p {
  font-size: 1.1em;
}
blockquote cite {
  padding-top: 20px;
  display: block;
  color: #676767;
  font-style: normal;
  font-size: 0.95em;
}
blockquote:after,
blockquote:before {
  height: 3px;
  width: 60px;
  background-color: #c9c9c9;
  content: " ";
  display: block;
}
blockquote:before {
  margin: 0 auto 40px;
}
blockquote:after {
  margin: 40px auto 0;
}
blockquote > * {
  margin-bottom: 0;
}
table {
  width: 100%;
  margin: 20px 0;
}
table td,
table th {
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
}
p code {
  background: #d0effb;
  border-radius: 5px;
  border: 1px solid #f0f0f0;
  padding: 0 3px;
}
pre {
  display: block;
  padding: 20px;
  background: #fbfbfb;
  border-radius: 5px;
  border: 1px solid #f0f0f0;
  margin: 20px 0;
  white-space: pre-wrap;
  font-size: 0.9em;
  line-height: 2em;
}
.excerpt-wrap:after,
.nv-content-wrap:after {
  content: "";
  clear: both;
  display: table;
}
.excerpt-wrap ul,
.nv-content-wrap ul {
  list-style-type: circle;
}
.excerpt-wrap > ol,
.excerpt-wrap > ul,
.nv-content-wrap > ol,
.nv-content-wrap > ul {
  margin: 20px 0;
}
.excerpt-wrap ol,
.excerpt-wrap ul,
.nv-content-wrap ol,
.nv-content-wrap ul {
  padding-left: 20px;
}
.excerpt-wrap ol li,
.excerpt-wrap ul li,
.nv-content-wrap ol li,
.nv-content-wrap ul li {
  margin-top: 10px;
}
.excerpt-wrap dt,
.nv-content-wrap dt {
  font-weight: 600;
  display: block;
}
.alignleft {
  float: left;
  margin: 16px 16px 16px 0;
}
.alignright {
  float: right;
  margin: 16px 0 16px 16px;
}
.aligncenter {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption-text {
  text-align: center;
  font-size: 0.8em;
  font-weight: 500;
}
.twitter-tweet.twitter-tweet-rendered {
  padding: 20px 0;
  margin: auto;
}
hr {
  border: 0;
  height: 0;
  border-top: 1px solid #f0f0f0;
  margin: 10px 0;
  display: inline-block;
  width: 100%;
}
audio {
  display: flex;
  height: 50px;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 48%;
  width: 48%;
}
.gallery-columns-3 .gallery-item {
  max-width: 31.3333333333%;
  width: 31.3333333333%;
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  width: 23%;
}
.gallery-columns-5 .gallery-item {
  max-width: 18%;
  width: 18%;
}
.gallery-columns-6 .gallery-item {
  max-width: 14.6666666667%;
  width: 14.6666666667%;
}
.gallery-columns-7 .gallery-item {
  max-width: 12.2857142857%;
  width: 12.2857142857%;
}
.gallery-columns-8 .gallery-item {
  max-width: 10.5%;
  width: 10.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 9.1111111111%;
  width: 9.1111111111%;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.nv-content-wrap ul.wp-block-gallery {
  padding-left: 0;
}
.gallery-caption {
  box-sizing: border-box;
}
.nv-sidebar-wrap {
  margin-bottom: 40px;
}
.widget {
  word-break: break-word;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.widget select {
  max-width: 100%;
  width: 100%;
}
.widget p.widget-title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1.25em;
}
.widget:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.widget ul {
  padding: 0;
}
.widget ul ul {
  padding-left: 10px;
  border-left: 1px solid #f0f0f0;
}
.widget ul li {
  margin-top: 5px;
}
.widget_media_image img {
  width: 100%;
}
.neve-breadcrumbs-wrapper {
  margin-bottom: 0;
}
.neve-breadcrumbs-wrapper a {
  color: #676767;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 769px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.75em;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    font-size: 1.25em;
  }
  h5 {
    font-size: 1em;
  }
  h6 {
    font-size: 1em;
  }
  .has-neve-body-font-size {
    font-size: 16px;
  }
  .has-neve-h-1-font-size {
    font-size: 2em;
  }
  .has-neve-h-2-font-size {
    font-size: 1.75em;
  }
  .has-neve-h-3-font-size {
    font-size: 1.5em;
  }
  .has-neve-h-4-font-size {
    font-size: 1.25em;
  }
  .has-neve-h-5-font-size {
    font-size: 1em;
  }
  .has-neve-h-6-font-size {
    font-size: 1em;
  }
  #comments .nv-comments-list > li {
    margin-top: 20px;
  }
  #comments ol > ol {
    padding-left: 20px;
  }
  #comments .comment-form {
    grid-template-columns: repeat(3, 1fr);
  }
  #comments
    .comment-form
    > :not(.comment-form-author):not(.comment-form-url):not(
      .comment-form-email
    ) {
    grid-column: span 3;
  }
  #comments .form-submit {
    align-items: center;
    justify-content: flex-end;
    display: flex;
    margin-top: 0;
  }
  .hidden-on-mobile {
    display: initial;
  }
  .hidden-on-tablet {
    display: none;
  }
}
@media (min-width: 960px) {
  .neve-main > .container .col {
    max-width: 70%;
  }
  .neve-main > .container > .row {
    flex-wrap: nowrap;
  }
  .nv-empty-sidebar .neve-main > .container .col {
    max-width: 100%;
  }
  .hfg-item-center #secondary-menu li:not(:last-of-type),
  .hfg-item-left #secondary-menu li:not(:last-of-type) {
    margin-right: 20px;
  }
  .hfg-item-right #secondary-menu li:not(:first-of-type) {
    margin-left: 20px;
  }
  .hfg-item-center .header--row .primary-menu-ul li:not(:last-child),
  .hfg-item-left .header--row .primary-menu-ul li:not(:last-child) {
    margin-right: 20px;
  }
  .hfg-item-right .header--row .primary-menu-ul li:not(:first-child) {
    margin-left: 20px;
  }
  .row .nv-nav-wrap {
    flex-direction: row;
    align-items: center;
    padding-bottom: 0;
  }
  .row .primary-menu-ul .amp-caret-wrap {
    display: none;
  }
  .row .primary-menu-ul .amp-desktop-caret-wrap {
    display: block;
  }
  .row .primary-menu-ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    overflow-y: inherit;
    max-height: inherit;
    margin-left: auto;
  }
  .row .primary-menu-ul > li {
    width: inherit;
    padding: 10px 3px;
  }
  .row .primary-menu-ul > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .row .primary-menu-ul > li li a {
    position: relative;
  }
  .row .primary-menu-ul li:focus > a,
  .row .primary-menu-ul li:hover > a {
    color: #0366d6;
    text-decoration: none;
  }
  .row .primary-menu-ul .sub-menu {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    max-height: inherit;
    padding: 0;
    top: 100%;
    background: #fff;
    border-left: none;
    border-top: 1px solid #f0f0f0;
    position: absolute;
    overflow: visible;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
  }
  .row .primary-menu-ul .sub-menu.dropdown-open {
    opacity: 1;
    visibility: visible;
  }
  .row .primary-menu-ul .sub-menu .sub-menu {
    left: 100%;
    right: auto;
    top: -1px;
  }
  .row .primary-menu-ul .sub-menu li {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-top: none;
    min-width: 150px;
    cursor: default;
  }
  .row .primary-menu-ul .sub-menu li a {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    width: 100%;
    padding: 7px 14px;
  }
  .row .primary-menu-ul .menu-item-has-children:focus-within > .sub-menu,
  .row .primary-menu-ul .menu-item-has-children:focus > .sub-menu,
  .row .primary-menu-ul .menu-item-has-children:hover > .sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .row .primary-menu-ul .menu-item-has-children > a {
    display: flex;
    align-items: center;
  }
  .row .primary-menu-ul > .menu-item-has-children > .sub-menu {
    left: 0;
  }
  .row .caret-wrap {
    position: relative;
    font-size: 0.65em;
    padding-left: 0;
    margin-left: 5px;
  }
  .row .menu-item-has-children:last-child .caret {
    padding-right: 0;
  }
  .layout-alternative .nv-post-thumbnail-wrap,
  .layout-default .nv-post-thumbnail-wrap {
    margin-bottom: 0;
  }
  .layout-alternative .article-content-col .content,
  .layout-default .article-content-col .content {
    display: flex;
    align-items: center;
  }
  .layout-default .article-content-col .content {
    flex-direction: row;
  }
  .layout-alternative .article-content-col .content {
    flex-direction: row-reverse;
  }
  .non-grid-content {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .non-grid-content .button {
    align-self: flex-start;
  }
  .nv-post-thumbnail-wrap ~ .default-layout-content {
    padding-left: 20px;
  }
  .nv-post-thumbnail-wrap ~ .alternative-layout-content {
    padding-right: 20px;
  }
  .layout-alternative .nv-post-thumbnail-wrap,
  .layout-default .nv-post-thumbnail-wrap {
    max-width: 40%;
  }
  article.layout-alternative:nth-child(even) .article-content-col .content {
    flex-direction: row;
  }
  article.layout-alternative:nth-child(even)
    .article-content-col
    .content
    .nv-post-thumbnail-wrap
    ~ .alternative-layout-content {
    padding: 0 0 0 40px;
  }
  .non-grid-content > .entry-title {
    margin-top: 0;
  }
  .archive-container {
    padding-top: 30px;
  }
  .nv-content-none-wrap {
    margin-bottom: 0;
  }
  .nv-sidebar-wrap {
    max-width: 30%;
  }
  .nv-sidebar-wrap.nv-right {
    border-left: 1px solid #f0f0f0;
  }
  .nv-sidebar-wrap.nv-left {
    border-right: 1px solid #f0f0f0;
  }
  .nv-sidebar-wrap .row {
    flex-wrap: nowrap;
  }
  .nv-index-posts:not(:only-child) {
    padding-right: 15px;
  }
  .nv-sidebar-wrap.nv-left + .nv-index-posts:not(:only-child) {
    padding-left: 15px;
  }
  .nv-index-posts,
  .nv-single-page-wrap,
  .nv-single-post-wrap {
    margin-bottom: 40px;
  }
  .nv-index-posts:not(:only-child),
  .nv-single-page-wrap:not(:only-child),
  .nv-single-post-wrap:not(:only-child) {
    padding-right: 40px;
  }
  .nv-sidebar-wrap.nv-left + .nv-index-posts:not(:only-child),
  .nv-sidebar-wrap.nv-left + .nv-single-page-wrap:not(:only-child),
  .nv-sidebar-wrap.nv-left + .nv-single-post-wrap:not(:only-child) {
    padding-right: 15px;
    padding-left: 40px;
  }
  .nv-sidebar-wrap.nv-right {
    padding-left: 40px;
  }
  .nv-sidebar-wrap.nv-left {
    padding-right: 40px;
  }
  .nv-nav-wrap
    .primary-menu-ul:not(#nv-primary-navigation-sidebar)
    .neve-mega-menu {
    position: static;
  }
  .nv-nav-wrap
    .primary-menu-ul:not(#nv-primary-navigation-sidebar)
    .neve-mega-menu
    > .sub-menu {
    width: 950px;
    position: absolute;
    display: flex;
    padding: 20px;
    left: 25%;
    transform: translateX(-50%);
  }
  .nv-nav-wrap
    .primary-menu-ul:not(#nv-primary-navigation-sidebar)
    .neve-mega-menu
    > .sub-menu:not(.dropdown-open) {
    pointer-events: none;
  }
  .nv-nav-wrap
    .primary-menu-ul:not(#nv-primary-navigation-sidebar)
    .neve-mega-menu:focus-within
    > .sub-menu,
  .nv-nav-wrap
    .primary-menu-ul:not(#nv-primary-navigation-sidebar)
    .neve-mega-menu:focus
    > .sub-menu,
  .nv-nav-wrap
    .primary-menu-ul:not(#nv-primary-navigation-sidebar)
    .neve-mega-menu:hover
    > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .nv-nav-wrap
    .primary-menu-ul:not(#nv-primary-navigation-sidebar)
    .neve-mega-menu
    li
    > a,
  .nv-nav-wrap
    .primary-menu-ul:not(#nv-primary-navigation-sidebar)
    .neve-mega-menu
    li
    > span {
    padding: 7px 0;
    margin: 0 14px;
  }
  .nv-nav-wrap
    .primary-menu-ul:not(#nv-primary-navigation-sidebar)
    .neve-mega-menu
    .neve-mm-col
    > .sub-menu {
    visibility: visible;
    position: relative;
    left: initial;
    right: initial;
    opacity: 1;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 100%;
  }
  .nv-nav-wrap
    .primary-menu-ul:not(#nv-primary-navigation-sidebar)
    .neve-mega-menu
    .neve-mm-col
    > .sub-menu
    a {
    white-space: normal;
    justify-content: flex-start;
  }
  .nv-nav-wrap
    .primary-menu-ul:not(#nv-primary-navigation-sidebar)
    .neve-mega-menu
    .neve-mm-col {
    padding: 0 10px;
    align-items: flex-start;
    border: none;
  }
  .nv-nav-wrap
    .primary-menu-ul:not(#nv-primary-navigation-sidebar)
    .neve-mega-menu
    .neve-mm-col:not(:last-child) {
    border-right: 1px solid #f0f0f0;
  }
  .nv-nav-wrap
    .primary-menu-ul:not(#nv-primary-navigation-sidebar)
    .neve-mega-menu
    .neve-mm-col
    > .sub-menu
    li:not(.neve-mm-divider) {
    border: none;
  }
  .neve-mm-description {
    justify-content: center;
    padding: 0 12px 7px;
    display: none;
  }
  .hidden-on-tablet {
    display: initial;
  }
  .show-on-desktop {
    display: initial;
  }
}
@media (min-width: 1200px) {
  .nv-nav-wrap
    .primary-menu-ul:not(#nv-primary-navigation-sidebar)
    .neve-mega-menu {
    position: static;
  }
  .nv-nav-wrap
    .primary-menu-ul:not(#nv-primary-navigation-sidebar)
    .neve-mega-menu
    > .sub-menu {
    width: 1170px;
  }
}
.neve-main .elementor-text-editor ol,
.neve-main .elementor-text-editor ul {
  padding-left: 20px;
}
.neve-main .elementor-text-editor ul {
  list-style: inherit;
}
.site-header {
  position: relative;
}
.site-header .hfg-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.builder-item {
  margin-top: 4px;
  margin-bottom: 4px;
}
@media (min-width: 960px) {
  .builder-item {
    /* margin-top: 8px;
    margin-bottom: 8px; */
  }
}
.page_header--row .page_header--row-inner,
.page_header--row .page_header--row-inner .container .row {
  display: flex;
  align-items: center;
  position: relative;
}
.page_header--row.layout-fullwidth .page_header--row-inner .container {
  max-width: 100% !important;
}
.page_header--row.layout-contained {
  max-width: 1200px;
  margin: 0 auto;
}
.header--row .header--row-inner,
.header--row .header--row-inner .container .row {
  display: flex;
  align-items: center;
  position: relative;
}
.header--row.layout-fullwidth .header--row-inner .container {
  max-width: 100% !important;
}
.header--row.layout-contained {
  max-width: 1200px;
  margin: 0 auto;
}
.footer--row .footer--row-inner,
.footer--row .footer--row-inner .container .row {
  display: flex;
  align-items: center;
  position: relative;
}
.footer--row.layout-fullwidth .footer--row-inner .container {
  max-width: 100% !important;
}
.footer--row.layout-contained {
  max-width: 1200px;
  margin: 0 auto;
}

.hfg-is-group {
  display: flex;
  align-items: center;
}
.hfg-is-group.hfg-item-right {
  justify-content: flex-end;
}
.hfg-item-right {
  text-align: right;
  max-width: 80%;
  flex: none;
}
.hfg-item-right #secondary-menu,
.hfg-item-right .builder-item--footer-menu,
.hfg-item-right .component-wrap,
.hfg-item-right .nv-nav-wrap,
.hfg-item-right .nv-search-icon-component,
.hfg-item-right .primary-menu-ul,
.hfg-item-right .site-logo {
  justify-content: flex-end;
}
.hfg-is-group.hfg-item-left {
  justify-content: flex-start;
}
.hfg-item-left {
  text-align: left;
  max-width: 20%;
  flex: none;
  padding: 0;
}
.hfg-item-left #secondary-menu,
.hfg-item-left .builder-item--footer-menu,
.hfg-item-left .component-wrap,
.hfg-item-left .nv-nav-wrap,
.hfg-item-left .nv-search-icon-component,
.hfg-item-left .primary-menu-ul,
.hfg-item-left .site-logo {
  justify-content: flex-start;
}
.hfg-is-group.hfg-item-center {
  justify-content: center;
}
.hfg-item-center {
  text-align: center;
}
.hfg-item-center #secondary-menu,
.hfg-item-center .builder-item--footer-menu,
.hfg-item-center .component-wrap,
.hfg-item-center .nv-nav-wrap,
.hfg-item-center .nv-search-icon-component,
.hfg-item-center .primary-menu-ul,
.hfg-item-center .site-logo {
  justify-content: center;
}
.hfg-item-justify .button {
  flex-grow: 1;
}
.hfg-item-v-top {
  align-self: flex-start;
}
.hfg-item-v-bottom {
  align-self: flex-end;
}
.header-menu-sidebar {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.header-menu-sidebar .builder-item-sidebar {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.header-menu-sidebar .builder-item-sidebar:last-of-type {
  border-bottom: none;
}
.header-menu-sidebar .builder-item-sidebar.mobile-item--menu,
.header-menu-sidebar .builder-item-sidebar.mobile-item--primary-menu,
.header-menu-sidebar .builder-item-sidebar.mobile-item--secondary-menu {
  padding: 0;
}
.header-menu-sidebar .nav-menu-mobile .nav-toggle-icon {
  color: currentColor;
}
.header-menu-sidebar .nav-menu-mobile .nav-toggle-icon:focus,
.header-menu-sidebar .nav-menu-mobile .nav-toggle-icon:hover {
  background: rgba(0, 0, 0, 0.01);
}
.header-menu-sidebar-bg {
  position: relative;
  word-wrap: break-word;
  min-height: 100%;
  display: block;
}
.header-menu-sidebar-bg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.header-menu-sidebar-inner {
  position: relative;
  word-wrap: break-word;
  min-height: 100%;
  padding: 1.2em 0;
  display: flex;
  flex-direction: column;
}
.menu_sidebar_slide_left .header-menu-sidebar {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  width: 360px;
  left: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}
.menu_sidebar_dropdown .header-menu-sidebar {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.menu_sidebar_dropdown .header-menu-sidebar .close-sidebar-panel {
  display: none;
}
.menu_sidebar_dropdown .header-menu-sidebar-inner {
  max-width: 48em;
  margin: 0 auto;
}
.menu_sidebar_dropdown .header-menu-sidebar-bg:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.hiding-header-menu-sidebar.menu_sidebar_slide_left .header-menu-sidebar {
  height: 100%;
  transform: translateX(-100%);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}
.hiding-header-menu-sidebar .header-menu-sidebar {
  visibility: visible;
}
.is-menu-sidebar,
.is-mobile-form-panel {
  overflow-x: hidden;
}
.is-menu-sidebar .header-menu-sidebar {
  overflow: auto;
}
.is-menu-sidebar.menu_sidebar_slide_left {
  width: 100%;
  display: block;
}
.is-menu-sidebar.menu_sidebar_slide_left .header-menu-sidebar {
  z-index: 999900;
  height: 100vh;
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.is-menu-sidebar.menu_sidebar_dropdown .header-menu-sidebar {
  z-index: 10;
  visibility: visible;
  height: auto !important;
  max-height: 450px;
}
.header-menu-sidebar .menu-item-nav-search {
  display: flex;
  align-items: center;
}
.header-menu-sidebar
  .menu-item-nav-search.responsive-nav-search
  .nv-nav-search {
  margin-left: 20px;
  position: relative;
  background-color: transparent;
  border: 0;
  display: flex;
  box-shadow: none;
  flex-direction: row-reverse;
  width: 100%;
  padding: 0;
  line-height: 1;
}
.header-menu-sidebar
  .menu-item-nav-search.responsive-nav-search
  .nv-nav-search
  .close-container {
  position: static;
  top: unset;
  width: 35%;
  padding: 0;
}
.header-menu-sidebar
  .menu-item-nav-search.responsive-nav-search
  .nv-nav-search
  form
  input:not([type="submit"]) {
  background-color: #fff;
}
.header-menu-sidebar
  .menu-item-nav-search.responsive-nav-search
  .nv-nav-search
  input[type="submit"] {
  line-height: 1;
}
.header-menu-sidebar
  .menu-item-nav-search.responsive-nav-search
  .nv-nav-search
  .nv-icon {
  line-height: 1;
}
.header-menu-sidebar .navbar-toggle-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  z-index: 999910;
  padding: 8px 10px;
}
.header-menu-sidebar .navbar-toggle-wrapper button.navbar-toggle {
  position: relative;
}
.is-menu-sidebar:before,
.is-mobile-form-panel:before {
  z-index: 100000;
  visibility: visible;
  opacity: 1;
}
.header-menu-sidebar .item--inner {
  transition: transform 0.3s, opacity 0.3s;
  transform: translateY(45px);
  opacity: 0;
}
.is-menu-sidebar .header-menu-sidebar .item--inner,
.is-mobile-form-panel .header-menu-sidebar .item--inner {
  opacity: 1;
  transform: translateY(0);
}
body.menu_sidebar_slide_left .header-menu-sidebar-overlay {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  transform: translate3d(0, 0, 0);
  z-index: 999899;
  transition: all 0.5s linear;
  display: none;
  visibility: hidden;
  opacity: 0;
}
body.menu_sidebar_slide_left.is-menu-sidebar .header-menu-sidebar-overlay {
  display: block;
  visibility: visible;
  opacity: 1;
}
body.menu_sidebar_slide_left.menu_sidebar_dropdown:before {
  display: none;
}
@media (max-width: 960px) {
  .footer--row .builder-item {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-left: 0;
  }
  .footer--row .builder-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .nv-footer-content {
    flex-wrap: wrap;
  }
}
.site-footer {
  position: relative;
  z-index: 10;
}
.site-footer
  .item--inner:not([class*="widgets"]):not([class*="copyright"]):not(
    [class*="social"]
  ) {
  width: 100%;
  max-width: 100%;
  align-items: center;
  display: flex;
}
.footer-main .footer--row-inner {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.footer--row.layout-fullwidth .hfg-container {
  max-width: initial;
}
.footer--row .builder-item--group {
  justify-content: flex-start;
}
.footer--row .builder-item--group .item--inner {
  width: auto;
}
.footer-bottom .builder-item .widget-area .widget:last-child,
.footer-main .builder-item .widget-area .widget:last-child,
.footer-top .builder-item .widget-area .widget:last-child {
  margin-bottom: 0;
}
.site-footer p:last-child {
  margin-bottom: 0;
}
.site-footer li,
.site-footer ul {
  list-style: none;
  margin: 0;
}
.site-footer ul ul {
  margin-left: 2.617924em;
}
.footer-copyright {
  font-size: 0.875em;
}
.item-button {
  display: inline-block;
}
.style-border-bottom ul:not(.max-mega-menu) > li:hover > a,
.style-border-top ul:not(.max-mega-menu) > li:hover > a,
.style-full-height ul:not(.max-mega-menu) > li:hover > a {
  text-decoration: none;
}
.style-border-bottom ul:not(.max-mega-menu) > li:hover > a:after,
.style-border-top ul:not(.max-mega-menu) > li:hover > a:after,
.style-full-height ul:not(.max-mega-menu) > li:hover > a:after {
  width: 100% !important;
}
.style-border-bottom ul > li.menu-item-nav-cart:hover a,
.style-border-bottom ul > li.menu-item-nav-search:hover a,
.style-border-top ul > li.menu-item-nav-cart:hover a,
.style-border-top ul > li.menu-item-nav-search:hover a,
.style-full-height ul > li.menu-item-nav-cart:hover a,
.style-full-height ul > li.menu-item-nav-search:hover a {
  opacity: 0.75;
}
.style-border-bottom a:after {
  bottom: 0;
}
.style-border-bottom .sub-menu a:after {
  bottom: 5px;
}
.header-menu-sidebar-inner .style-border-bottom .sub-menu a:after {
  bottom: 0;
}
.style-border-top a:after {
  top: 0;
}
.style-border-top .sub-menu a:after {
  top: 5px;
}
.header-menu-sidebar-inner .style-border-top .sub-menu a:after {
  top: 0;
}
.style-full-height .primary-menu-ul li:hover > a,
.style-full-height .row .primary-menu-ul li:focus > a {
  color: #404248;
}
.style-full-height a {
  position: relative;
  align-items: center;
  z-index: 1;
}
.style-full-height a:after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto !important;
  z-index: -1;
}
.style-full-height .sub-menu a:after {
  top: 5px;
  bottom: 5px;
}
#secondary-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#secondary-menu li {
  position: relative;
  width: inherit;
}
#secondary-menu li a {
  display: flex;
  position: relative;
  align-items: center;
  text-align: center;
  font-weight: 500;
}
#secondary-menu li:last-of-type a {
  padding-right: 0;
}
#secondary-menu li:first-of-type a {
  padding-left: 0;
}
#secondary-menu i {
  font-size: inherit;
  line-height: inherit;
  width: 20px;
  margin-top: 0;
}
.header-menu-sidebar #secondary-menu {
  flex-direction: column;
}
.header-menu-sidebar #secondary-menu li a {
  padding: 5px 0;
}
.header-menu-sidebar .nav-menu-primary ul {
  flex-direction: column;
  display: flex;
}
.header-menu-sidebar .nav-menu-primary ul li {
  background-color: transparent;
  padding: 3px 0;
}
.header-menu-sidebar .nav-menu-primary ul li a {
  padding: 3px 0;
}
.header-menu-sidebar .nav-menu-primary ul .sub-menu {
  background-color: transparent;
}
.nav-menu-footer a {
  display: flex;
  justify-content: center;
  position: relative;
}
.header-menu-sidebar-inner #mega-menu-wrap-primary .mega-menu-toggle {
  display: none;
}
.header-menu-sidebar-inner
  #mega-menu-wrap-primary
  .mega-menu-toggle
  + #mega-menu-primary {
  display: block;
}
@media (min-width: 960px) {
  .mega-menu-primary .nav-menu-primary {
    width: 100%;
  }
  .style-border-bottom
    ul
    > li:not(.menu-item-nav-search):not(.menu-item-nav-cart)
    > a:after,
  .style-border-top
    ul
    > li:not(.menu-item-nav-search):not(.menu-item-nav-cart)
    > a:after,
  .style-full-height
    ul
    > li:not(.menu-item-nav-search):not(.menu-item-nav-cart)
    > a:after {
    position: absolute;
    content: "";
    display: block;
    margin: 0 auto;
    width: 0;
    height: 2px;
    background-color: #0366d6;
    transition: opacity 0.3s ease, width 0.3s ease;
    right: 0;
    left: 0;
    pointer-events: none;
  }
}
.nav-toggle-label {
  margin-right: 5px;
  line-height: 100%;
}
.icon-bar {
  transition: all 0.1s ease;
  position: relative;
  display: block;
  border-radius: 2px;
  width: 15px;
  height: 2px;
}
.icon-bar:nth-child(2) {
  margin: 3px 0;
}
.navbar-toggle-wrapper {
  align-items: center;
}
.navbar-toggle {
  border-radius: 3px;
  background: 0 0;
  cursor: pointer;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  border: 1px solid;
}
.navbar-toggle:hover {
  box-shadow: none;
  transform: none;
  background: 0 0;
}
.is-menu-sidebar .navbar-toggle .icon-bar:nth-child(1) {
  transform: rotate(45deg);
  top: 5px;
}
.is-menu-sidebar .navbar-toggle .icon-bar:nth-child(2) {
  opacity: 0;
}
.is-menu-sidebar .navbar-toggle .icon-bar:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 5px;
}
.search-field {
  line-height: 1;
  flex-grow: 1;
}
.search-field input[type="submit"]:hover {
  background-color: transparent;
}
.search-field .widget-search {
  width: 100%;
}
.search-field input[type="search"] {
  background-color: #fff;
}
.hfg-is-group > div:first-of-type .button {
  margin-right: 20px;
}
.hfg-is-group > div:last-of-type .button {
  margin-left: 20px;
}
.hfg-grid {
  display: flex;
}
@media (min-width: 960px) {
  .hfg-grid .hide-on-desktop,
  .hide-on-desktop {
    display: none;
  }
}
@media (max-width: 959px) {
  .hfg-grid .hide-on-tablet,
  .hide-on-tablet {
    display: none;
  }
}
@media (max-width: 576px) {
  .hfg-grid .hide-on-mobile,
  .hide-on-mobile {
    display: none;
  }
}
.component-wrap {
  display: flex;
  margin: 4px 0;
}
.builder-item--footer_copyright .component-wrap {
  display: inline;
}
