@charset "UTF-8";
.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;
}
@font-face {
  font-family: "Bahnschrift";
  src: url("assets/fonts/bahnschrift.ttf") format("truetype");
}
@font-face {
  font-family: "Cardo";
  font-weight: bold;
  src: url("assets/fonts/Cardo-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Centennial 75";
  font-weight: bold;
  src: url("assets/fonts/Centennial 75 Bold OsF.otf") format("opentype");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: bold;
  src: url("assets/fonts/FontsFree-Net-Proxima-Nova-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Helvetica Neue";
  font-weight: 300;
  src: url("assets/fonts/Helvetica Neue LT 45 Light.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue";
  font-weight: 400;
  src: url("assets/fonts/Helvetica Neue LT 55 Roman.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue";
  font-weight: 500;
  src: url("assets/fonts/Helvetica Neue LT 65 Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue";
  font-weight: 500;
  src: url("assets/fonts/HelveticaNeue-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  src: url("assets/fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  src: url("assets/fonts/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  src: url("assets/fonts/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: bold;
  src: url("assets/fonts/NotoSerif-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  src: url("assets/fonts/Poppins-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  src: url("assets/fonts/Poppins-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 400;
  src: url("assets/fonts/ProximaNova-Regular.otf") format("opentype");
}
@font-face {
  font-family: "PT Serif";
  font-weight: bold;
  src: url("assets/fonts/PTSerif-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-weight: bold;
  src: url("assets/fonts/Raleway-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-weight: 400;
  src: url("assets/fonts/Raleway-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-weight: 600;
  src: url("assets/fonts/Raleway-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: bold;
  src: url("assets/fonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  src: url("assets/fonts/Roboto-Regular.ttf") format("truetype");
}
/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
@media (min-width: 576px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1640px;
  }
}
.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: #1e2b44;
  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: "Centennial 75";
  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: #1e2b44;
  border-color: #404041;
}
.bts--tabs .bts-tab-item.active .bts-tab-btn svg path:first-child {
  fill: #1e2b44;
}
.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: #1e2b44;
}
.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: #1e2b44;
  max-width: 150px;
  height: 5px;
}
.page-intro-section .page-intro-content {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.8;
}
.page-content {
  margin-bottom: 50px;
}
.content-box {
  background: #fff;
  padding: 80px 90px;
}
@media (max-width: 1024px) {
  .content-box {
    padding: 80px 60px;
  }
}
@media (max-width: 575px) {
  .content-box {
    padding: 80px 40px;
  }
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
  font-family: "Proxima Nova";
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 600;
  color: #3b3b3d;
  font-family: "Montserrat";
}
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: 1.5;
  font-weight: 200;
  margin-bottom: 20px;
}
/*--------------------------------------------------------------
# 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: #fff;
}
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: #1e2b44;
  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 #1e2b44;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #1e2b44;
}
ul.list-buttons li a:after {
  content: "»";
  display: inline-block;
  color: #1e2b44;
}
ul.list-buttons li a:hover {
  color: #ffffff;
  background: #1e2b44;
}
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: #1e2b44;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  border: 0 none;
  cursor: pointer;
  padding: 0 20px;
  border-radius: 3px;
  height: 48px;
  display: flex;
  max-width: 191px;
  justify-content: center;
  align-items: center;
  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: #121b2d;
  color: #ffffff;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
  background: #121b2d;
  outline: none;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
*: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: #020304;
  border: 1px solid #bdbcbb;
  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: #1e2b44;
}
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 #bdbcbb;
  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: #1e2b44;
}
.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 #bdbcbb;
}
#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: #1e2b44;
}
.form textarea {
  height: 215px;
}
.form .required.field-error {
  border-color: #1e2b44;
  color: #1e2b44;
}
.form .required.field-error::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #1e2b44;
  opacity: 1;
  /* Firefox */
}
.form .required.field-error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #1e2b44;
}
.form .required.field-error::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #1e2b44;
}
.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 10px;
}
.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: #ffffff;
  border-color: #BDBCBB;
  border-radius: 5px;
}
.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: #1e2b44;
}
.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;
}
.wpcf7-form button, .wpcf7-form input[type="button"], .wpcf7-form input[type="reset"], .wpcf7-form input[type="submit"], .wpcf7-form .button {
  max-width: 191px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#breadcrumbs {
  margin: 1.2em 0 15px;
}
.menu-button {
  display: flex;
  float: right;
  justify-content: center;
  height: 40px;
  padding: 9px 10px 5px;
  background-color: #ffffff;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 10003;
  border-radius: 500px;
}
@media (min-width: 1024px) {
  .menu-button {
    display: none;
  }
}
.menu-toggle {
  display: inline-block;
  cursor: pointer;
  position: relative;
  bottom: -2.7px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0 !important;
}
.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);
}
#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: 15;
}
.main-navigation ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  height: 100%;
  gap: 2px;
}
.main-navigation ul li {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
}
.main-navigation ul li:last-child {
  padding-right: 0;
}
.main-navigation ul li:last-child:before {
  margin: unset !important;
  left: unset !important;
}
.main-navigation ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #111111;
  font-size: 18px;
  padding: 0 10px;
  height: 100%;
  text-transform: uppercase;
  font-weight: 200;
}
.main-navigation ul li a:hover {
  color: #1e2b44;
}
@media (max-width: 1410px) {
  .main-navigation ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .main-navigation ul li a {
    font-size: 14px;
  }
}
.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%;
  background-color: #1e2b44;
  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 {
  color: #ffffff !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: #1e2b44;
}
.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);
}
.col-desktop-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0 30px;
  display: flex;
  gap: 60px;
}
@media (max-width: 1024px) {
  .col-desktop-navigation ul {
    gap: 45px;
  }
}
.col-desktop-navigation ul li {
  position: relative;
}
.col-desktop-navigation ul li a {
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
}
.col-desktop-navigation ul li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.col-desktop-navigation ul li a:hover:after {
  opacity: 1;
  bottom: -6px;
}
.col-desktop-navigation ul li.menu-item-has-children a:after {
  display: none;
}
.col-desktop-navigation ul li ul {
  display: block;
  position: absolute;
  top: 100%;
  left: -29px;
  visibility: hidden;
  z-index: 9999;
  opacity: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.7);
  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: all 0.1s ease-in-out 0.2s;
  width: 240px;
}
.col-desktop-navigation ul li ul ul {
  left: 100%;
  top: 0;
  transition: unset unset;
  -moz-transition: unset unset;
  -webkit-transition: unset unset;
  -o-transition: unset unset;
  visibility: hidden;
  opacity: 0;
}
.col-desktop-navigation ul li ul li {
  padding: 7px 12px;
  margin: 0 15px;
  line-height: 1.5;
  display: block;
}
.col-desktop-navigation ul li ul li a {
  width: 200px;
  color: #ffffff;
  font-size: 15px;
}
.col-desktop-navigation ul li ul li a:hover {
  opacity: 0.8;
}
.col-desktop-navigation ul li ul li.current-menu-item:before, .col-desktop-navigation ul li ul li.current-menu-parent:before, .col-desktop-navigation ul li ul li.current-menu-ancestor:before {
  display: none;
}
.col-desktop-navigation ul li ul li.current-menu-item > a, .col-desktop-navigation ul li ul li.current-menu-parent > a, .col-desktop-navigation ul li ul li.current-menu-ancestor > a {
  text-decoration: underline;
}
.col-desktop-navigation ul li ul li:hover > ul, .col-desktop-navigation ul li ul li.focus > ul {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
}
.col-desktop-navigation ul li:hover > ul, .col-desktop-navigation ul li.focus > ul {
  visibility: visible;
  opacity: 1;
  transform: translateZ(-200px);
}
.col-desktop-navigation ul li.current-menu-item a:after {
  opacity: 1;
  bottom: -6px;
}
.col-desktop-navigation ul#header-left-menu {
  justify-content: flex-end;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #1e2b44;
  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: #1e2b44;
}
a:hover, a:focus, a:active {
  color: #1e2b44;
  text-decoration: none;
  outline: 0 !important;
}
a.button:visited {
  color: #7f7f7f;
}
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: #1e2b44;
  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: #1e2b44;
  text-decoration: unset;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 90;
  padding: 20px 0;
}
.site-header .row {
  align-items: center;
  height: 114px;
}
@media (max-width: 1023px) {
  .site-header .col-desktop-navigation {
    display: none;
  }
}
@media (min-width: 1024px) {
  .site-header .col-mobile-navigation {
    display: none;
  }
}
.site-header .site-branding {
  display: flex;
  justify-content: center;
}
.col-mobile-navigation {
  position: relative;
  z-index: 999999999999;
}
.col-mobile-navigation .main-navigation {
  position: absolute;
  z-index: 999999999;
  top: 40px;
  background: #fff;
  right: 0px;
  width: 100%;
  padding: 10px 0;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s all;
}
.col-mobile-navigation .main-navigation.active {
  opacity: 1;
  visibility: visible;
}
.col-mobile-navigation .main-navigation ul {
  display: block;
}
.col-mobile-navigation .main-navigation ul li {
  height: auto;
}
.col-mobile-navigation .main-navigation ul li a {
  padding: 10px 10px;
}
@media (max-width: 767.98px) {
  .contact-sep {
    display: none;
  }
  #menu-footer-menu {
    margin-bottom: 15px;
  }
  .teams-section .team-full-info .member-contact {
    display: block !important;
  }
}
/*--------------------------------------------------------------
# Page Banner
--------------------------------------------------------------*/
.page-banner {
  min-height: 150px;
  padding: 200px 0 0;
  margin: 0 0 40px;
}
.page-banner h1, .page-banner #crumbs, .page-banner a, .page-banner .banner-heading {
  color: #ffffff;
}
.page-banner .banner-heading {
  clear: both;
  font-weight: 600;
  font-family: "Montserrat";
  font-size: 2.5rem;
  text-transform: none;
}
.page-banner .page-banner-overlay {
  position: relative;
  z-index: 2;
  padding: 0 0 15px;
}
.page-banner .page-banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
.page-banner .page-banner-image:before {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  width: 100%;
  content: "";
  height: 65%;
  /* slightly taller fade for smoother blend */
  background: linear-gradient(to bottom, rgba(1, 5, 14, 0.92) 0%, rgba(1, 5, 14, 0.85) 35%, rgba(1, 5, 14, 0.5) 65%, rgba(1, 5, 14, 0) 100%);
}
.page-banner .page-banner-image:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  content: "";
  background: linear-gradient(to top, #1e2b44 0%, rgba(30, 43, 68, 0) 100%);
}
.page-banner .page-banner-image img {
  width: 100vw;
  object-fit: cover;
  object-position: top;
  height: auto;
  opacity: 0.5;
}
/*--------------------------------------------------------------
# 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: #fff;
  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 {
  padding: 3.5em 0 2.5em;
  color: #ffffff;
  font-weight: 200;
  font-size: 14px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.site-footer .footer-logo {
  margin-bottom: 15px;
}
.site-footer .footer-paragraph {
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .site-footer .footer-logo-col {
    width: 20%;
  }
}
@media (min-width: 1024px) {
  .site-footer .footer-contact-col {
    width: 20%;
  }
}
@media (min-width: 1024px) {
  .site-footer .footer-menu-col {
    width: 20%;
    margin-right: 5%;
  }
}
@media (min-width: 1024px) {
  .site-footer .footer-services-col {
    width: 25%;
    margin-right: 5%;
  }
}
.site-footer h4 {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
}
.site-footer .contact-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.site-footer .contact-info .address {
  max-width: 220px;
}
.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 2;
}
.site-footer ul li {
  margin-bottom: 10px;
}
.site-footer a {
  color: #ffffff;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer .footer-header {
  padding-bottom: 30px;
  margin-bottom: 50px;
  position: relative;
}
.site-footer .footer-header:after {
  content: "";
  width: calc(100% - 15px);
  height: 1px;
  background: #777678;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.site-footer .footer-content {
  padding-bottom: 40px;
  margin-bottom: 30px;
  position: relative;
}
.site-footer .social-items {
  display: flex;
  gap: 40px;
}
@media (min-width: 1024px) {
  .site-footer .social-items {
    justify-content: flex-end;
  }
}
.site-footer .social-items a {
  color: #ffffff;
}
.site-footer .social-items a:hover {
  color: #ffffff;
}
.site-footer .footer-search-paragraph {
  font-size: 12px;
}
.site-footer sep {
  margin: 0 20px;
}
@media (min-width: 1024px) {
  .site-footer .footer-info-links {
    text-align: right;
  }
}
.site-footer .footer-search-form {
  position: relative;
  margin: 15px 0;
}
.site-footer .footer-search-form .footer-search-field {
  font-size: 14px;
  background: rgba(142, 141, 143, 0.38);
  border: 1px solid rgba(112, 112, 112, 0.38);
  color: #ffffff;
  padding: 8px 55px 8px 15px;
}
.site-footer .footer-search-form .footer-search-field:focus {
  border-color: rgba(255, 255, 255, 0.8);
}
.site-footer .footer-search-form .footer-search-btn {
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: transparent;
}
.site-footer .footer-search-form .footer-search-btn:hover {
  opacity: 0.8;
}
@media (max-width: 575px) {
  .footer-logo-col {
    margin-bottom: 2em;
  }
}
/*--------------------------------------------------------------
## 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;
}
.entry-content b, .entry-summary b {
  font-weight: bold !important;
}
.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;
}
/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.home {
  background: #f8f8f8;
}
.home h2 {
  font-size: 48px;
  margin-bottom: 20px;
}
.home .section-heading {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 500;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 8px;
}
.home .section-sub-heading {
  font-size: 36px;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .home .section-sub-heading {
    font-size: 30px;
  }
}
.home .section-content {
  margin-bottom: 30px;
  line-height: 1.8;
}
.home-slider {
  position: relative;
  padding-bottom: 80px;
  z-index: 0;
}
.home-slider .home-hero-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
}
.home-slider .home-slider-overlay {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-slider .home-slider-content {
  padding: 50px 12px 50px;
  max-width: 1640px;
  margin: 13em 15px;
  width: 100%;
  height: calc(100vh - 430px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.home-slider .home-slider-content h1 {
  font-size: 48px;
  color: #ffffff;
  margin: 0 0 15px;
}
.home-slider .home-slider-content .slider-separator {
  background: #1e2b44;
  height: 10px;
  width: 184px;
  margin: 2em auto 3em;
}
.home-slider .home-slider-content .home-slider-desc {
  font-size: 20px;
  color: #ffffff;
  line-height: 32px;
  max-width: 478px;
  font-family: "Proxima Nova", sans-serif;
}
.home-slider .home-slider-content .home-slider-button {
  width: 191px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #1e2b44;
  background: #ffffff;
  border-radius: 3px;
  margin: 20px 0 0;
}
.home-slider .home-slider-content .home-slider-button:hover {
  background: #1e2b44;
  color: #ffffff;
}
.home-slider .home-slider-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: -1;
  height: 100%;
  background: #000;
}
.home-slider .home-slider-images .slick-list {
  height: 100% !important;
}
.home-slider .home-slider-images .slick-list:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.6) 100%);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-slider .home-slider-images .slick-dots {
  bottom: 30px;
}
.home-slider .home-slider-images .slick-dots li {
  width: auto;
}
.home-slider .home-slider-images .slick-dots li button {
  background: rgba(255, 255, 255, 0.5);
  height: 7px;
  width: 100px;
  border-radius: 0;
  padding: 0;
}
.home-slider .home-slider-images .slick-dots li button:before {
  display: none;
}
.home-slider .home-slider-images .slick-dots li.slick-active button {
  background: white;
}
.home-slider .home-slider-images img {
  width: 100%;
  opacity: 0.55;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.home-about {
  background: #1e2b44;
  overflow: hidden;
}
.home-about .home-trust-badges-flex {
  display: flex;
  gap: 30px;
  padding: 40px 0;
}
@media (max-width: 820px) {
  .home-about .home-trust-badges-flex {
    gap: 15px;
    flex-wrap: wrap;
  }
}
.home-about .home-trust-badges-flex .trust-badge-item {
  background: #121b2d;
  display: flex;
  gap: 20px;
  padding: 50px 50px;
  width: 33.3333%;
  color: #ffffff;
  align-items: center;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
@media (max-width: 1024px) {
  .home-about .home-trust-badges-flex .trust-badge-item {
    padding: 25px 15px;
  }
}
@media (max-width: 820px) {
  .home-about .home-trust-badges-flex .trust-badge-item {
    width: 95%;
  }
}
@media (max-width: 475px) {
  .home-about .home-trust-badges-flex .trust-badge-item {
    width: 100%;
  }
}
.home-about .home-trust-badges-flex .trust-badge-item:hover {
  transform: translateY(-5px);
}
.home-about .home-trust-badges-flex .trust-badge-item .trust-badge-icon {
  width: 100%;
  max-width: 70px;
}
.home-about .home-trust-badges-flex .trust-badge-item .trust-badge-icon img {
  width: 100%;
}
.home-about .home-intro-container {
  max-width: 1500px;
  margin: 0 auto;
}
.home-about .home-intro-flex {
  display: flex;
  gap: 80px;
  align-items: center;
}
@media (max-width: 475px) {
  .home-about .home-intro-flex {
    gap: 0px;
    flex-direction: column-reverse;
  }
}
.home-about .home-intro-flex .home-intro-image {
  width: 100%;
  max-width: 570px;
}
.home-about .section-heading, .home-about .section-sub-heading, .home-about .section-content {
  color: #ffffff;
}
.home-about .button {
  background: #ffffff;
  color: #1e2b44;
  margin-bottom: 2em;
}
.home-about .button:hover {
  background: #121b2d;
  color: #ffffff;
}
.home-services {
  padding: 80px 0 0;
}
.home-services .home-services-content {
  max-width: 100%;
  width: 420px;
}
@media (max-width: 1024px) {
  .home-services .home-services-content {
    width: 430px;
  }
}
.home-services .home-services-flex {
  display: flex;
  gap: 80px;
  align-items: center;
}
@media (max-width: 1024px) {
  .home-services .home-services-flex {
    gap: 50px;
  }
}
@media (max-width: 475px) {
  .home-services .home-services-flex {
    flex-direction: column;
  }
}
.home-services .featured-service {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  background-size: cover;
  background-position: center bottom;
  overflow: hidden;
  position: relative;
  color: #fff;
  margin-bottom: 15px;
  min-height: 300px;
  align-items: flex-end;
}
.home-services .featured-service::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #0c1320;
  z-index: 0;
  opacity: 0.85;
}
.home-services .featured-service__content {
  position: relative;
  z-index: 1;
  padding: 40px;
}
.home-services .featured-service__content h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #ffffff;
}
.home-services .featured-service__content p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 15px;
  max-width: 500px;
}
.home-services .featured-service__content .btn-more {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.home-services .featured-service__content .btn-more:hover {
  text-decoration: underline;
}
.home-services .featured-service__categories {
  position: relative;
  z-index: 1;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 40px;
}
.home-services .featured-service__categories .service-cat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 7px 15px;
  border-radius: 4px;
  backdrop-filter: blur(4px);
  transition: background 0.3s;
}
.home-services .featured-service__categories .service-cat span {
  transition: transform 0.3s;
}
.home-services .featured-service__categories .service-cat:hover {
  background: #1e2b44;
  border-color: #1e2b44;
}
.home-services .featured-service__categories .service-cat:hover span {
  transform: translateX(5px);
}
.home-services .service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 15px;
}
.home-services .service-grid .service-card {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 142.5px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
  /* 🔹 First item spans 2 rows instead of 2 columns */
}
.home-services .service-grid .service-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease;
}
.home-services .service-grid .service-card h3 {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  z-index: 2;
  font-size: 1.2rem;
}
.home-services .service-grid .service-card:hover {
  transform: scale(1.02);
}
.home-services .service-grid .service-card:hover .service-card__overlay {
  background: rgba(0, 0, 0, 0.5);
}
.home-services .service-grid .service-card .overlay-link {
  position: absolute;
  inset: 0;
  z-index: 3;
}
.home-services .service-grid .service-card:first-child {
  grid-row: span 2;
  height: 300px;
}
@media (max-width: 768px) {
  .home-services .service-grid .service-card:first-child {
    grid-row: span 1;
    height: 142.5px;
  }
}
@media (max-width: 768px) {
  .home-services .featured-service {
    grid-template-columns: 1fr;
  }
  .home-services .featured-service__categories {
    padding-top: 0;
  }
  .home-services .service-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .home-services .service-grid {
    grid-template-columns: 1fr;
  }
}
.home-property-listings, .property-page-listings {
  padding: 80px 0 0;
}
.home-property-listings .properties--container, .property-page-listings .properties--container {
  display: flex;
  border: 1px solid #8f95a2;
  background: #ffffff;
}
.home-property-listings .properties--search-filter, .property-page-listings .properties--search-filter {
  max-width: 535px;
  border-right: 1px solid #8f95a2;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
}
.home-property-listings .properties--search-filter .bts-search-filter-links, .property-page-listings .properties--search-filter .bts-search-filter-links {
  padding: 20px 15px 20px;
  margin-top: auto;
}
.home-property-listings .properties--search-filter .bts-view-all-btn, .property-page-listings .properties--search-filter .bts-view-all-btn {
  display: block;
  text-align: center;
  background: #1e2b44;
  color: #fff;
  padding: 0.6rem 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 3px;
}
.home-property-listings .properties--search-filter .bts-view-all-btn:hover, .property-page-listings .properties--search-filter .bts-view-all-btn:hover {
  background: #121b2d;
}
.home-property-listings .properties-filter, .property-page-listings .properties-filter {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin: 0 0 20px;
  padding: 0 15px;
}
.home-property-listings .properties-filter .properties-filter-item, .property-page-listings .properties-filter .properties-filter-item {
  font-size: 16px;
  border-radius: 3px;
  padding: 0 15px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #020304;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.home-property-listings .properties-filter .properties-filter-item:hover, .property-page-listings .properties-filter .properties-filter-item:hover {
  background: #1e2b44;
  color: #ffffff;
  border-color: #1e2b44;
}
.home-property-listings .properties-filter .properties-filter-item.active, .property-page-listings .properties-filter .properties-filter-item.active {
  background: #1e2b44;
  color: #ffffff;
}
.home-property-listings .properties-search, .property-page-listings .properties-search {
  margin: 0 15px 25px;
  position: relative;
}
.home-property-listings .properties-search input, .property-page-listings .properties-search input {
  background: #E8E8E8;
  border-color: #E8E8E8;
  padding: 10px 65px 10px 10px;
}
.home-property-listings .properties-search input:focus, .property-page-listings .properties-search input:focus {
  border-color: #1e2b44;
}
.home-property-listings .properties-search .properties-search-btn, .property-page-listings .properties-search .properties-search-btn {
  background: transparent;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 20px;
}
.home-property-listings .properties-search .properties-search-btn:hover svg path, .property-page-listings .properties-search .properties-search-btn:hover svg path {
  fill: #1e2b44;
}
.home-property-listings .property--wrapper, .property-page-listings .property--wrapper {
  max-height: 780px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0 15px 20px;
}
.home-property-listings .property-flex, .property-page-listings .property-flex {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.home-property-listings .property-flex .slick-track, .property-page-listings .property-flex .slick-track {
  display: flex;
  gap: 12px;
}
.home-property-listings .property-flex .property-card, .property-page-listings .property-flex .property-card {
  border: 1px solid #F1F2F2;
  text-align: left;
  display: flex;
  background: #f6f6f6;
  cursor: default;
  width: 100%;
  gap: 10px;
  cursor: pointer;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.home-property-listings .property-flex .property-card.active, .home-property-listings .property-flex .property-card:hover, .property-page-listings .property-flex .property-card.active, .property-page-listings .property-flex .property-card:hover {
  background-color: #e2e2e2;
  border-color: #cbcbcb;
}
.home-property-listings .property-flex .property-card .property-cat, .property-page-listings .property-flex .property-card .property-cat {
  display: none;
}
.home-property-listings .property-flex .property-card .property-image-wrap, .property-page-listings .property-flex .property-card .property-image-wrap {
  width: calc(50% - 10px);
}
.home-property-listings .property-flex .property-card .property-image, .property-page-listings .property-flex .property-card .property-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-property-listings .property-flex .property-card .property-details, .property-page-listings .property-flex .property-card .property-details {
  font-size: 18px;
  font-weight: 200;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
  width: calc(50% - 10px);
  padding: 10px;
}
.home-property-listings .property-flex .property-card .property-name, .property-page-listings .property-flex .property-card .property-name {
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
  max-width: 260px;
  font-family: "Montserrat";
}
.home-property-listings .property-flex .property-card .property-location, .property-page-listings .property-flex .property-card .property-location {
  margin-bottom: 15px;
  font-size: 15px;
  width: 100%;
}
.home-property-listings .property-flex .property-card .property-more-info, .property-page-listings .property-flex .property-card .property-more-info {
  text-align: left;
  width: 100%;
  font-size: 13px;
  margin-bottom: 15px;
}
.home-property-listings .property-flex .property-card .property-actions .property-details-button, .property-page-listings .property-flex .property-card .property-actions .property-details-button {
  font-size: 14px;
  font-weight: 600;
}
.home-property-listings .property-flex .property-card .property-actions .property-details-button:hover, .property-page-listings .property-flex .property-card .property-actions .property-details-button:hover {
  text-decoration: underline;
}
.home-property-listings .property-flex .property-card .property-button, .property-page-listings .property-flex .property-card .property-button {
  width: 100%;
}
.home-property-listings .property-flex .property-card .property-button .btn-more, .property-page-listings .property-flex .property-card .property-button .btn-more {
  background: #1e2b44;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  border: 0 none;
  cursor: pointer;
  padding: 0 20px;
  border-radius: 10px;
  height: 30px;
  text-transform: uppercase;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.home-property-listings .property-flex .property-card .property-button .btn-more:hover, .property-page-listings .property-flex .property-card .property-button .btn-more:hover {
  background: #1e2b44;
}
.home-property-listings .properties--display, .property-page-listings .properties--display {
  padding: 40px;
  max-width: calc(100% - 535px);
}
.home-property-listings .properties--display .properties-content, .property-page-listings .properties--display .properties-content {
  width: 100%;
  border-bottom: solid 1px #8f95a2;
  margin-bottom: 35px;
}
.home-property-listings .property-detailed-results, .property-page-listings .property-detailed-results {
  overflow: hidden;
}
.home-property-listings .property-detailed-results .bts-property-gallery, .property-page-listings .property-detailed-results .bts-property-gallery {
  margin-bottom: 35px;
}
.home-property-listings .property-detailed-results .bts-property-gallery .bts-property-slider, .property-page-listings .property-detailed-results .bts-property-gallery .bts-property-slider {
  margin-bottom: 15px;
}
.home-property-listings .property-detailed-results .bts-property-gallery .bts-property-slider img, .property-page-listings .property-detailed-results .bts-property-gallery .bts-property-slider img {
  width: 100%;
  height: 450px;
  border-radius: 0;
  object-fit: cover;
}
.home-property-listings .property-detailed-results .bts-property-gallery .bts-property-thumbs .slick-list, .property-page-listings .property-detailed-results .bts-property-gallery .bts-property-thumbs .slick-list {
  margin: 0 -7.5px;
}
.home-property-listings .property-detailed-results .bts-property-gallery .bts-property-thumbs .slick-slide, .property-page-listings .property-detailed-results .bts-property-gallery .bts-property-thumbs .slick-slide {
  margin: 0 7.5px;
}
.home-property-listings .property-detailed-results .bts-property-gallery .bts-property-thumbs img, .property-page-listings .property-detailed-results .bts-property-gallery .bts-property-thumbs img {
  width: 100%;
  height: 120px;
  border-radius: 0;
  object-fit: cover;
}
.home-property-listings .property-detailed-results .bts-property-gallery .bts-property-thumbs, .property-page-listings .property-detailed-results .bts-property-gallery .bts-property-thumbs {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
  gap: 20px;
}
.home-property-listings .property-detailed-results .bts-property-gallery .bts-property-thumbs div, .property-page-listings .property-detailed-results .bts-property-gallery .bts-property-thumbs div {
  flex: 1;
}
.home-property-listings .property-detailed-results .bts-property-gallery .bts-property-thumbs div img, .property-page-listings .property-detailed-results .bts-property-gallery .bts-property-thumbs div img {
  border: 1px solid #ddd;
  cursor: pointer;
  transition: 0.3s;
}
.home-property-listings .property-detailed-results .bts-property-gallery .bts-property-thumbs div img:hover, .property-page-listings .property-detailed-results .bts-property-gallery .bts-property-thumbs div img:hover {
  border-color: #01050e;
}
.home-property-listings .property-detailed-results .bts-property-info, .property-page-listings .property-detailed-results .bts-property-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
.home-property-listings .property-detailed-results .bts-property-info .bts-property-left, .property-page-listings .property-detailed-results .bts-property-info .bts-property-left {
  flex: 1 1 45%;
}
.home-property-listings .property-detailed-results .bts-property-info .bts-property-left .bts-property-name, .property-page-listings .property-detailed-results .bts-property-info .bts-property-left .bts-property-name {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}
.home-property-listings .property-detailed-results .bts-property-info .bts-property-left .bts-property-address, .property-page-listings .property-detailed-results .bts-property-info .bts-property-left .bts-property-address {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.home-property-listings .property-detailed-results .bts-property-info .bts-property-left .bts-property-desc, .property-page-listings .property-detailed-results .bts-property-info .bts-property-left .bts-property-desc {
  color: #333;
}
.home-property-listings .property-detailed-results .bts-property-info .bts-vertical-separator, .property-page-listings .property-detailed-results .bts-property-info .bts-vertical-separator {
  width: 1px;
  height: auto;
  background: #8f95a2;
}
.home-property-listings .property-detailed-results .bts-property-info .bts-property-right, .property-page-listings .property-detailed-results .bts-property-info .bts-property-right {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-property-listings .property-detailed-results .bts-property-info .bts-property-right .bts-property-stats, .property-page-listings .property-detailed-results .bts-property-info .bts-property-right .bts-property-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.home-property-listings .property-detailed-results .bts-property-info .bts-property-right .bts-property-stats div, .property-page-listings .property-detailed-results .bts-property-info .bts-property-right .bts-property-stats div {
  flex: 1 1 45%;
}
.home-property-listings .property-detailed-results .bts-property-info .bts-property-right .bts-property-stats div strong, .property-page-listings .property-detailed-results .bts-property-info .bts-property-right .bts-property-stats div strong {
  color: #01050e;
}
.home-property-listings .property-detailed-results .bts-property-info .bts-property-right .bts-btn-view, .property-page-listings .property-detailed-results .bts-property-info .bts-property-right .bts-btn-view {
  display: block;
  text-align: center;
  background: #1e2b44;
  color: #fff;
  padding: 0.6rem 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 3px;
}
.home-property-listings .property-detailed-results .bts-property-info .bts-property-right .bts-btn-view:hover, .property-page-listings .property-detailed-results .bts-property-info .bts-property-right .bts-btn-view:hover {
  background: #121b2d;
}
@media (max-width: 820px) {
  .home-property-listings .properties--container, .property-page-listings .properties--container {
    flex-direction: column;
  }
}
@media (max-width: 820px) {
  .home-property-listings .properties--display, .property-page-listings .properties--display {
    max-width: initial;
  }
}
@media (max-width: 820px) {
  .home-property-listings .properties--search-filter, .property-page-listings .properties--search-filter {
    max-width: initial;
  }
}
@media (max-width: 1024px) {
  .home-property-listings .property-detailed-results .bts-property-info, .property-page-listings .property-detailed-results .bts-property-info {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .home-property-listings .property-detailed-results .bts-property-info .bts-vertical-separator, .property-page-listings .property-detailed-results .bts-property-info .bts-vertical-separator {
    width: 100%;
    height: 1px;
  }
}
@media (max-width: 1024px) {
  .home-property-listings .property-detailed-results .bts-property-gallery .bts-property-thumbs img, .property-page-listings .property-detailed-results .bts-property-gallery .bts-property-thumbs img {
    height: auto;
  }
}
@media (max-width: 1024px) {
  .home-property-listings .property-detailed-results .bts-property-gallery .bts-property-slider img, .property-page-listings .property-detailed-results .bts-property-gallery .bts-property-slider img {
    height: 330px;
  }
}
.home-contact .home-contact-flex {
  display: flex;
  gap: 80px;
  align-items: center;
}
@media (max-width: 1024px) {
  .home-contact .home-contact-flex {
    gap: 0;
  }
}
@media (max-width: 475px) {
  .home-contact .home-contact-flex {
    flex-direction: column;
    gap: 40px;
  }
}
.home-contact .wpcf7-form {
  padding: 30px;
}
@media (max-width: 475px) {
  .home-contact .wpcf7-form {
    padding: 0px;
  }
}
.home-contact .wpcf7-submit {
  background: #121b2d;
}
.home-contact .wpcf7-submit:hover {
  background: #1e2b44;
}
.home-contact .home-contact-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.home-contact .home-contact-content p {
  margin-bottom: 30px;
  max-width: 700px;
  font-size: 20px;
}
.home-contact .home-contact-content h2 {
  line-height: 66px;
  font-size: 45px;
}
.home-contact .home-contact-content ul {
  list-style: none;
  padding: 0;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
  margin: 0 0 30px;
}
.home-contact .home-contact-content ul li {
  font-size: 16px;
  line-height: 1.4;
  display: flex;
  font-weight: 800;
  font-style: italic;
}
.home-contact .home-contact-content ul li:before {
  content: "";
  display: inline-block;
  background-image: url("images/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 0 20px;
  height: 17px;
  margin-right: 10px;
}
.home-contact .home-contact-content .button {
  background: #ffffff;
  color: #1e2b44;
}
.home-contact .home-contact-content .button:hover {
  background-color: #1e2b44;
  color: #ffffff;
}
.home-contact a svg {
  margin-left: 7px;
}
.home-contact input[type="text"], .home-contact input[type="email"], .home-contact input[type="tel"], .home-contact textarea {
  background: rgba(18, 27, 45, 0.7);
  border-color: rgba(18, 27, 45, 0.7);
  color: #ffffff;
}
.home-contact input[type="text"]:focus, .home-contact input[type="email"]:focus, .home-contact input[type="tel"]:focus, .home-contact textarea:focus {
  border-color: #1e2b44;
}
.home-contact input[type="text"]::placeholder, .home-contact input[type="email"]::placeholder, .home-contact input[type="tel"]::placeholder, .home-contact textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #495977;
  opacity: 1;
  /* Firefox */
}
.home-contact input[type="text"]:-ms-input-placeholder, .home-contact input[type="email"]:-ms-input-placeholder, .home-contact input[type="tel"]:-ms-input-placeholder, .home-contact textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #495977;
}
.home-contact input[type="text"]::-ms-input-placeholder, .home-contact input[type="email"]::-ms-input-placeholder, .home-contact input[type="tel"]::-ms-input-placeholder, .home-contact textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #495977;
}
.home-news {
  padding: 80px 0;
  text-align: center;
  background: no-repeat;
  background-size: cover;
  background-position: center;
}
.home-news .section-heading {
  justify-content: center;
}
.home-news .posts-flex .slick-track {
  display: flex;
  gap: 20px;
}
@media (max-width: 820px) {
  .home-news .posts-flex .slick-track {
    width: 100% !important;
  }
}
@media (max-width: 320px) {
  .home-news .posts-flex .slick-track {
    width: 2010px !important;
  }
}
@media (min-width: 321px) and (max-width: 413px) {
  .home-news .posts-flex .slick-track {
    width: 2510px !important;
  }
}
@media (min-width: 414px) and (max-width: 470px) {
  .home-news .posts-flex .slick-track {
    width: 2760px !important;
  }
}
.home-news .post-card {
  background: #fff;
  display: flex;
  flex-direction: column;
  flex: 1 1 calc(25% - 20px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  overflow: hidden;
  min-width: 260px;
  left: unset !important;
  /* Responsive */
}
@media (max-width: 820px) {
  .home-news .post-card {
    min-width: auto;
  }
}
.home-news .post-card:hover {
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
}
.home-news .post-card__image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.home-news .post-card__content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.home-news .post-card__title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.home-news .post-card__title a {
  color: #000;
  text-decoration: none;
}
.home-news .post-card__title a:hover {
  color: #0073aa;
}
.home-news .post-card__excerpt {
  flex-grow: 1;
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 15px;
  text-align: left;
}
.home-news .post-card__more {
  font-weight: 600;
  color: #1e2b44;
  font-size: 0.9rem;
  text-decoration: none;
}
.home-news .post-card__more:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .home-news .post-card .post-card {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 575px) {
  .home-news .post-card .post-card {
    flex: 1 1 100%;
  }
}
.home-news .slick-dots {
  bottom: -50px;
}
.home-news .slick-dots li {
  width: auto;
}
.home-news .slick-dots li button {
  background: #1e2b44;
  height: 7px;
  width: 100px;
  border-radius: 0;
  padding: 0;
  opacity: 0.5;
}
.home-news .slick-dots li button:before {
  display: none;
}
.home-news .slick-dots li.slick-active button {
  background: #1e2b44;
  opacity: 1;
}
/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about-us-content {
  color: #01050e;
}
.about-us-content .section-actions {
  margin-top: 30px;
}
.about-us-content .section-actions .button {
  margin: 0 auto;
}
.about-us-content .about-main {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .about-us-content .about-main {
    flex-direction: column;
  }
}
.about-us-content .about-main .about-left {
  flex: 0 0 65%;
  background: #fff;
  padding: 80px 90px;
}
@media (max-width: 1521px) {
  .about-us-content .about-main .about-left {
    flex: 0 0 100%;
  }
}
@media (max-width: 575px) {
  .about-us-content .about-main .about-left {
    padding: 80px 40px;
  }
}
.about-us-content .about-main .about-left h2 {
  margin-bottom: 1.5rem;
  color: #1e2b44;
}
.about-us-content .about-main .about-left .purpose-items {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.about-us-content .about-main .about-left .purpose-items .purpose-item {
  flex: 1 1 calc(25% - 1.5rem);
  background: #fff;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.about-us-content .about-main .about-left .purpose-items .purpose-item:hover {
  transform: translateY(-3px);
}
.about-us-content .about-main .about-left .purpose-items .purpose-item .purpose-item-image {
  background: #f6f6f6;
  padding: 15px;
  border-radius: 100px;
  margin-bottom: 15px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us-content .about-main .about-left .purpose-items .purpose-item img {
  height: 45px;
}
.about-us-content .about-main .about-left .purpose-items .purpose-item h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  line-height: 1.6;
}
.about-us-content .about-main .about-left .purpose-items .purpose-item p {
  font-size: 0.95rem;
  line-height: 1.6;
}
.about-us-content .about-main .about-left .client-list {
  margin-bottom: 60px;
  padding-left: 1.25rem;
}
.about-us-content .about-main .about-left .client-list li {
  margin-bottom: 0.5rem;
  list-style: disc;
  line-height: 1.6;
}
.about-us-content .about-main .about-left .implement-content {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
}
.about-us-content .about-main .about-right {
  flex: 0 0 34%;
  background: #fff;
  padding: 80px 90px;
}
@media (max-width: 1521px) {
  .about-us-content .about-main .about-right {
    flex: 0 0 100%;
  }
}
@media (max-width: 575px) {
  .about-us-content .about-main .about-right {
    padding: 80px 40px;
  }
}
.about-us-content .about-main .about-right h2 {
  margin-bottom: 1.5rem;
  color: #1e2b44;
  text-align: center;
}
.about-us-content .about-main .about-right .facts {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.about-us-content .about-main .about-right .facts .fact {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.about-us-content .about-main .about-right .facts .fact img {
  width: 40px;
  flex-shrink: 0;
}
.about-us-content .about-main .about-right .facts .fact .fact-text strong {
  display: block;
  font-weight: 700;
  color: #01050e;
}
.about-us-content .about-main .about-right .facts .fact .fact-text p {
  margin: 0.25rem 0 0;
  font-size: 0.95rem;
  line-height: 1.6;
}
.teams-section .team-full-info {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.teams-section .team-full-info .team-info:last-child .team-separator {
  display: none;
}
.teams-section .team-full-info .team-separator {
  height: 1px;
  width: 100%;
  background: #1e2b44;
  margin-top: 15px;
}
.teams-section .team-full-info .member-header {
  max-width: 323px;
}
.teams-section .team-full-info .member-image {
  margin-bottom: 35px;
}
.teams-section .team-full-info .member-image img {
  height: 100%;
  width: 300px;
  object-position: center;
  border: 1px solid #707070;
}
.teams-section .team-full-info .member-contact {
  display: flex;
  gap: 12px;
}
.teams-section .team-full-info .member-contact a {
  color: #1e2b44;
  font-size: 18px;
}
.teams-section .team-full-info .member-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  height: 100%;
}
.teams-section .team-full-info .member-content .member-name {
  font-size: 32px;
  line-height: 1;
  font-family: "Montserrat";
  font-weight: 600;
  color: #1e2b44;
}
.teams-section .team-full-info .member-content .member-role {
  font-size: 22px;
  color: #1e2b44;
}
/*--------------------------------------------------------------
# Investment Portfolio
--------------------------------------------------------------*/
.section--portfolio {
  padding: 8em 0;
  background: linear-gradient(180deg, white 0%, #f3f4f4 100%);
  overflow: hidden;
}
.section--portfolio .portfolio-tab-flex {
  display: flex;
}
.section--portfolio .portfolio-tabs {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section--portfolio .portfolio-tab-button {
  font-size: 28px;
  font-family: "Centennial 75";
  display: flex;
  align-items: center;
  height: 95px;
  padding: 10px 20px;
  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;
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.section--portfolio .portfolio-tab-button svg {
  margin-right: 20px;
}
.section--portfolio .portfolio-tab-button svg path {
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.section--portfolio .portfolio-tab-button:after {
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  background: #f5f5f5;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  opacity: 0;
}
.section--portfolio .portfolio-tab-button:hover {
  background: #f5f5f5;
}
.section--portfolio .portfolio-tab-button:hover:after {
  opacity: 1;
}
.section--portfolio .portfolio-tab-button.active {
  background: #1e2b44;
  color: #ffffff;
}
.section--portfolio .portfolio-tab-button.active:after {
  opacity: 1;
  background: #1e2b44;
}
.section--portfolio .portfolio-tab-button.active svg path {
  fill: #ffffff;
}
.section--portfolio .portfolio-tab-contents {
  position: relative;
  height: 870px;
  background: #f0f1f1;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.section--portfolio .portfolio-tab-contents:before {
  content: "";
  display: block;
  background-color: #f0f1f1;
  position: absolute;
  top: -70px;
  left: -25%;
  width: 150%;
  height: 200px;
  filter: blur(20px);
  z-index: 10;
}
.section--portfolio .portfolio-tab-contents:after {
  content: "";
  display: block;
  background-color: #f0f1f1;
  position: absolute;
  bottom: -70px;
  left: -25%;
  width: 150%;
  height: 200px;
  filter: blur(20px);
  z-index: 10;
}
.section--portfolio .portfolio-tab-flex-col {
  flex: 0 0 50%;
}
.section--portfolio .portfolio-tab-contents-container {
  overflow: hidden;
  height: 100%;
}
.section--portfolio .portfolio-tab-contents-container:-webkit-scrollbar {
  display: none;
  /* hide Chrome scrollbar */
}
.section--portfolio .portfolio-tab-contents-wrap {
  padding: 6em 0;
  max-width: 600px;
  margin: 0 auto;
}
.section--portfolio .portfolio-tab-contents-wrap .portfolio-tab-content {
  padding: 20px 0;
  border-bottom: 1px solid #1e2b44;
  margin-bottom: 20px;
}
.section--portfolio .portfolio-tab-contents-wrap .portfolio-tab-content:last-child {
  border-bottom: 0 none;
  margin-bottom: 0;
}
.section--portfolio .portfolio-tab-contents-wrap .portfolio-tab-content .portfolio-thumbnail {
  margin-bottom: 20px;
}
.section--portfolio .portfolio-tab-contents-wrap .portfolio-tab-content p {
  font-size: 16px;
  line-height: 1.4;
}
.section--portfolio .scroll-spacer {
  width: 100%;
  display: block;
  pointer-events: none;
}
/*--------------------------------------------------------------
# Our Company Page
--------------------------------------------------------------*/
.page-template-page-our-company .intro-section {
  padding: 5em 0 3em;
}
.page-template-page-our-company .intro-section row {
  gap: 80px;
}
.page-template-page-our-company .mission-section {
  background: #F2F1F1;
  position: relative;
}
.page-template-page-our-company .mission-section:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  height: 100px;
  z-index: 0;
}
.page-template-page-our-company .mission-section .mission-content {
  padding: 3em 30px 2.5em;
  background: #ffffff;
  border: 1px #707070 solid;
  position: relative;
  z-index: 1;
}
.page-template-page-our-company .mission-section .mission-content .section-heading {
  font-size: 36px;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 30px;
}
.page-template-page-our-company .mission-section .mission-content .section-heading span {
  background: #ffffff;
  padding: 5px 40px;
  z-index: 2;
}
.page-template-page-our-company .mission-section .mission-content .section-heading:after {
  content: "";
  background: #707070;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  height: 1px;
  width: 100%;
}
.page-template-page-our-company .mission-section .mission-content .section-paragraph {
  margin: 0 auto;
  max-width: 1364px;
  text-align: center;
}
.page-template-page-our-company .mission-section .mission-content .section-paragraph p {
  font-size: 20px;
}
.page-template-page-our-company .values-section {
  background: #F2F1F1;
  position: relative;
  padding: 5em 0 8em;
}
.page-template-page-our-company .values-section .section-heading {
  font-size: 36px;
  text-align: center;
}
.page-template-page-our-company .values-section .section-paragraph {
  margin: 0 auto;
  max-width: 1104px;
  text-align: center;
}
.page-template-page-our-company .values-section .section-paragraph p {
  font-size: 20px;
}
.page-template-page-our-company .values-section .values-list {
  margin: 2em 0 0;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.page-template-page-our-company .values-section .values-list .value-item {
  width: calc(50% - 15px);
  border: 1px solid #BDBCBB;
  padding: 30px;
  background: #ffffff;
  text-align: center;
}
.page-template-page-our-company .values-section .values-list .value-item .value-title {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1.2;
  font-weight: 600;
}
.page-template-page-our-company .values-section .values-list .value-item .value-desc {
  font-size: 18px;
}
/*--------------------------------------------------------------
# Services Page
--------------------------------------------------------------*/
.page-template-page-services .bts-services {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}
.page-template-page-services .bts-service {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  color: #01050e;
  overflow: hidden;
  border-radius: 0;
}
.page-template-page-services .bts-service__image {
  flex: 1 1 50%;
}
.page-template-page-services .bts-service__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}
.page-template-page-services .bts-service__content {
  flex: 1 1 50%;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-template-page-services .bts-service__content-inner {
  flex-grow: 1;
}
.page-template-page-services .bts-service__title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.page-template-page-services .bts-service__subtitle {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
.page-template-page-services .bts-service__text {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.page-template-page-services .bts-service__footer {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}
.page-template-page-services .bts-service__btn {
  background-color: #01050e;
  color: #fff;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.page-template-page-services .bts-service__btn:hover {
  background-color: #192132;
}
@media (max-width: 768px) {
  .page-template-page-services .bts-service {
    flex-direction: column;
  }
  .page-template-page-services .bts-service__image, .page-template-page-services .bts-service__content {
    flex: 1 1 100%;
  }
  .page-template-page-services .bts-service__content {
    padding: 2rem 1rem;
  }
  .page-template-page-services .bts-service__footer {
    justify-content: flex-start;
  }
}
/*--------------------------------------------------------------
# Properties Page
--------------------------------------------------------------*/
.page-template-page-properties .property-page-listings {
  padding: 0;
}
.page-template-page-properties h2 {
  font-size: 48px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .page-template-page-properties h2 {
    font-size: 38px;
  }
}
.page-template-page-properties .section-heading {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 500;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 8px;
}
.page-template-page-properties .section-sub-heading {
  font-size: 36px;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 600;
  margin-bottom: 15px;
}
.page-template-page-properties .section-content {
  margin-bottom: 30px;
  line-height: 1.8;
}
/*--------------------------------------------------------------
# Insights Page
--------------------------------------------------------------*/
.page-template-page-insights .bts-posts-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 50px;
}
.page-template-page-insights .bts-posts-grid .bts-post-card {
  background-color: #fff;
  color: #01050e;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0;
  min-width: 250px;
  width: 49%;
}
.page-template-page-insights .bts-posts-grid .bts-post-card__image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  border-radius: 0;
}
.page-template-page-insights .bts-posts-grid .bts-post-card__content {
  flex: 1;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-template-page-insights .bts-posts-grid .bts-post-card__title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}
.page-template-page-insights .bts-posts-grid .bts-post-card__title a {
  color: #01050e;
  text-decoration: none;
}
.page-template-page-insights .bts-posts-grid .bts-post-card__title a:hover {
  text-decoration: underline;
}
.page-template-page-insights .bts-posts-grid .bts-post-card__excerpt {
  flex-grow: 1;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #333;
}
.page-template-page-insights .bts-posts-grid .bts-post-card__footer {
  margin-top: auto;
  text-align: left;
}
.page-template-page-insights .bts-posts-grid .bts-post-card__more {
  color: #01050e;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
}
.page-template-page-insights .bts-posts-grid .bts-post-card__more:hover {
  text-decoration: underline;
}
@media (max-width: 600px) {
  .page-template-page-insights .bts-posts-grid .bts-post-card {
    flex: 1 1 100%;
  }
}
.btsPropertyContent {
  margin-top: 15px;
}
.btsPropertyContent h3 {
  margin: 0 !important;
}
.btsPropertyContent h3 a {
  color: #d52027;
  font-size: 18px;
  font-weight: 700;
}
.btsPropertyContent p {
  color: #555555;
  font-size: 13px;
  margin: 0 !important;
}
.btsPropertyContent h4 {
  color: #555555;
  font-size: 24px;
  font-weight: 700;
  margin: 15px 0 0 0 !important;
}
.btsPropertyContent h5 {
  color: #555555;
  font-size: 13px;
  margin: 0 !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: -40px !important;
  color: #d52027 !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: -40px !important;
  color: #d52027 !important;
}
.btsPropertyBox {
  position: relative;
  padding-bottom: 15px;
  overflow: hidden;
}
.btsPropertyBox:hover .btsPropertyImg .btsPropertyImgInner {
  width: 100%;
  height: 100%;
  font-size: 14px;
}
.btsPropertyBox:hover .btsPropertyImg .btsPropertyImgInner2 {
  width: 92%;
  top: 6%;
  left: 4%;
  height: 88%;
  font-size: 14px;
}
.btsPropertyBox:hover .btsPropertyBorderBottom {
  left: 0;
}
.btsPropertyBox .btsPropertyImg {
  position: relative;
}
.btsPropertyBox .btsPropertyImg .custom-text {
  position: absolute;
  left: 0;
  bottom: 10%;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px 15px;
  color: #fff;
}
.btsPropertyBox .btsPropertyImg .btsPropertyImgInner {
  position: absolute;
  z-index: 9;
  color: #ffffff;
  padding: 0;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  font-size: 0;
  transition: 0.3s ease-in-out !important;
}
.btsPropertyBox .btsPropertyImg .btsPropertyImgInner2 {
  position: absolute;
  z-index: 9;
  color: #ffffff;
  width: 100%;
  height: 0;
  top: -14%;
  left: 0;
  overflow: hidden;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  font-size: 0;
  transition: 0.3s ease-in-out !important;
}
.btsPropertyBox .btsPropertyImg .btsPropertyImgInner2 i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
}
.btsPropertyBox .btsPropertyBorderBottom {
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: -100%;
  transition: 0.3s ease-in-out !important;
}
.btsPropertyBox .btsPropertyBorderBottom .bts-bdr-orange {
  background: #d52027;
  width: 30%;
  height: 3px;
  float: left;
}
.btsPropertyBox .btsPropertyBorderBottom .bts-bdr-blue {
  background: #555555;
  width: 70%;
  height: 3px;
  float: left;
}
#bts-map-canvas {
  filter: grayscale(100%);
  margin: 0 -12px;
}
.bts-tab-links {
  display: flex;
  gap: 15px !important;
}
.bts-tabcontent {
  padding-bottom: 3em;
}
/*--------------------------------------------------------------
# Media Page
--------------------------------------------------------------*/
.page-template-page-media .content-area {
  padding: 5em 0 6em;
}
.page-template-page-media h2 {
  font-size: 36px;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 15px;
}
.page-template-page-media h2 span {
  background: #ffffff;
  padding: 5px 40px;
}
.page-template-page-media h2:after {
  content: "";
  background: #707070;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  height: 1px;
  width: 100%;
}
.page-template-page-media .media-page-content {
  margin: 0 0 3em;
}
.page-template-page-media .media-page-content p {
  max-width: 1092px;
  margin: 0 auto;
  text-align: center;
}
.section--posts {
  padding: 1em 0 2em;
}
.custom-post-wrapper {
  margin: 0 auto;
}
.custom-post-wrapper .custom-post-card {
  border: 2px solid #b9bbbc;
  border-radius: 2px;
  margin-bottom: 30px;
  padding: 20px;
  background: #fff;
  display: flex;
  gap: 25px;
}
.custom-post-wrapper .custom-post-card:hover {
  border-color: #1e2b44;
}
.custom-post-wrapper .custom-post-card .custom-post-image {
  width: 330px;
  flex-shrink: 0;
}
.custom-post-wrapper .custom-post-card .custom-post-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.custom-post-wrapper .custom-post-card .custom-post-content {
  display: flex;
  flex-direction: column;
}
.custom-post-wrapper .custom-post-card .custom-post-content .post-category {
  display: none;
}
.custom-post-wrapper .custom-post-card .custom-post-content .post-category span {
  background: #333;
  color: #fff;
  padding: 3px 10px;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 30px;
}
.custom-post-wrapper .custom-post-card .custom-post-content .post-title {
  margin-top: 0;
  font-size: 26px;
  font-family: "Centennial 75";
}
.custom-post-wrapper .custom-post-card .custom-post-content .post-excerpt {
  margin-bottom: 25px;
}
.custom-post-wrapper .custom-post-card .post-actions {
  margin-top: auto;
}
.custom-post-wrapper .custom-post-card .read-more {
  margin-left: auto;
}
.custom-pagination {
  text-align: center;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-pagination a, .custom-pagination span {
  display: inline-block;
  margin: 0 5px;
  padding: 6px 5px;
  color: #1e2b44;
  font-size: 20px;
  text-decoration: none;
  font-weight: 500;
}
.custom-pagination .current {
  font-weight: 700;
  font-size: 22px;
}
/*--------------------------------------------------------------
# Single Post
--------------------------------------------------------------*/
.single-post main {
  padding: 5em 0;
}
/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.page-template-page-contact .contact-flex {
  display: flex;
  gap: 280px;
}
@media (max-width: 1440px) {
  .page-template-page-contact .contact-flex {
    gap: 150px;
  }
}
@media (max-width: 1024px) {
  .page-template-page-contact .contact-flex {
    gap: 50px;
  }
}
@media (max-width: 575px) {
  .page-template-page-contact .contact-flex {
    flex-direction: column;
  }
}
.page-template-page-contact .contact-details {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page-template-page-contact .contact-details img {
  max-width: 270px;
}
.page-template-page-contact input[type="text"], .page-template-page-contact input[type="email"], .page-template-page-contact input[type="tel"], .page-template-page-contact textarea {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.page-template-page-contact input[type="text"]:focus, .page-template-page-contact input[type="email"]:focus, .page-template-page-contact input[type="tel"]:focus, .page-template-page-contact textarea:focus {
  border-color: #1e2b44;
}
.page-template-page-contact input[type="text"]::placeholder, .page-template-page-contact input[type="email"]::placeholder, .page-template-page-contact input[type="tel"]::placeholder, .page-template-page-contact textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #888888;
  opacity: 1;
  /* Firefox */
}
.page-template-page-contact input[type="text"]:-ms-input-placeholder, .page-template-page-contact input[type="email"]:-ms-input-placeholder, .page-template-page-contact input[type="tel"]:-ms-input-placeholder, .page-template-page-contact textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #888888;
}
.page-template-page-contact input[type="text"]::-ms-input-placeholder, .page-template-page-contact input[type="email"]::-ms-input-placeholder, .page-template-page-contact input[type="tel"]::-ms-input-placeholder, .page-template-page-contact textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #888888;
}
/*--------------------------------------------------------------
# Track Record Page
--------------------------------------------------------------*/
.page-template-page-track-record .content-area {
  padding: 5em 0 6em;
}
.page-template-page-track-record h2 {
  font-size: 36px;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 15px;
}
.page-template-page-track-record h2 span {
  background: #ffffff;
  padding: 5px 40px;
}
.page-template-page-track-record h2:after {
  content: "";
  background: #707070;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  height: 1px;
  width: 100%;
}
.wp-singular .post-thumbnail img {
  width: 100%;
}
