/**
 * Theme Name: Plinkfizz WordPress Theme
 * Theme URI: https://www.plinkfizz.com/
 * Author: Plinkfizz
 * Author URI: https://www.plinkfizz.com/
 * Description: https://www.plinkfizz.com/
 * Version: 1.0.0
 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
body {
  overflow-x: hidden;
}
strong {
  font-weight: 700;
}
ul,
ol {
  padding-left: 17px;
  margin-bottom: 10px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
.logo {
  transition: all .5s ease;
}
/* change colours to suit your needs */
ins {
  color: #000000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  color: #000000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/**
  * Colours.
  */
/**
  * Other Styles.
  */
.font-awesome {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
}
.middle-absolute {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.flex-between-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-between-stretch {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.flex-center-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-space-children {
  width: 100%;
  max-width: 100%;
  flex-shrink: 1;
}
.li-bullet {
  list-style: none;
  padding: 0;
  margin: 0;
}
.li-bullet li {
  position: relative;
  font-size: 18px;
  padding-left: 20px;
}
.li-bullet li:not(:last-child) {
  margin-bottom: 10px;
}
.li-bullet li:before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 2px;
}
/**
 * Site buttons styling.
 */
p.btn-center {
  text-align: center;
}
p.btn-left {
  text-align: left;
}
p.btn-right {
  text-align: right;
}
.btn,
.column-content .wpcf7 .wpcf7-form-control.wpcf7-submit {
  display: inline-block;
  padding: 6px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  transition: all 0.6s ease;
  color: #333f48;
  background: #ff7f41;
  border: solid 1px #ff7f41;
  cursor: pointer;
}
.btn:hover,
.column-content .wpcf7 .wpcf7-form-control.wpcf7-submit:hover {
  background: #ffffff;
  color: #ff7f41;
}
.btn.standard-secondary,
.column-content .wpcf7 .wpcf7-form-control.wpcf7-submit.standard-secondary {
  background: #333f48;
  color: #000000;
}
.btn.standard-secondary:hover,
.column-content .wpcf7 .wpcf7-form-control.wpcf7-submit.standard-secondary:hover {
  background-color: #ff7f41;
  color: #000000;
}
.btn.small,
.column-content .wpcf7 .wpcf7-form-control.wpcf7-submit.small {
  padding: 5px 22px;
}
.btn.rdn,
.column-content .wpcf7 .wpcf7-form-control.wpcf7-submit.rdn {
  border-radius: 30px;
}
.btn.white,
.column-content .wpcf7 .wpcf7-form-control.wpcf7-submit.white {
  background: #ffffff;
  color: #000000;
  border: solid 1px #ffffff;
}
.btn.white:hover,
.column-content .wpcf7 .wpcf7-form-control.wpcf7-submit.white:hover {
  background: #000000;
  color: #ffffff !important;
  border: solid 1px #000000;
}
.btn.black,
.column-content .wpcf7 .wpcf7-form-control.wpcf7-submit.black {
  background: #000000;
  color: #ffffff;
  border: solid 1px #000000;
}
.btn.black:hover,
.column-content .wpcf7 .wpcf7-form-control.wpcf7-submit.black:hover {
  color: #000000 !important;
  background: #ffffff;
  border: solid 1px #000000;
}
.btn.clear,
.column-content .wpcf7 .wpcf7-form-control.wpcf7-submit.clear {
  background: transparent;
  border: solid 1px #ffffff;
  color: #000000;
}
.btn.clear:hover,
.column-content .wpcf7 .wpcf7-form-control.wpcf7-submit.clear:hover {
  color: #ffffff !important;
  background: #000000;
}
.menu li {
  vertical-align: top;
}
.menu .menu-item-has-children > a {
  position: relative;
}
.menu .menu-item-has-children > a:before {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  float: right;
  font-size: 0.75em;
  margin-left: 5px;
}
@media only screen and (max-width: 991px) {
  .menu .menu-item-has-children > a:before {
    position: relative;
    top: 5px;
  }
}
.menu .menu-item-has-children > a:after {
  display: none !important;
}
.menu .menu-item-has-children > a:hover {
  animation: none !important;
}
.menu .menu-item-has-children .sub-menu {
  margin-left: 5%;
}
@media screen and (max-width: 1199px) {
  .menu .menu-item-has-children .sub-menu {
    max-height: 0px;
    overflow: hidden;
    transition: all .6s ease;
    margin-top: 0 !important;
  }
  .menu .menu-item-has-children:hover > .sub-menu {
    margin-top: 15px !important;
    max-height: 100vh;
  }
}
@media only screen and (min-width: 1200px) {
  html.normal .menu .menu-item-has-children .sub-menu {
    margin-left: 0%;
  }
  html.normal .menu .menu-item-has-children > .sub-menu {
    display: none;
  }
  html.normal .menu .menu-item-has-children:hover > .sub-menu {
    display: block;
  }
  html.normal .menu > li {
    position: relative;
  }
  html.normal .menu > li.current-menu-item > .sub-menu li a {
    color: #ffffff;
  }
  html.normal .menu > li > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 250px;
  }
  html.normal .menu > li > .sub-menu li {
    display: block;
    width: 100%;
    padding: 5px 0;
    padding-left: 5% !important;
    float: left !important;
  }
  html.normal .menu > li > .sub-menu li:hover > a:after {
    width: 95% !important;
  }
  html.normal .menu > li > .sub-menu li a {
    display: inline-block;
    width: 100%;
  }
  html.normal .menu > li > .sub-menu li > .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    min-width: 250px;
    margin-left: 0;
  }
  html.normal .menu > li > .sub-menu li > .sub-menu li a {
    padding-right: 5% !important;
  }
  html.normal .menu > li > .sub-menu li > .sub-menu li:hover > a:after {
    width: 95%;
  }
}
img {
  max-width: 100%;
  height: auto;
}
img.rounded {
  border-radius: 15px;
}
img.circle {
  border-radius: 50%;
}
* {
  box-sizing: border-box;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wrapper,
.column-content {
  z-index: 100;
  position: relative;
}
.wrapper {
  width: 90%;
  margin: 0 auto;
}
a {
  text-decoration: none;
}
img.drop-shadow {
  box-shadow: 2px 3px 22.14px 4.86px rgba(0, 0, 0, 0.28);
}
html.elements header.page-header {
  transition: all 0.5s ease-in-out;
  z-index: 100000;
  position: relative;
  padding: 20px 0;
}
html.elements header.page-header.toggled {
  background: transparent !important;
}
html.elements header.page-header .wrapper {
  position: relative;
}
html.elements header.page-header img {
  transition: max-width 0.5s ease-in-out;
}
html.elements header.page-header .controls {
  z-index: 100000;
  position: absolute;
  top: 25px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
html.elements header.page-header .controls .burger {
  position: relative;
  display: block;
  float: right;
  width: 30px;
  padding: 10px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  transform: rotate(0deg);
}
html.elements header.page-header .controls .burger.open span {
  background: #ffffff;
}
html.elements header.page-header .controls .burger.open span:first-child,
html.elements header.page-header .controls .burger.open span:nth-child(6) {
  transform: rotate(45deg);
}
html.elements header.page-header .controls .burger.open span:nth-child(2),
html.elements header.page-header .controls .burger.open span:nth-child(5) {
  transform: rotate(-45deg);
}
html.elements header.page-header .controls .burger.open span:first-child {
  top: 2px;
  left: 4px;
}
html.elements header.page-header .controls .burger.open span:nth-child(2) {
  top: 2px;
  left: calc(44%);
}
html.elements header.page-header .controls .burger.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
html.elements header.page-header .controls .burger.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
html.elements header.page-header .controls .burger.open span:nth-child(5) {
  top: 11px;
  left: 4px;
}
html.elements header.page-header .controls .burger.open span:nth-child(6) {
  top: 11px;
  left: calc(44%);
}
html.elements header.page-header .controls .burger span {
  position: absolute;
  display: block;
  width: 50%;
  height: 3px;
  transition: 0.25s ease-in-out;
  transform: rotate(0deg);
  opacity: 1;
  background: #000000;
}
html.elements header.page-header .controls .burger span:first-child,
html.elements header.page-header .controls .burger span:nth-child(2) {
  top: 0;
}
html.elements header.page-header .controls .burger span:nth-child(3),
html.elements header.page-header .controls .burger span:nth-child(4) {
  top: 8px;
}
html.elements header.page-header .controls .burger span:nth-child(5),
html.elements header.page-header .controls .burger span:nth-child(6) {
  top: 16px;
}
html.elements header.page-header .controls .burger span:nth-child(odd) {
  left: 0;
  border-radius: 9px 0 0 9px;
}
html.elements header.page-header .logo {
  z-index: 100000;
}
html.elements header.page-header .email-phone {
  margin: 20px 0;
}
html.elements header.page-header .email-phone.toggled a {
  color: #ffffff;
}
html.elements header.page-header .email-phone a {
  margin-right: 15px;
}
html.elements header.page-header .email-phone a i {
  margin-right: 7.5px;
  color: #000000;
}
html.elements header.page-header img {
  width: 100%;
  max-width: 200px;
  height: auto !important;
}
html.elements header.page-header span.burger {
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  html.elements header.page-header .email-phone a {
    display: block;
    margin: 10px 0;
  }
}
@media only screen and (min-width: 1200px) {
  html.elements.normal header.page-header .controls {
    display: none;
  }
  html.elements.deskham .controls {
    top: 91% !important;
  }
  html.elements header.page-header {
    padding: 30px 0;
  }
  html.elements header.page-header img {
    max-width: 300px;
  }
  html.elements header.page-header .logo {
    width: 50%;
    float: left;
  }
  html.elements header.page-header .inner,
  html.elements header.page-header div.lazy {
    display: inline-block;
    width: 100%;
  }
  html.elements header.page-header .email-phone {
    float: right;
    clear: none;
    margin: 0;
  }
  html.elements header.page-header .email-phone a {
    font-size: 19px;
    margin-right: 15px;
  }
  html.elements header.page-header .email-phone a i {
    margin-right: 4px;
  }
  html.elements.deskham .navigation {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: -100%;
    width: 100%;
    height: 90vh;
    padding-top: 174px;
    transition: all .6s ease;
  }
  html.elements.deskham .navigation img {
    margin-bottom: 14px;
    padding-left: 20px;
  }
  html.elements.deskham .navigation nav.main-menu {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 0;
  }
  html.elements.deskham .navigation nav.main-menu li {
    display: block !important;
    margin-bottom: 15px;
    margin-left: -100px;
    list-style-type: none;
    text-align: left;
    opacity: 0;
  }
  html.elements.deskham .navigation nav.main-menu li > ul {
    margin-top: 15px;
  }
  html.elements.deskham .navigation nav.main-menu li:hover > a {
    text-decoration: none;
  }
  html.elements.deskham .navigation nav.main-menu li:hover > a:after {
    width: 100%;
  }
  html.elements.deskham .navigation nav.main-menu li:nth-child(1) {
    transition-delay: .5s !important;
  }
  html.elements.deskham .navigation nav.main-menu li:nth-child(2) {
    transition-delay: .7s !important;
  }
  html.elements.deskham .navigation nav.main-menu li:nth-child(3) {
    transition-delay: .9s !important;
  }
  html.elements.deskham .navigation nav.main-menu li:nth-child(4) {
    transition-delay: 1.1s !important;
  }
  html.elements.deskham .navigation nav.main-menu li:nth-child(5) {
    transition-delay: 1.2s !important;
  }
  html.elements.deskham .navigation nav.main-menu li:nth-child(6) {
    transition-delay: 1.3s !important;
  }
  html.elements.deskham .navigation nav.main-menu li:nth-child(7) {
    transition-delay: 1.4s !important;
  }
  html.elements.deskham .navigation nav.main-menu li a {
    display: inline-block;
    text-align: left;
    letter-spacing: .2px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.4em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  html.elements.deskham .navigation nav.main-menu li a:hover:after {
    width: 100%;
  }
  html.elements.deskham .navigation nav.main-menu li a:after {
    display: block;
    width: 0;
    height: 2px;
    content: '';
    background-color: #ff7f41;
  }
  html.elements.deskham .navigation.toggled {
    left: 0;
    overflow: none;
  }
  html.elements.deskham .navigation.toggled nav.main-menu li {
    margin-left: 0px;
    cursor: pointer;
    transition: all .6s ease;
    opacity: 1;
  }
}
@media screen and (max-width: 1199px) {
  html.elements .navigation {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: -100%;
    width: 100%;
    height: 90vh;
    padding-top: 250px;
    transition: all .6s ease;
  }
  html.elements .navigation img {
    margin-bottom: 14px;
    padding-left: 20px;
  }
  html.elements .navigation nav.main-menu {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 0;
  }
  html.elements .navigation nav.main-menu li {
    display: block !important;
    margin-bottom: 15px;
    margin-left: -100px;
    list-style-type: none;
    text-align: left;
    opacity: 0;
  }
  html.elements .navigation nav.main-menu li > ul {
    margin-top: 15px;
  }
  html.elements .navigation nav.main-menu li:hover > a {
    text-decoration: none;
  }
  html.elements .navigation nav.main-menu li:hover > a:after {
    width: 100%;
  }
  html.elements .navigation nav.main-menu li:nth-child(1) {
    transition-delay: .5s !important;
  }
  html.elements .navigation nav.main-menu li:nth-child(2) {
    transition-delay: .7s !important;
  }
  html.elements .navigation nav.main-menu li:nth-child(3) {
    transition-delay: .9s !important;
  }
  html.elements .navigation nav.main-menu li:nth-child(4) {
    transition-delay: 1.1s !important;
  }
  html.elements .navigation nav.main-menu li:nth-child(5) {
    transition-delay: 1.2s !important;
  }
  html.elements .navigation nav.main-menu li:nth-child(6) {
    transition-delay: 1.3s !important;
  }
  html.elements .navigation nav.main-menu li:nth-child(7) {
    transition-delay: 1.4s !important;
  }
  html.elements .navigation nav.main-menu li a {
    display: inline-block;
    text-align: left;
    letter-spacing: .2px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.4em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  html.elements .navigation nav.main-menu li a:hover:after {
    display: block;
  }
  html.elements .navigation nav.main-menu li a:after {
    display: block;
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 10px;
    bottom: -6px;
    right: -8px;
    background-color: #ff7f41;
  }
  html.elements .navigation.toggled {
    left: 0;
    overflow: none;
  }
  html.elements .navigation.toggled nav.main-menu li {
    margin-left: 0px;
    cursor: pointer;
    transition: all .6s ease;
    opacity: 1;
  }
}
@media only screen and (min-width: 1200px) {
  html.elements.normal .navigation {
    position: sticky;
    top: 0;
    z-index: 1000000;
    transition: all 0.5s ease-in-out;
  }
  html.elements.normal .navigation nav ul li {
    padding: 18px 0;
    display: inline-block;
    margin-right: 23px;
  }
  html.elements.normal .navigation nav ul li a {
    text-transform: uppercase;
    padding: 12px 0;
    display: inline-block;
    position: relative;
    transition: all cubic-bezier(0.17, 0.67, 0.53, 0.96) 0.5s;
  }
  html.elements.normal .navigation nav ul li a:after {
    width: 0;
    height: 5px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all cubic-bezier(0.17, 0.67, 0.53, 0.96) 0.5s;
  }
  html.elements.normal .navigation nav ul li:last-of-type {
    float: right;
  }
  html.elements.normal .navigation nav ul li:hover > a:after {
    width: 100%;
  }
}
html.exton header.page-header {
  transition: all 0.5s ease-in-out;
  z-index: 100000;
  position: relative;
  padding: 10px 0;
}
html.exton header.page-header .wrapper {
  position: relative;
}
html.exton header.page-header img {
  transition: max-width 0.5s ease-in-out;
}
html.exton header.page-header .controls {
  z-index: 100000;
  position: absolute;
  top: 20px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
html.exton header.page-header .controls .burger {
  position: relative;
  display: block;
  float: right;
  width: 30px;
  padding: 10px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  transform: rotate(0deg);
}
html.exton header.page-header .controls .burger.open span:first-child,
html.exton header.page-header .controls .burger.open span:nth-child(6) {
  transform: rotate(45deg);
}
html.exton header.page-header .controls .burger.open span:nth-child(2),
html.exton header.page-header .controls .burger.open span:nth-child(5) {
  transform: rotate(-45deg);
}
html.exton header.page-header .controls .burger.open span:first-child {
  top: 2px;
  left: 4px;
}
html.exton header.page-header .controls .burger.open span:nth-child(2) {
  top: 2px;
  left: calc(44%);
}
html.exton header.page-header .controls .burger.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
html.exton header.page-header .controls .burger.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
html.exton header.page-header .controls .burger.open span:nth-child(5) {
  top: 11px;
  left: 4px;
}
html.exton header.page-header .controls .burger.open span:nth-child(6) {
  top: 11px;
  left: calc(44%);
}
html.exton header.page-header .controls .burger span {
  position: absolute;
  display: block;
  width: 50%;
  height: 3px;
  transition: 0.25s ease-in-out;
  transform: rotate(0deg);
  opacity: 1;
  background: #000000;
}
html.exton header.page-header .controls .burger span:first-child,
html.exton header.page-header .controls .burger span:nth-child(2) {
  top: 0;
}
html.exton header.page-header .controls .burger span:nth-child(3),
html.exton header.page-header .controls .burger span:nth-child(4) {
  top: 8px;
}
html.exton header.page-header .controls .burger span:nth-child(5),
html.exton header.page-header .controls .burger span:nth-child(6) {
  top: 16px;
}
html.exton header.page-header .controls .burger span:nth-child(odd) {
  left: 0;
  border-radius: 9px 0 0 9px;
}
html.exton header.page-header .logo {
  z-index: 100000;
  position: relative;
}
html.exton header.page-header .email-phone {
  margin: 20px 0;
}
html.exton header.page-header .email-phone.toggled a {
  color: #ffffff;
}
html.exton header.page-header .email-phone a {
  margin-right: 15px;
}
html.exton header.page-header .email-phone a i {
  margin-right: 7.5px;
  color: #000000;
}
html.exton header.page-header img {
  width: 100%;
  max-width: 100px;
  height: auto !important;
}
html.exton header.page-header span.burger {
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  html.exton .navigation {
    height: 0px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    transition: all .6s ease;
  }
  html.exton .navigation .search-phone a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
  }
  html.exton .navigation img {
    margin-bottom: 14px;
    padding-left: 20px;
  }
  html.exton .navigation nav.main-menu {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 0;
  }
  html.exton .navigation nav.main-menu li {
    display: block !important;
    margin-bottom: 15px;
    margin-left: -100px;
    list-style-type: none;
    text-align: left;
    opacity: 0;
  }
  html.exton .navigation nav.main-menu li > ul {
    margin-top: 15px;
  }
  html.exton .navigation nav.main-menu li:hover > a {
    text-decoration: none;
  }
  html.exton .navigation nav.main-menu li:hover > a:after {
    width: 100%;
  }
  html.exton .navigation nav.main-menu li:nth-child(1) {
    transition-delay: .5s !important;
  }
  html.exton .navigation nav.main-menu li:nth-child(2) {
    transition-delay: .7s !important;
  }
  html.exton .navigation nav.main-menu li:nth-child(3) {
    transition-delay: .9s !important;
  }
  html.exton .navigation nav.main-menu li:nth-child(4) {
    transition-delay: 1.1s !important;
  }
  html.exton .navigation nav.main-menu li:nth-child(5) {
    transition-delay: 1.2s !important;
  }
  html.exton .navigation nav.main-menu li:nth-child(6) {
    transition-delay: 1.3s !important;
  }
  html.exton .navigation nav.main-menu li:nth-child(7) {
    transition-delay: 1.4s !important;
  }
  html.exton .navigation nav.main-menu li a {
    display: inline-block;
    text-align: left;
    letter-spacing: .2px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.4em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  html.exton .navigation nav.main-menu li a:hover:after {
    display: block;
  }
  html.exton .navigation nav.main-menu li a:after {
    display: none;
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 10px;
    bottom: -6px;
    right: -8px;
    background-color: #ff7f41;
  }
  html.exton .navigation .social-icons li {
    display: inline-block;
    margin-right: 15px;
  }
  html.exton .navigation .social-icons li a {
    display: inline-block;
    text-align: left;
    letter-spacing: .2px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.4em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  html.exton .navigation.toggled {
    height: auto;
    padding: 30px 0;
    overflow: none;
  }
  html.exton .navigation.toggled .social-icons {
    margin-left: 5%;
  }
  html.exton .navigation.toggled .social-icons li {
    background: transparent !important;
  }
  html.exton .navigation.toggled nav.main-menu li {
    cursor: pointer;
    transition: all .6s ease;
  }
}
@media only screen and (min-width: 1200px) {
  html.exton header.page-header {
    padding: 20px 0;
  }
  html.exton header.page-header .controls {
    display: none;
  }
  html.exton header.page-header img {
    max-width: 200px;
  }
  html.exton header.page-header .logo {
    max-width: 150px;
    display: inline-block;
    float: left;
    margin-right: 4%;
  }
  html.exton header.page-header .inner,
  html.exton header.page-header div.lazy {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
  }
  html.exton header.page-header .email-phone {
    float: right;
    clear: none;
    margin: 0;
  }
  html.exton header.page-header .email-phone a {
    font-size: 19px;
    margin-right: 15px;
  }
  html.exton header.page-header .email-phone a i {
    margin-right: 4px;
  }
  html.exton .navigation {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    border-bottom: solid 1px #000000;
    padding: 0;
    padding-bottom: 10px;
    min-width: 80%;
  }
  html.exton .navigation nav {
    display: inline-block;
    float: left;
    margin-right: 10px;
  }
  html.exton .navigation nav ul li {
    display: inline-block;
    margin-right: 5px;
    transition: all 0.5s ease-in-out;
  }
  html.exton .navigation nav ul li a {
    display: inline-block;
    position: relative;
    transition: all cubic-bezier(0.17, 0.67, 0.53, 0.96) 0.5s;
  }
  html.exton .navigation .social-icons {
    display: block;
    float: right;
  }
  html.exton .navigation .social-icons li {
    display: inline-block;
    float: left;
    margin-right: 10px;
  }
}
@media screen and (min-width: 1300px) {
  html.exton header.page-header .logo {
    max-width: 150px;
  }
  html.exton header.page-header .logo img {
    max-width: 150px;
  }
  html.exton .navigation nav ul li {
    margin-right: 20px;
  }
  html.exton .navigation .social-icons {
    margin: 0;
  }
}
html.neptune header.page-header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 0.5s ease-in-out;
  z-index: 100000;
  padding: 10px 0;
}
html.neptune header.page-header.fixed {
  padding: 7.5px;
  background: #000000;
}
html.neptune header.page-header.fixed .controls {
  top: 28px;
}
html.neptune header.page-header .wrapper {
  max-width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  html.neptune header.page-header .wrapper {
    width: 96%;
  }
}
html.neptune header.page-header img {
  transition: max-width 0.5s ease-in-out;
}
html.neptune header.page-header .controls {
  z-index: 100000;
  position: absolute;
  top: 15px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
html.neptune header.page-header .controls .burger {
  position: relative;
  display: block;
  float: right;
  width: 30px;
  padding: 10px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  transform: rotate(0deg);
}
html.neptune header.page-header .controls .burger.open span:first-child,
html.neptune header.page-header .controls .burger.open span:nth-child(6) {
  transform: rotate(45deg);
}
html.neptune header.page-header .controls .burger.open span:nth-child(2),
html.neptune header.page-header .controls .burger.open span:nth-child(5) {
  transform: rotate(-45deg);
}
html.neptune header.page-header .controls .burger.open span:first-child {
  top: 2px;
  left: 4px;
}
html.neptune header.page-header .controls .burger.open span:nth-child(2) {
  top: 2px;
  left: calc(44%);
}
html.neptune header.page-header .controls .burger.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
html.neptune header.page-header .controls .burger.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
html.neptune header.page-header .controls .burger.open span:nth-child(5) {
  top: 11px;
  left: 4px;
}
html.neptune header.page-header .controls .burger.open span:nth-child(6) {
  top: 11px;
  left: calc(44%);
}
html.neptune header.page-header .controls .burger span {
  position: absolute;
  display: block;
  width: 50%;
  height: 3px;
  transition: 0.25s ease-in-out;
  transform: rotate(0deg);
  opacity: 1;
  background: #ffffff;
}
html.neptune header.page-header .controls .burger span:first-child,
html.neptune header.page-header .controls .burger span:nth-child(2) {
  top: 0;
}
html.neptune header.page-header .controls .burger span:nth-child(3),
html.neptune header.page-header .controls .burger span:nth-child(4) {
  top: 8px;
}
html.neptune header.page-header .controls .burger span:nth-child(5),
html.neptune header.page-header .controls .burger span:nth-child(6) {
  top: 16px;
}
html.neptune header.page-header .controls .burger span:nth-child(odd) {
  left: 0;
  border-radius: 9px 0 0 9px;
}
html.neptune header.page-header .logo {
  z-index: 100000;
  position: relative;
}
html.neptune header.page-header .email-phone {
  margin: 20px 0;
}
html.neptune header.page-header .email-phone.toggled a {
  color: #ffffff;
}
html.neptune header.page-header .email-phone a {
  margin-right: 15px;
}
html.neptune header.page-header .email-phone a i {
  margin-right: 7.5px;
  color: #000000;
}
html.neptune header.page-header img {
  width: 100%;
  max-width: 70px;
  height: auto !important;
}
html.neptune header.page-header span.burger {
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  html.neptune header.page-header .logo {
    max-width: 120px;
  }
  html.neptune header.page-header.fixed .logo {
    max-width: 80px;
  }
  html.neptune .navigation {
    height: 0px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    transition: all .6s ease;
  }
  html.neptune .navigation .search-phone {
    margin-left: 5%;
  }
  html.neptune .navigation .search-phone a {
    display: block;
    color: #ffffff;
  }
  html.neptune .navigation .search-phone a {
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  html.neptune .navigation img {
    margin-bottom: 14px;
    padding-left: 20px;
  }
  html.neptune .navigation nav.main-menu {
    padding: 0 5%;
  }
  html.neptune .navigation nav.main-menu li {
    display: block !important;
    margin-bottom: 15px;
    list-style-type: none;
    text-align: left;
  }
  html.neptune .navigation nav.main-menu li a {
    color: #ffffff !important;
  }
  html.neptune .navigation nav.main-menu li > ul {
    margin-top: 15px;
  }
  html.neptune .navigation nav.main-menu li:hover > a {
    text-decoration: none;
  }
  html.neptune .navigation nav.main-menu li:hover > a:after {
    width: 100%;
  }
  html.neptune .navigation nav.main-menu li a {
    display: inline-block;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  html.neptune .navigation nav.main-menu li a:hover {
    color: #333f48 !important;
  }
  html.neptune .navigation .social-icons {
    padding: 0 5%;
  }
  html.neptune .navigation .social-icons li {
    display: inline-block;
    margin-right: 15px;
  }
  html.neptune .navigation .social-icons li a {
    display: inline-block;
    text-align: left;
    letter-spacing: .2px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.4em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  html.neptune .navigation.toggled {
    height: auto;
    padding: 30px 0;
    overflow: none;
  }
  html.neptune .navigation.toggled .social-icons li {
    background: transparent !important;
  }
  html.neptune .navigation.toggled nav.main-menu li {
    cursor: pointer;
    transition: all .6s ease;
  }
}
@media only screen and (min-width: 1200px) {
  html.neptune header.page-header {
    padding: 20px 0;
    background: rgba(0, 0, 0, 0);
  }
  html.neptune header.page-header .logo img {
    vertical-align: top;
    max-width: 120px;
  }
  html.neptune header.page-header .logo a {
    display: inline-block;
    width: 100%;
  }
  html.neptune header.page-header.fixed {
    background: #000000;
    padding: 10px;
  }
  html.neptune header.page-header.fixed .navigation .social-icons {
    margin-bottom: 5px;
  }
  html.neptune header.page-header.fixed img {
    max-width: 80px;
  }
  html.neptune header.page-header.fixed .logo {
    max-width: 80px;
  }
  html.neptune header.page-header .controls {
    display: none;
  }
  html.neptune header.page-header .logo {
    max-width: 200px;
    display: inline-block;
    float: left;
  }
  html.neptune header.page-header .inner,
  html.neptune header.page-header div.lazy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  html.neptune header.page-header .email-phone {
    float: right;
    clear: none;
    margin: 0;
  }
  html.neptune header.page-header .email-phone a {
    font-size: 19px;
    margin-right: 15px;
  }
  html.neptune header.page-header .email-phone a i {
    margin-right: 4px;
  }
  html.neptune .navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    min-width: 70%;
  }
  html.neptune .navigation .social-icons {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5px;
  }
  html.neptune .navigation .nav-phone {
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  html.neptune .navigation .search-phone {
    display: block;
    width: 100%;
    order: 1;
  }
  html.neptune .navigation .search-phone a {
    margin-left: 15px;
  }
  html.neptune .navigation .search-phone a:first-of-type {
    margin-left: 0;
  }
  html.neptune .navigation nav {
    display: inline-block;
    margin-right: 0px;
    width: 100%;
    order: 2;
    margin-top: 15px;
  }
  html.neptune .navigation nav ul li {
    display: inline-block;
    margin-right: 8px;
    transition: all 0.5s ease-in-out;
  }
  html.neptune .navigation nav ul li.current-menu-item a {
    color: #ffffff;
    border-bottom: 2px solid #ff7f41;
  }
  html.neptune .navigation nav ul li.current-menu-item a:after {
    animation: none;
    display: block;
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 10px;
    bottom: -6px;
    right: -8px;
    background-color: #ff7f41;
  }
  html.neptune .navigation nav ul li:last-of-type {
    margin-right: 0;
  }
  html.neptune .navigation nav ul li:last-of-type a {
    margin-right: 0;
  }
  html.neptune .navigation nav ul li a {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    font-weight: 500;
    margin-right: 5px;
    line-height: 20px;
  }
  html.neptune .navigation nav ul li a:after {
    display: none;
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 10px;
    bottom: -6px;
    right: -8px;
    background-color: #ff7f41;
    animation: nav_underline_circle_animation linear 1s;
  }
  @keyframes nav_underline_circle_animation {
    0% {
      left: 0;
    }
    25% {
      left: 25%;
    }
    50% {
      left: 50%;
    }
    75% {
      left: 75%;
    }
    100% {
      left: 99%;
    }
  }
  html.neptune .navigation nav ul li:hover a {
    border-bottom: 2px solid #ff7f41;
  }
  html.neptune .navigation nav ul li:hover a:after {
    display: block;
  }
  html.neptune .navigation nav ul li > ul li {
    padding: 10px 0;
    margin-right: 0px;
    text-align: left;
  }
  html.neptune .navigation nav ul li > ul li a {
    color: #ffffff;
    font-size: 16px;
    border-bottom: none !important;
  }
  html.neptune .navigation nav ul li > ul li a:after {
    display: none !important;
  }
  html.neptune .navigation .social-icons {
    float: right;
  }
  html.neptune .navigation .social-icons li {
    display: inline-block;
    float: left;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1400px) {
  html.neptune .navigation nav ul li {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1500px) {
  html.neptune .navigation nav ul li {
    margin-right: 12px;
  }
}
html.neon header.page-header {
  transition: all 0.5s ease-in-out;
  z-index: 100000;
  position: relative;
  padding: 20px 0;
}
html.neon header.page-header.toggled {
  background: transparent !important;
}
html.neon header.page-header .wrapper {
  position: relative;
}
html.neon header.page-header img {
  transition: max-width 0.5s ease-in-out;
}
html.neon header.page-header .controls {
  z-index: 100000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
html.neon header.page-header .controls .burger {
  position: relative;
  display: block;
  float: right;
  width: 30px;
  padding: 10px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  transform: rotate(0deg);
}
html.neon header.page-header .controls .burger.open span:first-child,
html.neon header.page-header .controls .burger.open span:nth-child(6) {
  transform: rotate(45deg);
}
html.neon header.page-header .controls .burger.open span:nth-child(2),
html.neon header.page-header .controls .burger.open span:nth-child(5) {
  transform: rotate(-45deg);
}
html.neon header.page-header .controls .burger.open span:first-child {
  top: 2px;
  left: 4px;
}
html.neon header.page-header .controls .burger.open span:nth-child(2) {
  top: 2px;
  left: calc(44%);
}
html.neon header.page-header .controls .burger.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
html.neon header.page-header .controls .burger.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
html.neon header.page-header .controls .burger.open span:nth-child(5) {
  top: 11px;
  left: 4px;
}
html.neon header.page-header .controls .burger.open span:nth-child(6) {
  top: 11px;
  left: calc(44%);
}
html.neon header.page-header .controls .burger span {
  position: absolute;
  display: block;
  width: 50%;
  height: 3px;
  transition: 0.25s ease-in-out;
  transform: rotate(0deg);
  opacity: 1;
  background: #000000;
}
html.neon header.page-header .controls .burger span:first-child,
html.neon header.page-header .controls .burger span:nth-child(2) {
  top: 0;
}
html.neon header.page-header .controls .burger span:nth-child(3),
html.neon header.page-header .controls .burger span:nth-child(4) {
  top: 8px;
}
html.neon header.page-header .controls .burger span:nth-child(5),
html.neon header.page-header .controls .burger span:nth-child(6) {
  top: 16px;
}
html.neon header.page-header .controls .burger span:nth-child(odd) {
  left: 0;
  border-radius: 9px 0 0 9px;
}
html.neon header.page-header .logo {
  z-index: 100000;
  position: relative;
}
html.neon header.page-header img {
  width: 100%;
  max-width: 200px;
  height: auto !important;
}
html.neon header.page-header span.burger {
  cursor: pointer;
}
html.neon header.page-header .phone-socials {
  border-bottom: 2px solid #000000;
  padding-bottom: 15px;
  margin-bottom: 21px;
}
html.neon header.page-header .phone-socials .phone {
  display: inline-block;
}
html.neon header.page-header .phone-socials .inner,
html.neon header.page-header .phone-socials div.lazy {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
html.neon header.page-header .phone-socials ul.social-icons li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 500px) {
  html.neon header.page-header .phone-socials .inner,
  html.neon header.page-header .phone-socials div.lazy {
    flex-wrap: wrap;
  }
  html.neon header.page-header .phone-socials .inner ul,
  html.neon header.page-header .phone-socials div.lazy ul {
    margin-bottom: 15px;
  }
  html.neon header.page-header .phone-socials .inner .phone-search form,
  html.neon header.page-header .phone-socials div.lazy .phone-search form {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 1199px) {
  html.neon .navigation {
    position: absolute;
    z-index: 1000;
    left: -150%;
    width: 100%;
    transition: all .6s ease;
    padding: 15px;
  }
  html.neon .navigation img {
    margin-bottom: 14px;
    padding-left: 20px;
  }
  html.neon .navigation nav.main-menu {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 5%;
  }
  html.neon .navigation nav.main-menu li {
    display: block !important;
    margin-bottom: 15px;
    margin-left: -100px;
    list-style-type: none;
    text-align: left;
    opacity: 0;
  }
  html.neon .navigation nav.main-menu li > ul {
    margin-top: 15px;
  }
  html.neon .navigation nav.main-menu li:hover > a {
    text-decoration: none;
  }
  html.neon .navigation nav.main-menu li:hover > a:after {
    width: 100%;
  }
  html.neon .navigation nav.main-menu li:nth-child(1) {
    transition-delay: .5s !important;
  }
  html.neon .navigation nav.main-menu li:nth-child(2) {
    transition-delay: .7s !important;
  }
  html.neon .navigation nav.main-menu li:nth-child(3) {
    transition-delay: .9s !important;
  }
  html.neon .navigation nav.main-menu li:nth-child(4) {
    transition-delay: 1.1s !important;
  }
  html.neon .navigation nav.main-menu li:nth-child(5) {
    transition-delay: 1.2s !important;
  }
  html.neon .navigation nav.main-menu li:nth-child(6) {
    transition-delay: 1.3s !important;
  }
  html.neon .navigation nav.main-menu li:nth-child(7) {
    transition-delay: 1.4s !important;
  }
  html.neon .navigation nav.main-menu li a {
    display: inline-block;
    text-align: left;
    letter-spacing: .2px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.4em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  html.neon .navigation nav.main-menu li a:hover:after {
    width: 100%;
  }
  html.neon .navigation nav.main-menu li a:after {
    display: block;
    width: 0;
    height: 2px;
    content: '';
    background-color: #ff7f41;
  }
  html.neon .navigation.toggled {
    left: 0;
    overflow: none;
  }
  html.neon .navigation.toggled nav.main-menu li {
    margin-left: 0px;
    cursor: pointer;
    transition: all .6s ease;
    opacity: 1;
  }
}
@media only screen and (min-width: 1200px) {
  html.neon header.page-header .controls {
    display: none;
  }
  html.neon header.page-header img {
    max-width: 250px;
  }
  html.neon header.page-header .logo {
    text-align: center;
    margin-bottom: 30px;
  }
  html.neon header.page-header .inner,
  html.neon header.page-header div.lazy {
    display: inline-block;
    width: 100%;
  }
  html.neon header.page-header .inner.logo-nav,
  html.neon header.page-header div.lazy.logo-nav {
    max-width: 90%;
    margin: 0 auto;
    display: block;
  }
  html.neon header.page-header .phone-socials {
    padding-bottom: 20px;
    margin-bottom: 34px;
  }
  html.neon header.page-header .navigation {
    margin-bottom: 20px;
  }
  html.neon header.page-header .navigation .menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  html.neon header.page-header .navigation .menu li a {
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 1200px) {
  html.neon.normal .navigation {
    position: sticky;
    top: 0;
    z-index: 1000000;
    transition: all 0.5s ease-in-out;
  }
  html.neon.normal .navigation nav ul li {
    padding: 18px 0;
    display: inline-block;
    margin-right: 23px;
  }
  html.neon.normal .navigation nav ul li a {
    text-transform: uppercase;
    padding: 12px 0;
    display: inline-block;
    position: relative;
    transition: all cubic-bezier(0.17, 0.67, 0.53, 0.96) 0.5s;
  }
  html.neon.normal .navigation nav ul li a:after {
    width: 0;
    height: 5px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all cubic-bezier(0.17, 0.67, 0.53, 0.96) 0.5s;
  }
  html.neon.normal .navigation nav ul li:last-of-type {
    float: right;
  }
  html.neon.normal .navigation nav ul li:hover > a:after {
    width: 100%;
  }
}
.banner {
  overflow: hidden;
}
.banner .inner {
  position: relative;
}
.banner .inner .wrapper {
  z-index: 2;
}
.banner .inner:after {
  background: #000000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: '';
  display: block;
}
.banner .inner,
.banner div.lazy {
  overflow: hidden;
}
.banner .video-cont {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .banner .video-cont {
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%;
    position: absolute;
  }
  .banner .video-cont iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.banner.elements {
  position: relative;
  min-height: calc(300px + 25vw);
  /*.overlay {
            width: 100%;
            opacity: 0.3;
            height: 100%;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            position: absolute;
            z-index: 1;
        }*/
}
@media only screen and (min-width: 1500px) {
  .banner.elements {
    min-height: 700px;
  }
}
.banner.elements .inner,
.banner.elements div.lazy {
  min-height: calc(300px + 25vw);
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 1500px) {
  .banner.elements .inner,
  .banner.elements div.lazy {
    min-height: 700px;
  }
}
.banner.elements .banner_content {
  padding: 90px 0 60px 0;
}
.banner.elements .wrapper {
  position: relative;
  z-index: 2;
}
.banner.elements .wrapper h1,
.banner.elements .wrapper h2,
.banner.elements .wrapper p,
.banner.elements .wrapper a {
  color: #ffffff;
}
.banner.neptune .inner {
  min-height: 300px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0 60px 0;
}
.banner.antium .content {
  text-align: center;
  padding: 40px  0;
}
.banner.antium .chair {
  display: none;
}
.banner.antium .two-column {
  background: #ffffff;
  padding: 30px 0;
  z-index: 10;
}
.banner.antium .two-column p.more {
  width: 100%;
  text-align: center;
  margin: 30px 0 0 0;
  display: inline-block;
  font-size: 22px;
}
.banner.antium .two-column p.more span {
  cursor: pointer;
}
.banner.antium .two-column img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 700px) {
  .banner.antium .two-column .inner,
  .banner.antium .two-column div.lazy {
    display: inline-block;
    width: 100%;
  }
  .banner.antium .two-column .col {
    width: 48%;
    float: left;
    clear: none;
    margin-right: 4%;
  }
  .banner.antium .two-column .col:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .banner.antium {
    position: relative;
    overflow: visible;
  }
  .banner.antium .chair {
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    display: block;
    max-width: 900px;
    margin-top: -29%;
    left: 10%;
  }
  .banner.antium .content {
    padding: 74px 0 300px 0;
  }
  .banner.antium .two-column {
    padding: 0 0 20px 0;
    position: relative;
  }
  .banner.antium .two-column .col:nth-of-type(2n+2) {
    margin-right: 0;
    margin-top: -6%;
    z-index: 1000;
    position: relative;
  }
  .banner.antium .two-column .inner,
  .banner.antium .two-column div.lazy {
    overflow: visible;
    margin-top: -10%;
  }
  .banner.antium .two-column:before {
    content: '';
    display: block;
    z-index: 2;
    width: 100%;
    height: 500px;
    position: absolute;
    top: -244px;
    pointer-events: none;
    max-height: 405px;
    background-image: url(images/antium-banner-white.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 1300px) {
  .banner.antium .content {
    padding: 74px 0 500px 0;
  }
  .banner.antium .two-column:before {
    height: 405px;
    position: absolute;
    top: -405px;
  }
  .banner.antium .two-column .inner,
  .banner.antium .two-column div.lazy {
    margin-top: -19%;
  }
}
@media screen and (min-width: 1500px) {
  .banner.antium .chair {
    margin-top: -14%;
  }
}
.banner.neon {
  position: relative;
}
.banner.neon .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.banner.neon .overlay {
  width: 100%;
  opacity: 0.3;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.banner.neon .inner,
.banner.neon div.lazy {
  min-height: 500px;
  max-height: 500px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.banner.neon .wrapper {
  position: relative;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  height: 75%;
}
.banner.neon .wrapper .banner_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner.neon .wrapper .banner_content.reverse {
  flex-direction: column-reverse;
}
.banner.neon .wrapper h1,
.banner.neon .wrapper h2,
.banner.neon .wrapper p,
.banner.neon .wrapper a {
  color: #000000;
}
.banner.exton {
  position: relative;
  min-height: 500px;
}
.banner.exton iframe {
  width: 100%;
}
.banner.exton .overlap-content {
  margin-top: -47px;
}
.banner.exton .inner,
.banner.exton div.lazy {
  padding: 70px 0;
}
.banner.exton .banner_content {
  border: 10px solid #ffffff;
  background-color: rgba(208, 211, 212, 0.8);
  padding: 50px;
  text-align: center;
}
.banner.exton .banner_content h1,
.banner.exton .banner_content p,
.banner.exton .banner_content h2 {
  color: #ffffff !important;
  margin-bottom: 20px;
}
.banner.exton .banner_content p:last-of-type {
  margin-bottom: 0;
}
.banner.exton .owl-theme .owl-dots {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}
.banner.exton .owl-theme .owl-dots .owl-dot span {
  background: #ffffff;
  opacity: 0.8;
}
.banner.exton .owl-theme .owl-dots .owl-dot.active span {
  opacity: 1;
}
.banner.exton .overlay {
  width: 100%;
  opacity: 0.3;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.banner.exton .inner,
.banner.exton div.lazy {
  min-height: 500px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.banner.exton .wrapper {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 800px) {
  .banner.elements .tiles {
    overflow: hidden;
  }
  .banner.elements .tiles .tiles-inner {
    display: flex;
    flex-flow: row wrap;
  }
  .banner.elements .tiles .tiles-inner .tile {
    flex: 1 1 25%;
  }
}
@media screen and (min-width: 1000px) {
  .banner.neptune.small .inner {
    min-height: 500px;
  }
  .banner.neptune .inner {
    min-height: 550px;
  }
  .banner.neptune.small p {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner.neon .inner,
  .banner.neon div.lazy {
    min-height: 548px;
    max-height: 548px;
  }
  .banner.exton {
    min-height: 650px;
  }
  .banner.exton .owl-theme .owl-dots {
    bottom: 101px;
  }
  .banner.exton .overlap-content {
    margin-top: -81px;
  }
  .banner.exton .overlap-content .overlap-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .banner.exton .overlap-content .left {
    width: 48%;
    float: left;
    margin-right: 4%;
    clear: none;
  }
  .banner.exton .overlap-content .right {
    width: 48%;
    float: left;
    clear: none;
  }
  .banner.exton .inner,
  .banner.exton div.lazy {
    padding-bottom: 194px;
    min-height: 650px;
    max-height: 650px;
  }
  .banner.exton .banner_content {
    padding: 65px 50px;
    float: right;
    max-width: 40%;
  }
  .banner.exton .banner_content .btn {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1500px) {
  .banner.neptune.small .inner .wrapper {
    position: relative;
    top: 50px;
  }
  .banner.neptune.large h1 {
    font-size: 52px;
  }
  .banner.neptune .inner {
    min-height: 850px;
  }
}
.below-content {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 15px 0;
  padding: 90px 0;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .below-content {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 1300px) {
  .below-content {
    padding-bottom: 350px;
  }
}
.below-content span.next-section {
  font-size: 2em;
  cursor: pointer;
}
.columns {
  position: relative;
}
.columns .inner,
.columns div.lazy {
  display: inline-block;
  width: 100%;
}
.columns .inner iframe,
.columns div.lazy iframe {
  width: 100%;
}
@media screen and (max-width: 799px) {
  .columns {
    padding: 35px 0 !important;
  }
  .columns .inner > div,
  .columns div.lazy > div {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .columns .inner > div:last-of-type,
  .columns div.lazy > div:last-of-type {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 800px) {
  .columns .inner,
  .columns div.lazy {
    display: flex;
    flex-wrap: wrap;
  }
  .columns .full-width {
    min-width: 100%;
    width: 100%;
  }
  .columns .divider {
    width: 100%;
  }
  .columns .full {
    width: 100%;
  }
  .columns .half {
    width: 48%;
    float: left;
    clear: none;
  }
  .columns .third {
    width: 31%;
    float: left;
    clear: none;
  }
  .columns .two-thirds {
    width: 64%;
    float: left;
    clear: none;
  }
  .columns .quater {
    width: 23%;
    float: left;
    clear: none;
  }
  .columns .three-quaters {
    width: 73%;
    float: left;
    clear: none;
  }
  .columns .fifth {
    width: 18%;
    float: left;
    clear: none;
  }
  .columns .four-fifth {
    width: 72%;
    float: left;
    clear: none;
  }
  .columns .sixth {
    width: 15%;
    float: left;
    clear: none;
  }
  .columns .five-sixths {
    width: 75%;
    float: left;
    clear: none;
  }
}
footer .item {
  margin-bottom: 20px;
}
footer .item p i {
  margin-right: 10px;
}
footer .item a {
  font-weight: 700;
}
footer .item a:hover {
  color: #333f48;
}
footer .footer-column .item:last-of-type {
  margin-bottom: 0;
}
footer .copyright .textwidget {
  margin-top: 20px;
}
footer .footer-above .inner {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer-above.three .footer-column {
  width: 48%;
}
footer .footer-above.three .footer-column:first-of-type {
  width: 100%;
}
footer .social-icons-body li a {
  color: #ffffff !important;
}
footer .social-icons-body li a i {
  color: #ffffff !important;
}
footer img {
  max-width: 200px !important;
  width: 100%;
}
footer ul li {
  margin-bottom: 5px !important;
}
footer h4 {
  color: #ff7f41 !important;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  footer .footer-above {
    padding: 40px 0 10px 0 !important;
  }
  footer .copyright {
    padding: 20px 0 20px 0 !important;
  }
}
footer .footer-above .inner,
footer .footer-above div.lazy {
  display: inline-block;
}
@media screen and (min-width: 1000px) {
  footer .footer-above.four {
    padding: 40px 0 !important;
  }
  footer .footer-above.four .footer-column {
    width: 23%;
    margin-right: 2%;
  }
  footer .footer-above.four .footer-column > div {
    margin-bottom: 20px;
  }
  footer .footer-above.four .footer-column:nth-child(4) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  footer .footer-above.three .footer-column {
    width: 32%;
    margin-right: 2%;
    padding-left: 30px;
    flex: 1;
    border-left: solid 1px #ffffff;
  }
  footer .footer-above.three .footer-column img {
    max-width: 200px !important;
  }
  footer .footer-above.three .footer-column:nth-child(3) {
    margin-right: 0;
  }
  footer .footer-above.three .footer-column:first-of-type {
    flex: 2;
  }
}
@media screen and (min-width: 1000px) {
  footer .footer-above.two .footer-column {
    width: 48%;
    margin-right: 4%;
  }
  footer .footer-above.two .footer-column:nth-child(2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  footer .footer-above.five .footer-column {
    width: 23%;
    margin-right: 2.6%;
  }
  footer .footer-above.five .footer-column:nth-child(4) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  footer .footer-above .footer-column {
    float: left;
    clear: none;
  }
  footer .footer-above .inner,
  footer .footer-above div.lazy {
    display: flex;
    flex-wrap: wrap;
  }
}
footer .copyright #menu-copyright-menu {
  padding: 0;
}
footer .copyright #menu-copyright-menu a:hover {
  color: #ff7f41;
}
footer .copyright h4 {
  text-align: center;
}
footer .copyright ul li {
  display: inline-block;
  margin-right: 10px;
}
footer .copyright ul li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 550px) {
  footer .copyright .wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  footer .copyright .wrapper div.copyrightwidget:first-of-type {
    width: 100%;
  }
  footer .copyright .wrapper div.copyrightwidget {
    width: 48%;
  }
  footer .copyright .wrapper div.copyrightwidget img {
    width: 90%;
  }
  footer .copyright .wrapper ul li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 551px) and (max-width: 850px) {
  footer .copyright .wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  footer .copyright .wrapper div.copyrightwidget:first-of-type {
    width: 100%;
  }
  footer .copyright .wrapper div.copyrightwidget {
    width: 32%;
  }
  footer .copyright .wrapper div.copyrightwidget img {
    width: 90%;
  }
  footer .copyright .wrapper #menu-copyright-menu {
    text-align: center;
  }
  footer .copyright .wrapper ul li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 851px) and (max-width: 999px) {
  footer .copyright .wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  footer .copyright .wrapper div.copyrightwidget:first-of-type {
    width: 100%;
  }
  footer .copyright .wrapper div.copyrightwidget {
    width: 24%;
  }
  footer .copyright .wrapper div.copyrightwidget img {
    width: 90%;
  }
  footer .copyright .wrapper #menu-copyright-menu {
    text-align: center;
  }
  footer .copyright .wrapper ul li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  footer .copyright {
    padding-top: 0 !important;
  }
  footer .copyright .wrapper div.copyrightwidget:first-of-type {
    width: 100%;
  }
  footer .copyright .wrapper div.copyrightwidget {
    width: 16%;
  }
  footer .copyright .wrapper div.copyrightwidget img {
    width: 90%;
  }
  footer .copyright .wrapper ul li {
    margin-bottom: 0;
  }
}
.social-icons-body {
  margin: 10px 0;
  padding-left: 0;
}
.social-icons-body li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
.social-icons-body li a {
  font-size: 20px;
  color: #ff7f41 !important;
}
.social-icons-body li a i {
  color: #ff7f41 !important;
}
.iframe-embed iframe {
  width: 100%;
}
section.gallery .gallery {
  display: flex;
  flex-wrap: wrap;
}
section.gallery .gallery a {
  float: left;
  clear: none;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  position: relative;
  border-radius: 15px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all .5s ease;
}
section.gallery .gallery a:hover {
  box-shadow: 2px 3px 22.14px 4.86px rgba(0, 0, 0, 0.28);
}
section.gallery .gallery a span {
  background-size: cover;
  background-position: center;
  display: block;
  transition: all 0.6s ease;
  padding-bottom: 50%;
}
@media screen and (min-width: 650px) {
  section.gallery.three .gallery a {
    width: 32%;
    margin-right: 2%;
  }
  section.gallery.three .gallery a:nth-child(3n+3) {
    margin-right: 0;
  }
  section.gallery.three .gallery a span {
    padding-bottom: 80%;
  }
  section.gallery.four .gallery a {
    width: 23%;
    margin-right: 2%;
  }
  section.gallery.four .gallery a span {
    padding-bottom: 100%;
  }
  section.gallery.two .gallery a {
    width: 50%;
  }
  section.gallery.two .gallery a span {
    padding-bottom: 60%;
  }
}
.testimonials {
  text-align: center;
  overflow: hidden;
}
.testimonials .owl-nav {
  margin-bottom: 0 !important;
  margin-top: 0px !important;
}
.testimonials button {
  height: 20px;
}
.testimonials button span {
  height: 20px !important;
  line-height: 20px !important;
  color: #ffffff;
  font-size: 44px;
}
.testimonials button:hover {
  background: transparent !important;
}
.testimonials button:hover span {
  background: transparent !important;
}
.testimonials button.owl-prev {
  position: absolute;
  top: 45%;
  left: 2%;
  transform: translateY(-50%);
}
.testimonials button.owl-next {
  position: absolute;
  top: 45%;
  right: 2%;
  transform: translateY(-50%);
}
.testimonials .below {
  margin-top: 50px;
}
.testimonials .heading {
  margin: 0 auto;
  display: block;
  margin-bottom: 50px;
}
.testimonials .heading h2 {
  margin-bottom: 50px;
}
.testimonials .item {
  text-align: center;
  padding: 30px;
  padding-left: 7%;
  padding-right: 7%;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials .item:after {
  width: 100%;
  position: absolute;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  content: '';
  display: block;
}
.testimonials .item .test_content {
  z-index: 5;
  position: relative;
}
.testimonials .test_content p {
  margin-bottom: 15px;
  color: #ffffff;
  text-align: center;
}
.testimonials .test_content p strong {
  display: block;
  font-weight: 700;
}
.testimonials .test_content p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 800px) {
  .testimonials .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
  }
  .testimonials .item .image {
    width: 25%;
    float: left;
    display: inline-block;
    height: auto;
    margin: inherit;
    margin-right: 5%;
    margin-bottom: 0;
  }
  .testimonials .item .image img {
    width: 100%;
    border-radius: 50%;
  }
  .testimonials .item .test_content {
    width: 70%;
    float: left;
    text-align: left;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .testimonials .item {
    justify-content: flex-end;
    min-height: 350px;
  }
  .testimonials .item:before {
    width: 60%;
    height: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background-image: url(images/nwshape.png);
    z-index: 2;
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 40%;
  }
  .testimonials .item .test_content {
    max-width: 40%;
  }
  .testimonials .item .test_content p {
    text-align: left;
  }
  .testimonials .item .test_content p.title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1500px) {
  .testimonials .item {
    margin-bottom: 35px;
  }
}
html .featherlight .featherlight-content {
  background: none;
  border: none;
  overflow: visible;
}
html .featherlight .featherlight-close-icon {
  background: transparent;
  color: #ffffff;
  font-size: 35px;
  right: -16px;
  top: -5px;
}
html span.featherlight-previous,
html span.featherlight-next {
  background: transparent !important;
}
html span.featherlight-previous span,
html span.featherlight-next span {
  text-shadow: none;
  font-size: 32px;
  line-height: 32px;
  margin-top: 0;
  display: block;
}
html span.featherlight-previous span {
  left: -55%;
}
html span.featherlight-next span {
  right: -55%;
}
.cat-content {
  margin: 40px 0;
}
.cat-content h1 {
  text-align: center;
}
.articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.articles article {
  position: relative;
  min-height: 380px;
  height: 380px;
  margin-bottom: 80px;
  width: 100%;
}
.articles article .content {
  position: absolute;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  background-color: #DEDEDE;
  padding: 20px;
  bottom: 0;
}
.articles article .content .post-content {
  display: block;
  height: 0px;
}
.articles article .content .post-content P {
  color: #ffffff;
}
.articles article:hover .content {
  background-color: #ff7f41;
}
.articles article:hover .content h4 {
  color: #ffffff;
}
.articles article:hover .content .post-content {
  height: auto;
}
.articles article:hover .content a.btn {
  background-color: #ffffff;
  color: #ff7f41;
}
.articles article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.articles article .thumb {
  min-height: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 650px) and (max-width: 1199px) {
  .articles article {
    float: left;
    clear: none;
    margin-right: 4%;
    width: 48%;
  }
  .articles article:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .articles article {
    float: left;
    clear: none;
    margin-right: 2%;
    width: 32%;
  }
  .articles article:nth-of-type(3n+3) {
    margin-right: 0;
  }
}
nav.pagination {
  width: 100%;
  display: inline-block;
}
nav.pagination h2.screen-reader-text {
  display: none;
}
nav.pagination .nav-links span,
nav.pagination .nav-links a {
  margin-right: 15px;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 5px;
}
form#searchform .screen-reader-text {
  display: none;
}
form#searchform button {
  border: 0px solid #000000;
  background: transparent;
  font-size: 18px;
}
form#searchform button:focus {
  outline: none !important;
  border: 0px solid #000000 !important;
}
form#searchform input {
  border: solid 2px #000000;
  border-radius: 5px;
  font-size: 16px;
  background: transparent;
}
form#searchform input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 16px;
}
form#searchform input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px;
}
form#searchform input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 16px;
}
form#searchform input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 16px;
}
html.elements form#searchform {
  width: 100%;
  margin: 20px 0;
  text-align: right;
}
html.elements form#searchform input {
  padding: 7px 10px;
  min-width: 250px;
}
@media screen and (max-width: 1199px) {
  html.elements form#searchform {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
  }
}
html.exton form#searchform {
  display: inline-block;
  margin: 0 10px;
  text-align: right;
}
@media screen and (max-width: 1199px) {
  html.exton form#searchform {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    margin-left: 5%;
    margin-top: 5%;
  }
}
html.exton form#searchform input {
  padding: 7px 10px;
  min-width: 250px;
}
html.neon form#searchform,
html.antium form#searchform {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}
html.neon form#searchform input,
html.antium form#searchform input {
  border: solid 0px #ffffff;
}
html.neon form#searchform input:focus,
html.antium form#searchform input:focus {
  outline: none !important;
  border: 0px solid #000000 !important;
}
@media screen and (max-width: 1199px) {
  html.neon form#searchform,
  html.antium form#searchform {
    margin-bottom: 0;
  }
}
html.neon form#searchform input,
html.antium form#searchform input {
  padding: 7px 10px;
  min-width: 150px;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #ffffff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #ffffff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-dot:focus {
  outline: none;
}
nav ul {
  padding-left: 0 !important;
}
@media screen and (min-width: 720px) {
  section.posts .above {
    display: inline-block;
    width: 100%;
  }
}
.posts article {
  position: relative;
  padding-bottom: 60px;
}
html.sticky header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 30px 0 rgba(74, 88, 98, 0.5);
  padding: 15px 0;
}
html.sticky header.fixed .logo {
  max-width: 150px;
}
html.exton .search-phone {
  margin: 20px 0;
}
html.exton .search-phone a {
  display: block;
  margin-bottom: 15px;
  margin-left: 5%;
  margin-right: 5%;
}
@media screen and (min-width: 1000px) {
  html.exton .search-phone {
    margin: 0 0 30px 0;
    width: 100%;
    text-align: right;
  }
  html.exton .search-phone a {
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 0;
  }
}
img.aligncenter {
  margin: 0 auto;
  display: block;
  height: auto;
}
.backTop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  padding: 11px 13px;
  cursor: pointer;
  transition: all .5s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 10000;
  border-radius: 5px;
}
.backTop.vis {
  visibility: visible;
  opacity: 1;
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-above ul {
  padding-left: 0;
}
.footer-above ul li {
  list-style-type: none;
}
.copyright p {
  margin-bottom: 0;
}
.column-content {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
}
.wpcf7 .form-element {
  margin-bottom: 20px;
}
.wpcf7 .form-element span {
  width: 100%;
}
.wpcf7 label {
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
input,
textarea {
  padding: 10px;
  border: none;
  width: 100%;
  border-radius: 0;
  font-family: montserrat, sans-serif;
  color: #000000;
  font-size: 12px;
  resize: none;
}
.wpcf7 input[type="url"]::-webkit-input-placeholder,
.wpcf7 input[type="email"]::-webkit-input-placeholder,
.wpcf7 input[type="tel"]::-webkit-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 12px;
  color: #000000;
}
.wpcf7 input[type="url"]::-moz-placeholder,
.wpcf7 input[type="email"]::-moz-placeholder,
.wpcf7 input[type="tel"]::-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 12px;
  color: #000000;
}
.wpcf7 input[type="url"]:-ms-input-placeholder,
.wpcf7 input[type="email"]:-ms-input-placeholder,
.wpcf7 input[type="tel"]:-ms-input-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 12px;
  color: #000000;
}
.wpcf7 input[type="url"]:-moz-placeholder,
.wpcf7 input[type="email"]:-moz-placeholder,
.wpcf7 input[type="tel"]:-moz-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  font-size: 12px;
  color: #000000;
}
p.icon {
  font-size: 42px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1200px) {
  html.sticky.exton header.fixed .logo {
    max-width: 100px;
  }
  html.sticky.exton header.fixed .search-phone {
    margin-bottom: 10px;
  }
}
#cookie-notice .cn-button {
  background: #ff7f41;
}
section.rotating_content {
  position: relative;
}
section.rotating_content .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
section.rotating_content .owl-nav button:focus {
  outline: none;
}
section.rotating_content .owl-nav button:hover {
  background: transparent !important;
  border: none !important;
}
section.rotating_content .owl-nav button span {
  color: #ffffff;
  font-size: 88px;
}
section.rotating_content .owl-nav button.owl-prev {
  left: 10px;
}
section.rotating_content .owl-nav button.owl-next {
  right: 10px;
}
section.rotating_content .item {
  background: rgba(0, 0, 0, 0.74);
  text-align: center;
  padding: 40px;
}
section.rotating_content .item p,
section.rotating_content .item h2,
section.rotating_content .item h3,
section.rotating_content .item h4,
section.rotating_content .item h5 {
  color: #ffffff;
}
@media only screen and (min-width: 1200px) {
  section.rotating_content .item {
    padding: 70px 202px;
  }
}
.columns ul li {
  margin-bottom: 5px !important;
}
.pslider {
  position: relative;
}
.pslider .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.pslider .owl-item div.item {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.pslider .owl-item div.item .content {
  flex: 2;
}
.pslider .image img {
  vertical-align: top;
}
.pslider .content {
  background: #ff7f41;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: center;
  padding: 20px;
}
.pslider .content a.btn {
  align-self: flex-end;
  padding: 5px 33px;
}
.pslider .content h3 {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
}
.pslider .content p {
  font-size: 12px;
}
.pslider button span {
  color: #ffffff;
  font-size: 44px;
}
.pslider button:hover {
  background: transparent !important;
}
.pslider button:hover span {
  background: transparent !important;
}
.pslider button.owl-prev {
  position: absolute;
  top: 50%;
  left: -5%;
  transform: translateY(-50%);
}
.pslider button.owl-next {
  position: absolute;
  top: 50%;
  right: -5%;
  transform: translateY(-50%);
}
section.half_content_back_image {
  z-index: 0;
  position: relative;
}
section.half_content_back_image .inner {
  padding: 45px 0;
}
section.half_content_back_image .background-image {
  z-index: 0;
  display: none;
}
@media only screen and (min-width: 1200px) {
  section.half_content_back_image.right .background-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
  }
  section.half_content_back_image.left .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
  }
  section.half_content_back_image.left .wrapper {
    display: flex;
    justify-content: flex-end;
  }
  section.half_content_back_image.left .inner {
    padding-right: 0%;
    padding-left: 5%;
  }
  section.half_content_back_image .inner {
    width: 50%;
    padding: 75px 0;
    padding-right: 5%;
  }
  section.half_content_back_image .background-image {
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
  }
}
.page_tiles {
  width: 100%;
}
.page_tiles .item {
  background: #ffffff;
  border-radius: 12px;
  margin-bottom: 30px;
  overflow: hidden;
}
.page_tiles .item .content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.page_tiles .item .content p {
  font-size: 15px;
}
.page_tiles .item h3 {
  color: #000000;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 0;
  width: 100%;
  background: #ffffff;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page_tiles {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page_tiles .item {
    width: 48%;
    position: relative;
  }
  .page_tiles .item:hover .image {
    opacity: 0;
  }
  .page_tiles .image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .5s ease;
    z-index: 1;
    pointer-events: none;
  }
}
@media only screen and (min-width: 1200px) {
  .page_tiles .item {
    width: 32%;
    text-align: center;
  }
  .page_tiles .item h3 {
    padding: 20px 40px 20px 40px;
    min-height: 85px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page_tiles .item .content {
    padding: 20px 40px 40px 40px;
  }
}
.page_grid .item {
  position: relative;
}
.page_grid a {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 2%;
  display: inline-block;
  width: 100%;
}
.page_grid a:hover .content {
  opacity: 1;
  visibility: visible;
}
.page_grid .image img {
  vertical-align: top;
}
.page_grid .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}
.page_grid .content h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 0;
  max-width: 75%;
}
@media only screen and (min-width: 768px) {
  .page_grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page_grid a {
    width: 48%;
    position: relative;
  }
}
@media only screen and (min-width: 1200px) {
  .page_grid a {
    width: 32%;
    text-align: center;
  }
}
@media only screen and (min-width: 1400px) {
  .page_grid .content h3 {
    font-size: 20px;
  }
}
.flex-overlay .wrapper,
.flex-overlay .column-content {
  position: relative;
  z-index: 2;
}
.flex-overlay .wrapper p,
.flex-overlay .column-content p {
  color: #ffffff;
}
.flex-overlay:after {
  background: #000000;
  opacity: 0.46;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: '';
  display: block;
}
section.columns.black p,
section.columns.black ul li,
section.columns.black ol li {
  color: #000000;
}
section.columns.black ul li::marker,
section.columns.black ol li::marker {
  color: #ff7f41;
}
section.columns.black a {
  color: #ff7f41;
}
section.columns.black a.btn {
  color: #000000;
}
section.columns.white p,
section.columns.white ul li,
section.columns.white ol li {
  color: #ffffff;
}
section.columns.white ul li::marker,
section.columns.white ol li::marker {
  color: #ff7f41;
}
section.columns.white a {
  color: #ff7f41;
}
section.columns.white a.btn {
  color: #000000;
}
div.blue_overlay {
  position: relative;
}
div.blue_overlay img {
  width: 100%;
  vertical-align: top;
}
div.blue_overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 20%;
  background: #ff7f41;
  opacity: 0.6;
}
@media only screen and (min-width: 1200px) {
  section.icon .wrapper {
    position: relative;
  }
  section.icon .wrapper:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-image: url(images/goldicon.png);
    content: '';
    display: block;
  }
}
div.category .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.category .items article {
  margin-bottom: 20px;
}
div.category .items article .thumb {
  margin-bottom: 10px;
}
div.category .items article .thumb img {
  border-radius: 15px;
}
@media only screen and (min-width: 768px) {
  div.category .items article {
    width: 48%;
  }
}
@media only screen and (min-width: 1200px) {
  div.category .items article {
    width: 32%;
  }
}
.footer p {
  margin-bottom: 0px;
}
.footer .item {
  width: 100%;
}
.footer .item a:hover {
  color: #ff7f41;
}
.footer .footer-button {
  display: block;
  background-color: #525c67;
  padding: 15px 0px;
  flex-basis: 100%;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  text-align: center;
}
.footer .footer-button:hover {
  color: #323e48;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .footer .footer-column:nth-of-type(3) .item {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .footer .footer-column:last-of-type p:last-of-type {
    margin-top: 10px;
  }
  .footer .footer-column:last-of-type .item:first-of-type {
    margin-bottom: 0;
  }
}
html.neptune .navigation .social-icons li a {
  color: #ffffff !important;
}
@media only screen and (min-width: 1200px) {
  html.neptune .navigation .social-icons li a {
    color: #ff7f41 !important;
  }
}
h2,
h3,
h4 {
  margin-bottom: 18px !important;
}
.ninja-forms-form-wrap * {
  font-size: 14px !important;
}
.nf-form-fields-required {
  margin-bottom: 10px;
}
.nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea {
  background: #f7f7f7;
  border: 1px solid #c4c4c4;
  border-radius: 0;
  box-shadow: none;
  color: #787878;
  transition: all .5s;
}
.rc-anchor {
  background: #f9f9f9;
  color: #000;
}
.base-underlined-button-settings {
  position: relative;
  background: none !important;
  border: none;
  border-radius: 0;
  padding: 5px 10px 0px 0px !important;
}
.base-underlined-button-settings:hover {
  background: none;
  border: none;
  color: white;
  border-bottom: 2px solid #ffffff;
}
.base-underlined-button-settings:hover:after {
  background-color: #ffffff;
}
.base-underlined-button-settings:after {
  position: absolute;
  content: '';
  transition: all 0.6s;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  bottom: -6px;
  right: -8px;
}
.btn.underlined-orange {
  position: relative;
  background: none !important;
  border: none;
  border-radius: 0;
  padding: 5px 10px 0px 0px !important;
  color: #ff7f41 !important;
  border-bottom: 2px solid #ff7f41;
}
.btn.underlined-orange:hover {
  background: none;
  border: none;
  color: white;
  border-bottom: 2px solid #ffffff;
}
.btn.underlined-orange:hover:after {
  background-color: #ffffff;
}
.btn.underlined-orange:after {
  position: absolute;
  content: '';
  transition: all 0.6s;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  bottom: -6px;
  right: -8px;
}
.btn.underlined-orange:after {
  background-color: #ff7f41;
}
.btn.underlined-orange:hover {
  color: #ffffff !important;
}
.btn.underlined-orange-hover-blue {
  position: relative;
  background: none !important;
  border: none;
  border-radius: 0;
  padding: 5px 10px 0px 0px !important;
  color: #ff7f41 !important;
  border-bottom: 2px solid #ff7f41;
}
.btn.underlined-orange-hover-blue:hover {
  background: none;
  border: none;
  color: white;
  border-bottom: 2px solid #ffffff;
}
.btn.underlined-orange-hover-blue:hover:after {
  background-color: #ffffff;
}
.btn.underlined-orange-hover-blue:after {
  position: absolute;
  content: '';
  transition: all 0.6s;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  bottom: -6px;
  right: -8px;
}
.btn.underlined-orange-hover-blue:after {
  background-color: #ff7f41;
}
.btn.underlined-orange-hover-blue:hover {
  color: #333f48 !important;
  background: none !important;
  border-bottom: 2px solid #333f48;
}
.btn.underlined-orange-hover-blue:hover:after {
  background-color: #333f48;
}
.btn.underlined-blue {
  position: relative;
  background: none !important;
  border: none;
  border-radius: 0;
  padding: 5px 10px 0px 0px !important;
  color: #323e48 !important;
  border-bottom: 2px solid #323e48;
}
.btn.underlined-blue:hover {
  background: none;
  border: none;
  color: white;
  border-bottom: 2px solid #ffffff;
}
.btn.underlined-blue:hover:after {
  background-color: #ffffff;
}
.btn.underlined-blue:after {
  position: absolute;
  content: '';
  transition: all 0.6s;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  bottom: -6px;
  right: -8px;
}
.btn.underlined-blue:after {
  background-color: #323e48;
}
.btn.underlined-blue:hover {
  color: #ffffff !important;
}
.underlined-blue-hover-orange {
  position: relative;
  background: none !important;
  border: none;
  border-radius: 0;
  padding: 5px 10px 0px 0px !important;
  color: #323e48 !important;
  border-bottom: 2px solid #323e48;
}
.underlined-blue-hover-orange:hover {
  background: none;
  border: none;
  color: white;
  border-bottom: 2px solid #ffffff;
}
.underlined-blue-hover-orange:hover:after {
  background-color: #ffffff;
}
.underlined-blue-hover-orange:after {
  position: absolute;
  content: '';
  transition: all 0.6s;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  bottom: -6px;
  right: -8px;
}
.underlined-blue-hover-orange:after {
  background-color: #323e48;
}
.underlined-blue-hover-orange:hover {
  color: #ff7f41 !important;
  background: none !important;
  border-bottom: 2px solid #ff7f41;
}
.underlined-blue-hover-orange:hover:after {
  background-color: #ff7f41;
}
.content_and_slider {
  position: relative;
}
.content_and_slider .wrapper {
  z-index: 0;
}
.content_and_slider .content-slider {
  height: 100%;
  z-index: 2;
}
.content_and_slider .content-slider .owl-stage-outer {
  height: 100% !important;
}
.content_and_slider .content-slider .owl-stage-outer .owl-stage {
  height: 100%;
}
.content_and_slider .content-slider .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.content_and_slider .content-slider .owl-stage-outer .owl-stage .owl-item .item {
  height: 100%;
}
.content_and_slider .content-slider .item .content-slide {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.content_and_slider .owl-nav {
  margin-bottom: 0 !important;
  margin-top: 0px !important;
}
.content_and_slider button {
  height: 30px;
  width: 30px;
  background-color: #ffffff !important;
  border-radius: 20px !important;
  padding: 10px !important;
}
.content_and_slider button span {
  height: 23px !important;
  line-height: 23px !important;
  color: #000000;
  font-size: 36px;
}
.content_and_slider button:hover {
  background: transparent !important;
}
.content_and_slider button:hover span {
  background: transparent !important;
  color: #ffffff;
}
.content_and_slider button.owl-prev {
  position: absolute;
  top: 45%;
  left: 2%;
  transform: translateY(-50%);
}
.content_and_slider button.owl-next {
  position: absolute;
  top: 45%;
  right: 2%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .content_and_slider .inner {
    width: 60%;
    margin-left: 0;
  }
  .content_and_slider .content-slider {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38%;
    right: 0;
  }
}
@media screen and (max-width: 799px) {
  .content_and_slider {
    padding: 35px 0 !important;
  }
}
.overlay_circle,
.overlay_circuits_below,
.overlay_circuits_left,
.overlay_circuits_right {
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .overlay_circle:after,
  .overlay_circuits_below:after,
  .overlay_circuits_left:after,
  .overlay_circuits_right:after {
    content: '';
    width: 100%;
    margin: auto;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
  }
}
.overlay_circle:after {
  background-image: url("https://www.evosys.co.uk/wp-content/uploads/2021/11/overlay_circle.png;");
  max-height: 200px;
}
.overlay_circuits_below:after {
  background-image: url("https://www.evosys.co.uk/wp-content/uploads/2021/11/circuits_overlay.png;");
  max-height: 520px;
}
.overlay_circuits_left:after {
  background-image: url("https://www.evosys.co.uk/wp-content/uploads/2021/11/overlay_circuit_left.png;");
  max-height: 520px;
}
.overlay_circuits_right:after {
  background-image: url("https://www.evosys.co.uk/wp-content/uploads/2021/11/overlay_circuit_right.png;");
  max-height: 520px;
}
.sub_menu ul {
  display: inline-block;
  margin: 0;
  padding-left: 0;
}
.sub_menu ul li {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 15px;
  margin-right: 25px;
  border-bottom: 2px solid #ff7f41;
}
.sub_menu ul li:last-of-type {
  margin-right: 0;
}
.sub_menu ul li a {
  font-size: 20px;
  color: #000000;
}
.sub_menu ul li a:hover {
  color: #ff7f41;
}
.sub_menu ul li a:after {
  display: block;
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 10px;
  bottom: -6px;
  right: -8px;
  background-color: #ff7f41;
}
@media only screen and (min-width: 1200px) {
  .sub_menu.fixed_sub_menu {
    position: sticky;
    z-index: 10000;
    top: 96px;
    padding: 20px 0 5px 0 !important;
    box-shadow: 0 0 20px 0 #000000;
    background: #ffffff;
  }
  .sub_menu.fixed_sub_menu .wrapper {
    max-width: 90%;
  }
  .sub_menu.fixed_sub_menu li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1400px) {
  .sub_menu.fixed_sub_menu li a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1500px) {
  .sub_menu.fixed_sub_menu li a {
    font-size: 20px;
  }
}
.logo_slider .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo_slider a {
  display: block;
  width: 100%;
}
.logo_slider .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo_slider img {
  max-width: 200px;
  max-height: 200px;
}
.logo_slider .owl-nav {
  margin-bottom: 0 !important;
  margin-top: 0px !important;
}
.logo_slider button {
  height: 30px;
  width: 30px;
  background-color: #ff7f41 !important;
  border-radius: 20px !important;
  padding: 10px !important;
}
.logo_slider button span {
  height: 23px !important;
  line-height: 23px !important;
  color: #ffffff;
  font-size: 36px;
}
.logo_slider button:hover {
  background: #000000 !important;
}
.logo_slider button:hover span {
  background: transparent !important;
  color: #ffffff;
}
.logo_slider button.owl-prev {
  position: absolute;
  top: 45%;
  left: 2%;
  transform: translateY(-50%);
}
.logo_slider button.owl-next {
  position: absolute;
  top: 45%;
  right: 2%;
  transform: translateY(-50%);
}
.accordion_container input {
  display: none;
}
.accordion_container label {
  display: flex;
  padding: 20px 25px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 5px;
  /*&:after{
      display: flex;
      content: "\2304";
      align-items: center;
      justify-content: center;
      font-size: 40px;
      font-weight: bolder;
      line-height: 28px;
      height: 30px;
      width: 30px;
      border-radius: 20px;
      padding: 0px;
      margin-left: auto;
    }*/
}
.accordion_container .accordion_tab {
  width: 100%;
  overflow: hidden;
  position: relative;
  color: white;
  margin-bottom: 10px;
}
.accordion_container .accordion_tab.primary {
  background-color: #ff7f41;
}
.accordion_container .accordion_tab.primary .accordion_arrow {
  background-color: #333f48;
}
.accordion_container .accordion_tab.primary .accordion_content {
  background-color: #ff7f41;
}
.accordion_container .accordion_tab.secondary {
  background-color: #333f48;
}
.accordion_container .accordion_tab.secondary .accordion_arrow {
  background-color: #ff7f41;
}
.accordion_container .accordion_tab.secondary .accordion_content {
  background-color: #333f48;
}
.accordion_container .accordion_tab .accordion_label {
  display: flex;
  flex: 1;
  align-items: center;
  padding-right: 20px;
}
.accordion_container .accordion_tab .accordion_arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  line-height: 12px;
  border-radius: 20px;
  color: white;
  position: relative;
}
.accordion_container .accordion_tab .accordion_arrow label {
  padding: 0;
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 11px;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  display: block;
}
.accordion_container .accordion_tab .accordion_content {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  color: white;
  background: white;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.accordion_container .accordion_tab .accordion_content p {
  color: white;
}
.accordion_container input:checked ~ .accordion_content {
  max-height: inherit;
}
.content_with_larger_image {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .content_with_larger_image .inner {
    width: 50%;
    margin-left: 0;
  }
  .content_with_larger_image .larger_image {
    position: absolute;
    width: 48%;
    top: 0;
    right: 0;
  }
  .content_with_larger_image .larger_image img {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .homepage_button_container {
    margin-top: 20px;
    margin-bottom: -120px;
  }
}
@media only screen and (min-width: 1500px) {
  .homepage_button_container {
    margin-top: 180px;
    margin-bottom: -240px;
  }
}
.custom-text-color-blue {
  color: #323e48 !important;
}
.custom-text-color-blue p,
.custom-text-color-blue li,
.custom-text-color-blue ul,
.custom-text-color-blue span,
.custom-text-color-blue h1,
.custom-text-color-blue h2,
.custom-text-color-blue h3,
.custom-text-color-blue h4 {
  color: #323e48 !important;
}
.custom-text-color-orange {
  color: #ff7f41 !important;
}
.custom-text-color-orange p,
.custom-text-color-orange li,
.custom-text-color-orange ul,
.custom-text-color-orange span,
.custom-text-color-orange h1,
.custom-text-color-orange h2,
.custom-text-color-orange h3,
.custom-text-color-orange h4 {
  color: #ff7f41 !important;
}
.custom-text-color-black {
  color: #000000 !important;
}
.custom-text-color-black p,
.custom-text-color-black li,
.custom-text-color-black ul,
.custom-text-color-black span,
.custom-text-color-black h1,
.custom-text-color-black h2,
.custom-text-color-black h3,
.custom-text-color-black h4 {
  color: #000000 !important;
}
.custom-text-color-white {
  color: #ffffff !important;
}
.custom-text-color-white p,
.custom-text-color-white li,
.custom-text-color-white ul,
.custom-text-color-white span,
.custom-text-color-white h1,
.custom-text-color-white h2,
.custom-text-color-white h3,
.custom-text-color-white h4 {
  color: #ffffff !important;
}
.hover_gray:hover {
  color: #43464B !important;
}
.hover_orange:hover {
  color: #ff7f41 !important;
}
.hover_blue:hover {
  color: #323e48 !important;
}
.align_button_to_bottom {
  position: relative;
}
.align_button_to_bottom .btn-left,
.align_button_to_bottom .btn-right,
.align_button_to_bottom .btn-center {
  position: absolute;
  bottom: 0;
}
.align_button_to_bottom .column-content {
  padding-bottom: 60px;
}
.align_button_banner {
  position: relative;
  padding-bottom: 40px;
}
.align_button_banner .btn-left,
.align_button_banner .btn-right,
.align_button_banner .btn-center {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 40px;
}
.align_button_banner .wrapper {
  position: static !important;
}
@media screen and (max-width: 600px) {
  .footer-column {
    width: 100%;
  }
}
