@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montaga&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arima:wght@100..700&display=swap");
.Zebra_DatePicker {
  background: #f4f4f4;
  border-radius: 4px;
  color: #fff;
  font: 13px Gadugi;
  padding: 7px 7px;
  position: absolute;
  display: table;
  *width: 255px;
  z-index: 1200;
}
.Zebra_DatePicker *, .Zebra_DatePicker *:after, .Zebra_DatePicker *:before {
  box-sizing: content-box !important;
}
.Zebra_DatePicker * {
  padding: 0;
}
.Zebra_DatePicker table {
  border-collapse: collapse;
  border-radius: 4px;
  border-spacing: 0;
  width: 100%;
}
.Zebra_DatePicker th, .Zebra_DatePicker td {
  padding: 5px;
  cursor: pointer;
  text-align: center;
  min-width: 25px;
  width: 25px;
}
.Zebra_DatePicker .dp_body th, .Zebra_DatePicker .dp_body td {
  border: 1px solid #f4f4f4;
}
.Zebra_DatePicker .dp_body th:first-child, .Zebra_DatePicker .dp_body td:first-child {
  border-left: none;
}
.Zebra_DatePicker .dp_body th:last-child, .Zebra_DatePicker .dp_body td:last-child {
  border-right: none;
}
.Zebra_DatePicker .dp_body tr:first-child th, .Zebra_DatePicker .dp_body tr:first-child td {
  border-top: none;
}
.Zebra_DatePicker .dp_body tr:last-child th, .Zebra_DatePicker .dp_body tr:last-child td {
  border-bottom: none;
}
.Zebra_DatePicker .dp_body td {
  color: #344048;
}
.Zebra_DatePicker .dp_body .dp_time_controls_condensed td {
  width: 25%;
}
.Zebra_DatePicker .dp_body .dp_current {
  background: #b1b1b1;
  color: #ffffff;
}
.Zebra_DatePicker .dp_body .dp_selected {
  background: #db2b20;
  color: #fff;
}
.Zebra_DatePicker .dp_body .dp_disabled {
  color: #c7c7c7;
  cursor: text;
}
.Zebra_DatePicker .dp_body .dp_disabled.dp_current {
  color: white;
}
.Zebra_DatePicker .dp_body .dp_hover {
  color: #fff;
  background: #00426a;
}
.Zebra_DatePicker .dp_body .dp_hover.dp_time_control {
  background-color: white;
}
.Zebra_DatePicker .dp_monthpicker td, .Zebra_DatePicker .dp_yearpicker td, .Zebra_DatePicker .dp_timepicker td {
  width: 33.3333%;
}
.Zebra_DatePicker .dp_timepicker .dp_disabled {
  border: none;
  color: #344048;
  font-size: 26px;
  font-weight: bold;
}
.Zebra_DatePicker .dp_time_separator div {
  position: relative;
}
.Zebra_DatePicker .dp_time_separator div:after {
  content: ":";
  color: 1px solid #f4f4f4;
  font-size: 20px;
  left: 100%;
  margin-left: 2px;
  margin-top: -13px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.Zebra_DatePicker .dp_header {
  margin-bottom: 7px;
}
@supports (-ms-ime-align:auto) {
  .Zebra_DatePicker .dp_header {
    font-family: "Segoe UI Symbol", Tahoma, Arial, Helvetica, sans-serif;
  }
}
.Zebra_DatePicker .dp_header tr {
  display: flex;
  justify-content: space-between;
}
.Zebra_DatePicker .dp_header tr .dp_caption {
  order: 1;
}
.Zebra_DatePicker .dp_header tr .dp_previous {
  order: 2;
  margin-right: 15px;
  margin-left: auto;
}
.Zebra_DatePicker .dp_header tr .dp_next {
  order: 3;
}
.Zebra_DatePicker .dp_footer {
  margin-top: 7px;
}
.Zebra_DatePicker .dp_footer .dp_icon {
  width: 50%;
}
.Zebra_DatePicker .dp_actions td {
  border-radius: 4px;
}
.Zebra_DatePicker .dp_actions .dp_caption {
  font-weight: bold;
  width: auto;
  color: #344048;
  font-size: 16px;
  text-align: left;
}
.Zebra_DatePicker .dp_actions .dp_previous, .Zebra_DatePicker .dp_actions .dp_next {
  *padding: 0 10px;
  background-color: #ffffff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  min-width: 18px;
}
.Zebra_DatePicker .dp_actions .dp_previous:hover, .Zebra_DatePicker .dp_actions .dp_next:hover {
  background-color: #db2b20;
}
.Zebra_DatePicker .dp_actions .dp_previous:hover > span svg path, .Zebra_DatePicker .dp_actions .dp_next:hover > span svg path {
  fill: #ffffff;
}
.Zebra_DatePicker .dp_actions .dp_hover {
  background-color: white;
}
.Zebra_DatePicker .dp_daypicker th {
  color: #666;
  cursor: text;
  font-weight: normal;
  font-size: 16px;
  color: #899196;
}
.Zebra_DatePicker.dp_hidden {
  display: none;
}
.Zebra_DatePicker .dp_icon {
  height: 16px;
  background-image: url("icons.png");
  background-repeat: no-repeat;
  text-indent: -9999px;
  *text-indent: 0;
}
.Zebra_DatePicker .dp_icon.dp_confirm {
  background-position: center -123px;
}
.Zebra_DatePicker .dp_icon.dp_view_toggler {
  background-position: center -91px;
}
.Zebra_DatePicker .dp_icon.dp_view_toggler.dp_calendar {
  background-position: center -59px;
}
button.Zebra_DatePicker_Icon {
  background: url("icons.png") no-repeat center top;
  border: none;
  cursor: pointer;
  display: block;
  height: 16px;
  line-height: 0;
  padding: 0;
  position: absolute;
  text-indent: -9000px;
  width: 16px;
}
button.Zebra_DatePicker_Icon.Zebra_DatePicker_Icon_Disabled {
  background-position: center -32px;
  cursor: default;
}
/*!
Theme Name: Wordpress Theme 
Theme URI: https://btsbrands.com/
Author: BTS Brands
Author URI: https://btsbrands.com/
Version: 1.0.1
*/
@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("assets/fonts/Font Awesome 5 Free-Solid-900.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@keyframes growHeight {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}
.animate__growHeight {
  overflow: hidden;
  animation: growHeight 2s ease-out forwards;
}
@keyframes growHeight_1 {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 107%;
    opacity: 1;
  }
}
.animate__growHeight_1 {
  overflow: hidden;
  animation: growHeight_1 2s ease-out forwards;
}
/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
@media (min-width: 576px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1056px;
  }
}
.section-background {
  position: relative;
  overflow: hidden;
}
.bts-anchor {
  padding-top: 50px;
  margin-top: -50px;
}
.bts-anchor.offset {
  padding-top: 100px;
  margin-top: -100px;
}
.bts-section {
  padding: 100px 0;
  position: relative;
}
.bts-section.has-border {
  padding: 0;
}
.bts-section.has-border .bts-section-anchor {
  margin: 0 auto -20px;
}
.bts-section.has-border .section-content {
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  padding: 100px 0;
  margin-bottom: 0;
}
.bts-section .line-flow {
  width: 3px;
  background: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: -1;
}
.bts-section-anchor {
  background: #ffffff;
  width: 150px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border-radius: 3px;
  margin: 0 auto 50px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 13px;
}
.fa-solid {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
}
.fa-solid.fa-envelope-open:before {
  content: "";
}
.fa-solid.fa-square-phone:before {
  content: "";
}
.bts-separator {
  width: 184px;
  background: #ffffff;
  height: 4px;
  margin-bottom: 30px;
}
.bts--tabs {
  margin: 0 0 50px;
}
.bts--tabs .bts-tab-item .bts-tab-btn {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-family: "Montaga", serif;
  font-size: 28px;
  cursor: pointer;
  border-bottom: 4px solid #919292;
  padding: 17px 30px 13px;
  align-items: center;
}
.bts--tabs .bts-tab-item .bts-tab-btn .bts-tab-arrow {
  display: flex;
  height: 47px;
}
.bts--tabs .bts-tab-item .bts--tab-content {
  display: none;
  font-size: 16px;
  line-height: 27px;
  font-weight: 200;
  border-top: 1px solid #818285;
  padding-top: 20px;
  margin-bottom: 20px;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.bts--tabs .bts-tab-item.active {
  background: #404041;
  margin-bottom: 0;
}
.bts--tabs .bts-tab-item.active .bts-tab-btn {
  color: #ffffff;
  border-color: #404041;
}
.bts--tabs .bts-tab-item.active .bts-tab-btn svg path:first-child {
  fill: #ffffff;
}
.bts--tabs-content {
  position: relative;
  padding: 3.5em 0 4em 4em;
}
.bts--tabs-content:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #ffffff;
  border-radius: 14px;
  width: 50vw;
  height: 100%;
  display: block;
  z-index: 0;
}
.bts--tabs-content .bts--tab-content {
  z-index: 1;
  position: relative;
  display: none;
}
.bts--tabs-content .bts--tab-content.active {
  display: block;
}
.bts--tabs-content .bts--tab-content h3 {
  font-size: 36px;
  margin: 0 0 30px;
}
.bts--tabs-content .bts--tab-content .tab-properties-heading {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 30px;
}
/* Default hidden state */
.bts-animate {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  /* When animation starts */
}
.bts-animate.animate__animated {
  opacity: 1;
  visibility: visible;
}
.show-footer-bg {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #ffffff;
}
.page-intro-section {
  text-align: center;
  padding: 80px 30px;
  margin-bottom: 15px;
  background-color: #fff;
}
.page-intro-section h2 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
}
.page-intro-section .page-intro-subheading {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 2rem;
}
.page-intro-section .page-intro-separator {
  margin: 0 auto 30px;
  background: #ffffff;
  max-width: 150px;
  height: 5px;
}
.page-intro-section .page-intro-content {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.25rem;
  line-height: 1.8;
}
.page-intro-content p {
  font-size: 1.25rem;
  line-height: 1.8;
}
.page-content {
  position: relative;
}
.content-box {
  background: #fff;
  padding: 80px 90px;
}
.bts-section-nav {
  z-index: 2;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.bts-section-nav.bts-section-nav-top {
  bottom: unset;
  top: 20px;
}
.bts-section-nav.bts-section-nav-bottom {
  bottom: 140px;
}
.bts-section-nav svg {
  margin: 0 !important;
}
.svg-wrapper {
  display: inline-block;
  position: relative;
}
.svg-wrapper svg {
  overflow: visible;
}
.pulse-circle {
  transform-origin: 17.6px 17.6px;
  /* center of SVG */
  animation: pulse 2.5s infinite ease-out;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    /* expand outward */
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
  font-family: "Montaga", serif;
  line-height: 30px;
  font-weight: 300;
  color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 500;
  color: #ffffff;
  font-family: "Arima", sans-serif;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
strong {
  font-weight: 700;
}
b {
  font-weight: 500 !important;
}
.fa {
  font-family: "FontAwesome" !important;
  font-weight: normal !important;
}
p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #ffffff;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
html.no-scroll, html.popup-no-scroll {
  overflow: hidden !important;
  height: 100%;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #000000;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul.check {
  list-style: none;
}
ul.check li {
  padding-left: 35px !important;
  margin-bottom: 10px;
}
ul.check li:before {
  content: "" !important;
  font-family: FontAwesome;
  display: inline-block;
}
ul.cross {
  list-style: none;
}
ul.cross li {
  padding-left: 35px !important;
  margin-bottom: 10px;
}
ul.cross li:before {
  content: "" !important;
  font-family: FontAwesome;
  display: inline-block;
}
ul.dots {
  list-style: none;
  margin-top: 10px;
  padding: 0;
}
ul.dots li {
  padding-left: 20px !important;
  margin-bottom: 10px;
  position: relative;
}
ul.dots li:before {
  content: "" !important;
  background-color: #ffffff;
  width: 4px;
  height: 4px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 100%;
}
ul.sitemap-list {
  padding: 0 0 0 15px;
}
ul.sitemap-list ul {
  margin: 0;
}
ul.list-buttons {
  list-style: none;
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
  max-width: 400px;
  align-self: flex-start;
}
ul.list-buttons li a {
  padding: 5px 12px 3px;
  border: solid 1px #ffffff;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
}
ul.list-buttons li a:after {
  content: "»";
  display: inline-block;
  color: #ffffff;
}
ul.list-buttons li a:hover {
  color: #ffffff;
  background: #ffffff;
}
ul.list-buttons li a:hover:after {
  color: #ffffff;
}
ol {
  list-style: decimal;
  margin-top: 10px;
  padding-left: 15px;
}
ol li {
  padding-left: 5px;
  margin-bottom: 10px;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  width: 100% !important;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
#wpadminbar {
  position: absolute;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"], .button {
  background: #9f2a2b;
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  border: 0 none;
  cursor: pointer;
  padding: 20px;
  height: 40px;
  display: flex;
  max-width: fit-content;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover {
  background: #ffffff;
  color: #9f2a2b;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
button:focus, button:active, input[type="button"]:focus, input[type="button"]:active, input[type="reset"]:focus, input[type="reset"]:active, input[type="submit"]:focus, input[type="submit"]:active, .button:focus, .button:active {
  background: #ffffff;
  color: #9f2a2b;
  outline: none;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
button.inverted, input[type="button"].inverted, input[type="reset"].inverted, input[type="submit"].inverted, .button.inverted {
  background: #ffffff;
  color: #ffffff;
}
button.inverted:hover, input[type="button"].inverted:hover, input[type="reset"].inverted:hover, input[type="submit"].inverted:hover, .button.inverted:hover {
  background-color: #ffffff;
  color: #ffffff;
}
*:focus {
  outline: none;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: transparent;
  padding: 10px 15px;
  width: 100%;
  box-shadow: unset !important;
  font-size: 18px;
  font-weight: 200;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  border-color: #ffffff;
}
input[type="text"].qty, input[type="email"].qty, input[type="url"].qty, input[type="password"].qty, input[type="search"].qty, input[type="number"].qty, input[type="tel"].qty, input[type="range"].qty, input[type="date"].qty, input[type="month"].qty, input[type="week"].qty, input[type="time"].qty, input[type="datetime"].qty, input[type="datetime-local"].qty, input[type="color"].qty, textarea.qty {
  padding: 2px;
}
select {
  border: 1px solid #ffffff;
  padding: 0.8em 1.2em 0.6em;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
select:focus {
  border-color: #ffffff;
}
.dropdown {
  position: relative;
  background-color: #ffffff;
}
.dropdown:before {
  background-color: #cbcbcb;
  content: "";
  display: inline-block;
  width: 2px;
  height: 38px;
  top: 0;
  bottom: 0;
  right: 53px;
  margin: auto 0;
  position: absolute;
  z-index: 5;
}
.dropdown:after {
  position: absolute;
  content: "";
  background-image: url(images/arrow-grey.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: inline-block;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 5;
}
.dropdown select {
  -webkit-appearance: none;
  width: 100%;
  padding: 1em 4em 1em 1em;
  z-index: 2;
  position: relative;
  background-color: transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
textarea {
  width: 100%;
  border: 1px solid #ffffff;
}
#searchform {
  display: flex;
  margin-bottom: 20px;
  max-width: 400px;
}
#searchform input[type="text"] {
  color: #000000;
}
#searchform input, #searchform button {
  border-radius: 0;
}
.full-width-button a {
  width: 100% !important;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
}
.form .form-field {
  margin-bottom: 30px;
}
.form .form-radio-field {
  display: flex;
}
.form .form-radio-field .form-radio-item {
  width: 100%;
  max-width: 150px;
  display: flex;
  align-items: center;
}
.form .form-radio-field .form-radio-item label {
  margin: 0 0 0 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form .form-radio-field .form-radio-item input[type="radio"] {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #979797;
  border-radius: 50%;
  outline: none;
}
.form .form-radio-field .form-radio-item input[type="radio"]:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 18% auto 0;
  border-radius: 50%;
}
.form .form-radio-field .form-radio-item input[type="radio"]:checked:before {
  background: #ffffff;
}
.form textarea {
  height: 215px;
}
.form .required.field-error {
  border-color: #ffffff;
  color: #ffffff;
}
.form .required.field-error::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}
.form .required.field-error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}
.form .required.field-error::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff;
}
.form #cf-submit {
  font-size: 16px;
  width: 100%;
  max-width: 150px;
}
.form-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
}
.two-columns .form-col {
  width: calc(50% - 7.5px);
  box-sizing: border-box;
}
.wpcf7-form p {
  width: 100%;
  margin: 0 0 20px;
}
.wpcf7-form .col {
  margin-bottom: 1.5rem;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="url"], .wpcf7-form input[type="password"], .wpcf7-form input[type="search"], .wpcf7-form input[type="number"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="range"], .wpcf7-form input[type="date"], .wpcf7-form input[type="month"], .wpcf7-form input[type="week"], .wpcf7-form input[type="time"], .wpcf7-form input[type="datetime"], .wpcf7-form input[type="datetime-local"], .wpcf7-form input[type="color"], .wpcf7-form textarea {
  background: #0D0D0D;
  border-color: #ffffff;
  border-radius: 0;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  min-height: 60px;
}
.wpcf7-form input[type="text"]:hover, .wpcf7-form input[type="text"]:focus, .wpcf7-form input[type="email"]:hover, .wpcf7-form input[type="email"]:focus, .wpcf7-form input[type="url"]:hover, .wpcf7-form input[type="url"]:focus, .wpcf7-form input[type="password"]:hover, .wpcf7-form input[type="password"]:focus, .wpcf7-form input[type="search"]:hover, .wpcf7-form input[type="search"]:focus, .wpcf7-form input[type="number"]:hover, .wpcf7-form input[type="number"]:focus, .wpcf7-form input[type="tel"]:hover, .wpcf7-form input[type="tel"]:focus, .wpcf7-form input[type="range"]:hover, .wpcf7-form input[type="range"]:focus, .wpcf7-form input[type="date"]:hover, .wpcf7-form input[type="date"]:focus, .wpcf7-form input[type="month"]:hover, .wpcf7-form input[type="month"]:focus, .wpcf7-form input[type="week"]:hover, .wpcf7-form input[type="week"]:focus, .wpcf7-form input[type="time"]:hover, .wpcf7-form input[type="time"]:focus, .wpcf7-form input[type="datetime"]:hover, .wpcf7-form input[type="datetime"]:focus, .wpcf7-form input[type="datetime-local"]:hover, .wpcf7-form input[type="datetime-local"]:focus, .wpcf7-form input[type="color"]:hover, .wpcf7-form input[type="color"]:focus, .wpcf7-form textarea:hover, .wpcf7-form textarea:focus {
  border-color: #9f2a2b;
}
.wpcf7-form input[type="text"]::placeholder, .wpcf7-form input[type="email"]::placeholder, .wpcf7-form input[type="url"]::placeholder, .wpcf7-form input[type="password"]::placeholder, .wpcf7-form input[type="search"]::placeholder, .wpcf7-form input[type="number"]::placeholder, .wpcf7-form input[type="tel"]::placeholder, .wpcf7-form input[type="range"]::placeholder, .wpcf7-form input[type="date"]::placeholder, .wpcf7-form input[type="month"]::placeholder, .wpcf7-form input[type="week"]::placeholder, .wpcf7-form input[type="time"]::placeholder, .wpcf7-form input[type="datetime"]::placeholder, .wpcf7-form input[type="datetime-local"]::placeholder, .wpcf7-form input[type="color"]::placeholder, .wpcf7-form textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}
.wpcf7-form input[type="text"]:-ms-input-placeholder, .wpcf7-form input[type="email"]:-ms-input-placeholder, .wpcf7-form input[type="url"]:-ms-input-placeholder, .wpcf7-form input[type="password"]:-ms-input-placeholder, .wpcf7-form input[type="search"]:-ms-input-placeholder, .wpcf7-form input[type="number"]:-ms-input-placeholder, .wpcf7-form input[type="tel"]:-ms-input-placeholder, .wpcf7-form input[type="range"]:-ms-input-placeholder, .wpcf7-form input[type="date"]:-ms-input-placeholder, .wpcf7-form input[type="month"]:-ms-input-placeholder, .wpcf7-form input[type="week"]:-ms-input-placeholder, .wpcf7-form input[type="time"]:-ms-input-placeholder, .wpcf7-form input[type="datetime"]:-ms-input-placeholder, .wpcf7-form input[type="datetime-local"]:-ms-input-placeholder, .wpcf7-form input[type="color"]:-ms-input-placeholder, .wpcf7-form textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}
.wpcf7-form input[type="text"]::-ms-input-placeholder, .wpcf7-form input[type="email"]::-ms-input-placeholder, .wpcf7-form input[type="url"]::-ms-input-placeholder, .wpcf7-form input[type="password"]::-ms-input-placeholder, .wpcf7-form input[type="search"]::-ms-input-placeholder, .wpcf7-form input[type="number"]::-ms-input-placeholder, .wpcf7-form input[type="tel"]::-ms-input-placeholder, .wpcf7-form input[type="range"]::-ms-input-placeholder, .wpcf7-form input[type="date"]::-ms-input-placeholder, .wpcf7-form input[type="month"]::-ms-input-placeholder, .wpcf7-form input[type="week"]::-ms-input-placeholder, .wpcf7-form input[type="time"]::-ms-input-placeholder, .wpcf7-form input[type="datetime"]::-ms-input-placeholder, .wpcf7-form input[type="datetime-local"]::-ms-input-placeholder, .wpcf7-form input[type="color"]::-ms-input-placeholder, .wpcf7-form textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff;
}
.wpcf7-form .center-submit {
  margin-top: 20px;
}
.wpcf7-form .center-submit p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wpcf7-form .wpcf7-spinner {
  margin-top: 30px;
  position: absolute;
}
.wpcf7-form button, .wpcf7-form input[type="button"], .wpcf7-form input[type="reset"], .wpcf7-form input[type="submit"], .wpcf7-form .button {
  width: 100%;
  max-width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#breadcrumbs {
  margin: 1.2em 0 15px;
}
.menu-button {
  display: flex;
  float: right;
  justify-content: center;
  height: 40px;
  padding: 9px 10px 5px;
  background-color: #9f2a2b;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 10003;
  border-radius: 500px;
  position: relative;
  align-items: center;
}
@media (min-width: 1024px) {
  .menu-button {
    display: none;
  }
}
.menu-toggle {
  display: inline-block;
  cursor: pointer;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.menu-toggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
.menu-toggle span {
  display: block;
  width: 16px;
  height: 2px;
  margin-bottom: 4px;
  position: relative;
  background: #ffffff;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  border-radius: 2px;
}
.menu-toggle span:first-child {
  transform-origin: 0% 0%;
}
.menu-toggle span:last-child {
  margin-bottom: 0;
}
.menu-toggle.toggled span {
  opacity: 1;
  transform: rotate(43.5deg) translate(1.2px, -3px);
}
.menu-toggle.toggled span:nth-child(2) {
  -webkit-transform: rotate(-42deg) translate(-0.5px, 1px);
  transform: rotate(-42deg) translate(-0.5px, 1px);
}
.menu-toggle.toggled span:nth-child(3) {
  display: none;
}
#primary-menu {
  height: 100%;
}
.main-navigation {
  clear: both;
  width: 100%;
  height: 100%;
  position: relative;
}
.main-navigation .menu-main-menu-container {
  position: relative;
  top: 0;
  right: 0;
  z-index: 99999;
}
@media (max-width: 767px) {
  .main-navigation .menu-main-menu-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 30vw;
    height: 100vh;
    z-index: 15;
    background: #0D0D0D;
    padding: 150px 0 0 0;
    -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .main-navigation .menu-main-menu-container.active {
    right: 0;
    moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .main-navigation .menu-main-menu-container.active a {
    color: #ffffff;
  }
}
@media (max-width: 575px) {
  .main-navigation .menu-main-menu-container {
    width: 100vw;
    left: 0;
  }
}
.main-navigation ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  height: 100%;
  gap: 40px;
}
@media (max-width: 767px) {
  .main-navigation ul {
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
    background: unset;
    height: unset !important;
  }
}
.main-navigation ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.main-navigation ul li:last-child {
  padding-right: 0;
}
.main-navigation ul li:last-child:before {
  margin: unset !important;
  left: unset !important;
  border: none !important;
}
.main-navigation ul li:last-child a {
  background: #9f2a2b;
  padding: 5px 10px;
  color: #ffffff;
}
.main-navigation ul li:last-child a:hover {
  background: #ffffff;
  color: #9f2a2b;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.main-navigation ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}
.main-navigation ul li ul {
  display: block;
  position: absolute;
  top: 100%;
  left: -18%;
  visibility: hidden;
  z-index: 9999;
  opacity: 0;
  margin: 0;
  background-color: #ffffff;
  padding: 12px 0;
  -webkit-box-shadow: 0px 7px 7px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 7px 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 7px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.main-navigation ul li ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul li ul li {
  padding: 12px 20px;
  margin: 0 20px;
  line-height: 1.5;
  display: block;
}
.main-navigation ul li ul li.current-menu-item:before {
  display: none;
}
.main-navigation ul li ul li:hover > ul, .main-navigation ul li ul li.focus > ul {
  left: 100%;
}
.main-navigation ul li ul a {
  width: 200px;
  color: #19222b;
  font-size: 16px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  visibility: visible;
  opacity: 1;
  transform: translateZ(-200px);
}
.main-navigation ul li.current-menu-item {
  position: relative;
}
.main-navigation ul li.current-menu-item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #9f2a2b;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
}
.main-navigation ul li.current-menu-item a {
  color: #ffffff;
  z-index: 1;
}
.main-navigation ul li.current-menu-item a:hover {
  opacity: 1 !important;
}
.main-navigation ul li.current-menu-item ul li:before {
  display: none;
}
.main-navigation ul li.current-menu-item ul li a {
  color: #19222b;
}
.main-navigation ul li.current-menu-item ul li a:hover {
  color: #ffffff;
}
.main-navigation ul li.menu-item-has-children > a:after {
  display: inline-block;
  width: 8px;
  height: 5px;
  margin-left: 7px;
  content: "";
  position: relative;
  top: -1.5px;
  background-image: url(images/menu-arrow-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.main-navigation ul li.menu-item-has-children > a:hover:after {
  background-image: url(images/menu-arrow-red.svg);
}
.main-navigation ul li.nav-button {
  margin-left: 15px;
}
.main-navigation ul li.nav-button a {
  text-transform: uppercase;
  color: #ffffff;
  background: #ffffff;
  border-radius: 10px;
  width: 181px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
.main-navigation ul li.nav-button a:hover {
  color: #ffffff;
  background: #ffffff;
  opacity: 1;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
a::-moz-focus-inner {
  border: 0;
  outline: 0 !important;
}
a:visited {
  color: #ffffff;
}
a:hover, a:focus, a:active {
  color: #ffffff;
  text-decoration: none;
  outline: 0 !important;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets & Modules
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}
.widget .widget-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.site-top-bar {
  background: #ffffff;
  display: block;
  color: #ffffff;
  padding: 10px 0;
}
.site-top-bar .top-bar-contact {
  display: flex;
  gap: 50px;
}
.site-top-bar .top-bar-contact .top-bar-info {
  display: flex;
  align-items: center;
}
.site-top-bar svg {
  margin-right: 10px;
}
.site-top-bar a {
  font-size: 15px;
  color: #ffffff;
  font-weight: 200;
}
.site-top-bar a:hover {
  text-decoration: underline;
}
.site-top-bar ul {
  list-style: none;
  pading: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  gap: 25px;
  width: 100%;
}
.site-top-bar ul li a {
  height: 20px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 12px;
  width: 90px;
}
.site-top-bar ul li a:hover {
  background: #fff;
  color: #ffffff;
  text-decoration: unset;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .site-header {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .site-header .col-desktop-navigation {
    display: none;
  }
}
.site-header .col-mobile-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .site-header .col-mobile-navigation {
    display: none;
  }
}
/*--------------------------------------------------------------
# Page Banner
--------------------------------------------------------------*/
.page-banner {
  min-height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-blend-mode: multiply;
  text-align: center;
  z-index: -1;
  position: relative;
}
.page-banner .subheading {
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .page-banner .subheading {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .page-banner .subheading {
    font-size: 18px;
  }
}
.page-banner h1 {
  font-size: 64px;
}
@media (max-width: 767px) {
  .page-banner h1 {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  .page-banner h1 {
    font-size: 36px;
  }
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.error-404 {
  text-align: center;
}
.error-404 h1 {
  font-size: 10em;
  margin: 0;
  text-align: inherit;
}
.error-404 h2 {
  font-size: 1.5em;
}
.error-404 h2:after {
  margin: 15px 0px 25px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-cta {
  background: #ffffff;
  padding: 3em 0;
  text-align: center;
}
.footer-cta h2 {
  font-size: 48px;
}
.footer-cta p {
  max-width: 1140px;
  margin: 0 auto 20px;
}
.footer-cta .footer-cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-footer {
  color: #ffffff;
  background-color: #0D0D0D;
  font-weight: 200;
  font-size: 14px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.site-footer .footer-content-area {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .site-footer .footer-content-area {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-logo {
    margin-bottom: 20px;
    text-align: center;
  }
}
.site-footer .footer-logo svg {
  max-width: 140px;
  height: auto;
}
.site-footer .footer-logo .footer-logo-text p {
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  margin: 12px 0 0;
}
@media (max-width: 767px) {
  .site-footer .footer-logo .footer-logo-text p {
    margin: 12px auto;
    text-align: center;
    max-width: 300px;
  }
}
.site-footer .footer-widgets {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  justify-content: space-around;
}
@media (max-width: 575px) {
  .site-footer .footer-widgets {
    grid-template-columns: 1fr 1fr;
  }
}
.site-footer .footer-widgets section {
  flex: 1;
  /* All items take equal width */
  margin-bottom: 0;
}
.site-footer .footer-widgets section .widget-title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #ffffff;
  font-family: "Montaga", serif;
}
.site-footer .footer-widgets section .widget-title .widget-title-text {
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
}
.site-footer .footer-widgets section #menu-quick-links {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 3;
}
.site-footer .footer-widgets section #menu-quick-links li {
  margin-bottom: 10px;
}
.site-footer .footer-widgets section #menu-quick-links li a {
  color: #ffffff;
  font-size: 13px;
}
.site-footer .footer-widgets section #menu-property-types li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.site-footer .footer-widgets section #menu-property-types li a {
  color: #ffffff;
  font-size: 13px;
}
.site-footer .footer-widgets section .widget_text {
  font-size: 13px;
}
.site-footer .site-info {
  padding: 20px 0;
  border-top: 1px dashed #ffffff;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.wp-caption img {
  width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
# Utility Classes
--------------------------------------------------------------*/
.section-heading {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 42px;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #9f2a2b !important;
}
.mb-80 {
  margin-bottom: 80px;
}
/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
body {
  background-image: linear-gradient(135deg, #000000 0%, #676767 80%), url("images/home-bg.jpg") !important;
  background-color: transparent !important;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-blend-mode: multiply;
}
.section--home-banner {
  position: relative;
  z-index: -1;
}
.section--home-banner .home-banner-content {
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
@media (max-width: 767px) {
  .section--home-banner .home-banner-content {
    background-position: center center;
  }
}
.section--home-banner .home-banner-content-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 153px);
  text-align: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .section--home-banner .home-banner-content-inner {
    height: 400px;
  }
}
.section--home-banner .home-banner-content-inner h1 {
  font-size: 48px;
  color: #ffffff;
  max-width: 80%;
  font-family: "Arima", sans-serif;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section--home-banner .home-banner-content-inner h1 {
    font-size: 36px;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .section--home-banner .home-banner-content-inner h1 {
    font-size: 24px;
  }
}
.section--home-banner .home-banner-content-inner .home-banner-sub-heading {
  font-size: 21px;
  color: #ffffff;
  font-family: "Arima", sans-serif;
}
@media (max-width: 767px) {
  .section--home-banner .home-banner-content-inner .home-banner-sub-heading {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .section--home-banner .home-banner-content-inner .home-banner-sub-heading {
    font-size: 16px;
  }
}
.section--home-intro {
  padding: 0;
  position: relative;
}
.section--home-intro .home-intro-content-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  z-index: 1;
  position: relative;
}
.section--home-intro .home-intro-content-inner .home-intro-content-text {
  color: #ffffff;
  text-align: center;
}
.section--home-about {
  padding: 100px 0;
  background: #0D0D0D;
}
@media (max-width: 767px) {
  .section--home-about {
    padding: 50px 0;
    text-align: center;
  }
}
.section--home-about .home-about-content {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: justify;
}
@media (max-width: 767px) {
  .section--home-about .home-about-content {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section--home-about a.home-about-button {
    margin: 0 auto;
  }
}
.section--home-about .home-about-image-inner {
  display: flex;
  justify-content: end;
  align-items: center;
}
@media (max-width: 767px) {
  .section--home-about .home-about-image-inner {
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
}
.section--home-about .home-about-image {
  position: relative;
}
.section--home-about .home-about-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #9f2a2b;
}
.section--home-products {
  min-height: 450px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.section--home-products::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.section--home-products .home-products-content {
  color: #ffffff;
  text-align: center;
  z-index: 1;
  position: relative;
}
.section--home-products .home-products-content .home-products-content-text {
  max-width: 60%;
  margin: 0 auto 20px;
}
@media (max-width: 575px) {
  .section--home-products .home-products-content .home-products-content-text {
    max-width: 100%;
  }
}
/*--------------------------------------------------------------
    # Home Services
--------------------------------------------------------------*/
.section--home-services {
  padding: 100px 0;
  background: #0D0D0D;
  text-align: center;
}
@media (max-width: 767px) {
  .section--home-services {
    padding: 50px 0;
  }
}
.section--home-services .home-services-content {
  color: #ffffff;
  margin: 0 auto 40px;
  max-width: 75%;
}
@media (max-width: 767px) {
  .section--home-services .home-services-item {
    margin-bottom: 20px;
  }
}
.section--home-services .home-services-item .home-services-item-content {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 40px 20px;
  color: #ffffff;
  height: 100%;
  position: relative;
}
.section--home-services .home-services-item .home-services-item-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.section--home-services .home-services-item .home-services-item-content-inner {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  gap: 5px;
  height: 100%;
}
.section--home-services .home-services-item .home-services-item-content-inner h3 {
  font-size: 20px;
  margin-top: 10px;
  font-family: "Montaga", serif;
}
.section--home-services .home-services-item .home-services-item-content-inner .home-services-item-content-text {
  font-size: 16px;
  font-family: "Montaga", serif;
  margin-bottom: 10px;
}
.section--home-services .home-services-item .home-services-item-link {
  margin-top: auto;
  font-size: 16px;
}
/*--------------------------------------------------------------
# Home FAQ
--------------------------------------------------------------*/
.section--home-faq {
  padding: 0 0 100px;
  background: #0D0D0D;
}
@media (max-width: 767px) {
  .section--home-faq {
    padding-bottom: 50px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .section--home-faq img {
    margin-bottom: 20px;
  }
}
.accordion .accordion-item {
  border-radius: 0;
  color: #ffffff;
  background-color: transparent;
  margin-bottom: 20px;
  padding: 20px;
}
.accordion .accordion-item .accordion-button {
  background: transparent;
  color: #ffffff;
  padding: 0;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  padding-bottom: 20px;
}
.accordion .accordion-item .accordion-button::after {
  content: "";
  font-family: bootstrap-icons !important;
  background-image: none;
}
.accordion .accordion-item .accordion-button:not(.collapsed)::after {
  content: "";
  font-family: bootstrap-icons !important;
  background-image: none;
  transform: none;
}
.accordion .accordion-item .accordion-body {
  padding: 20px 0 0;
}
.accordion .accordion-item:not(:first-of-type) {
  border-top: 1px solid #ffffff;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.section--testimonials {
  background: url("images/testimonial-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .section--testimonials {
    padding: 50px 0;
  }
}
.testimonials-slider-wrapper {
  background-image: url("images/comma.svg");
  background-position: top right;
  background-repeat: no-repeat;
}
.testimonials-slider-wrapper .testimonials-slider .testimonial-card .testimonial-detail .testimonial-title {
  font-size: 24px;
  color: #ffffff;
}
.testimonials-slider-wrapper .testimonials-slider .testimonial-card .testimonial-detail .testimonial-content {
  font-size: 18px;
  color: #ffffff;
  line-height: 2rem;
  text-align: justify;
}
.testimonials-slider-wrapper .testimonials-slider .testimonial-card .testimonial-author {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}
.testimonials-slider-wrapper .testimonials-slider .testimonial-card .testimonial-author .testimonial-image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}
.testimonials-slider-wrapper .testimonials-slider .testimonial-card .testimonial-author .testimonial-title {
  font-size: 24px;
  color: #ffffff;
}
.testimonials-slider-wrapper .testimonials-slider .testimonial-card .testimonial-author .testimonial-position {
  font-size: 14px;
  color: #ffffff;
}
/*--------------------------------------------------------------
# Slick Slider Setting
--------------------------------------------------------------*/
.slider-wrapper {
  position: relative;
}
.slider-wrapper .slick-controls {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
  gap: 15px;
  bottom: 5%;
}
.slider-wrapper .slick-arrow {
  background: transparent;
  height: 40px;
  width: 40px;
  max-width: 40px !important;
  border-radius: 50%;
  z-index: 1;
  border: 1px solid #ffffff;
  position: relative;
  left: 0;
  right: 0;
}
.slider-wrapper .slick-arrow:hover {
  background: #ffffff;
}
.slider-wrapper .slick-arrow:hover::before {
  color: #0D0D0D !important;
}
.slider-wrapper .slick-arrow:hover::after {
  color: #0D0D0D !important;
}
.slider-wrapper .slick-next::before {
  content: "";
  font-family: "bootstrap-icons" !important;
  font-size: 16px;
}
.slider-wrapper .slick-prev::before {
  content: "";
  font-family: "bootstrap-icons" !important;
  font-size: 16px;
}
/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/
.section--about-us {
  background-color: #0D0D0D;
  padding: 100px 0px 50px;
}
@media (max-width: 767px) {
  .section--about-us {
    padding: 50px 0 25px;
  }
}
.section--about-us .about-us-content {
  text-align: justify;
}
.section--about-us .about-us-image-inner {
  display: flex;
  justify-content: end;
  align-items: center;
}
@media (max-width: 767px) {
  .section--about-us .about-us-image-inner {
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
}
.section--services {
  padding: 50px 0 100px;
  background: #0D0D0D;
}
@media (max-width: 767px) {
  .section--services {
    padding: 25px 0 50px;
  }
}
.section--services .section-heading {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 10px;
}
.section--services .services-content {
  margin-bottom: 20px;
  text-align: justify;
}
.section--services .grid-images {
  position: relative;
}
.section--services .grid-images .grid-images-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 575px) {
  .section--services .grid-images .grid-images-inner {
    margin-bottom: 20px;
  }
}
.section--services .grid-images .grid-images-inner img {
  width: 258px;
  height: 258px;
  object-fit: cover;
}
.section--services .grid-images .featured-image-inner {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section--services .services-list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-direction: column;
}
.section--services .services-list .service-item {
  display: flex;
  gap: 20px;
}
.section--services .services-list .service-item h3 {
  font-size: 20px;
}
.section--services .services-list .service-item .service-item-icon {
  width: 100%;
  height: auto;
  max-width: 68px;
}
.section--services .services-list .service-item p {
  text-align: justify;
}
.section--certifications {
  padding: 0 0 100px;
  background: #0D0D0D;
  text-align: center;
}
/*--------------------------------------------------------------
# Products Page
--------------------------------------------------------------*/
.section--products {
  padding: 100px 0;
  background: #0D0D0D;
  text-align: center;
}
@media (max-width: 767px) {
  .section--products {
    padding: 50px 0;
  }
}
.section--products h2 {
  margin-bottom: 20px;
}
.section--products .products-content {
  margin-bottom: 30px;
}
/*--------------------------------------------------------------
# Community Page
--------------------------------------------------------------*/
.section--community {
  padding: 100px 0;
  background: #0D0D0D;
  text-align: center;
}
@media (max-width: 767px) {
  .section--community {
    padding: 50px 0;
  }
}
.section--community .community-item h3 {
  font-size: 20px;
  font-family: "Arima", sans-serif;
  margin: 20px 0 30px;
}
.section--community .community-item .community-item-image {
  position: relative;
}
.section--community .community-item .community-item-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50%;
  height: 4px;
  background: #9f2a2b;
  z-index: 1;
  margin: 0 auto;
}
/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.page-template-page-contact .page-banner {
  background-color: transparent !important;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .page-template-page-contact .page-banner {
    background-size: contain;
    min-height: 400px !important;
  }
}
.page-template-page-contact .page-banner h1 {
  font-size: 48px;
}
@media (max-width: 767px) {
  .page-template-page-contact .page-banner h1 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .page-template-page-contact .page-banner h1 {
    font-size: 24px;
  }
}
.page-template-page-contact .page-banner .banner-content {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 20px;
}
#contact .site-main {
  padding: 100px 0 0;
  background: #0D0D0D;
}
@media (max-width: 767px) {
  #contact .site-main {
    padding: 50px 0 0;
  }
}
.section--contact {
  padding: 0 0 100px;
  background: #0D0D0D;
}
@media (max-width: 767px) {
  .section--contact {
    padding: 0 0 50px;
  }
}
