@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
/***********************************
TYPOGRAPHY
***********************************/
/***********************************
COLOURS
***********************************/
/***********************************
ADDITIONAL
***********************************/
/***********************************
TYPOGRAPHY
***********************************/
/***********************************
COLOURS
***********************************/
/***********************************
ADDITIONAL
***********************************/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "arboria", sans-serif;
  font-size: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  background-repeat: repeat;
}

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

.no-scroll {
  overflow-y: hidden !important;
}

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.bg-wht {
  background: #fff;
}

.pad-no-top {
  padding-top: 0px !important;
}

.pad-no-bottom {
  padding-bottom: 0px !important;
}

.pad-no-both {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

@media (max-width: 767px) {
  body .pad-mob-no-top {
    padding-top: 0px !important;
  }

  body .pad-mob-no-bottom {
    padding-bottom: 0px !important;
  }

  body .pad-mob-no-both {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
}
.grow {
  transition: all 0.4s ease-in-out;
}

.grow:hover {
  transform: scale(1.05);
}

.shadow {
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.08);
}

.cf-nopad {
  padding-left: 0px;
  padding-right: 0px;
}

a, a:hover {
  text-decoration: none;
}

a {
  outline: none !important;
}

a, input[type=submit], input[type=button], button, a:after,
.span-button, a > span {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.stdbg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.fixedbg {
  background-attachment: fixed;
}

.bg-tl {
  background-position: top left;
}

.bg-tc {
  background-position: top center;
}

.bg-tr {
  background-position: top right;
}

.bg-cl {
  background-position: center left;
}

.bg-cc {
  background-position: center center;
}

.bg-cr {
  background-position: center right;
}

.bg-bl {
  background-position: bottom left;
}

.bg-bc {
  background-position: bottom center;
}

.bg-br {
  background-position: bottom right;
}

section {
  overflow: hidden;
}

.fullsize {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.banner-slides,
.banner-slides > div:not(.cycle-pager) {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 1;
}

.shad {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}

.parralax-bg {
  background-attachment: fixed;
}

@media (max-width: 767px) {
  .parralax-bg {
    background-attachment: scroll;
  }
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
@keyframes pulse-animation-org {
  0% {
    box-shadow: 0 0 0 0px rgba(246, 134, 43, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(246, 134, 43, 0);
  }
}
@keyframes fade-in-move-down {
  0% {
    opacity: 0;
    transform: translateY(8rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in-move-right {
  0% {
    opacity: 0;
    transform: translateX(-8rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.slick-dots > li {
  display: inline-block;
}
.slick-dots > li:only-child {
  display: none;
}

/***********************************
TYPOGRAPHY
***********************************/
.alignright {
  float: right;
  margin: 0px 0px 2em 2em;
}

.alignleft {
  float: left;
  margin: 0px 2em 2em 0px;
}

p a, li a {
  color: #f6862b;
}

p a:hover, li a:hover {
  color: #1d2547;
}

.h2 {
  font-size: 70px;
  letter-spacing: -0.03em;
  line-height: 1em;
  color: #1a1a1a;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .h2 {
    font-size: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .h2 {
    font-size: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .h2 {
    font-size: 50px;
  }
}

.hdggold {
  color: #c8b176;
}

.h4 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1em;
}
@media (min-width: 768px) and (max-width: 991px) {
  .h4 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .h4 {
    font-size: 26px;
  }
}

.feature-para p {
  color: #c8b176;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1em;
  font-size: 30px;
}
.feature-para p a {
  color: #c8b176;
  text-decoration: underline;
}
.feature-para p span, .feature-para p strong {
  color: #1a1a1a;
  font-weight: 900;
}
.feature-para p span a, .feature-para p strong a {
  color: #1a1a1a;
  text-decoration: underline;
}
.feature-para p a:hover {
  opacity: 0.7;
}

.content p a {
  font-weight: 900;
  color: #1a1a1a;
}
.content p a:hover {
  color: #c8b176;
}

/***********************************
COMMON STRUCTURE
***********************************/
section {
  position: relative;
}

.container-shell {
  padding-left: 100px;
  padding-right: 100px;
  max-width: 1440px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-shell {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .container-shell {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-shell.nomob {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .container-shell.nomob {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.bggrey {
  background: #333333;
}

.bgdark {
  background: #1a1a1a;
}

.white-frame {
  -webkit-box-shadow: 0px 0px 0px 20px white;
  -moz-box-shadow: 0px 0px 0px 20px white;
  box-shadow: 0px 0px 0px 20px white;
  background-color: #fff;
}
@media (max-width: 767px) {
  .white-frame {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

.section-janky-border {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 40px;
  height: 100%;
  z-index: 200;
  background-color: #c8b176;
  background-image: url(../img/vertical-spacer.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-janky-border {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .section-janky-border {
    width: 20px;
  }
}
.section-janky-border:after {
  position: absolute;
  content: "";
  width: 30vh;
  background: #c8b176;
  height: 40px;
  bottom: 0px;
  left: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-janky-border:after {
    height: 20px;
  }
}
@media (max-width: 767px) {
  .section-janky-border:after {
    height: 20px;
  }
}

.blk-panel {
  position: relative;
  background: #1a1a1a;
}
.blk-panel:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 100%;
  width: 1000px;
  background: #1a1a1a;
  height: 100%;
  z-index: 1;
}
.blk-panel > span {
  position: absolute;
  display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
  main {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  main {
    padding-top: 80px;
  }
}
/***********************************
CURVES
***********************************/
.top-curve {
  position: relative;
}
.top-curve:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top left;
  background-image: url(../img/top-bg-1.png);
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-curve:before {
    background-size: 991px auto;
  }
}
@media (max-width: 767px) {
  .top-curve:before {
    background-size: 991px auto;
  }
}
.top-curve.tc-gold:before {
  background-image: url(../img/top-bg-2.png);
}
.top-curve.tc-grey:before {
  background-image: url(../img/top-bg-3.png);
}
.top-curve.tc-grey2:before {
  background-image: url(../img/top-bg-4.png);
  background-position: top right;
}
.top-curve .content {
  position: relative;
  z-index: 100;
}

.bottom-curve {
  position: relative;
}
.bottom-curve:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom left;
  background-image: url(../img/bot-bg-1.png);
}
.bottom-curve.bc-wht:after {
  background-image: url(../img/white-cut-bot2.png);
}
.bottom-curve.bc-full:after {
  background-size: 100% 100%;
}
.bottom-curve .content {
  position: relative;
  z-index: 100;
}

/***********************************
BUTTONS
***********************************/
.button-group {
  display: flex;
  flex-direction: row;
}
@media (min-width: 768px) and (max-width: 991px) {
  .button-group {
    display: block;
  }
}
@media (max-width: 767px) {
  .button-group {
    display: block;
  }
}
.button-group a {
  margin: 0px 20px 0px 0px;
}

.button-group a, .std-btn a {
  padding: 16px 44px 18px 14px;
  transition: all 0.4s ease-in-out;
  background: #a68a60;
  background: linear-gradient(37deg, #a68a60 0%, #ece29f 27%, #efe6a2 34%, #a1835b 57%, #c8b176 86%, #c8b176 100%);
  border: 2px solid transparent;
  border-image: linear-gradient(37deg, #a68a60 0%, #ece29f 27%, #efe6a2 34%, #a1835b 57%, #c8b176 100%) 2 stretch;
  color: #1a1a1a;
  text-transform: uppercase;
  display: inline-block;
  font-size: 18px;
  position: relative;
  line-height: 1em;
}
.button-group a:after, .std-btn a:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background-image: url(../img/black-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 14px;
}
.button-group a strong, .std-btn a strong {
  font-weight: 900;
}
.button-group a.alt-b, .std-btn a.alt-b {
  border: 2px solid transparent;
  border-image: linear-gradient(37deg, #a68a60 0%, #ece29f 27%, #efe6a2 34%, #a1835b 57%, #c8b176 100%) 2 stretch;
  background: transparent;
  color: #c8b176;
}
.button-group a.alt-b:after, .std-btn a.alt-b:after {
  background-image: url(../img/gold-arrow.svg);
}
.button-group a.alt-c, .std-btn a.alt-c {
  border: 2px solid transparent;
  border-image: linear-gradient(37deg, #a68a60 0%, #ece29f 27%, #efe6a2 34%, #a1835b 57%, #c8b176 100%) 2 stretch;
  background: #1a1a1a;
  color: #c8b176;
}
.button-group a.alt-c:after, .std-btn a.alt-c:after {
  background-image: url(../img/gold-arrow.svg);
}
.button-group a:hover, .std-btn a:hover {
  /*color: $dark;
  background: #fff;*/
  /*transform: scale(1.05); */
}
.button-group a:hover:after, .std-btn a:hover:after {
  background-image: url(../img/black-arrow.svg);
  right: 8px;
}
.button-group a.alt-b:hover:after, .std-btn a.alt-b:hover:after {
  background-image: url(../img/gold-arrow.svg);
}
.button-group a.alt-c:hover:after, .std-btn a.alt-c:hover:after {
  background-image: url(../img/gold-arrow.svg);
}
.button-group.btn-blk a, .std-btn.btn-blk a {
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  color: #c8b176;
  /*&:hover {
  	background: #fff;
  }*/
}
.button-group.btn-blk a:after, .std-btn.btn-blk a:after {
  background-image: url(../img/gold-arrow.svg);
}

.btn-left-hero {
  padding-top: 40px;
}

.button-group a {
  margin: 0px 30px 0px 0px;
}

.contact-btn {
  padding-top: 40px;
}

.gform_wrapper.gravity-theme .gform_footer {
  padding-top: 40px !important;
}
.gform_wrapper.gravity-theme .gform_footer input {
  padding: 16px 64px 18px 14px !important;
  border: 2px solid transparent;
  border-image: linear-gradient(37deg, #a68a60 0%, #ece29f 27%, #efe6a2 34%, #a1835b 57%, #c8b176 100%) 2 stretch;
  color: #c8b176;
  text-transform: uppercase;
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
  position: relative;
  background-image: url(../img/gold-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 16px auto;
  line-height: 1em !important;
  font-weight: 900;
}
.gform_wrapper.gravity-theme .gform_footer input:hover {
  background-color: #1a1a1a;
}
@media (max-width: 767px) {
  .gform_wrapper.gravity-theme .gform_footer input {
    padding: 4px 64px 4px 14px !important;
    height: 54px;
    line-height: 1em;
  }
}

/***********************************
COMPONANTS
***********************************/
.service-rotator {
  margin: 0px 0px 50px 0px;
}
.service-rotator .service-rotate {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.service-rotator .service-rotate li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
}
.service-rotator .service-rotate li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1em;
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-rotator .service-rotate li a {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .service-rotator .service-rotate li a {
    font-size: 20px;
  }
}
.service-rotator .service-rotate li a img {
  height: 70px;
  width: auto;
  margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-rotator .service-rotate li a img {
    height: 60px;
    margin-right: 18px;
  }
}
@media (max-width: 767px) {
  .service-rotator .service-rotate li a img {
    height: 50px;
    margin-right: 12px;
  }
}
.service-rotator .service-rotate.rt-blk li a {
  color: #1a1a1a;
}

.bgdrop {
  display: inline;
  padding: 0.01em 0em;
  line-height: 1.18em;
  background-color: #c8b176;
  box-shadow: 0.3em 0 0 #c8b176, -0.3em 0 0 #c8b176;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -moz-box-decoration-break: clone;
  position: relative;
  left: 0.3em;
  font-size: 70px;
  letter-spacing: -0.03em;
}
.bgdrop.bgdrop-blk {
  background-color: #1a1a1a;
  color: #c8b176;
  box-shadow: 0.3em 0 0 #1a1a1a, -0.3em 0 0 #1a1a1a;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .bgdrop {
    font-size: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bgdrop {
    font-size: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bgdrop {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .bgdrop {
    font-size: 50px;
  }
}
.bgdrop strong {
  font-weight: 900;
}

/***********************************
NAV DROP
***********************************/
.k9-navdrop-bg {
  backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}

#k9-navdrop {
  display: none;
  position: fixed;
  top: 0px;
  right: -100%;
  background: #a68a60;
  background: linear-gradient(37deg, #a68a60 0%, #ece29f 27%, #efe6a2 34%, #a1835b 57%, #c8b176 86%, #c8b176 100%);
  width: 50%;
  height: 100vh;
  z-index: 1001;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 140px 60px 60px 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #k9-navdrop {
    width: 80%;
  }
}
@media (max-width: 767px) {
  #k9-navdrop {
    width: 100%;
  }
}
#k9-navdrop:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 40px;
  height: 15px;
  display: block;
  content: "";
  background: #1a1a1a;
}
#k9-navdrop:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 15px;
  height: 40px;
  display: block;
  content: "";
  background: #1a1a1a;
}
#k9-navdrop nav {
  margin: 0px 0px 30px 0px;
}
#k9-navdrop nav > ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#k9-navdrop nav > ul > li {
  margin: 0px 0px 18px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
  line-height: 1em;
}
#k9-navdrop nav > ul > li > a {
  color: #1a1a1a;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #k9-navdrop nav > ul > li > a {
    font-size: 30px;
  }
}
#k9-navdrop nav > ul > li > a:hover {
  opacity: 0.7;
}
#k9-navdrop nav > ul > li > ul {
  margin: 0px 0px 24px 0px;
  padding: 18px 0px 0px 0px;
}
#k9-navdrop nav > ul > li > ul > li {
  margin: 0px 0px 8px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
  color: #1a1a1a;
}
#k9-navdrop nav > ul > li > ul > li > a {
  color: #1a1a1a;
}
#k9-navdrop nav > ul > li > ul > li > a:hover {
  opacity: 0.7;
}
#k9-navdrop .social {
  padding-top: 30px;
  margin-bottom: 30px;
}
#k9-navdrop .social ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
}
#k9-navdrop .social ul li {
  margin: 0px 22px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
}
#k9-navdrop .social ul li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #1a1a1a;
  width: 40px;
  height: 40px;
  color: #c8b176;
  text-align: center;
  font-size: 18px;
  border-radius: 4px;
}
#k9-navdrop .social ul li a:hover {
  background: #fff;
}
#k9-navdrop .social ul li.lrg a {
  font-size: 24px;
}
#k9-navdrop .nav-dog {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 40%;
  height: auto;
}
@media (max-width: 767px) {
  #k9-navdrop .nav-dog {
    display: none;
  }
}
#k9-navdrop .close {
  width: 30px;
  height: 30px;
  background-image: url(../img/close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 40px;
  right: 30px;
}

@media (max-width: 767px) {
  #navdrop {
    width: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.8);
  }
  #navdrop nav {
    margin: 0px 0px 30px 0px;
  }
  #navdrop nav ul li {
    margin: 0px 0px 14px 0px;
  }
  #navdrop nav ul li a {
    font-size: 18px;
  }
  #navdrop nav ul li:before {
    font-size: 12px;
    margin-right: 20px;
    width: 20px;
  }
}
/***********************************
HEADER
***********************************/
body > header {
  height: 80px;
  background: #a68a60;
  background: linear-gradient(37deg, #a68a60 0%, #ece29f 27%, #efe6a2 34%, #a1835b 57%, #c8b176 86%, #c8b176 100%);
  position: relative;
  z-index: 200;
}
@media (min-width: 768px) and (max-width: 991px) {
  body > header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
  }
}
@media (max-width: 767px) {
  body > header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
  }
}
body > header .logo {
  position: relative;
  display: inline-block;
}
body > header .logo img {
  position: absolute;
  top: -25px;
  left: 0px;
  width: 120px;
  height: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  body > header .logo img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  body > header .logo img {
    width: 80px;
    left: -20px;
    top: -30px;
  }
}
body > header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
}
body > header .header-inner .cta-panel {
  display: flex;
  align-items: center;
}
body > header .header-inner .cta-panel span {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1em;
  display: inline-block;
  margin: 0px 10px 0px 0px;
  position: relative;
  top: 3px;
}
body > header .header-inner .cta-panel a {
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1em;
  color: #1a1a1a;
}
body > header .header-mob-social ul {
  margin: 0px 22px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  min-height: 80px;
  align-items: center;
}
body > header .header-mob-social ul li {
  margin: 0px 14px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
  display: block;
  text-align: center;
}
body > header .header-mob-social ul li a {
  display: inline-flex;
  background: #1a1a1a;
  width: 40px;
  height: 40px;
  color: #c8b176;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  border-radius: 4px;
}
body > header .header-mob-social ul li a:hover {
  background: #fff;
}
body > header .header-mob-social ul li.lrg a {
  font-size: 24px;
}
body > header .nav-lozenge {
  position: fixed;
  top: 0px;
  right: 0px;
  background: #c8b176;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 991px) {
  body > header .nav-lozenge {
    background: none;
  }
}
@media (max-width: 767px) {
  body > header .nav-lozenge {
    background: none;
  }
}
body > header .nav-lozenge > a {
  display: block;
  height: 80px;
  width: 80px;
  background-image: url(../img/nav-icon.svg);
  background-size: 40% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
body > header .nav-lozenge .social-stack {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  padding-bottom: 8px;
  background: #c8b176;
  text-align: center;
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
body > header .nav-lozenge .social-stack ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
body > header .nav-lozenge .social-stack ul li {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
  display: block;
  text-align: center;
}
body > header .nav-lozenge .social-stack ul li a {
  display: inline-block;
  background: #1a1a1a;
  width: 40px;
  height: 40px;
  color: #c8b176;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  border-radius: 4px;
}
body > header .nav-lozenge .social-stack ul li a:hover {
  background: #fff;
}
body > header .nav-lozenge .social-stack ul li.lrg a {
  font-size: 24px;
}
body > header .nav-lozenge .social-stack img {
  margin: 0px 0px 20px 0px;
  width: 36px;
  height: auto;
}

body.sticky > header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
}

/***********************************
HOME HERO
***********************************/
.home-hero {
  background-color: #1a1a1a;
  position: relative;
  background-image: url(../img/hero-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: inset 0 0 0 2038px rgba(0, 0, 0, 0.5);
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 30px 0px;
}
.home-hero:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 30;
  background: transparent url(../img/white-cut.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% auto;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home-hero:after {
    background-position: bottom -80px left;
  }
}
@media (min-width: 1400px) {
  .home-hero:after {
    background-position: bottom right;
    background-size: 100% 55%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-hero:after {
    background-size: 1119px auto;
    background-position: bottom -30px left;
    border-bottom: 120px solid #fff;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-hero:after {
    background-size: 991px auto;
    background-position: bottom -30px left;
    border-bottom: 0px solid #fff;
  }
}
@media (max-width: 767px) {
  .home-hero:after {
    background-size: 991px auto;
    background-position: bottom -30px left;
    border-bottom: 60px solid #fff;
  }
}
.home-hero.page-hero {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home-hero.page-hero:after {
    background-position: bottom -80px left;
  }
}
@media (min-width: 1400px) {
  .home-hero.page-hero:after {
    background: transparent url(../img/white-cut-long.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 70%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-hero.page-hero:after {
    background-size: 1119px auto;
    background-position: bottom -30px left;
    border-bottom: 120px solid #fff;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-hero.page-hero:after {
    background-size: 991px auto;
    background-position: bottom -30px left;
    border-bottom: 0px solid #fff;
  }
}
@media (max-width: 767px) {
  .home-hero.page-hero:after {
    background-size: 991px auto;
    background-position: bottom -30px left;
    border-bottom: 0px solid #fff;
  }
}
.home-hero.page-hero.curve-0:after {
  border-bottom: 100px solid #fff;
}
.home-hero.page-hero.curve-1:after {
  border-bottom: 100px solid #fff;
}
.home-hero.page-hero.curve-2:after {
  border-bottom: 150px solid #fff;
}
.home-hero.page-hero.curve-3:after {
  border-bottom: 200px solid #fff;
}
.home-hero.page-hero.curve-3:after {
  border-bottom: 280px solid #fff;
}
.home-hero.page-hero .service-rotator {
  margin-bottom: 80px;
}
.home-hero .container {
  position: relative;
  z-index: 100;
}
.home-hero .home-hero-inner {
  background: transparent url(../img/dots.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 60% auto;
  position: relative;
}
@media (min-width: 1400px) {
  .home-hero .home-hero-inner {
    background-size: 840px auto;
    background-position: right top 200px;
  }
}
.home-hero .home-hero-lines {
  background: #CAB37880;
  background: radial-gradient(at right bottom, #CAB37880, #00000080);
  min-height: 500px;
  position: relative;
}
.home-hero .main-heading {
  width: 100%;
  padding: 220px 0px 100px 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-hero .main-heading {
    padding: 140px 0px 100px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-hero .main-heading {
    padding: 140px 0px 100px 0px;
  }
}
@media (max-width: 767px) {
  .home-hero .main-heading {
    padding: 80px 0px 100px 0px;
  }
}
.home-hero .main-heading h1 {
  font-weight: 900;
  line-height: 1em;
  display: inline-block;
}
.home-hero .main-heading h1 span:nth-child(1), .home-hero .main-heading h1 span:nth-child(3) {
  text-transform: uppercase;
  color: #c8b176;
  letter-spacing: -0.03em;
  display: block;
  font-size: 60px;
  line-height: 1em;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-hero .main-heading h1 span:nth-child(1), .home-hero .main-heading h1 span:nth-child(3) {
    font-size: 38px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-hero .main-heading h1 span:nth-child(1), .home-hero .main-heading h1 span:nth-child(3) {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .home-hero .main-heading h1 span:nth-child(1), .home-hero .main-heading h1 span:nth-child(3) {
    font-size: 20px;
  }
}
.home-hero .main-heading h1 span:nth-child(1) {
  margin: 0px 0px 6px 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-hero .main-heading h1 span:nth-child(1) {
    margin: 0px 0px 6px 85px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-hero .main-heading h1 span:nth-child(1) {
    margin: 0px 0px 6px 65px;
  }
}
@media (max-width: 767px) {
  .home-hero .main-heading h1 span:nth-child(1) {
    margin: 0px 0px 0px 55px;
  }
}
.home-hero .main-heading h1 span:nth-child(2) {
  color: #fff;
  font-size: 190px;
  letter-spacing: -0.02em;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-hero .main-heading h1 span:nth-child(2) {
    font-size: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-hero .main-heading h1 span:nth-child(2) {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .home-hero .main-heading h1 span:nth-child(2) {
    font-size: 80px;
  }
}
.home-hero .main-heading h1 span:nth-child(3) {
  text-align: right;
  margin: 0px 92px 0px 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-hero .main-heading h1 span:nth-child(3) {
    margin: 0px 75px 0px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-hero .main-heading h1 span:nth-child(3) {
    margin: 0px 55px 0px 0px;
  }
}
@media (max-width: 767px) {
  .home-hero .main-heading h1 span:nth-child(3) {
    margin: 0px 50px 0px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-hero.page-hero .main-heading {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .home-hero.page-hero .main-heading {
    padding-top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-hero.page-hero .main-heading h1 {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .home-hero.page-hero .main-heading h1 {
    margin-bottom: 120px;
  }
}
.home-hero.page-hero .main-heading h1 span:nth-child(1), .home-hero.page-hero .main-heading h1 span:nth-child(3) {
  text-transform: uppercase;
  color: #c8b176;
  letter-spacing: -0.03em;
  display: block;
  font-size: 50px;
  line-height: 1em;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-hero.page-hero .main-heading h1 span:nth-child(1), .home-hero.page-hero .main-heading h1 span:nth-child(3) {
    font-size: 38px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-hero.page-hero .main-heading h1 span:nth-child(1), .home-hero.page-hero .main-heading h1 span:nth-child(3) {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .home-hero.page-hero .main-heading h1 span:nth-child(1), .home-hero.page-hero .main-heading h1 span:nth-child(3) {
    font-size: 20px;
  }
}
.home-hero.page-hero .main-heading h1 span:nth-child(1) {
  margin: 0px 0px 6px 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-hero.page-hero .main-heading h1 span:nth-child(1) {
    margin: 0px 0px 6px 85px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-hero.page-hero .main-heading h1 span:nth-child(1) {
    margin: 0px 0px 6px 65px;
  }
}
@media (max-width: 767px) {
  .home-hero.page-hero .main-heading h1 span:nth-child(1) {
    margin: 0px 0px 0px 65px;
  }
}
.home-hero.page-hero .main-heading h1 span:nth-child(2) {
  color: #fff;
  font-size: 140px;
  letter-spacing: -0.02em;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-hero.page-hero .main-heading h1 span:nth-child(2) {
    font-size: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-hero.page-hero .main-heading h1 span:nth-child(2) {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .home-hero.page-hero .main-heading h1 span:nth-child(2) {
    font-size: 70px;
  }
}
.home-hero.page-hero .main-heading h1 span:nth-child(3) {
  text-align: right;
  margin: 0px 0px 0px 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-hero.page-hero .main-heading h1 span:nth-child(3) {
    margin: 0px 75px 0px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-hero.page-hero .main-heading h1 span:nth-child(3) {
    margin: 0px 55px 0px 0px;
  }
}
@media (max-width: 767px) {
  .home-hero.page-hero .main-heading h1 span:nth-child(3) {
    margin: 0px 0px 0px 0px;
  }
}
.home-hero .button-group {
  margin-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-hero .button-group {
    padding-right: 20%;
    margin-bottom: 40px;
    max-width: 300px;
  }
  .home-hero .button-group a {
    min-width: 200px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .home-hero .button-group {
    padding-right: 20%;
    margin-bottom: 40px;
    max-width: 300px;
  }
  .home-hero .button-group a {
    min-width: 200px;
    margin-bottom: 20px;
  }
}
.home-hero .std-btn {
  margin-bottom: 30px;
}
.home-hero .top-dog {
  position: absolute;
  width: 56%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: 20;
  object-fit: contain;
  object-position: top right;
}
@media (min-width: 1400px) {
  .home-hero .top-dog {
    height: 800px;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-hero .top-dog {
    top: auto;
    bottom: 440px;
    right: -10%;
    object-position: bottom right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-hero .top-dog {
    top: auto;
    bottom: 300px;
    right: -8%;
    object-position: bottom right;
  }
}
@media (max-width: 767px) {
  .home-hero .top-dog {
    top: auto;
    bottom: 280px;
    right: -8%;
    width: 70%;
    object-position: bottom right;
  }
}
.home-hero.page-hero .top-dog {
  position: absolute;
  height: 500px;
  width: 100%;
  top: 0px;
  right: 0px;
  z-index: 20;
  object-fit: contain;
  object-position: top right;
}
.home-hero.page-hero .top-dog.top-dog2 {
  height: 700px;
}
@media (min-width: 1400px) {
  .home-hero.page-hero .top-dog {
    height: 500px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home-hero.page-hero .top-dog {
    top: auto;
    bottom: 200px;
    right: -10%;
    width: 75%;
    object-position: bottom right;
  }
}
.home-hero .hdg {
  padding-right: 80px;
  margin: 0px 0px 90px 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-hero .hdg {
    padding-right: 0px;
    max-width: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-hero .hdg {
    margin: 0px 0px 80px 0px;
    padding-right: 0px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .home-hero .hdg {
    margin: 0px 0px 40px 0px;
    padding-right: 0px;
    max-width: 400px;
  }
}
.home-hero .content {
  padding-left: 20px;
  padding-top: 100px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home-hero .content {
    padding-top: 60px;
  }
}
.home-hero .janky-border {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 40px;
  height: 30vh;
  z-index: 200;
  background: #c8b176;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-hero .janky-border {
    width: 20px;
    height: 430px;
  }
}
@media (max-width: 767px) {
  .home-hero .janky-border {
    width: 20px;
    height: 430px;
  }
}
.home-hero .janky-border img {
  position: absolute;
  bottom: 100%;
  left: 0px;
  width: 100%;
  height: auto;
}
.home-hero .janky-border:after {
  position: absolute;
  content: "";
  width: 30vh;
  background: #c8b176;
  height: 40px;
  bottom: 0px;
  left: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-hero .janky-border:after {
    height: 20px;
  }
}
@media (max-width: 767px) {
  .home-hero .janky-border:after {
    height: 20px;
  }
}
.home-hero .accreditation {
  display: flex;
  align-items: flex-end;
}
.home-hero .accreditation img {
  margin-right: 20px;
  height: 60px;
  width: auto;
}
.home-hero .accreditation p {
  margin: 0px 0px 0px 0px;
  max-width: 70%;
}

/***********************************
SERVICE HERO
***********************************/
.service-hero {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.service-hero:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 190%;
  z-index: 30;
  background: transparent url(../img/half-cut.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% auto;
}
.service-hero .service-hero-inner {
  position: relative;
  z-index: 50;
  /*min-height: 60vh;*/
}
@media (max-width: 767px) {
  .service-hero .service-hero-inner {
    min-height: 0vh;
  }
}
.service-hero .service-hero-heading {
  position: relative;
  padding: 140px 0px 100px 0px;
}
.service-hero .service-hero-heading h1 {
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  font-size: 80px;
  line-height: 1em;
  margin: 0px 0px 80px 0px;
}
@media (max-width: 767px) {
  .service-hero .service-hero-heading h1 {
    font-size: 60px;
  }
}
.service-hero .service-hero-intro .blk-panel > div {
  padding: 80px 0px 60px 0px;
}
.service-hero .service-hero-intro .blk-panel > div img {
  height: 60px;
  width: auto;
  max-width: 200px;
  object-position: center left;
  object-fit: contain;
}

/***********************************
BLOG HERO
***********************************/
.blog-hero .blog-date {
  padding: 120px 0px 20px 0px;
}
.blog-hero .blog-date p {
  color: #c8b176;
  text-transform: uppercase;
}
.blog-hero .wht-block {
  background: #fff;
  position: relative;
}
.blog-hero .wht-block h1 {
  color: #c8b176;
  max-width: 60%;
  margin: 0px 0px 30px 0px;
}
@media (max-width: 767px) {
  .blog-hero .wht-block h1 {
    max-width: 100%;
  }
}
.blog-hero .wht-block h2 {
  color: #1a1a1a;
}
.blog-hero .wht-block:before {
  position: absolute;
  top: 0px;
  right: 100%;
  width: 2000px;
  height: 100%;
  background: #fff;
  z-index: 1;
  content: "";
  display: block;
}
.blog-hero .wht-block .content {
  padding: 60px 40px 140px 0px;
}
@media (max-width: 767px) {
  .blog-hero .wht-block .content {
    padding: 60px 40px 60px 0px;
  }
}
.blog-hero .share-block {
  display: flex;
  align-items: flex-end;
}
.blog-hero .share-options {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: #fff;
  width: 100%;
  position: relative;
  padding: 0px 0px;
}
@media (max-width: 767px) {
  .blog-hero .share-options {
    padding-bottom: 20px;
  }
}
.blog-hero .share-options:before {
  position: absolute;
  top: 0px;
  right: 100%;
  width: 20px;
  height: 100%;
  background: #fff;
  z-index: 1;
  content: "";
  display: block;
}
.blog-hero .share-options:after {
  position: absolute;
  top: 0px;
  left: 100%;
  width: 2000px;
  height: 100%;
  background: #fff;
  z-index: 1;
  content: "";
  display: block;
}
.blog-hero .share-options .share-links {
  display: flex;
  align-items: center;
}
.blog-hero .share-options .share-links h6 {
  margin: 0px 22px 0px 0px;
  color: #6f6f6e;
}
@media (max-width: 767px) {
  .blog-hero .share-options .share-links h6 {
    display: none;
  }
}
.blog-hero .share-options .share-links a {
  display: inline-block;
  margin: 0px 22px 0px 0px;
  color: #6f6f6e;
  font-size: 24px;
}
@media (max-width: 767px) {
  .blog-hero .share-options .share-links a {
    margin: 0px 22px 10px 0px;
  }
}
.blog-hero .share-options .nav-links {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .blog-hero .share-options .nav-links {
    position: relative;
    right: -15px;
  }
}
.blog-hero .share-options .nav-links a {
  display: block;
  width: 60px;
  height: 60px;
  background: #1a1a1a;
  z-index: 80;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30% auto;
  border: 1px solid #1a1a1a;
}
.blog-hero .share-options .nav-links a:hover {
  background-color: #fff;
}
.blog-hero .share-options .nav-links a.nav-left {
  background-image: url(../img/gold-arrow.svg);
  transform: rotate(180deg);
}
.blog-hero .share-options .nav-links a.nav-right {
  background-image: url(../img/gold-arrow.svg);
  bottom: 60px;
}

/***********************************
HERO
***********************************/
.hero-top .janky-border {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 40px;
  height: 30vh;
  z-index: 200;
  background: #c8b176;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-top .janky-border {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .hero-top .janky-border {
    width: 20px;
  }
}
.hero-top .janky-border img {
  position: absolute;
  bottom: 100%;
  left: 0px;
  width: 100%;
  height: auto;
}
.hero-top .janky-border:after {
  position: absolute;
  content: "";
  width: 30vh;
  background: #c8b176;
  height: 40px;
  bottom: 0px;
  left: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-top .janky-border:after {
    height: 20px;
  }
}
@media (max-width: 767px) {
  .hero-top .janky-border:after {
    height: 20px;
  }
}
.hero-top .janky-border.jb-short {
  height: 260px;
}

/***********************************
MOBILE INTRO
***********************************/
.mobile-intro {
  padding-bottom: 60px;
  padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mobile-intro {
    padding-bottom: 0px;
  }
}
.mobile-intro .accreditation {
  display: flex;
  align-items: flex-end;
}
.mobile-intro .accreditation img {
  margin-right: 20px;
  height: 60px;
  width: auto;
}
.mobile-intro .accreditation p {
  margin: 0px 0px 0px 0px;
}

/***********************************
BLOG CONTENT
***********************************/
.blog-content {
  padding: 80px 0px;
}
@media (max-width: 767px) {
  .blog-content {
    padding: 40px 0px 10px 0px;
  }
}
.blog-content .content {
  column-count: 2;
  column-gap: 60px;
}
@media (max-width: 767px) {
  .blog-content .content {
    column-count: 1;
  }
}
.blog-content .content h3 {
  font-weight: 900;
  font-size: 22px;
  margin: 0px 0px 8px 0px;
  padding: 10px 0px 0px 0px;
}

/***********************************
SERVICES LIST / SLIDER
***********************************/
.services-list, .services-slider {
  padding-top: 60px;
  padding-bottom: 0px;
}
.services-list .heading, .services-slider .heading {
  position: relative;
  z-index: 20;
}
@media (max-width: 767px) {
  .services-list, .services-slider {
    padding-top: 0px;
  }
  .services-list:before, .services-slider:before {
    top: 80px;
  }
  .services-list .heading, .services-slider .heading {
    margin-bottom: 60px;
  }
  .services-list.bottom-curve:after, .services-slider.bottom-curve:after {
    border-bottom: 500px solid #c8b176;
  }
}
.services-list .services-list-inner, .services-slider .services-list-inner {
  padding-bottom: 0px;
}
.services-list .services-list-inner .slick-track, .services-slider .services-list-inner .slick-track {
  padding: 10px 0px;
}
.services-list .services-list-inner, .services-slider .services-list-inner {
  padding-top: 40px;
}
.services-list .services-list-inner .service-cta, .services-slider .services-list-inner .service-cta {
  background: #c8b176;
  padding: 30px;
  margin: 0px 0px 25px 0px;
}
@media (max-width: 767px) {
  .services-list .services-list-inner .service-cta, .services-slider .services-list-inner .service-cta {
    text-align: center;
    padding: 30px 10px;
  }
}
.services-list .services-list-inner .service-cta h5, .services-slider .services-list-inner .service-cta h5 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1em;
  margin: 0px 0px 20px 0px;
  color: #1a1a1a;
}
.services-list .services-list-inner .service-cta p, .services-slider .services-list-inner .service-cta p {
  color: #fff;
}
.services-list .services-list-inner .service-cta .std-btn, .services-slider .services-list-inner .service-cta .std-btn {
  padding-top: 20px;
}
.services-list .services-list-inner .service-item, .services-slider .services-list-inner .service-item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: inset 0 0 0 2038px rgba(77, 77, 77, 0.8);
  margin: 0px 0px 25px 0px;
}
.services-list .services-list-inner .service-item > a, .services-slider .services-list-inner .service-item > a {
  padding: 30px;
  display: block;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.services-list .services-list-inner .service-item > a:hover, .services-slider .services-list-inner .service-item > a:hover {
  -webkit-box-shadow: 0px 0px 0px 8px #c8b176;
  -moz-box-shadow: 0px 0px 0px 8px #c8b176;
  box-shadow: 0px 0px 0px 8px #c8b176;
}
.services-list .services-list-inner .service-item > a img, .services-slider .services-list-inner .service-item > a img {
  height: 80px;
  width: 80px;
  object-fit: contain;
  object-position: center center;
  margin: 0px 0px 40px 0px;
}
.services-list .services-list-inner .service-item > a h4, .services-slider .services-list-inner .service-item > a h4 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1em;
  margin: 0px 0px 20px 0px;
}
.services-list .services-list-inner .service-item > a h4, .services-list .services-list-inner .service-item > a p, .services-slider .services-list-inner .service-item > a h4, .services-slider .services-list-inner .service-item > a p {
  color: #fff;
}
.services-list .services-list-inner .service-item > a:before, .services-slider .services-list-inner .service-item > a:before {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 40px;
  height: 15px;
  display: block;
  content: "";
  background: #c8b176;
}
.services-list .services-list-inner .service-item > a:after, .services-slider .services-list-inner .service-item > a:after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 15px;
  height: 40px;
  display: block;
  content: "";
  background: #c8b176;
}
.services-list .services-list-inner .service-item > a p, .services-slider .services-list-inner .service-item > a p {
  min-height: 70px;
}
.services-list .services-list-inner .service-item > a .cta, .services-slider .services-list-inner .service-item > a .cta {
  padding-top: 20px;
}
.services-list .services-list-inner .service-item > a .cta span, .services-slider .services-list-inner .service-item > a .cta span {
  font-weight: 900;
  text-transform: uppercase;
  color: #c8b176;
  font-size: 16px;
  display: inline-block;
  padding: 0px 40px 0px 0px;
  position: relative;
}
.services-list .services-list-inner .service-item > a .cta span:after, .services-slider .services-list-inner .service-item > a .cta span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 16px;
  height: 16px;
  margin: -7px 0px 0px 0px;
  background-image: url(../img/gold-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 16px auto;
}
.services-list.bc-wht .services-list-inner .service-cta, .services-slider.bc-wht .services-list-inner .service-cta {
  background: #fff;
}
.services-list.bc-wht .services-list-inner .service-cta h5, .services-slider.bc-wht .services-list-inner .service-cta h5 {
  color: #c8b176;
}
.services-list.bc-wht .services-list-inner .service-cta p, .services-slider.bc-wht .services-list-inner .service-cta p {
  color: #1a1a1a;
}

.services-slider {
  padding-top: 60px;
  padding-bottom: 0px;
}
.services-slider .services-slides .slick-slide {
  margin: 0 10px;
}
.services-slider .services-slides .slick-list {
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .services-slider .h2 {
    max-width: 95%;
  }
}
.services-slider .slider-nav {
  text-align: right;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: relative;
  top: 10px;
}
.services-slider .slider-nav a {
  display: block;
  width: 60px;
  height: 60px;
  background: #fff;
  z-index: 80;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30% auto;
  border: 1px solid #1a1a1a;
}
.services-slider .slider-nav a:hover {
  background-color: #fff;
}
.services-slider .slider-nav a.nav-left {
  background-image: url(../img/gold-arrow.svg);
  transform: rotate(180deg);
}
.services-slider .slider-nav a.nav-right {
  background-image: url(../img/gold-arrow.svg);
  bottom: 60px;
}

/***********************************
BLOG SLIDER
***********************************/
.blog-slider {
  padding: 80px 0px 0px 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-slider {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .blog-slider {
    padding: 30px 0px 0px 0px;
    background: #e5e5e5;
    margin-bottom: 60px;
  }
}
.blog-slider img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .blog-slider img {
    margin-bottom: 30px;
  }
}
.blog-slider .blog-heading {
  margin: 0px 0px 30px 0px;
  padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-slider .blog-heading {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .blog-slider .blog-heading {
    background: #e5e5e5;
    padding: 0px 10px;
  }
}
.blog-slider .blog-heading h3 {
  color: #c8b176;
  margin: 0px 0px 8px 0px;
  max-width: 70%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-slider .blog-heading h3 {
    max-width: 85%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-slider .blog-heading h3 {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-slider .blog-heading h3 {
    max-width: 100%;
  }
}
.blog-slider .blog-heading h3 a {
  color: #c8b176;
}
.blog-slider .blog-heading p {
  color: #c8b176;
  text-transform: uppercase;
  font-size: 18px;
}
.blog-slider .blog-content {
  position: relative;
  background: #e5e5e5;
  padding: 0px 0px 0px 0px;
}
.blog-slider .blog-content .blog-content-inner {
  padding: 30px 30px 0px 0px;
}
@media (max-width: 767px) {
  .blog-slider .blog-content .blog-content-inner {
    padding: 0px 10px 10px 10px;
  }
}
.blog-slider .blog-content:before {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  top: 0px;
  height: calc(100% + 60px);
  width: 40%;
  background: #e5e5e5;
  z-index: 1;
}
@media (max-width: 767px) {
  .blog-slider .blog-content:before {
    display: none;
  }
}
.blog-slider .blog-content:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 100%;
  height: 60px;
  width: 100%;
  background: #e5e5e5;
  z-index: 1;
}
@media (max-width: 767px) {
  .blog-slider .blog-content:after {
    display: none;
  }
}
.blog-slider .blog-content-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  bottom: -14px;
  z-index: 10;
}
@media (max-width: 767px) {
  .blog-slider .blog-content-actions {
    display: block;
    text-align: center;
  }
}
.blog-slider .blog-content-actions ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
@media (max-width: 767px) {
  .blog-slider .blog-content-actions ul {
    margin: 0px 0px 30px 0px;
  }
}
.blog-slider .blog-content-actions ul li {
  margin: 0px 22px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
  display: inline-block;
}
@media (max-width: 767px) {
  .blog-slider .blog-content-actions ul li {
    margin: 0px 12px 0px 12px;
  }
}
.blog-slider .blog-content-actions ul li a {
  font-size: 22px;
  color: #808080;
}
@media (max-width: 767px) {
  .blog-slider .blog-content-actions ul li a {
    font-size: 28px;
  }
}
.blog-slider .blog-image {
  position: relative;
}
.blog-slider .blog-image .slider-nav {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 60px;
  height: 60px;
  background: #c8b176;
  z-index: 80;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30% auto;
  border: 1px solid #c8b176;
}
.blog-slider .blog-image .slider-nav:hover {
  background-color: #fff;
}
.blog-slider .blog-image .slider-nav.slider-left {
  background-image: url(../img/black-arrow.svg);
  transform: rotate(180deg);
}
.blog-slider .blog-image .slider-nav.slider-right {
  background-image: url(../img/black-arrow.svg);
  bottom: 60px;
}
.blog-slider .blog-item {
  padding-bottom: 60px;
}

/***********************************
GOLD FEATURE PANEL
***********************************/
.gold-feature-panel {
  position: relative;
  background: #c8b176;
  z-index: 1;
  margin-top: -60px;
  padding: 140px 0px 80px 0px;
  overflow: visible;
}
.gold-feature-panel .feature-para p {
  font-size: 55px;
  color: #fff;
  font-weight: 400;
  text-transform: none;
}
@media (max-width: 767px) {
  .gold-feature-panel .feature-para p {
    font-size: 40px;
  }
}
.gold-feature-panel .feature-para p a {
  font-weight: 900;
  color: #1a1a1a;
}
.gold-feature-panel .image-left img {
  width: 90%;
  height: auto;
  border: 20px solid #000;
}
@media (max-width: 767px) {
  .gold-feature-panel .image-left img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.gold-feature-panel .gfp-left .content {
  padding-right: 5%;
}
.gold-feature-panel .gfp-right .content {
  padding: 0px 0px 0px 20px;
}
@media (max-width: 767px) {
  .gold-feature-panel .gfp-right .content {
    padding: 40px 0px 0px 0px;
  }
}
.gold-feature-panel .gfp-right .content ul {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
}
.gold-feature-panel .gfp-right .content ul li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 24px;
  list-style: none;
  background: transparent url(../img/white-arrow.svg);
  background-repeat: no-repeat;
  background-position: top 7px left;
  background-size: 14px auto;
}
.gold-feature-panel .std-btn {
  padding-top: 30px;
}
.gold-feature-panel .accred-list {
  padding-top: 60px;
}
.gold-feature-panel .accred-list img {
  height: 100px;
  max-width: 200px;
  object-fit: contain;
  width: auto;
  object-position: top left;
}
@media (max-width: 767px) {
  .gold-feature-panel .accred-list img {
    height: 90px;
  }
}

.janky-h-pattern {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 40px;
  background-image: url(../img/horizontal-pattern.svg);
  background-repeat: repeat-x;
  background-position: center left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .janky-h-pattern {
    height: 20px;
  }
}
@media (max-width: 767px) {
  .janky-h-pattern {
    height: 20px;
  }
}
.janky-h-pattern.pattern-wht {
  background-image: url(../img/horizontal-pattern-dark.svg);
}

.janky-h-pattern-bot {
  position: absolute;
  bottom: -20px;
  left: 0px;
  width: 100%;
  height: 40px;
  background-image: url(../img/horizontal-pattern-dark.svg);
  background-repeat: repeat-x;
  background-position: center left;
  z-index: 100;
}
@media (min-width: 768px) and (max-width: 991px) {
  .janky-h-pattern-bot {
    height: 20px;
    bottom: -10px;
  }
}
@media (max-width: 767px) {
  .janky-h-pattern-bot {
    height: 20px;
    bottom: -10px;
  }
}

/***********************************
CTA FEATURE
***********************************/
.cta-feature {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 0 0 2038px rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 280px 0px;
}
.cta-feature .feature-para {
  padding: 0px 12%;
}
.cta-feature .feature-para p {
  color: #c8b176;
}
.cta-feature .feature-para p strong, .cta-feature .feature-para p a, .cta-feature .feature-para p strong a {
  color: #fff !important;
}
.cta-feature .feature-para p a {
  text-decoration: underline;
}
.cta-feature .feature-para p a:hover {
  color: #c8b176;
}

/***********************************
CONTENT FEATURE
***********************************/
.content-feature {
  padding-top: 60px;
  padding-bottom: 90px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-feature {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .content-feature {
    padding-top: 0px;
  }
}
.content-feature .feature-heading {
  margin: 0px 0px 40px 0px;
}
.content-feature .content-left {
  padding-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-feature .content-left {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .content-feature .content-left {
    padding-right: 0px;
  }
}
.content-feature .content-right {
  padding-left: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-feature .content-right {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .content-feature .content-right {
    padding-left: 0px;
  }
}

.logo-slider-outer {
  padding-top: 40px;
}

.logo-slider {
  display: flex;
  justify-content: space-between;
}
.logo-slider img {
  height: 50px;
  width: auto;
}

.logo-carousel img {
  height: 50px;
  width: auto;
}

/***********************************
CONTACT SECTION
***********************************/
.contact-section {
  padding-top: 60px;
  padding-bottom: 120px;
}
.contact-section.bgdark .h2 {
  color: #fff;
}
@media (max-width: 767px) {
  .contact-section {
    padding-bottom: 0px;
  }
}
.contact-section .form-outer {
  margin: 0px 0px 200px 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-section .form-outer {
    margin: 0px 0px 120px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-section .form-outer {
    margin: 0px 0px 120px 0px;
  }
}
@media (max-width: 767px) {
  .contact-section .form-outer {
    margin: 0px 0px 0px 0px;
  }
}
.contact-section h2 {
  margin-bottom: 60px;
}
.contact-section .feature-para {
  margin: 0px 0px 50px 0px;
}
.contact-section .feature-para p {
  color: #1a1a1a;
}
.contact-section .feature-para p span {
  color: #fff;
}
.contact-section .contact-gold-panel {
  background: #a1835b;
  background: linear-gradient(27deg, #a1835b 0%, #baa372 24%, #efe6a2 69%, #dcce91 70%, #a3865d 88%);
  padding: 30px 30px 40px 30px;
  position: relative;
  left: -30px;
  width: calc(100% + 45px);
  -webkit-box-shadow: 0px 0px 0px 10px black;
  -moz-box-shadow: 0px 0px 0px 10px black;
  box-shadow: 0px 0px 0px 10px black;
  z-index: 10;
}
@media (max-width: 767px) {
  .contact-section .contact-gold-panel {
    left: 0px;
    width: 100%;
  }
}
.contact-section .contact-gold-panel-inner {
  max-width: 70%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-section .contact-gold-panel-inner {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-section .contact-gold-panel-inner {
    max-width: 100%;
  }
}
.contact-section .contact-form {
  background: #333333;
  position: relative;
  top: 40px;
  left: -15px;
  width: calc(100% + 15px);
  padding: 120px 40px 30px 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-section .contact-form {
    padding: 60px 40px 30px 40px;
  }
}
@media (max-width: 767px) {
  .contact-section .contact-form {
    left: 0px;
    width: 100%;
    top: 0px;
    -webkit-box-shadow: 0px 0px 0px 10px #333333;
    -moz-box-shadow: 0px 0px 0px 10px #333333;
    box-shadow: 0px 0px 0px 10px #333333;
    padding: 30px 20px 30px 20px;
  }
}
.contact-section .contact-form:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 100%;
  background: #333333;
  z-index: 20;
}
@media (max-width: 767px) {
  .contact-section .contact-form:before {
    display: none;
  }
}
.contact-section .contact-form:after {
  content: "";
  position: absolute;
  display: block;
  right: 100%;
  top: 0;
  width: 140px;
  height: 100%;
  background: #000;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}
@media (max-width: 767px) {
  .contact-section .contact-form:after {
    display: none;
  }
}
.contact-section .contact-form input, .contact-section .contact-form select {
  font-size: 16px;
  background: transparent;
  border: 2px solid transparent;
  border-image: linear-gradient(37deg, #a68a60 0%, #ece29f 27%, #efe6a2 34%, #a1835b 57%, #c8b176 100%) 2 stretch;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 12px 0px 11px 0px !important;
  color: #fff;
}
.contact-section .contact-form input::-webkit-input-placeholder, .contact-section .contact-form select::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}
.contact-section .contact-form input::-moz-placeholder, .contact-section .contact-form select::-moz-placeholder {
  color: white;
  opacity: 1;
}
.contact-section .contact-form input::-ms-input-placeholder, .contact-section .contact-form select::-ms-input-placeholder {
  color: white;
  opacity: 1;
}
.contact-section .contact-form input::placeholder, .contact-section .contact-form select::placeholder {
  color: white;
  opacity: 1;
}
.contact-section .contact-form select * {
  color: #1a1a1a !important;
}
.contact-section .contact-form textarea {
  background: #1a1a1a;
  color: #c8b176;
  border: none;
  height: 120px !important;
  padding: 12px !important;
}
.contact-section .contact-form textarea::-webkit-input-placeholder {
  color: #c8b176;
  opacity: 1;
}
.contact-section .contact-form textarea::-moz-placeholder {
  color: #c8b176;
  opacity: 1;
}
.contact-section .contact-form textarea::-ms-input-placeholder {
  color: #c8b176;
  opacity: 1;
}
.contact-section .contact-form textarea::placeholder {
  color: #c8b176;
  opacity: 1;
}
.contact-section .contact-form .gfield--type-textarea {
  padding-top: 30px;
}
.contact-section .tel, .contact-section .email {
  padding-top: 10px;
}
.contact-section .tel h6, .contact-section .email h6 {
  color: #fff;
  margin: 0px 0px 0px 0px;
  line-height: 1em;
}
.contact-section .tel p, .contact-section .email p {
  color: #1a1a1a;
  line-height: 1em;
  margin: 0px 0px 0px 0px;
}
.contact-section .tel p a, .contact-section .email p a {
  color: #1a1a1a;
}
.contact-section .tel {
  margin-bottom: 10px;
}
.contact-section .tel p {
  font-size: 40px;
  font-weight: 900;
}
.contact-section .email p {
  line-height: 1em;
  font-size: 24px;
}
@media (max-width: 767px) {
  .contact-section .email p {
    font-size: 18px;
  }
}
.contact-section .contact-cta {
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 767px) {
  .contact-section .contact-cta {
    display: block;
    text-align: center;
  }
}
.contact-section .contact-cta .std-btn {
  margin-right: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-section .contact-cta .std-btn a {
    min-width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-section .contact-cta .std-btn a {
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  .contact-section .contact-cta .std-btn {
    margin-right: 0px;
  }
}
.contact-section .contact-cta h4, .contact-section .contact-cta p {
  line-height: 0.7em;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-section .contact-cta h4, .contact-section .contact-cta p {
    line-height: 1em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-section .contact-cta h4, .contact-section .contact-cta p {
    line-height: 1em;
  }
}
@media (max-width: 767px) {
  .contact-section .contact-cta h4, .contact-section .contact-cta p {
    line-height: 1em;
  }
}
.contact-section .contact-cta h4 a {
  color: #fff;
  text-decoration: underline;
}
.contact-section .contact-cta p {
  color: #c8b176;
}
@media (max-width: 767px) {
  .contact-section .contact-cta .content {
    margin: 0px 0px 30px 0px;
  }
}
.contact-section .gform_confirmation_message {
  color: #fff !important;
  font-size: 22px;
  font-weight: 900;
  line-height: 1em;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .contact-signoff {
    background: #1d1f1f;
    padding: 80px 0px 80px 0px;
  }
}

/***********************************
FREE TEXT
***********************************/
.free-text {
  padding: 60px 0px;
}
.free-text .textcol-2 {
  column-count: 2;
  column-gap: 40px;
}
@media (max-width: 767px) {
  .free-text .textcol-2 {
    column-count: 1;
    column-gap: 0px;
  }
}
.free-text .textcol-3 {
  column-count: 3;
  column-gap: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .free-text .textcol-3 {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .free-text .textcol-3 {
    column-count: 1;
    column-gap: 0px;
  }
}
.free-text .textcol-4 {
  column-count: 4;
  column-gap: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .free-text .textcol-4 {
    column-count: 3;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .free-text .textcol-4 {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .free-text .textcol-4 {
    column-count: 1;
    column-gap: 0px;
  }
}

/***********************************
SPLIT CONTENT
***********************************/
.split-content {
  position: relative;
  padding: 0px 0px 0px 0px;
}
.split-content .blk-panel .content {
  padding: 0px 40px 80px 0px;
}
.split-content .blk-panel .content h2 {
  color: #c8b176;
  font-size: 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .split-content .blk-panel .content h2 {
    font-size: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .split-content .blk-panel .content h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .split-content .blk-panel .content h2 {
    font-size: 32px;
  }
}
.split-content .wht-panel .content {
  padding: 20px 0px 40px 20px;
}
@media (max-width: 767px) {
  .split-content .wht-panel .content {
    padding: 20px 0px 40px 0px;
  }
}
.split-content .wht-panel .content .std-btn {
  padding-top: 30px;
}

/***********************************
SPLIT CONTENT WITH IMAGE
***********************************/
.split-content-with-img {
  position: relative;
  padding: 0px 0px 80px 0px;
}
@media (max-width: 767px) {
  .split-content-with-img {
    padding: 0px 0px 20px 0px;
  }
}
.split-content-with-img .blk-panel .content {
  padding: 50px 30% 80px 0px;
}
.split-content-with-img .blk-panel .content h2 {
  color: #fff;
}
.split-content-with-img .blk-panel .content h2 strong {
  color: #c8b176;
}
.split-content-with-img .blk-panel .accred-logo {
  padding-top: 50px;
}
.split-content-with-img .blk-panel .accred-logo img {
  height: 90px;
  width: auto;
}
.split-content-with-img .wht-panel .content {
  padding: 0px 0px 220px 20px;
}
@media (max-width: 767px) {
  .split-content-with-img .wht-panel .content {
    padding: 40px 0px 40px 0px;
  }
}
.split-content-with-img .img-shell {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  z-index: 5;
}
@media (max-width: 767px) {
  .split-content-with-img .img-shell {
    position: relative;
  }
}
.split-content-with-img .img-shell img {
  height: 280px;
  width: auto;
  position: relative;
  left: 40px;
}
@media (max-width: 767px) {
  .split-content-with-img .img-shell img {
    height: 180px;
  }
}

/***********************************
LOGO SLIDER
***********************************/
.logo-slider-section {
  padding: 40px 0px 0px 0px;
  text-align: center;
}

/***********************************
CTA PANEL
***********************************/
.cta-section-panel {
  padding: 60px 0px 10px 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .cta-section-panel {
    padding: 60px 0px 60px 0px;
  }
}

/***********************************
NEWS LISTING
***********************************/
.news-listing {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .news-listing {
    padding-top: 0px;
  }
}
.news-listing .news-item {
  margin-bottom: 25px;
  transition: all 0.4s ease-in-out;
}
.news-listing .news-item > a {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: inset 0 0 0 2038px rgba(0, 0, 0, 0.7);
  aspect-ratio: 1/1;
  padding: 20px;
}
.news-listing .news-item > a h4 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1em;
  margin: 0px 0px 20px 0px;
  color: #c8b176;
}
.news-listing .news-item > a p {
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
  color: #fff;
}
.news-listing .news-item:hover {
  -webkit-box-shadow: 0px 0px 0px 8px #c8b176;
  -moz-box-shadow: 0px 0px 0px 8px #c8b176;
  box-shadow: 0px 0px 0px 8px #c8b176;
}
.news-listing .news-item .cta-news {
  background: #c8b176;
}
.news-listing .news-item .cta-news a {
  display: block;
  padding: 20px;
}
.news-listing .news-item .cta-news a span {
  display: block;
  padding: 4px 8px 6px 8px;
  background: #1a1a1a;
  color: #c8b176;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  background-image: url(../img/gold-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 8px;
  background-size: auto 14px;
}

/***********************************
ACCREDITATIONS
***********************************/
.accreditations {
  padding: 60px 0px 0px 0px;
}
.accreditations .accreditation {
  margin: 0px 0px 60px 0px;
}
.accreditations .accreditation .acc-logo {
  height: 100px;
  width: 200px;
  display: block;
  margin: 0px 0px 20px 0px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
}
@media (max-width: 767px) {
  .accreditations .accreditation .acc-logo {
    background-position: center center;
    margin: 0px auto 20px auto;
  }
}
@media (max-width: 767px) {
  .accreditations .acc-item {
    text-align: center;
  }
}
.accreditations .acc-item:nth-child(even) .accreditation {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .accreditations .acc-item:nth-child(even) .accreditation {
    padding-left: 0px;
  }
}
.accreditations .acc-item:nth-child(odd) .accreditation {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .accreditations .acc-item:nth-child(odd) .accreditation {
    padding-right: 0px;
  }
}

/***********************************
CONTACT
***********************************/
.contact-points {
  margin: 0px 0px 30px 0px;
  padding: 20px 0px 0px 0px;
}
.contact-points li {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
  display: flex;
  align-items: center;
  line-height: 1em;
}
.contact-points li span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #1a1a1a;
  color: #c8b176;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  font-size: 20px;
  margin: 0px 20px 0px 0px;
}
.contact-points li.tel a {
  font-size: 40px;
  text-transform: uppercase;
  color: #1a1a1a;
  font-weight: 900;
  display: inline-block;
  position: relative;
  top: -4px;
}
@media (max-width: 767px) {
  .contact-points li.tel a {
    font-size: 30px;
  }
}
.contact-points li.tel a:hover {
  color: #c8b176;
}
.contact-points li.email a {
  color: #1a1a1a;
  font-size: 24px;
  display: inline-block;
  position: relative;
  top: -4px;
}
@media (max-width: 767px) {
  .contact-points li.email a {
    font-size: 18px;
  }
}
.contact-points li.email a:hover {
  color: #c8b176;
}

.address-list .address h6, .address-list .address p {
  color: #4d4d4d;
}
.address-list .address h6 {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0px 0px 0px 0px;
  font-weight: 900;
}

/***********************************
FAQS
***********************************/
.faqs {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: visible !important;
}
@media (max-width: 767px) {
  .faqs {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.faqs h2 {
  margin-bottom: 70px;
  font-weight: 700;
}
.faqs .faq-list .faq {
  border-top: 1px solid #808080;
}
.faqs .faq-list .faq h5 {
  margin: 0px 0px 0px 0px;
  line-height: 140%;
}
.faqs .faq-list .faq h5 a {
  display: block;
  padding: 30px 80px 36px 0px;
  color: #808080;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.6px;
  position: relative;
}
@media (max-width: 767px) {
  .faqs .faq-list .faq h5 a {
    font-size: 22px;
    padding: 20px 80px 26px 0px;
  }
}
.faqs .faq-list .faq h5 a:after {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 22px;
  right: 0px;
  top: 50%;
  margin-top: -11px;
  background: transparent url(../img/faq-arrow.svg) no-repeat;
  background-size: contain;
}
.faqs .faq-list .faq .answer {
  display: none;
  margin-bottom: 50px;
}
.faqs .faq-list .faq .answer.open {
  display: block;
}
.faqs .faq-list .faq.active h5 a {
  color: #c8b176;
}
.faqs .faq-list .faq.active h5 a:after {
  transform: rotate(90deg);
}

/***********************************
FOOTER
***********************************/
body > footer {
  border-top: 4px solid transparent;
  border-image: linear-gradient(37deg, #a68a60 0%, #ece29f 27%, #efe6a2 34%, #a1835b 57%, #c8b176 100%) 2 stretch;
  position: relative;
  z-index: 100;
  background: #0a0a0c;
  min-height: 400px;
  padding: 0px 0px 120px 0px;
}
@media (max-width: 767px) {
  body > footer {
    padding: 0px 0px 40px 0px;
    text-align: center;
  }
}
body > footer .logo {
  display: inline-block;
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -55px;
}
body > footer .logo img {
  position: absolute;
  top: -45px;
  left: 0px;
  width: 110px;
  height: auto;
}
body > footer h4 {
  color: #4d4d4d;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body > footer h4 {
    font-size: 22px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body > footer h4 {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  body > footer h4 {
    padding-top: 10px;
    font-size: 22px !important;
  }
}
body > footer address {
  color: #999999;
  line-height: 1.4em;
}
body > footer .fnav {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
body > footer .fnav li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
  color: #999999;
  line-height: 1.4em;
}
body > footer .fnav li a {
  color: #999999;
}
body > footer .fnav li a:hover {
  color: #fff;
}
body > footer .social {
  padding-top: 30px;
  margin-bottom: 30px;
}
body > footer .social ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  body > footer .social ul {
    justify-content: center;
  }
}
body > footer .social ul li {
  margin: 0px 22px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
}
@media (max-width: 767px) {
  body > footer .social ul li {
    margin: 0px 8px 0px 8px;
  }
}
body > footer .social ul li a {
  display: inline-flex;
  background: #c8b176;
  width: 40px;
  height: 40px;
  color: #0a0a0c;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  border-radius: 4px;
}
body > footer .social ul li a:hover {
  background: #fff;
}
@media (max-width: 767px) {
  body > footer .social ul li a {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
}
body > footer .social ul li.lrg a {
  font-size: 24px;
}
@media (max-width: 767px) {
  body > footer .social ul li.lrg a {
    font-size: 20px;
  }
}
body > footer .copyright p {
  color: #999999;
  margin: 0px 0px 0px 0px;
}
body > footer .copyright p a {
  color: #999999;
}
body > footer .copyright p a:hover {
  color: #fff;
}
body > footer .twitter {
  margin: 0px 0px 40px 0px;
  background: #a68a60;
  background: linear-gradient(37deg, #a68a60 0%, #ece29f 27%, #efe6a2 34%, #a1835b 57%, #c8b176 86%, #c8b176 100%);
  padding: 90px 0px 40px 0px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 767px) {
  body > footer .twitter {
    margin: 0px 0px 20px 0px;
  }
}
body > footer .twitter br {
  display: none;
}
body > footer .twitter a {
  color: #1a1a1a;
  text-decoration: underline;
}
body > footer .twitter .icon {
  color: #1a1a1a;
  font-size: 38px;
}
body > footer .threat-level {
  border: 11px solid #fff;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0px 40px 0px;
}
@media (max-width: 767px) {
  body > footer .threat-level {
    margin: 0px 0px 20px 0px;
    display: block;
    text-align: center;
    border: 6px solid #fff;
  }
}
@media (max-width: 767px) {
  body > footer .threat-level .info {
    margin-bottom: 50px;
  }
}
body > footer .threat-level .info h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 12px;
  line-height: 100%;
}
@media (max-width: 767px) {
  body > footer .threat-level .info h3 {
    font-size: 18px;
  }
}
body > footer .threat-level .info p {
  line-height: 100%;
}
body > footer .threat-level .info p a {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 900;
  text-decoration: underline;
}
body > footer .threat-level .info p a.low {
  color: #90ce2e;
}
body > footer .threat-level .info p a.moderate {
  color: #fcae00;
}
body > footer .threat-level .info p a.substantial {
  color: #ff0000;
}
body > footer .threat-level .info p a.severe {
  color: #ff0000;
}
body > footer .threat-level .info p a.critical {
  color: #ff0000;
}
@media (min-width: 768px) and (max-width: 991px) {
  body > footer .threat-level .info p a {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  body > footer .threat-level .info p a {
    font-size: 30px;
  }
}
body > footer .threat-level .info p a:hover {
  color: #fff !important;
}
body > footer .threat-level img {
  height: 56px;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  body > footer .threat-level img {
    height: 36px;
  }
}
@media (max-width: 767px) {
  body > footer .threat-level img {
    width: 90%;
    height: auto;
    margin: 0px auto;
  }
}

/*# sourceMappingURL=layout.css.map */
