/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nolist {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.noscroll {
  overflow: hidden;
}

.clearfix:after {
  display: table;
  content: "";
  clear: both;
}

@-webkit-keyframes expand {
  0% {
    -webkit-transform: scale3d(1, 0, 1);
  }

  25% {
    -webkit-transform: scale3d(1, 1.2, 1);
  }

  50% {
    -webkit-transform: scale3d(1, 0.85, 1);
  }

  75% {
    -webkit-transform: scale3d(1, 1.05, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
  }
}

@keyframes expand {
  0% {
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
  }

  25% {
    -webkit-transform: scale3d(1, 1.2, 1);
    transform: scale3d(1, 1.2, 1);
  }

  50% {
    -webkit-transform: scale3d(1, 0.85, 1);
    transform: scale3d(1, 0.85, 1);
  }

  75% {
    -webkit-transform: scale3d(1, 1.05, 1);
    transform: scale3d(1, 1.05, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, -25px, 0);
    opacity: 0;
  }

  25% {
    -webkit-transform: translate3d(0, 10px, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -6px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 2px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    opacity: 0;
  }

  25% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

div.cs-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  background: #ffffff;
  z-index: 100;
  width: 100%;
  max-width: 500px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

div.cs-select:focus {
  outline: none;
}

.cs-select select {
  display: none;
}

.cs-select span {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 15px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.cs-select > span {
  padding-right: 30px;
}

.cs-select > span:after {
  speak: none;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 1em;
  font-size: 15px !important;
  font-weight: 900;
}

.cs-select .cs-selected span:after {
  speak: none;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\2713";
  margin-left: 1em;
}

.cs-select .cs-options {
  position: absolute;
  overflow: hidden;
  width: 390px;
  top: 47px;
  left: -3px;
  background: #fff;
  visibility: hidden;
}

.cs-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block !important;
}

.cs-select ul span {
  padding: 1em;
  text-align: left !important;
}

.cs-select ul li.cs-focus span {
  background-color: #ffffff;
}

.cs-select li.cs-optgroup ul {
  padding-left: 1em;
}

.cs-select li.cs-optgroup > span {
  cursor: default;
}

.cs-select.cs-active > span:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.cs-select.cs-active .cs-options {
  visibility: visible;
  display: block;
}

div.cs-active {
  z-index: 200;
}

div.cs-skin-elastic {
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #626467;
}

.cs-skin-elastic > span {
  background-color: #1f2352;
  color: #fff;
  z-index: 100;
}

.cs-skin-elastic > span:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f107";
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cs-skin-elastic .cs-options {
  overflow: visible;
  background: transparent;
  opacity: 1;
  visibility: visible;
  padding: 10px 0;
  pointer-events: none;
}

.cs-skin-elastic .cs-options > ul:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  background: #fff;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.cs-skin-elastic .cs-options ul li {
  opacity: 0;
  -webkit-transform: translate3d(0, -25px, 0);
  transform: translate3d(0, -25px, 0);
  -webkit-transition: opacity 0.15s, -webkit-transform 0.15s;
  transition: opacity 0.15s, -webkit-transform 0.15s;
  -o-transition: opacity 0.15s, transform 0.15s;
  transition: opacity 0.15s, transform 0.15s;
  transition: opacity 0.15s, transform 0.15s, -webkit-transform 0.15s;
}

.cs-skin-elastic .cs-options span {
  background-repeat: no-repeat;
  background-position: 1.5em 50%;
  background-size: 2em auto;
  padding: 1em 1em 0.8em 4em;
}

.cs-skin-elastic .cs-options span:hover {
  color: #1a2146;
}

.cs-skin-elastic .cs-options li.cs-focus span {
  color: #1a2146;
}

.cs-skin-elastic .cs-options .cs-selected span {
  color: #1a2146;
}

.cs-skin-elastic .cs-options .cs-selected span:after {
  content: "";
}

.cs-skin-elastic .cs-options li.flag-france span {
  background-image: url(../img/flags/france.svg);
}

.cs-skin-elastic .cs-options li.flag-brazil span {
  background-image: url(../img/flags/brazil.svg);
}

.cs-skin-elastic .cs-options li.flag-safrica span {
  background-image: url(../img/flags/south-africa.svg);
}

.cs-skin-elastic .cs-options li.flag-argentina span {
  background-image: url(../img/flags/argentina.svg);
}

.cs-skin-elastic.cs-active .cs-options {
  pointer-events: auto;
}

.cs-skin-elastic.cs-active .cs-options > ul:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-animation: expand 0.6s ease-out;
  animation: expand 0.6s ease-out;
}

.cs-skin-elastic.cs-active .cs-options ul li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-animation: bounce 0.6s ease-out;
  animation: bounce 0.6s ease-out;
}

#wrap .col {
  float: left;
}

#wrap .col a {
  text-decoration: none;
}

.btn {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 12px;
  padding: 16px 50px 15px 50px;
  overflow: hidden;
  text-decoration: none;
}

.btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 0%;
  height: 200%;
  background: #eb330c;
  z-index: 1;
  right: 0;
  top: 0;
  margin: -5px 0 0 -5px;
  -webkit-transform-origin: 0 0;
  -webkit-transform: rotate(-20deg);
  -moz-transform-origin: 0 0;
  -moz-transform: rotate(-20deg);
  -ms-transform-origin: 0 0;
  -ms-transform: rotate(-20deg);
  transform-origin: 0 0;
  transform: rotate(-20deg);
}

.btn:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
  left: auto;
  right: -10px;
  z-index: 2;
  top: -3px;
  position: absolute;
  height: 100%;
  line-height: 3;
  font-size: 140%;
  opacity: 0;
}

.btn.icon-arrow-right:before {
  content: "\f105";
}

.btn.orange {
  background: #eb330c;
  color: #ffffff;
}

.btn.orange:hover {
  background: #1a2146;
}

.btn.blue {
  background: #2a368f;
  color: #ffffff;
}

.btn.blue:hover {
  background: #1a2146;
}

.btn.green {
  background: #75b142;
  color: #ffffff;
}

.btn.green:hover {
  background: #1a2146;
}

.btn.orange.secondary {
  background: #eb330c;
  color: #ffffff;
}

.btn.orange.secondary:hover {
  background: #2a368f;
  color: #ffffff;
}

.btn:hover:after {
  width: 50px;
}

.btn:hover:before {
  right: 15px;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
}

.slider-wrapper {
  position: relative;
  max-width: 100%;
  min-width: 480px;
  background: #ffffff;
  margin: 0 auto;
  overflow: hidden;
}

.slider-wrapper .slider {
  position: relative;
  /* height: 600px; */
  height: 100vh;
}

.slider-wrapper .slider:after {
  content: "";
  display: table;
  clear: both;
}

.slider-wrapper .slide-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.slider-wrapper .slide-navigation__squares,
.slider-wrapper .slide-navigation__txt {
  width: 5%;
  position: relative;
  float: left;
  overflow: hidden;
}

.slider-wrapper .slide-navigation__squares:after,
.slider-wrapper .slide-navigation__txt:after {
  content: "";
  display: table;
  clear: both;
}

.slider-wrapper .slide-navigation__txt {
  display: block;
  height: 100%;
}

.slider-wrapper .slide-navigation__txt ul {
  margin: 0;
  list-style: none;
  padding: 0;
  position: absolute;
  display: table-cell;
  width: 30rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  margin-left: calc(50% - 0.14rem);
}

.slider-wrapper .slide-navigation__txt ul:after {
  content: "";
  display: table;
  clear: both;
}

.slider-wrapper .slide-navigation__txt ul li {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 1.2rem;
  position: relative;
  float: left;
  font-size: 15px;
  font-weight: 600;
  color: #9d9d9d;
}

.slider-wrapper .slide-navigation__txt ul li span {
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
}

.slider-wrapper .slide-navigation__txt ul li span.active {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  color: #eb330c;
}

.slider-wrapper .slide-navigation__squares {
  display: block;
  height: 100%;
}

.slider-wrapper .slide-navigation__squares .squares-wrapper {
  position: absolute;
  margin-left: calc(50% - 0.4rem);
  bottom: 5rem;
  height: 75px;
  overflow: hidden;
}

.slider-wrapper .slide-navigation__squares .squares-slider {
  position: relative;
  display: block;
  margin-top: -2.5rem;
  -webkit-transform: translateY(-2.5rem);
  -ms-transform: translateY(-2.5rem);
  transform: translateY(-2.5rem);
}

.slider-wrapper .slide-navigation__squares .square {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  margin: 1.3rem 0;
  background: #f2f4f4;
}

.slider-wrapper .slide-navigation__squares .square.red {
  background: #eb330c;
}

.slider-wrapper .slides-container {
  position: relative;
  /* width: 90%; */
  width: 100%;
  float: left;
  height: 100%;
}

.slider-wrapper .slide {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 1;
}

.slider-wrapper .slide img {
  max-width: 100%;
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.slider-wrapper .slide .slide-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 5rem 5.8rem;
  overflow: hidden;
}

.slider-wrapper .slide .slide-content h2 {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 900;
  font-size: 10rem;
  text-align: center;
  margin: 0;
  /* opacity: 0.3; */
  opacity: 0;
  position: relative;
}

.slider-wrapper .slide .slide-content h3 {
  color: #1a2146;
  font-size: 66px;
  max-width: 80%;
  margin: 0;
  margin-top: -6rem;
  font-weight: 900;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
}

.slider-wrapper .slide .slide-txt {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 25px;
}

.slider-wrapper .slide .slide-txt:after {
  content: "";
  display: table;
  clear: both;
}

.slider-wrapper .slide .slide-txt p {
  margin: 0;
  max-width: 55%;
  color: #626467;
  font-size: 1.2rem;
  line-height: 1.4;
  float: left;
}

.slider-wrapper .slide .slide-txt button {
  display: block;
  width: 18rem;
  text-align: center;
  background: transparent;
  background-color: transparent;
  border: 0.28rem solid #eb330c;
  text-transform: uppercase;
  padding: 0.8rem 0.5rem;
  font-size: 18px;
  color: #eb330c;
  font-weight: 600;
  letter-spacing: 2px;
  outline: none;
  overflow: hidden;
}

#column-slider {
  height: 80vh;
  width: 100%;
  position: relative;
}

#our-story #column-slider {
  height: 100vh;
}

#our-story #column-slider .swiper-image-inner.swiper-image-left {
  min-height: 750px;
}

#our-story .swiper-slide {
  -webkit-transform: unset;
  transform: unset;
}

#column-slider .swiper-container {
  height: 100%;
  width: 100%;
}

#column-slider .swiper-container .swiper-image.col-4 {
  width: 33.3333%;
  height: 100%;
  padding: 0;
}

#column-slider .swiper-container .swiper-image.col-8 {
  width: 66.6666%;
  height: 100%;
  padding: 0;
}

#column-slider .swiper-container .swiper-image-inner {
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 80px;
  padding-right: 20px;
}

#column-slider .swiper-container .swiper-image-inner .swiper-image-left {
  padding: 4rem;
}

.swiper-image-left {
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.swiper-image-left h2 {
  font-weight: 600;
  color: #9d9d9d;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 20px;
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -o-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -webkit-transform: translate3d(-20%, 0, 0);
  transform: translate3d(-20%, 0, 0);
  opacity: 0;
}

.swiper-image-left h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  line-height: 25px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-transform: uppercase;
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  -o-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  -webkit-transform: translate3d(-20%, 0, 0);
  transform: translate3d(-20%, 0, 0);
  opacity: 0;
  font-weight: 600;
  color: #1a2146;
}

.swiper-image-left p,
.swiper-image-left ul {
  margin: 0;
  padding: 0;
  color: #626467;
  width: 100%;
  max-width: 400px;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  -webkit-transform: translate3d(-20%, 0, 0);
  transform: translate3d(-20%, 0, 0);
}

.swiper-image-left ul {
  padding-left: 15px;
}

.swiper-image-left .btn-container {
  margin: 25px 0 20px 0;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  -webkit-transform: translate3d(-20%, 0, 0);
  transform: translate3d(-20%, 0, 0);
}

.swiper-image-inner.swiper-image-right {
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.swiper-slide.swiper-slide-active .btn-container,
.swiper-slide.swiper-slide-active h2,
.swiper-slide.swiper-slide-active h2 span.emphasis,
.swiper-slide.swiper-slide-active h3,
.swiper-slide.swiper-slide-active p,
.swiper-slide.swiper-slide-active ul {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  -webkit-transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  font-size: 20px;
  color: #626467;
  top: -5px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #eb330c;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: auto;
  left: 54px;
}

.pagination-container {
  display: block;
  position: relative;
  width: 100%;
  height: 30px;
  bottom: 60px;
  left: 80px;
  max-width: 350px;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  left: 12px;
  width: 36px;
  color: #626467;
  font-size: 14px;
}
.pagination-inner .swiper-pagination-fraction {
  width: 50px;
}
.pagination-inner .swiper-button-next {
  left: 66px;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: #fff;
  opacity: 0.4;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 15px;
  bottom: 15px;
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

#wplp_widget_35 .swiper-button-next,
#wplp_widget_35 .swiper-button-prev {
  top: 44%;
  background-color: #ffffff;
  width: 38px;
  height: 40px;
  padding-top: 7px;
}

#wplp_widget_35 .swiper-button-prev {
  padding-right: 4px;
}

#wplp_widget_35 .swiper-button-next {
  padding-left: 4px;
}

#wplp_widget_35 .swiper-button-prev::after,
#wplp_widget_35 .swiper-button-next::after {
  font-size: 26px;
}

#wplp_widget_35 .img_cropper > img {
  aspect-ratio: unset !important;
  min-height: 203px;
}

@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.at-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #ffffff;
  border: 1px solid #f2f4f4;
  justify-content: center;
}

.at-grid[data-column="1"] .at-column {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.at-grid[data-column="2"] .at-column {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.at-grid[data-column="3"] .at-column {
  width: 33.33333333%;
  max-width: 33.33333333%;
  min-width: 33.33333333%;
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
}

.at-grid[data-column="4"] .at-column {
  width: 25%;
  max-width: 25%;
  min-width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.at-grid[data-column="5"] .at-column {
  width: 20%;
  max-width: 20%;
  min-width: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.at-grid[data-column="6"] .at-column {
  width: 16.66666667%;
  max-width: 16.66666667%;
  min-width: 16.66666667%;
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
}

.at-grid[data-column="7"] .at-column {
  width: 14.28571429%;
  max-width: 14.28571429%;
  min-width: 14.28571429%;
  -ms-flex-preferred-size: 14.28571429%;
  flex-basis: 14.28571429%;
}

.at-grid[data-column="8"] .at-column {
  width: 12.5%;
  max-width: 12.5%;
  min-width: 12.5%;
  -ms-flex-preferred-size: 12.5%;
  flex-basis: 12.5%;
}

.at-grid[data-column="9"] .at-column {
  width: 11.11111111%;
  max-width: 11.11111111%;
  min-width: 11.11111111%;
  -ms-flex-preferred-size: 11.11111111%;
  flex-basis: 11.11111111%;
}

.at-column {
  z-index: 0;
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0 1px #f2f4f4;
  box-shadow: 0 0 0 1px #f2f4f4;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transition: z-index 0s 0.2s ease, -webkit-box-shadow 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: z-index 0s 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease,
    -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease,
    -webkit-transform 0.2s ease;
}

.at-column:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.at-column:hover {
  z-index: 1;
  -webkit-box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  transition: box-shadow 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
  -webkit-transition: z-index 0s 0s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: z-index 0s 0s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease,
    -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease,
    -webkit-transform 0.2s ease;
}

.at-column:hover .at-social {
  margin: 16px 0 0;
  opacity: 1;
}

.user {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
}

.avatar {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
}

.avatar img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.name {
  color: #1a2146;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
}

.title {
  color: #eb330c;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}

.at-social {
  margin: 0 0 -18px;
  opacity: 0;
  padding: 0;
  -webkit-transition: margin 0.2s ease, opacity 0.2s ease;
  -o-transition: margin 0.2s ease, opacity 0.2s ease;
  transition: margin 0.2s ease, opacity 0.2s ease;
}

.social-item {
  display: inline-block;
  margin: 0 10px;
}

.social-item a {
  display: block;
}

.social-item svg {
  fill: #515f65;
  display: block;
  height: 18px;
  -webkit-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}

.social-item svg:hover {
  fill: #788d96;
}

.form-container {
  max-width: 800px;
  margin: 0 auto;
}

.form-container h2 {
  color: #fff;
  text-align: center;
  margin: 0 0 15px;
}

.caldera-grid .help-block,
body .gform_wrapper.gravity-theme .gfield_description {
  font-style: italic;
  display: block;
  margin-bottom: 10px;
  color: #737373;
  padding-top: 5px;
  font-size: 14px;
  text-align: left;
}

#gform_fields_7 .gfield_radio,
#gform_fields_11 .gfield_radio {
  text-align: left;
}

.cd-panel__content #gform_fields_7 .gfield-choice-input + label,
.cd-panel__content #gform_fields_11 .gfield-choice-input + label {
  color: #ffff;
}

.form-container .caldera-grid .form-control,
body .gform_wrapper.gravity-theme .gfield input.large,
body .gform_wrapper.gravity-theme .gfield select.large,
body .gform_wrapper.gravity-theme .gfield textarea {
  box-shadow: none !important;
  font-family: "Interstate" !important;
  font-size: 14px !important;
  border-radius: 0 !important;
  height: 42px !important;
  padding: 6px 12px;
  padding-top: 14px !important;
  padding-bottom: 11px !important;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  outline: none;
}

.form-container .caldera-grid textarea.form-control,
body .gform_wrapper.gravity-theme .gfield textarea {
  height: auto !important;
  max-height: 110px;
}

.caldera-grid .help-block,
body .gform_wrapper.gravity-theme .gfield_description {
  font-style: italic;
  display: block;
  margin-bottom: 10px;
  color: #737373;
  padding-top: 5px;
  font-size: 14px;
}

body .gform_wrapper.gravity-theme .gform_footer {
  text-align: center;
  margin: 0 auto;
  padding: 7px 0;
}

body .gform_wrapper.gravity-theme .gform_footer input {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4px;
}

.form-container .caldera-grid .btn-default,
body .gform_wrapper.gravity-theme .gform_footer input {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  outline: none;
  position: relative;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 12px;
  padding: 16px 50px 15px 50px;
  overflow: hidden;
  text-decoration: none;
  background: #eb330c;
  color: #fff;
  margin-bottom: 25px;
}

.form-container .caldera-grid .btn-default:hover,
body .gform_wrapper.gravity-theme .gform_footer input:hover {
  background: #2a368f;
  color: #fff;
}

.form-container .caldera-grid .btn-default:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 0%;
  height: 200%;
  background: #eb330c;
  z-index: 1;
  right: 0;
  top: 0;
  margin: -5px 0 0 -5px;
  -webkit-transform-origin: 0 0;
  -webkit-transform: rotate(-20deg);
  -moz-transform-origin: 0 0;
  -moz-transform: rotate(-20deg);
  -ms-transform-origin: 0 0;
  -ms-transform: rotate(-20deg);
  transform-origin: 0 0;
  transform: rotate(-20deg);
}

.form-container .caldera-grid .btn-default:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
  left: auto;
  right: -10px;
  z-index: 2;
  top: -3px;
  position: absolute;
  height: 100%;
  line-height: 3;
  font-size: 140%;
}

.caldera-grid label,
body .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 600 !important;
  text-transform: uppercase;
  color: #2a368f;
  font-size: 14px;
}

.caldera-grid .form-group,
body .gform_wrapper.gravity-theme .gfield {
  text-align: center;
}

body .gform_wrapper .gfield_required .gfield_required_text {
  display: none;
}

body .cd-panel .gform_wrapper.gravity-theme .gfield_label {
  color: #fff;
  font-size: 11px;
}

body .cd-panel .gform_wrapper.gravity-theme .gform_drop_area {
  padding: 12px;
}

body .cd-panel .gform_wrapper.gravity-theme .gform_drop_instructions {
  color: #fff;
}

body .cd-panel .gform_drop_area button {
  background-color: #eb330c;
  border: none;
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
  font-size: 10px;
  padding: 6px 17px;
  letter-spacing: 1px;
  cursor: pointer;
}

body #gform_6 .gfield_description {
  margin-bottom: 0;
  color: #fff;
  padding-top: 0;
  font-size: 12px;
  margin-top: 0;
}

#scrollBarTop {
  border-radius: 0 10px 10px 0;
  background-color: #75b142;
  width: 0;
  height: 5px;
  position: fixed;
  top: 124px;
  z-index: 1000302;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}

#scrollBarTop.nav-up {
  top: 44px;
}

.accordion {
  border-top: 1px solid #f2f4f4;
  list-style: none;
  margin: 0;
  padding: 0;
}

.accordion li {
  border-bottom: 1px solid #f2f4f4;
  position: relative;
}

.accordion li p {
  display: none;
  padding: 0 0 10px;
}

.accordion a {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  line-height: 3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  color: #1a2146;
}

.accordion a:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #1a2146;
  border-bottom: 1px solid #1a2146;
  position: absolute;
  right: 10px;
  content: " ";
  top: 17px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accordion p {
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
}

a.active:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body,
html {
  height: 100%;
}

.row {
  display: block;
  margin-left: -10px;
  margin-right: -10px;
}

.row:after {
  display: table;
  content: "";
  clear: both;
}

.row.no-pad {
  padding: 10px 0;
}

.col-spacer {
  width: 1px;
  height: 100%;
  margin-left: -1px;
  display: inline-block;
  vertical-align: middle;
}

.col-1,
.col-2,
.col-25,
.col-3,
.col-4,
.col-5,
.col-55,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
  position: relative;
  padding: 10px;
  width: 100%;
}

.col-m-1 {
  width: 8.33333333%;
}

.col-m-2 {
  width: 16.66666667%;
}

.col-m-3 {
  width: 25%;
}

.col-m-4 {
  width: 33.33333333%;
}

.col-m-5 {
  width: 41.66666667%;
}

.col-m-6 {
  width: 50%;
}

.col-m-7 {
  width: 58.33333333%;
}

.col-m-8 {
  width: 66.66666667%;
}

.col-m-9 {
  width: 75%;
}

.col-m-10 {
  width: 83.33333333%;
}

.col-m-11 {
  width: 91.66666667%;
}

.col-m-12 {
  width: 100%;
}

.offset-1,
.offset-2,
.offset-3,
.offset-4,
.offset-5,
.offset-6,
.offset-7,
.offset-8,
.offset-9,
.offset-10,
.offset-11,
.offset-12 {
  margin-left: 0px;
}

.row.tight {
  margin-left: -5px;
  margin-right: -5px;
}

.row.tight .col-0,
.row.tight .col-1,
.row.tight .col-2,
.row.tight .col-3,
.row.tight .col-4,
.row.tight .col-5,
.row.tight .col-55,
.row.tight .col-6,
.row.tight .col-7,
.row.tight .col-8,
.row.tight .col-10,
.row.tight .col-11,
.row.tight .col-12 {
  padding: 5px;
}

.row.inline-vert {
  font-size: 0px;
}

.row.inline-vert .col-0,
.row.inline-vert .col-1,
.row.inline-vert .col-2,
.row.inline-vert .col-3,
.row.inline-vert .col-4,
.row.inline-vert .col-5,
.row.inline-vert .col-55,
.row.inline-vert .col-6,
.row.inline-vert .col-7,
.row.inline-vert .col-8,
.row.inline-vert .col-10,
.row.inline-vert .col-11,
.row.inline-vert .col-12 {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.row.inline-vert.bottom .col-0,
.row.inline-vert.bottom .col-1,
.row.inline-vert.bottom .col-2,
.row.inline-vert.bottom .col-3,
.row.inline-vert.bottom .col-4,
.row.inline-vert.bottom .col-5,
.row.inline-vert.bottom .col-55,
.row.inline-vert.bottom .col-6,
.row.inline-vert.bottom .col-7,
.row.inline-vert.bottom .col-8,
.row.inline-vert.bottom .col-10,
.row.inline-vert.bottom .col-11,
.row.inline-vert.bottom .col-12 {
  vertical-align: bottom;
}

.offset-0,
.offset-1,
.offset-2,
.offset-3,
.offset-4,
.offset-5,
.offset-6,
.offset-7,
.offset-8,
.offset-10,
.offset-11,
.offset-12 {
  margin-left: 0px;
}

.v-align {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
  height: 100%;
}

.v-align .v-content,
.v-align .v-spacer {
  display: inline-block;
  vertical-align: middle;
}

.v-align .v-spacer {
  width: 1px;
  height: 100%;
}

.v-align .v-content {
  width: 100%;
  margin-left: -1px;
  white-space: normal;
}

.ani-sft {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: "alpha(opacity=0)";
}

.ani-sfb {
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: "alpha(opacity=0)";
}

.ani-sfl {
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: "alpha(opacity=0)";
}

.ani-sfr {
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: "alpha(opacity=0)";
}

.ani-lft {
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: "alpha(opacity=0)";
}

.ani-lfb {
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: "alpha(opacity=0)";
}

.ani-lfl {
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -o-transform: translateX(-80px);
  transform: translateX(-80px);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: "alpha(opacity=0)";
}

.ani-lfr {
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: "alpha(opacity=0)";
}

.ani-glft {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: "alpha(opacity=100)";
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}

.ani-gfr {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: "alpha(opacity=100)";
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.text-left {
  text-align: left !important;
}

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

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

.block-img {
  display: block;
  width: 100%;
  height: auto;
}

.block-img.auto-width {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.block-img.block-right {
  width: auto;
  max-width: 100%;
  margin-left: auto;
}

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

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

@font-face {
  font-family: "Interstate";
  src: url("../fonts/Interstate-Regular.eot");
  src: url("../fonts/Interstate-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Interstate-Regular.woff2") format("woff2"),
    url("../fonts/Interstate-Regular.woff") format("woff"),
    url("../fonts/Interstate-Regular.ttf") format("truetype"),
    url("../fonts/Interstate-Regular.svg#Interstate-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Interstate";
  src: url("../fonts/Interstate-Bold.eot");
  src: url("../fonts/Interstate-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Interstate-Bold.woff2") format("woff2"),
    url("../fonts/Interstate-Bold.woff") format("woff"),
    url("../fonts/Interstate-Bold.ttf") format("truetype"),
    url("../fonts/Interstate-Bold.svg#Interstate-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Interstate";
  src: url("../fonts/Interstate-Black.eot");
  src: url("../fonts/Interstate-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Interstate-Black.woff2") format("woff2"),
    url("../fonts/Interstate-Black.woff") format("woff"),
    url("../fonts/Interstate-Black.ttf") format("truetype"),
    url("../fonts/Interstate-Black.svg#Interstate-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}

h2 {
  color: #1a2146;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 26px;
}

h2.section-title {
  text-align: center;
}

h2.section-title.white {
  color: #ffffff;
}

h3 {
  color: #ffffff;
  text-transform: uppercase;
}

p {
  color: #626467;
  font-size: 14px;
  line-height: 20px;
}

body {
  font-family: "Interstate";
  font-size: 14px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

#wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}

.container.no-pad {
  padding: 0;
}

.home .secondary {
  display: none;
}

.home .wrapper {
  padding-top: 80px;
}

.header {
  display: block;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}

.header.nav-up {
  top: -80px;
}

.header.nav-up .request-quote {
  top: 0 !important;
  opacity: 1 !important;
}

.header .primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #2a368f;
  width: 100%;
  height: 80px;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.4);
  top: 0;
  z-index: 2;
}

.header .primary .logo img {
  max-height: 80px;
}

.header .primary .nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.header .primary .nav-container .primary-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .primary .nav-container .primary-items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header .primary .nav-container .primary-items ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.header .primary .nav-container .primary-items ul li a {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 12px;
  text-decoration: none;
  position: relative;
}

.header .primary .nav-container .primary-items ul li a span {
  position: relative;
  z-index: 1;
  transition: opacity 0.25s ease-in-out;
}

.header .primary .nav-container .primary-items ul li a span:hover {
  color: #eb330c;
}

.header .primary .nav-container .primary-items ul.sub-menu li a span::before {
  content: url(/wp-content/themes/sbs/img/chev-right-solid.svg);
  display: inline-block;
  padding-right: 10px;
  transition: opacity 0.25s ease-in-out;
}

.header .primary .nav-container .primary-items ul.sub-menu li a span:hover::before {
  content: url(/wp-content/themes/sbs/img/chev-right-solid-orange.svg) !important;
}

.header .primary .nav-container .primary-items ul li a:before {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  content: "";
  background-color: #1a2146;
  -webkit-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

.header .primary .nav-container .primary-items ul li a:hover:before {
  height: 100%;
}

.header .primary .nav-container .primary-items ul li.current-menu-item a:before {
  height: 100%;
}

.header .primary .nav-container .primary-items ul li ul.sub-menu {
  position: fixed;
  top: 80px;
  width: 15%;
  background-color: #1a2146;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  display: block;
  height: 8.5rem;
  z-index: -99;
  display: none;
  box-shadow: 0 1px 4px 0 rgb(1 1 1 / 10%);
}

.header .primary .nav-container .primary-items ul.sub-menu li {
  margin: 1rem 0;
  padding: 5px;
}

.header .primary .nav-container .primary-items ul li:hover > ul.sub-menu {
  display: block;
}

.header .primary .nav-container .primary-items ul li ul.sub-menu.show {
  /* opacity:0; */
  opacity: 1;
}

.header .primary .nav-container .primary-items ul li ul.sub-menu li.first-sub {
  display: block;
  text-align: left;
  width: 20%;
}

.header .primary .nav-container .primary-items ul li ul.sub-menu li.first-sub ul.sub-menu {
  left: 20%;
  display: none;
}

.header .primary .nav-container .primary-items ul li ul.sub-menu li.water-security ul.sub-menu {
  display: block;
}

.header .primary .nav-container .primary-items ul li ul.sub-menu li.first-sub ul.sub-menu.show-sub {
  display: block;
  z-index: 2;
}

.header .primary .nav-container .primary-items ul li ul.sub-menu ul.sub-menu li.column {
  top: 0;
  position: relative;
  width: 20%;
  float: left;
  left: 0;
  padding-top: 40px;
}

.header .primary .nav-container .primary-items ul li ul.sub-menu ul.sub-menu li.column a {
  margin: 0;
  padding: 0;
  color: #1a2146;
  background: none !important;
}

.header .primary .nav-container .primary-items ul li ul.sub-menu ul.sub-menu li.column a:hover {
  color: #eb330c;
}

.header .primary .nav-container .primary-items ul li ul.sub-menu ul.sub-menu li.column a:before {
  display: none;
}

.header .primary .nav-container .primary-items ul li ul.sub-menu ul.sub-menu li.column ul {
  display: block;
  position: relative;
  top: 0;
  left: 0 !important;
  height: auto;
}

.header .primary .nav-container .primary-items ul li ul.sub-menu ul.sub-menu li.column.header a {
  margin-bottom: 20px;
}

.header
  .primary
  .nav-container
  .primary-items
  ul
  li
  ul.sub-menu
  ul.sub-menu
  li.column.header
  ul.sub-menu
  li.child-link
  a {
  font-weight: 300;
  margin-bottom: 15px;
}

.close-botton {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #d7d8d9;
  top: 0;
  right: 0;
  z-index: 10;
  color: #1a2146;
  opacity: 0;
}

.close-botton span {
  left: 3px;
  color: #1a2146;
}

.close-botton:hover span {
  color: #fff;
}

.header .primary .nav-container .secondary-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .primary .nav-container .secondary-items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header .primary .nav-container .secondary-items ul li {
  position: relative;
  padding-right: 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.header .primary .nav-container .secondary-items ul li.country {
  background-color: #1f2352;
  color: #626467;
  z-index: 2;
  display: none;
}

.header .primary .nav-container .secondary-items ul li.country .country-select {
  position: relative;
  top: 2px;
}

.header .primary .nav-container .secondary-items ul li.request-quote {
  background-color: #eb330c;
  color: #ffffff;
  z-index: 3;
  cursor: pointer;
}

.header .primary .nav-container .secondary-items ul li.request-quote:hover {
  background-color: #75b142;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header .primary .nav-container .secondary-items ul li.request-quote a {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 15px;
  text-decoration: none;
}

.header .primary .nav-container .secondary-items ul li:after,
.header .primary .nav-container .secondary-items ul li:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: 10%;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: inherit;
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
}

.header .nav-container .other-nav-container {
  display: flex;
  column-gap: 50px;
}

.header .secondary {
  position: relative;
  top: 100%;
  width: 100%;
  height: 44px;
  background-color: #ffffff;
  overflow: hidden;
  z-index: 1;
  -webkit-box-shadow: 0 1px 4px 0 rgba(1, 1, 1, 0.1);
  box-shadow: 0 1px 4px 0 rgba(1, 1, 1, 0.1);
}

.header .secondary .menu-sub {
  height: 44px;
  font-size: 0;
}

.header .secondary ul {
  margin: 0;
  padding: 0;
}

.header .secondary ul li {
  display: inline-block;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header .secondary ul li:first-child {
  background-color: #eb330c;
}

.header .secondary ul li:first-child a {
  color: #ffffff;
}

.header .secondary ul li:first-child a:hover {
  background-color: #75b142;
}

.header .secondary ul li a {
  display: inline-block;
  padding: 15px 25px 14px;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #626467;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header .secondary ul li a:hover {
  background-color: #f2f4f4;
}

.header .secondary ul li.request-quote {
  float: right;
  position: relative;
  opacity: 1;
  top: -200px;
  z-index: 3;
  background-color: #eb330c;
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.header .secondary ul li.request-quote:hover {
  background-color: #75b142;
}

.header .secondary ul li.request-quote a {
  padding-left: 10px;
  color: #ffffff;
}

.header .secondary ul li.request-quote a:hover {
  background-color: transparent;
}

.header .secondary ul li.request-quote:after,
.header .secondary ul li.request-quote:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: 10%;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: inherit;
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
}

.request-quote-mobile-container {
  display: none;
}

.header .secondary #menu-water-security-products li,
.header .secondary #menu-water-security li {
  display: inline-block;
}

.header .secondary #menu-water-security-products li:first-child,
.header .secondary #menu-water-security li:first-child {
  background-color: #1a2146;
}

.header .secondary #menu-water-security-products li:first-child a,
.header .secondary #menu-water-security li:first-child a {
  color: #ffffff;
}

.header .secondary #menu-water-security-products li:first-child a:hover,
.header .secondary #menu-water-security li:first-child a:hover {
  background-color: #eb330c;
}

.header .secondary #menu-food-security-products li,
.header .secondary #menu-food-security li {
  display: inline-block;
}

.header .secondary #menu-food-security-products li:first-child,
.header .secondary #menu-food-security li:first-child,
.header .secondary #menu-grain-handling-solutions li:first-child,
.header .secondary #menu-grain-handling-solutions li:first-child,
.header .secondary #menu-grain-conditioning li:first-child,
.header .secondary #menu-grain-conditioning li:first-child,
.header .secondary #menu-grain-storage-solutions li:first-child,
.header .secondary #menu-grain-storage-solutions li:first-child,
.header .secondary #menu-tanks-reservoirs-liners li:first-child,
.header .secondary #menu-tanks-reservoirs-liners li:first-child,
.header .secondary #menu-food-security-product li:first-child {
  background-color: #75b142;
}

.header .secondary #menu-food-security-products li:first-child a,
.header .secondary #menu-food-security li:first-child a {
  color: #ffffff;
}

.header .secondary #menu-food-security-products li:first-child a:hover,
.header .secondary #menu-food-security li:first-child a:hover,
.header .secondary #menu-food-security-product li:first-child:hover {
  background-color: #eb330c;
}

.header .secondary #menu-water-security-products li:nth-child(2) {
  background-color: #f2f4f4;
}

.header .secondary #menu-food-security-products li:nth-child(2) {
  background-color: #f2f4f4;
}

.wrapper {
  padding-top: 124px;
}

.wrapper .banner {
  line-height: 0;
}

.wrapper .banner img {
  max-width: 100%;
}

.wrapper .flick-slider {
  display: block;
  padding: 30px 0;
  background-color: #1a2146;
}

.wrapper .flick-slider h3 {
  font-size: 15px;
  font-weight: 600;
}

.wrapper .flick-slider p {
  color: #9d9d9d;
  font-size: 12px;
  line-height: 18px;
}

.wrapper .flick-slider .navigation h3 {
  margin-top: 24px;
  text-align: center;
  font-size: 26px;
  margin-bottom: 0;
}

.wrapper .flick-slider .navigation .button-row p {
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  margin: 0 6px;
}

.wrapper .flick-slider .navigation .button-row .button {
  color: #ffffff;
  font-size: 20px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 2px;
}

.wrapper .flick-slider .navigation .button-row .button:hover {
  color: #eb330c;
}

.flickity-button {
  background: none !important;
  top: 30% !important;
}

.flickity-prev-next-button .flickity-button-icon {
  color: #fff;
}
#tab-2 .flickity-button svg {
  color: #eb330c !important;
}

.flickity-prev-next-button .flickity-button-icon:hover {
  color: #eb330c !important;
}

.flickity-prev-next-button.previous {
  left: -40px !important;
}

.flickity-prev-next-button.next {
  right: -40px !important;
}

.wrapper .column-slider {
  background-color: #f2f4f4;
}

.arrows .flickity-prev-next-button .flickity-button-icon {
  color: #75b142;
}

.arrows .flickity-prev-next-button .flickity-button-icon:hover {
  color: #eb330c !important;
}

.wrapper .why-choose-sbs,
.wrapper .contact-form-container,
.wrapper .energy-applications {
  display: block;
  padding: 30px 0;
  background-image: url("../img/why-choose-sbs-bg-img.jpg");
  background-size: cover;
  background-color: #1a2146;
}

.wrapper .contact-form-container {
  padding-bottom: 0;
  padding-top: 40px;
}

.home-map {
  display: flex;
  width: 100%;
  /* background:red; */
}

.home-map .col-4 {
  background: #f2f4f4;
  padding: 100px 0;
}

.home-map .col-4 .inner {
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 80px;
  padding-right: 20px;
}

.home-map .col-4 .inner h2 {
  font-weight: 600;
  color: #9d9d9d;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 20px;
}

.home-map .col-4 .inner h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  line-height: 25px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-transform: uppercase;
  font-weight: 600;
  color: #1a2146;
}

.home-map .col-4 .inner p {
  margin: 0 0 30px 0;
  padding: 0;
  color: #626467;
  width: 100%;
  max-width: 400px;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.home-map .col-8 {
  padding: 0;
  flex: 1;
}

.home-map .col-8 .map-container {
  height: 100%;
}

.home-map .col-8 .map-container .mpfy-fullwrap {
  margin-bottom: 0;
  height: 100%;
}

.mpfy-map-canvas.mpfy-mode-google_maps,
.mpfy-map-canvas-wrap {
  height: 100%;
}

#custom-mapping-google-map-0 {
  height: 100% !important;
}

.mpfy-tooltip .center {
  padding: 5px 20px 20px 20px !important;
  font-family: "Interstate" !important;
}

.mpfy-tooltip *,
.mpfy-p-popup * {
  font-family: "Interstate" !important;
}

.mpfy-tooltip .center .tltpcnt strong {
  text-transform: uppercase;
}

.mpfy-p-popup-style-two .mpfy-p-top {
  background: #eb330c !important;
  font-family: "Interstate" !important;
  text-transform: uppercase;
}

.mpfy-p-popup-style-two .mpfy-p-top h1 {
  font-family: "Interstate" !important;
  text-transform: uppercase;
  font-weight: 600 !important;
}

.mpfy-p-popup-style-two .mpfy-p-top:before {
  background: #75b142 !important;
}

.mpfy-p-content .mpfy-p-scroll {
  min-height: 260px !important;
}

.mpfy-p-entry a {
  color: #2a368f !important;
}

.mpfy-p-widget-direction a {
  background: #2a368f !important;
  color: #fff !important;
}

.mpfy-p-color-accent-background {
  background-color: #2a368f !important;
}

.our-products {
  padding: 20px 0 50px;
}

.our-products p {
  text-align: center;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto 30px;
}

.our-products .product-card {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.our-products .product-card .image {
  line-height: 0;
}

.our-products .product-card .image img {
  max-width: 100%;
}

.our-products .product-card .content {
  position: relative;
  overflow: hidden;
}

.our-products .product-card .content .content-container {
  position: relative;
  z-index: 2;
  text-align: left;
}

.our-products.arrows .product-card .content .content-container h3 {
  color: #1a2146;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  min-height: 45px;
}

.our-products .product-card .content .content-container h3 {
  color: #1a2146;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}

.our-products .product-card .content .content-container p {
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 25px;
  /* min-height:36px; */
  min-height: 54px;
}

.our-products .product-card .content:before {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  content: "";
  background-color: #f7f7f7;
  -webkit-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

.key-features {
  background: #2a368f !important;
}

.key-features p {
  color: #fff !important;
}

.arrows {
  padding: 20px 0 50px;
}

.arrows p {
  text-align: center;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto 30px;
}

.arrows .product-card {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.arrows .product-card .image {
  line-height: 0;
}

.arrows .product-card .image img {
  max-width: 100%;
}

.arrows .product-card .content {
  position: relative;
  overflow: hidden;
}

.arrows .product-card .content .content-container {
  position: relative;
  z-index: 2;
  text-align: left;
}

.arrows .product-card .content .content-container h3 {
  color: #1a2146;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  min-height: 45px;
}

.arrows .product-card .content .content-container h3 {
  color: #1a2146;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}

.arrows .product-card .content .content-container p {
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 25px;
  min-height: 36px;
}

.arrows .product-card .content:before {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  content: "";
  background-color: #f7f7f7;
  -webkit-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

.flickity-page-dots .dot {
  background: #75b142 !important;
}

.latest-news {
  padding: 20px 0 40px;
}

.latest-news p {
  text-align: center;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto 10px;
}

.latest-news .insideframe ul li:nth-child(1) {
  padding-right: 10px;
}

.latest-news .insideframe ul li:nth-child(2) {
  padding-left: 10px;
}

.latest-news .wpcu_block_title {
  display: none;
}

.latest-news .wplp_widget_default .wplp_listposts li .img_cropper:before {
  display: none !important;
}
#wplp_widget_35 .wplp_listposts .swiper-slide .img_cropper:before {
  display: none !important;
}

.latest-news .wplp_container .title {
  text-transform: uppercase;
  color: #1a2146;
  font-size: 18px !important;
  line-height: 22px !important;
  font-weight: 600;
  margin-top: 15px;
}

.latest-news .wplp_container.default .category {
  text-transform: uppercase;
  color: #75b142;
  font-size: 15px !important;
  line-height: 18px !important;
  font-weight: 600;
  margin-top: 10px;
  display: block;
}

.latest-news .wplp_container.default .text {
  font-size: 14px;
  color: #626467;
  font-weight: 300;
  line-height: 18px;
  margin-top: 10px;
}

.latest-news .wplp_container .read-more {
  float: none !important;
  color: #eb330c !important;
  font-weight: 600;
  font-size: 14px;
  margin-top: 10px;
  text-transform: uppercase;
  text-align: left !important;
  padding: 0 !important;
}

.page-header {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 30px;
  background-size: cover;
  border-bottom: 8px solid #fff;
  background-position: center;
}
.page-template-energy-solutions .page-header::before {
  position: absolute;
  background-image: linear-gradient(90deg, #00000096 20%, transparent 80%);
  width: 100%;
  height: 100%;
  inset: 0;
  content: "";
}

.page-id-4318 .page-header,
.page-id-4320 .page-header {
  background-position: center 20%;
}

.page-header .page-title-container {
  /* background-color: #ffffff; */
  /* padding: 30px; */
  max-width: 600px;
  margin: 0;
  text-align: left;
  z-index: 2;
  position: relative;
}

.page-header.contact .page-title-container {
  background-color: #ffffff;
  padding: 30px;
  max-width: 765px;
  margin: 0 auto;
  text-align: center;
}

.page-header.contact .page-title-container h1,
.page-header.contact .page-title-container p {
  color: #1a2146;
}

.page-header .page-title-container h1 {
  text-transform: uppercase;
  font-weight: 600;
  /* color: #1a2146; */
  color: #fff;
  font-size: 30px;
}

.page-header .page-title-container p {
  text-transform: uppercase;
  font-size: 17px;
  /* color: #1a2146; */
  color: #fff;
  font-weight: 600;
  line-height: 22px;
}

.page-id-4318 .page-header .page-title-container h1,
.page-id-4320 .page-header .page-title-container h1,
.page-id-4318 .page-header .page-title-container p,
.page-id-4320 .page-header .page-title-container p {
  color: #fff;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.page-header .page-title-container a {
  color: #eb330c;
  text-decoration: none;
}

.page-header .page-title-container a:hover {
  color: #75b142;
}

.our-team {
  padding: 20px 0 50px;
}

.corporate-social-investment {
  padding: 20px 0 20px;
}

.our-team p,
.corporate-social-investment p {
  text-align: center;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto 30px;
}

.our-team a {
  color: #eb330c;
  text-decoration: none;
}

.our-team a:hover {
  color: #75b142;
}

.our-team .description,
.corporate-social-investment .descritpion {
  display: block;
  padding: 10px 10px 0;
}

.our-team .at-column img {
  filter: gray;
  -webkit-filter: grayscale(1);
}

.our-team .at-column:hover img {
  filter: none;
  -webkit-filter: grayscale(0);
}

.our-clients {
  padding: 20px 0 50px;
}

.our-clients p {
  text-align: center;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto 30px;
}

.our-clients .at-column .avatar {
  border-radius: 0;
}

.our-clients .at-column .avatar img {
  filter: gray;
  -webkit-filter: grayscale(1);
}

.our-clients .at-column:hover img {
  filter: none;
  -webkit-filter: grayscale(0);
}

.testimonials {
  padding-bottom: 40px !important;
}

.testimonials.flick-slider h3,
.upgrade-slider h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
}

.testimonials.flick-slider p {
  color: #9d9d9d;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.testimonials.flick-slider p.job-title,
.upgrade-slider p.job-title {
  color: #eb330c;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}
.testimonial-upgrade {
  position: relative;
  padding-bottom: 30px;
}
.upgrade-slider {
  background-color: #d84527;
}

.upgrade-slider .swiper-slide {
  background-color: #fff;
  opacity: 0.7;
  min-height: 350px;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.upgrade-slider .swiper-slide-active {
  opacity: 1;
  height: 100%;
  transform: translateY(30px);
}
.upgrade-slider .single-quote {
  padding: 38px 53px;
}
.upgrade-slider .single-quote p {
  color: #626467;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  overflow: hidden;
  height: 150px;
  transition: all 0.3s ease-in-out;
}
.upgrade-slider .swiper-slide-active .single-quote p {
  height: auto;
}
.upgrade-slider .single-quote h3 {
  text-align: left;
  color: #9e9e9e;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
}
.upgrade-slider .nav-slider {
  position: absolute;
  right: 35%;
  bottom: 0px;
}
.upgrade-slider .nav-slider .swiper-button-next i,
.upgrade-slider .nav-slider .swiper-button-prev i,
.swiper-pagination {
  color: #fff;
}

.postid-283 #solutions,
.postid-271 #solutions,
.postid-282 #solutions,
.postid-5084 #solutions {
  display: none;
}

.single-products #applications {
  display: none;
}

.postid-283 #applications,
.postid-271 #applications,
.postid-282 #applications,
.postid-5084 #applications {
  display: block;
}

#case-studies.water {
  display: none;
}

.postid-283 #case-studies.water,
.postid-271 #case-studies.water,
.postid-282 #case-studies.water,
.postid-5084 #case-studies.water {
  display: block;
}

.postid-283 #case-studies.food-security,
.postid-271 #case-studies.food-security,
.postid-282 #case-studies.food-security,
.postid-5084 #case-studies.food-security {
  display: none;
}
.page-template-energy-solutions #case-studies .swiper-pagination.swiper-pagination-fraction {
  color: #666666;
}
.applications {
  padding: 20px 0;
  background-color: #1a2146;
}

.applications p {
  text-align: center;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto 30px;
}

.applications p.light {
  color: #9d9d9d;
}

.applications .applications-card {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.applications .applications-card .image {
  line-height: 0;
}

.applications .applications-card .image img {
  max-width: 100%;
  max-height: 386px;
  object-fit: cover;
  object-position: center;
}

.applications .applications-card .content {
  position: relative;
  overflow: hidden;
}

.applications .applications-card .content .content-container {
  position: relative;
  z-index: 2;
}

.applications .applications-card .content .content-container h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}
.applications.energy-applications .applications-card .content .content-container h3 {
  font-size: 15px;
  font-weight: 600;
}

.applications .applications-card .content .content-container p {
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 25px;
  min-height: 36px;
}

.applications .applications-card .content:before {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  content: "";
  background-color: #f7f7f7;
  -webkit-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

.technical {
  padding: 20px 0 50px;
}

.technical .document-card {
  text-align: center;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.technical .document-card .image {
  line-height: 0;
}

.technical .document-card .image img {
  max-width: 100%;
}

.technical .document-card a {
  color: #eb330c;
  text-transform: uppercase;
  font-weight: 600;
  margin: 15px 0;
  display: block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.technical .document-card a:hover {
  color: #2a368f;
}

.stories-of-hope p {
  min-height: 175px;
}

.stories-of-hope a.btn.orange:hover {
  background: #75b142;
}

.blog-archive .wplp_container.default li {
  padding-right: 15px;
}

.blog-archive .wplp_container.default li ul li .insideframe {
  background-color: #f2f4f4;
  padding: 15px;
}

.blog-archive .wplp_container.default li:last-child {
  padding-right: 0;
  padding-left: 15px;
}

.blog-archive .wpcu_block_title {
  display: none;
}

.blog-archive .wplp_widget_default .wplp_listposts li .img_cropper:before {
  display: none;
}

.blog-archive .wplp_container .title {
  text-transform: uppercase;
  color: #1a2146;
  font-size: 18px !important;
  line-height: 22px !important;
  font-weight: 600;
  margin-top: 15px;
}

.blog-archive .wplp_container.default .category {
  text-transform: uppercase;
  color: #75b142;
  font-size: 15px !important;
  line-height: 18px !important;
  font-weight: 600;
  margin-top: 10px;
  display: block;
}

.blog-archive .wplp_container.default .text {
  font-size: 14px;
  color: #626467;
  font-weight: 300;
  line-height: 18px;
  margin-top: 10px;
}

.blog-archive .wplp_container .read-more {
  float: none !important;
  color: #eb330c !important;
  font-weight: 600;
  font-size: 14px;
  margin-top: 10px;
  text-transform: uppercase;
  text-align: left !important;
  padding: 0 !important;
}

.blog-archive .wplp_container.default li:last-child .category {
  color: #2a368f !important;
}

.single-post .single-post-header {
  display: block;
  width: 100%;
  background-color: #1a2146;
  overflow: hidden;
}

.single-post .single-post-header .image {
  overflow: hidden;
  max-height: 400px;
  height: 100%;
  line-height: 0;
}

.single-post .single-post-header .image img {
  width: 100%;
  height: auto;
}

.single-post .post-details {
  padding: 30px 0;
}

.single-post .post-details h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}

.single-post .post-details .user-details {
  text-align: right;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.single-post .post-details .user-details .time {
  text-align: right;
  vertical-align: middle;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #ffffff;
}

.single-post .post-details .user-details .time .author {
  font-weight: 600;
  margin: 5px 0;
}

.single-post .post-details .user-details .time .date {
  font-weight: 300;
  text-transform: uppercase;
  margin: 5px 0;
}

.single-post .post-details .user-details .user-avatar {
  padding-left: 14px;
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-post .post-details .user-details .user-avatar img {
  vertical-align: middle;
  margin-bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 0;
}

.single-post blockquote {
  background-color: #f2f4f4;
  margin: 25px 0;
  padding: 30px;
  border-left: 3px solid #75b142;
}

.single-post .blog-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.single-post .blog-content .content-w-feat-img img {
  float: left;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .single-post .blog-content .content-w-feat-img img {
    float: none;
    margin-right: 0px;
  }
}

.single-case_studies ul {
  color: #626467;
  padding-left: 15px;
}

.single-case_studies ul li {
  margin-bottom: 10px;
}

.blog-sidebar .widget-content {
  padding: 15px;
  background-color: #f2f4f4;
  margin-bottom: 15px;
}

.blog-sidebar .widget-content #search-form {
  position: relative;
}

.blog-sidebar .widget-content #search-form label {
  display: none;
}

.blog-sidebar .widget-content #search-form input {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 10px 15px 8px;
  color: #626467;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
}

.blog-sidebar .widget-content #search-form input[type="submit"] {
  background-color: #75b142;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: auto;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.blog-sidebar .widget-content #search-form input[type="submit"]:hover {
  background-color: #2a368f;
}

.blog-sidebar .widget-content h3 {
  margin-top: 0;
  font-weight: 300;
  color: #eb330c;
  font-size: 15px;
}

.blog-sidebar .widget-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-sidebar .widget-content ul li {
  margin: 0;
  padding: 0 !important;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.blog-sidebar .widget-content ul li .insideframe {
  padding: 0 !important;
}

.blog-sidebar .widget-content ul li .title {
  margin-top: 0;
  line-height: 1.23 !important;
}

.blog-sidebar .widget-content ul li a {
  color: #1a2146;
  background-color: #ffffff;
  padding: 10px 10px 7px;
  display: block;
  text-decoration: none;
  font-size: 14px !important;
}

.blog-sidebar .widget-content ul li a:hover {
  background-color: #1a2146;
  color: #ffffff;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.blog-sidebar .widget-content ul li:last-child {
  margin-bottom: 0;
}

.blog-sidebar .widget-content .wplp_outside li {
  margin-bottom: 0;
}

.blog-sidebar .widget-content .wplp_outside li .insideframe li {
  margin-bottom: 25px;
}

.blog-sidebar .widget-content .wplp_outside li .insideframe li a {
  padding: 0;
  background-color: #f2f4f4;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.blog-sidebar .widget-content .wplp_outside li .insideframe li a .title {
  color: #1a2146;
  font-weight: 600;
  font-size: 14px !important;
  max-width: 100%;
}

.blog-sidebar .widget-content .wplp_outside li .insideframe li a:hover .title {
  color: #eb330c;
}

.blog-sidebar .widget-content .wplp_outside li .insideframe li:last-child {
  margin-bottom: 0;
}

footer {
  background-color: #1a2146;
  padding: 30px 0;
}

footer h3 {
  font-weight: 600;
  font-size: 14px;
}

footer p {
  color: #9d9d9d;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 12px;
}

footer a {
  text-transform: uppercase;
  font-size: 11px;
  color: #9d9d9d;
  text-decoration: none;
}

footer a:hover {
  color: #eb330c;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

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

footer ul li {
  padding-bottom: 5px;
}

footer #custom_html-6 {
  margin-top: 20px;
}

.links {
  border-bottom: 1px solid #f2f4f4;
  padding: 5px 0;
}

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

.links ul li {
  display: inline-block;
  margin-right: 15px;
}

.links ul li a {
  text-transform: uppercase;
  font-size: 11px;
  color: #9d9d9d;
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.links ul li a:hover {
  color: #1a2146;
}

.copyright {
  padding: 5px 0;
}

.copyright p {
  text-transform: uppercase;
  font-size: 11px;
  color: #9d9d9d;
  margin: 0;
}

.clear {
  clear: both;
}

ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 100%;
  font-size: 0;
}

ul.tabs li {
  background-color: #2a368f;
  color: #fff;
  display: inline-block;
  padding: 14px 15px;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  width: 50%;
}
/* the below was #75b142 */
ul.tabs li:nth-child(2) {
  background-color: #eb330c;
}

ul.tabs li:nth-child(3) {
  background-color: #eb330c;
}

ul.tabs li.current {
  color: #fff;
}

.tab-content {
  display: none;
}

.tab-content.current {
  display: inherit;
}

.tab-content .col-12 {
  padding-top: 30px;
}

#tab-1 .flickity-page-dots {
  display: none !important;
}

.page-template-privacy-policy .wrapper {
  padding-top: 80px;
}

.page-template-privacy-policy .header .secondary {
  display: none;
}

#privacy-policy {
  margin: 0;
  padding: 40px 0;
  color: #626467;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

#privacy-policy h2 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: #1a2146;
}

#privacy-policy h3 {
  font-weight: 600;
  color: #1a2146;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 20px;
}

/* -------------------------------- 

Slide In Panel - by CodyHouse.co

-------------------------------- */
.cd-main-content {
  text-align: center;
}

.cd-main-content h1 {
  font-size: 2rem;
  color: #64788c;
  padding: 4em 0;
}

.cd-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
  z-index: 9999999;
}

.cd-panel::after {
  /* overlay layer */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}

.cd-panel.cd-panel--is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}

.cd-panel.cd-panel--is-visible::after {
  background: rgb(25, 33, 70, 0.8);
  -webkit-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
}

.cd-panel__header {
  position: fixed;
  width: 90%;
  height: 50px;
  line-height: 50px;
  background: #eb330c;
  z-index: 2;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.3s 0s;
  transition: -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s;
  transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.cd-panel__header h3 {
  color: #fff;
  padding-left: 5%;
  font-weight: 600;
  margin: 0;
}

.cd-panel--from-right .cd-panel__header {
  right: 0;
}

.cd-panel--from-left .cd-panel__header {
  left: 0;
}

.cd-panel--is-visible .cd-panel__header {
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.cd-panel__close {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  /* image replacement */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.cd-panel__close::before,
.cd-panel__close::after {
  /* close icon created in CSS */
  content: "";
  position: absolute;
  top: 22px;
  left: 20px;
  height: 3px;
  width: 20px;
  background-color: #fff;
  /* this fixes a bug where pseudo elements are slighty off position */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-panel__close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-panel__close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cd-panel__close:hover {
  background-color: #75b142;
}

.cd-panel__close:hover::before,
.cd-panel__close:hover::after {
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.cd-panel__close:hover::before {
  -webkit-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  transform: rotate(220deg);
}

.cd-panel__close:hover::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cd-panel--is-visible .cd-panel__close::before {
  -webkit-animation: cd-close-1 0.6s 0.3s;
  animation: cd-close-1 0.6s 0.3s;
}

.cd-panel--is-visible .cd-panel__close::after {
  -webkit-animation: cd-close-2 0.6s 0.3s;
  animation: cd-close-2 0.6s 0.3s;
}

@-webkit-keyframes cd-close-1 {
  0%,
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@keyframes cd-close-1 {
  0%,
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@-webkit-keyframes cd-close-2 {
  0%,
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@keyframes cd-close-2 {
  0%,
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.cd-panel__container {
  position: fixed;
  width: 90%;
  height: 100%;
  top: 0;
  background: #2a368f;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.cd-panel--from-right .cd-panel__container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.cd-panel--from-left .cd-panel__container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.cd-panel--is-visible .cd-panel__container {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.cd-panel__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 70px 5%;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}

.cd-panel__content p {
  font-size: 1.4rem;
  color: #424f5c;
  line-height: 1.4;
  margin: 2em 0;
}

.cd-panel__content .form-container .caldera-grid .btn-default:hover {
  background: #75b142 !important;
}

.cd-panel__content p:first-of-type {
  margin-top: 0;
}

/* Solutions Header Area */
.solutions-header {
  display: flex;
  flex-wrap: wrap;
}

.solution-item.multi {
  width: 50%;
  min-height: 600px;
  max-height: 600px;
}

.solution-item.single {
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

.solution-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.solution-cover-button {
  display: block;
  font-size: 28px;
  padding: 14px 35px;
  border-radius: 50px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.solution-cover-button.has-logo {
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  background-color: #152049 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
}
/* .solution-cover-button.has-logo:hover {
  border-radius: 0px;
} */
.solution-cover-button.has-logo:hover > img {
  display: none;
}
.solution-cover-button.has-logo:hover > span {
  display: inline-flex !important;
  height: 100px;
  width: 309px;
  align-items: center;
  padding-left: 66px;
  color: #fff !important;
}
.solution-cover-button.has-logo .logo-choice {
  object-fit: contain;
  height: 100px;
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .solution-cover-button.has-logo .logo-choice {
    height: 100px;
  }
}

.solution-content {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 60px 10%;
  color: #fff;
}

.solution-content > div {
  text-align: center;
}

.solution-content-heading {
  cursor: pointer;
  color: #fff;
  text-align: center;
}

.solution-content-body {
  color: #fff;
  font-size: 20px;
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 40px;
}
.mpfy-container {
  z-index: 1;
}

.error-404 h1,
.error-404 p {
  color: #000 !important;
}
.page-template-energy-solutions #testimonials {
  background-color: #eb330d;
}
.page-template-energy-solutions .testimonials.flick-slider p {
  color: #ffffff;
}
.page-template-energy-solutions .testimonials.flick-slider p.job-title {
  background-color: #eb330d;
}

/* ================================= */
/*       Applications gallery       */
/* ================================= */
.text-side {
  width: 100%;
  height: 100%;
  padding-left: 80px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 960px) {
  .text-side {
    align-items: center;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.text-side h2 {
  font-weight: 600;
  color: #9d9d9d;
  align-self: flex-start;
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 20px;
}
.text-side h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  line-height: 25px;
  align-self: flex-start;
  text-transform: uppercase;
  font-weight: 600;
  color: #1a2146;
}
.text-side p {
  margin: 0;
  padding: 0;
  color: #626467;
  width: 100%;
  max-width: 400px;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}
@media (max-width: 960px) {
  .text-side p {
    max-width: 100%;
  }
}
.the-gallery-container {
  height: 100%;
  overflow: hidden;
}
@media (max-width: 960px) {
  .the-gallery-container {
    display: none;
  }
}
.the-gallery-container .single-img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  display: block;
  object-position: center;
}
.selected-cases .swiper-pagination,
.selected-cases .swiper-pagination span {
  color: #000;
}
/* ================= */
/*       POPUP       */
/* ================= */
.energySolutions {
  width: 600px;
  height: 500px;
  overflow: hidden;
}

.energySolutions .flickity-prev-next-button.next {
  right: 0px !important;
  background: #eb330d !important;
  width: 30px;
  height: 30px;
  top: 50% !important;
}
.energySolutions .flickity-prev-next-button.previous {
  left: 0px !important;
  background: #eb330d !important;
  width: 30px;
  height: 30px;
  top: 50% !important;
}

.modal {
  height: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal.openGallery {
  opacity: 1;
  pointer-events: all;
  height: 100%;
}

.modal-content {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.gallery-slide {
  height: 100%;
  margin-right: 20px;
}
.gallery-slide img {
  height: 500px;
  object-fit: contain;
  width: 600px;
  display: block;
}

.close {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 15px;
  cursor: pointer;
  color: black;
  font-weight: 700;
  z-index: 2;
  border-radius: 0px;
  border: 2px solid black;
  padding: 5px;
  line-height: 1;
}
img.alignleft,
.wp-caption.alignleft {
  text-align: left !important;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-top: 7px;
}

img.alignright,
.wp-caption.alignright {
  text-align: right !important;
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
  margin-top: 7px;
}
img:is([sizes="auto" i], [sizes^="auto," i]) {
  contain-intrinsic-size: unset;
}
@media (max-width: 600px) {
  .energySolutions {
    width: 300px;
    height: 300px;
  }

  .gallery-slide img {
    width: 360px;
    height: 360px;
  }
  img.alignleft,
  .wp-caption.alignleft {
    float: none;
    width: 100%;
    margin-right: 0px;
  }

  img.alignright,
  .wp-caption.alignright {
    float: none;
    width: 100%;
    margin-left: 0px;
  }
}

/* --------- MIN WIDTH MEDIA QUERIES --------- */
@media only screen and (min-width: 480px) {
  .col-m-1 {
    width: 8.33333333%;
  }

  .col-m-2 {
    width: 16.66666667%;
  }

  .col-m-3 {
    width: 25%;
  }

  .col-m-4 {
    width: 33.33333333%;
  }

  .col-m-5 {
    width: 41.66666667%;
  }

  .col-m-6 {
    width: 50%;
  }

  .col-m-7 {
    width: 58.33333333%;
  }

  .col-m-8 {
    width: 66.66666667%;
  }

  .col-m-9 {
    width: 75%;
  }

  .col-m-10 {
    width: 83.33333333%;
  }

  .col-m-11 {
    width: 91.66666667%;
  }

  .col-m-12 {
    width: 100%;
  }

  .offset-m-1 {
    margin-left: 8.33333333%;
  }

  .offset-m-2 {
    margin-left: 16.66666667%;
  }

  .offset-m-3 {
    margin-left: 25%;
  }

  .offset-m-4 {
    margin-left: 33.33333333%;
  }

  .offset-m-5 {
    margin-left: 41.66666667%;
  }

  .offset-m-6 {
    margin-left: 50%;
  }

  .offset-m-7 {
    margin-left: 58.33333333%;
  }

  .offset-m-8 {
    margin-left: 66.66666667%;
  }

  .offset-m-9 {
    margin-left: 75%;
  }

  .offset-m-10 {
    margin-left: 83.33333333%;
  }

  .offset-m-11 {
    margin-left: 91.66666667%;
  }

  .offset-m-12 {
    margin-left: 100%;
  }
}

@media only screen and (min-width: 600px) {
  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .offset-md-12 {
    margin-left: 100%;
  }
}

@media only screen and (min-width: 720px) {
  .container {
    padding: 0 70px;
  }

  .page-header {
    padding: 120px 80px 120px 80px;
  }

  .swiper-image.col-4 {
    width: 33.3333%;
    height: 100%;
    padding: 0;
  }

  .swiper-image.col-8 {
    width: 66.6666%;
    height: 100%;
    padding: 0;
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .cd-panel__header {
    width: 70%;
  }

  .cd-panel__container {
    width: 70%;
  }

  .cd-panel__content p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

@media only screen and (min-width: 960px) {
  .col-1 {
    width: 8.33333333%;
  }

  .col-2 {
    width: 16.66666667%;
  }

  .col-25 {
    width: 20%;
  }

  .col-3 {
    width: 25%;
  }

  .col-4 {
    width: 33.33333333%;
  }

  .col-5 {
    width: 41.66666667%;
  }

  .col-55 {
    width: 47%;
  }

  .col-6 {
    width: 50%;
  }

  .col-7 {
    width: 58.33333333%;
  }

  .col-8 {
    width: 66.66666667%;
  }

  .col-9 {
    width: 75%;
  }

  .col-10 {
    width: 83.33333333%;
  }

  .col-11 {
    width: 91.66666667%;
  }

  .col-12 {
    width: 100%;
  }

  .offset-1 {
    margin-left: 8.33333333%;
  }

  .offset-2 {
    margin-left: 16.66666667%;
  }

  .offset-3 {
    margin-left: 25%;
  }

  .offset-4 {
    margin-left: 33.33333333%;
  }

  .offset-5 {
    margin-left: 41.66666667%;
  }

  .offset-6 {
    margin-left: 50%;
  }

  .offset-7 {
    margin-left: 58.33333333%;
  }

  .offset-8 {
    margin-left: 66.66666667%;
  }

  .offset-9 {
    margin-left: 75%;
  }

  .offset-10 {
    margin-left: 83.33333333%;
  }

  .offset-11 {
    margin-left: 91.66666667%;
  }

  .offset-12 {
    margin-left: 100%;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-main-content h1 {
    font-size: 3.2rem;
  }

  .cd-panel__header {
    width: 50%;
  }

  .cd-panel__container {
    width: 50%;
  }
}

@media only screen and (min-width: 1280px) {
  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .offset-lg-12 {
    margin-left: 100%;
  }
}

/* --------- MAX WIDTH MEDIA QUERIES --------- */
@media screen and (max-width: 30em) {
  div.cs-skin-elastic {
    font-size: 1em;
  }
}

@media (max-width: 1400px) {
  #global-offices .at-column {
    width: 33% !important;
    max-width: 33% !important;
    min-width: 33% !important;
    -ms-flex-preferred-size: 33% !important;
    flex-basis: 33% !important;
  }
}

@media screen and (max-width: 1280px) {
  /* h2 {
        font-size: 3.9rem;
    }
    h2 span:not(.emphasis) {
        font-size: 2.9rem;
    }
    h3 {
        font-size: 14px;
    } */
  /* p {
        font-size: 1rem;
        line-height: 1.3;
    } */
  #column-slider .swiper-container .swiper-image-inner {
    padding-left: 50px;
  }

  .touchy-logo-image img {
    margin: 0 !important;
  }
}

@media screen and (max-width: 960px) {
  .solution-item.multi {
    width: 100%;
    min-height: 500px;
    max-height: 500px;
  }

  #our-story #column-slider,
  #our-story #column-slider .swiper-image-inner.swiper-image-left {
    height: auto;
  }

  #our-story #column-slider .swiper-container {
    overflow: auto;
  }

  /* h2 {
        font-size: 3.5rem;
    }
    h2 span:not(.emphasis) {
        font-size: 2.5rem;
    } */
  /* p {
        max-width: 90%;
    } */
  .home .wrapper,
  .wrapper {
    padding-top: 0;
  }

  .page-header .page-title-container {
    text-align: center;
  }

  .touchy-logo-wrapper {
    overflow: hidden;
  }

  .touchy-logo-image img {
    max-height: 61px !important;
    margin-left: 0 !important;
  }

  .touchy-logo-image {
    opacity: 1 !important;
  }

  .touchy-by-bonfire ul li a {
    text-transform: uppercase !important;
    font-weight: 600 !important;
  }

  .request-quote-mobile-container {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    z-index: 999999;
  }

  .request-quote-mobile-container li.request-quote {
    background-color: #75b142;
    color: #ffffff;
    z-index: 3;
    cursor: pointer;
    list-style: none;
  }

  .request-quote-mobile-container li.request-quote:hover {
    background-color: #75b142;
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .request-quote-mobile-container li.request-quote a {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px 0 10px;
    text-decoration: none;
    height: 61px;
  }

  .request-quote-mobile-container li:after,
  .request-quote-mobile-container li:before {
    position: absolute;
    z-index: -1;
    content: "";
    right: 10%;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: inherit;
    -webkit-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
  }

  .eapps-social-icons-location-floating.eapps-social-icons-position-left {
    display: none;
  }

  .stories-of-hope .col-4,
  .flickity-slider .col-4,
  .our-products .product-card .content .content-container,
  .arrows .product-card .content .content-container,
  .arrows .product-card .content .content-container p,
  .our-products .product-card .content .content-container p,
  .applications .applications-card .content .content-container p {
    text-align: center;
  }

  .arrows .product-card .content .content-container h3,
  .arrows .product-card .content .content-container p,
  .our-products .product-card .content .content-container p,
  .applications .applications-card .content .content-container p {
    min-height: auto;
  }

  .header {
    display: none;
  }

  .slider-wrapper .slide .slide-content {
    padding: 30px;
  }

  .slider-wrapper .slide .slide-content h3 {
    font-size: 36px;
  }

  .wrapper .flick-slider h3,
  .wrapper .flick-slider p {
    text-align: center;
  }

  #column-slider .swiper-container .swiper-image-inner {
    padding: 0 40px;
  }

  #column-slider .swiper-container .swiper-image.col-4 {
    width: 100%;
    text-align: center;
  }

  #column-slider .swiper-container .swiper-image.col-8 {
    width: 0;
  }

  .swiper-slide {
    height: 100% !important;
  }

  .swiper-image-left p,
  .swiper-image-left ul {
    max-width: 100%;
  }

  .latest-news .wplp_container.default li {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .latest-news .wplp_container.default li:last-child {
    margin-bottom: 0;
    padding: 0;
  }

  .latest-news .wplp_container .title {
    max-width: 100%;
    text-align: center;
  }

  .latest-news .wplp_container.default .category,
  .latest-news .wplp_container.default .text,
  .latest-news .wplp_container .read-more {
    text-align: center !important;
  }

  footer .container,
  .links .container,
  .copyright .container {
    text-align: center;
  }

  .flickity-prev-next-button.prev {
    left: -30px !important;
  }

  .flickity-prev-next-button.next {
    right: -30px !important;
  }

  .pagination-container {
    width: 100%;
    max-width: 100%;
    left: auto;
  }

  .pagination-inner {
    width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -30px;
  }

  .blog-archive .wplp_container.default li,
  .blog-archive .wplp_container.default li:last-child {
    padding: 0;
  }

  .blog-archive .wplp_container.default li {
    margin-bottom: 25px;
  }

  .blog-archive .wplp_container.default li:last-child {
    margin-bottom: 0;
  }

  .blog-archive .wplp_container.default .title {
    max-width: 100%;
  }

  #privacy-policy {
    text-align: center;
  }
  .testimonial-upgrade {
    padding-bottom: 60px;
  }
}
@media (max-width: 1180px) {
  .at-column,
  #global-offices .at-column {
    width: 50% !important;
    max-width: 50% !important;
    min-width: 50% !important;
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
  }
}

@media (max-width: 736px) {
  .header {
    display: none;
  }

  .slider-wrapper .slide .slide-content {
    padding: 30px;
  }

  .slider-wrapper .slide .slide-content h3 {
    font-size: 36px;
  }

  .wrapper .flick-slider h3,
  .wrapper .flick-slider p {
    text-align: center;
  }

  .home-map {
    display: block;
  }

  .home-map .col-4 {
    padding: 40px 0;
  }

  .home-map .col-4 .inner {
    text-align: center;
    padding: 0 40px;
  }

  .home-map .col-4 .inner h2,
  .home-map .col-4 .inner h3 {
    text-align: center;
    align-self: auto;
  }

  .home-map .col-8 {
    height: 500px;
  }

  #column-slider .swiper-container .swiper-image-inner {
    padding: 0 40px;
  }

  #column-slider .swiper-container .swiper-image.col-4 {
    width: 100%;
    text-align: center;
  }

  #column-slider .swiper-container .swiper-image.col-8 {
    width: 0;
  }

  .swiper-slide {
    height: 100% !important;
  }

  .swiper-image-left p,
  .swiper-image-left ul {
    max-width: 100%;
  }

  .latest-news .wplp_container.default li {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .latest-news .wplp_container.default li:last-child {
    margin-bottom: 0;
    padding: 0;
  }

  .latest-news .wplp_container .title {
    max-width: 100%;
    text-align: center;
  }

  .latest-news .wplp_container.default .category,
  .latest-news .wplp_container.default .text,
  .latest-news .wplp_container .read-more {
    text-align: center !important;
  }

  footer .container,
  .links .container,
  .copyright .container {
    text-align: center;
  }

  .blog-post-container {
    padding: 0 30px !important;
  }

  .elementor-widget-wp-widget-categories {
    display: none !important;
  }

  .latest-news-header {
    margin-top: -125px;
  }

  .elementor-1503 .elementor-element.elementor-element-29fc4f7 .elementor-post__title,
  .elementor-1503 .elementor-element.elementor-element-29fc4f7 .elementor-post__title a {
    min-height: auto !important;
  }

  ul.tabs li {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  /* #column-slider {
        height: 86vh;
        width: 96vw;
    } */
  /* h2 {
        font-size: 3.2rem;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    h2 span:not(.emphasis) {
        font-size: 2.1rem;
    } */
  /* p {
        max-width: 94%;
    } */
  .page-template-energy-solutions .page-header::before {
    background-image: linear-gradient(90deg, #00000096 100%, transparent 0%);
  }
}

@media (max-width: 795px) {
  .our-team .at-column,
  #global-offices .at-column {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
  .at-column:before {
    content: "";
    display: block;
    padding-top: 60%;
  }
}
@media (max-width: 530px) {
  .at-column:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}

/*--- MAPIFY TOOLTIP ---*/
.tltpcnt {
  display: none;
}

.mpf-p-popup-holder {
  z-index: 999999 !important;
}

/*--- Privacy policy/Terms of use ul > li style---*/
ul.pp-list > li {
  list-style: none;
}

.blogs-header-container h1,
.sbs-news-copy p {
  font-family: "Interstate" !important;
}

.blog-post-container h3 a,
.blog-post-container p,
.blog-post-container a.elementor-post__read-more {
  font-family: "Interstate" !important;
}

#blogs-bar {
  background-color: #f2f4f4 !important;
  margin-right: 15px;
}

#blogs-bar a {
  text-transform: uppercase;
  color: #2a368f;
  font-size: 15px !important;
  line-height: 18px !important;
  font-weight: 600;
  margin-top: 10px;
  display: block;
}

#blogs-bar a:hover {
  color: #75b142;
}

#blogs-bar h5 {
  color: #1a2146;
  font-family: "Interstate" !important;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0px 0px 0px 25px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.elementor-post__read-more {
  float: none !important;
  color: #eb330c !important;
  font-weight: 600 !important;
  font-size: 14px;
  margin-top: 10px;
  text-transform: uppercase;
  text-align: left !important;
  padding: 0 !important;
  position: absolute;
  bottom: 15px;
}

.elementor-post__read-more:hover {
  color: #75b142 !important;
}

.elementor-posts--thumbnail-top .elementor-post {
  display: block;
  background-color: white;
  border: 0.5px solid #f1f1f1;
  position: relative;
  padding: 15px;
}

.elementor-1503 .elementor-element.elementor-element-29fc4f7 .elementor-post__excerpt p {
  font-size: 14px;
  color: #626467 !important;
  font-weight: 300;
  line-height: 18px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 40px;
}

.elementor-1503 .elementor-element.elementor-element-29fc4f7 .elementor-post__title,
.elementor-1503 .elementor-element.elementor-element-29fc4f7 .elementor-post__title a {
  line-height: 22px;
  display: block;
  min-height: 70px;
}

.elementor-1503 .elementor-element.elementor-element-29fc4f7 .elementor-post__title,
.elementor-1503 .elementor-element.elementor-element-29fc4f7 .elementor-post__title a:hover {
  color: #2a368f !important;
}

/*home-page-mission and vision statement button section */
.page-id-5 a.btn.orange.icon-arrow-right::after {
  display: none !important;
}

.page-id-5 .swiper-button-next,
.page-id-5 .swiper-container-rtl.swiper-button-prev,
.page-id-5 .swiper-button-prev,
.page-id-5 .swiper-container-rtl .swiper-button-next {
  background-image: none !important;
}

.home .pagination-container {
  display: none;
}

.home .wplp_container .thumbnail {
  max-height: 205px;
}

.elementor-posts--thumbnail-top .elementor-post__text {
  padding: 0 20px;
}

.elementor-pagination {
  font-family: "Interstate" !important;
}

.elementor-pagination a:hover {
  color: #75b142 !important;
}

/* -------------------------------- 

Policy Dodcuments Lnks

-------------------------------- */

.policy-documents {
  color: #eb330c;
  text-decoration: none;
}

.policy-documents:hover {
  color: #75b142;
}

.policy-doc-list {
  padding-bottom: 5px;
}

.page-id-45 .swiper-button-next,
.page-id-45 .swiper-container-rtl .swiper-button-prev,
.page-id-45 .swiper-button-prev,
.page-id-45 .swiper-container-rtl .swiper-button-next {
  background-image: none !important;
}

.page-id-45 #mission-and-vision .swiper-image-left .btn-container {
  display: none !important;
}

.category-sbs-news .links .container {
  padding: 0 70px !important;
}

/* Popup */
.popup-container.open {
  display: flex;
}

.popup-container:not(.open) {
  display: none;
}

.popup-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10000000;
}

.popup-close-area {
  font-size: 30px;
  text-align: right;
}

.popup-close-area span {
  display: inline-block;
  width: 85px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.4.1  SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 101.08 73.75' style='enable-background:new 0 0 101.08 73.75%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bclip-path:url(%23SVGID_00000038409628388152280930000003319758008203099268_)%3Bfill:%23152048%3B%7D%3C/style%3E%3Cg%3E%3Cdefs%3E%3Crect id='SVGID_1_' y='-18.36' width='267.78' height='73.67'/%3E%3C/defs%3E%3CclipPath id='SVGID_00000003075317425109102490000005543211810100941460_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible%3B'/%3E%3C/clipPath%3E%3Cpath style='clip-path:url(%23SVGID_00000003075317425109102490000005543211810100941460_)%3Bfill:%23152048%3B' d='M2.5-18.36c-2.17 0-3.11 1.76-2.1 3.93L31.1 51.38c1.01 2.17 3.59 3.93 5.76 3.93h228.43c2.17 0 3.11-1.76 2.1-3.93l-30.69-65.81c-1.01-2.17-3.59-3.93-5.76-3.93H2.5z'/%3E%3C/g%3E%3C/svg%3E");
}

.popup-close-area span i {
  padding: 7px 20px 10px 35px;
  color: #fff;
  cursor: pointer;
}

.popup-inner {
  max-width: 60vw;
  overflow-y: scroll;
  background-color: #fff;
}

.popup-header {
  background-color: #fff;
  padding: 30px 15%;
  text-align: center;
}

.popup-header i {
  color: #2d3d98 !important;
}

.popup-body {
  background-color: #1a2146;
  color: #fff;
  text-align: center;
  padding: 20px 15%;
}

.popup-body p {
  color: #fff;
  font-size: 18px;
}

.popup-body a {
  font-weight: bold;
  color: #fff !important;
}

@media only screen and (max-width: 750px) {
  .popup-inner {
    max-width: 95vw;
  }
}

.iti.iti--allow-dropdown {
  width: 100%;
}

#input_7_58.iti__tel-input {
  padding-left: 50px;
}

/* Locations mini menu */
.location-items > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  height: 100%;
}

.location-items ul li.loc-parent {
  background: #2a368f;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.location-items ul li.loc-parent:hover .sub-menu {
  max-height: 300px;
}

.location-items ul li.loc-parent .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;

  position: absolute;
  top: 100%;
  left: auto;
  background: #fff;
  width: 209px;
  max-height: 0;
  overflow: hidden;
  z-index: 1;
  transition: max-height 0.3s ease;
}

.location-items ul li.loc-child {
  padding: 0;
  list-style: none;
  padding: 4px 20px;
}

.location-items ul li.loc-parent > a {
  text-decoration: none;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #fff;
}
.location-items ul li.loc-parent a span {
  text-transform: uppercase;
}
.location-items ul li.loc-parent > a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}

.location-items ul li.loc-child > a {
  text-decoration: none;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #2a368f;
}

.location-items ul li.loc-child a span {
  line-height: 26px;
  text-transform: uppercase;
}

.location-items ul li:not(:last-child) a {
  border-bottom: 1px solid #000;
}


.pdf-locker-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgb(25,33,70,.8);
   display: none; 
}

.pdf_locker-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pdf_locker-container {
  background-color: #2a368f;
  width: 90%;
  max-width: 650px;
  padding-bottom: 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pdf_locker-container h2 {
  background-color: #eb330c;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  margin: 0;
}

body .pdf_locker-container .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 600 !important;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
}

.pdf_locker-content .gform_wrapper {
  padding: 20px 50px 0;
}

.pdf_locker-content .gform_wrapper .ginput_container input {
  text-align: center;
}

.pdf_locker-closer {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 60px;
  /* image replacement */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.pdf_locker-closer::before,
.pdf_locker-closer::after {
  /* close icon created in CSS */
  content: "";
  position: absolute;
  top: 23px;
  left: 20px;
  height: 3px;
  width: 20px;
  background-color: #fff;
  /* this fixes a bug where pseudo elements are slighty off position */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.pdf_locker-closer::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pdf_locker-closer::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pdf_locker-closer:hover {
  background-color: #75b142;
}

.pdf_locker-closer:hover::before,
.pdf_locker-closer:hover::after {
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.pdf_locker-closer:hover::before {
  -webkit-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  transform: rotate(220deg);
}

.pdf_locker-closer:hover::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.pdf_locker-closer::before {
  -webkit-animation: cd-close-1 0.6s 0.3s;
  animation: cd-close-1 0.6s 0.3s;
}

.pdf_locker-closer::after {
  -webkit-animation: cd-close-2 0.6s 0.3s;
  animation: cd-close-2 0.6s 0.3s;
}

.pdf_locker-content .gform_confirmation_message {
  padding: 20px 20px 0;
  color: #ffffff;
}

.single-applications.postid-311 .flickity-slider .col-3 {
  width: 33%;
}

.news-intro {
  padding: 50px 30px 0;
  max-width: 1355px;
  margin: 0 auto;
}

.downloads {
  display: flex;
  flex-wrap: wrap;
}

.downloads h3 {
  width: 100%;
  color: #1a2146;
  font-size: 18px;
  font-weight: 600;
}

.technical .downloads img {
  height: 400px;
  object-fit: contain;
  max-width: 100%;
  background: #fff;
}

#technical .btn-container {
  width: calc(25% - 4px);
  margin-right: 4px;
  align-content: center;
  background-color: #eb330c;
  margin-bottom: 4px;
  transition: all 0.3s;
}

#technical .btn-container .btn {
  padding: 10px 15px 9px;
  font-size: 10px;
  width: 100%;
  text-align: center;
  display: block;
}

#technical .btn-container:hover,
#technical .btn-container:hover .btn {
  background-color: #1a2146;
}

#technical .btn::before,
#technical .btn::after {
  display: none;
}

@media (max-width: 1200px) {
  .technical .downloads img {
    height: 200px;
  }
}

@media (max-width: 960px) {
  #technical .btn-container {
    width: calc(50% - 4px);
  }
}

@media (max-width: 500px) {
  #technical .btn-container {
    width: 100%;
  }
}