@charset "UTF-8";
:root {
  --bs-primary: #ED5E00;
  --bs-primary-rgb: 237, 94, 0;
  --bs-primary-dark: #ED5E00;
  --bs-primary-light: #ED5E00;
  --bs-primary-bg-subtle: rgba(var(--bs-primary-rgb), 0.3);
  --bs-primary-border-subtle: rgba(var(--bs-primary-rgb), 0.6);
  --bs-body-color: #000000;
  --bs-secondary-color: #403A36;
  --bs-tertiary-color: #F5F5F5;
  --bs-light: #F7F7F7;
  --bs-heading-color: inherit;
  --bs-gray-100: #A2A2A2;
  --bs-gray-200: #E5E5E5;
  --bs-gray-300: #808080;
  --bs-black: #000;
  --bs-body-font-family: "Acumin Pro", sans-serif;
  --bs-link-color: #ED5E00;
  --bs-link-color-rgb: 237, 94, 0;
  --bs-link-hover-color: #ED5E00;
  --bs-link-hover-color-rgb: 237, 94, 0;
  --navbar-toggler-width: 30px;
}

html {
  /* Reserves space for the scrollbar to prevent layout shift */
  scrollbar-gutter: stable;
}

body {
  font-family: var(--bs-body-font-family);
}

textarea {
  resize: none;
}

iframe {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

.main-title {
  font-size: 28px;
}

.heading-2 {
  font-size: 24px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .main-title {
    font-size: 32px;
  }
  .heading-2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1400px) {
  .main-title {
    font-size: 36px;
  }
  .heading-2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1600px) {
  .main-title {
    font-size: 38px;
  }
  .heading-2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1600px) {
  .main-title {
    font-size: 40px;
  }
}
@font-face {
  font-family: "Acumin Pro";
  src: url("../fonts/AcuminPro-ExtraLight.woff2") format("woff2"), url("../fonts/AcuminPro-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("../fonts/AcuminPro-Italic.woff2") format("woff2"), url("../fonts/AcuminPro-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("../fonts/AcuminPro-Light.woff2") format("woff2"), url("../fonts/AcuminPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("../fonts/AcuminPro-LightItalic.woff2") format("woff2"), url("../fonts/AcuminPro-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("../fonts/AcuminPro-Regular.woff2") format("woff2"), url("../fonts/AcuminPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("../fonts/AcuminPro-Medium.woff2") format("woff2"), url("../fonts/AcuminPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("../fonts/AcuminPro-Semibold.woff2") format("woff2"), url("../fonts/AcuminPro-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("../fonts/AcuminPro-Bold.woff2") format("woff2"), url("../fonts/AcuminPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("../fonts/AcuminPro-BoldItalic.woff2") format("woff2"), url("../fonts/AcuminPro-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
.text-underline {
  text-decoration: underline;
}

.fw-thin {
  font-weight: 100 !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-extrabold {
  font-weight: 800 !important;
}

.fw-black {
  font-weight: 900 !important;
}

.fs-italic {
  font-style: italic;
}

.anchor-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 3;
}

.z-index-1 {
  z-index: 1;
}

.mxw-none {
  max-width: none;
}

.gap-12px {
  gap: 12px;
}

.lh-md {
  line-height: 1.8;
}

.text-lh-md {
  line-height: 1.5;
}

.lh-130 {
  line-height: 1.3;
}

.lh-150 {
  line-height: 1.5;
}

.lh-160 {
  line-height: 1.6;
}

.lh-170 {
  line-height: 1.7;
}

.mb-12px {
  margin-bottom: 12px;
}

.fs-14px {
  font-size: 14px;
}

.fs-12px {
  font-size: 12px;
}

.text-hover-primary:hover {
  color: var(--bs-primary);
}

.bg-gray-200 {
  background-color: var(--bs-gray-200);
}

.me-5px {
  margin-right: 5px;
}

.text-secondary {
  color: var(--bs-secondary-color) !important;
}

.text-gray-300 {
  color: var(--bs-gray-300) !important;
}

.column-2 {
  column-count: 2;
}

.ratio-16x8 {
  --bs-aspect-ratio: 50%;
}

.ratio-66 {
  --bs-aspect-ratio: 66%;
}

.ratio-70 {
  --bs-aspect-ratio: 70%;
}

.ratio-87 {
  --bs-aspect-ratio: 87.5%;
}

.ratio-box-1 {
  --bs-aspect-ratio: 102%;
}

.ratio-portrait-1 {
  --bs-aspect-ratio: 119.5%;
}

@media (min-width: 768px) {
  .column-md-2 {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .text-lh-md {
    line-height: 1.8;
  }
  .mt-lg-17 {
    margin-top: -17rem !important;
  }
  .lh-lg-170 {
    line-height: 1.7;
  }
  .lh-lg-140 {
    line-height: 1.4;
  }
  .text-space-lg-20 p {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .mt-xl-17 {
    margin-top: -17rem !important;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-17 {
    margin-top: -17rem !important;
  }
}
@media (min-width: 1700px) {
  .fs-4xl-18px {
    font-size: 18px;
  }
  .mt-4xl-17 {
    margin-top: -17rem !important;
  }
  .px-4xl-34px {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }
}
.btn {
  --bs-btn-padding-x: 2.5rem;
  --bs-btn-padding-y: .75rem;
  --bs-btn-border-radius: 25px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.btn:not(.no-icon) {
  padding-left: 15px;
  padding-right: 32px;
}
.btn:not(.no-icon):before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(../img/icons/arrow-circle-up_broken.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 14px;
  transform: translateX(0);
  filter: brightness(100%) invert(0);
  transition: transform 0.35s ease-out, filter 0.1s ease-in-out;
}
.btn:hover {
  --bs-btn-border-radius: 0px;
}
.btn:hover:not(.no-icon):before {
  filter: brightness(0) invert(1);
}

.btn-primary {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-primary-dark);
  --bs-btn-hover-border-color: var(--bs-primary-dark);
  --bs-btn-active-bg: var(--bs-primary-dark);
  --bs-btn-active-border-color: var(--bs-primary-dark);
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-secondary {
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: var(--bs-light);
  --bs-btn-border-color: var(--bs-light);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  border-color: var(--bs-primary-light);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.2);
}

.form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.content-section-row {
  position: relative;
}

.bg-img-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-img-fill._object-top img {
  object-position: top;
}
.bg-img-fill._object-right img {
  object-position: right;
}
.bg-img-fill._object-bottom img {
  object-position: bottom;
}
.bg-img-fill._object-left img {
  object-position: left;
}
.bg-img-fill + div {
  position: relative;
  z-index: 2;
}
.bg-img-fill img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.btn-link {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
.btn-link:hover {
  text-decoration: underline;
}

.line-sm {
  width: 140px;
  color: #C9C9C9;
}

.container-limited {
  max-width: 1920px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1700px) {
  .container {
    max-width: 1640px;
  }
}
ul.check-lists {
  --offset-padding-left: 40px;
  padding-left: 0;
  list-style: none;
  padding-inline-start: 0;
}
@media (min-width: 992px) {
  ul.check-lists {
    --offset-padding-left: 48px;
  }
}
ul.check-lists li {
  position: relative;
  line-height: 1.5;
  padding-inline-start: var(--offset-padding-left);
}
ul.check-lists li::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url(../img/icons/icon-circle-check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
ul.check-lists li + li {
  margin-top: 20px;
}
@media (min-width: 992px) {
  ul.check-lists li {
    line-height: 2;
  }
  ul.check-lists li::before {
    width: 33px;
    height: 33px;
    top: 0;
  }
  ul.check-lists li + li {
    margin-top: 30px;
  }
  ul.check-lists.offset-check li {
    padding-inline-start: 0;
  }
  ul.check-lists.offset-check li::before {
    transform: translateX(calc(var(--offset-padding-left) * -1));
  }
  ul.check-lists.offset-check.column-2 li {
    margin-right: var(--offset-padding-left);
  }
}
@media (min-width: 1700px) {
  ul.check-lists.offset-check {
    padding-right: var(--offset-padding-left);
  }
}

.theme-accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-active-color: var(--bs-primary);
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-icon-width: 31px;
  --bs-accordion-btn-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="31" height="31" viewBox="0 0 31 31"><path id="Path_4535" data-name="Path 4535" d="M34.385,24.592a22.4,22.4,0,0,1,10.231,0,13.141,13.141,0,0,1,9.793,9.793,22.4,22.4,0,0,1,0,10.231,13.141,13.141,0,0,1-9.793,9.793,22.4,22.4,0,0,1-10.231,0,13.141,13.141,0,0,1-9.793-9.793,22.4,22.4,0,0,1,0-10.231A13.141,13.141,0,0,1,34.385,24.592Zm1.693,12.56a.989.989,0,0,0-1.4,1.4L38.8,42.672a.989.989,0,0,0,1.4,0l4.122-4.122a.989.989,0,0,0-1.4-1.4L39.5,40.574Z" transform="translate(-24 -24)" fill="%2322a8a0" fill-rule="evenodd"/></svg>');
  --bs-accordion-btn-active-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="31" height="31" viewBox="0 0 31 31"><path id="Path_4535" data-name="Path 4535" d="M34.385,24.592a22.4,22.4,0,0,1,10.231,0,13.141,13.141,0,0,1,9.793,9.793,22.4,22.4,0,0,1,0,10.231,13.141,13.141,0,0,1-9.793,9.793,22.4,22.4,0,0,1-10.231,0,13.141,13.141,0,0,1-9.793-9.793,22.4,22.4,0,0,1,0-10.231A13.141,13.141,0,0,1,34.385,24.592Zm1.693,12.56a.989.989,0,0,0-1.4,1.4L38.8,42.672a.989.989,0,0,0,1.4,0l4.122-4.122a.989.989,0,0,0-1.4-1.4L39.5,40.574Z" transform="translate(-24 -24)" fill="%2322a8a0" fill-rule="evenodd"/></svg>');
}
.theme-accordion .accordion-item {
  border-bottom: 1px solid #BFBFBF;
  padding-top: 5px;
  padding-bottom: 5px;
}
.theme-accordion .accordion-item:not(:first-child) {
  margin-top: 16px;
}
@media (min-width: 992px) {
  .theme-accordion .accordion-item:not(:first-child) {
    margin-top: 28px;
  }
}
.theme-accordion .accordion-body {
  padding: 0 0px 4px 0;
  line-height: 1.6;
  font-size: 16px;
}
.theme-accordion .accordion-body .ul {
  padding-left: 20px;
  list-style-type: square;
}
@media (min-width: 576px) {
  .theme-accordion .accordion-body {
    padding: 0 65px 4px 0;
  }
}
@media (min-width: 992px) {
  .theme-accordion .accordion-body p {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .theme-accordion .accordion-body p {
    line-height: 1.85;
    margin-bottom: 1.5rem;
  }
}
.theme-accordion .accordion-button {
  border-radius: 0;
  font-size: 18px;
  line-height: 1.2;
  padding: 20px 0;
  gap: 25px;
}
.theme-accordion .accordion-button:focus {
  box-shadow: 0;
}
@media (min-width: 576px) {
  .theme-accordion .accordion-button {
    padding: 25px 0;
    font-size: 22px;
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .theme-accordion .accordion-button {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .theme-accordion .accordion-button {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .theme-accordion .accordion-button {
    font-size: 28px;
  }
}
@media (min-width: 1700px) {
  .theme-accordion .accordion-button {
    font-size: 28px;
  }
}

.top-gradient {
  position: absolute;
  top: -28px;
  left: 0;
  height: 292px;
  width: 100%;
  background: transparent linear-gradient(0deg, #000000 0%, rgba(48, 19, 0, 0.3960784314) 10%, rgba(119, 47, 0, 0) 100%) 0% 0% no-repeat padding-box;
  transform: matrix(-1, 0, 0, -1, 0, 0);
}

.bottom-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.bottom-gradient img {
  transform: rotate(4deg) !important;
  transform-origin: left;
  width: 100%;
  height: auto;
}

#header {
  --header-fixed-offset: 80px;
  --header-nav-top: 3px;
  --header-toggle-right: 15px;
  --header-nav-bg: #fff;
  --header-toggle-color: #000;
  --navbar-brand-height: 64px;
  --bs-navbar-brand-padding-y: 0.3125rem;
}
@media (min-width: 576px) {
  #header {
    --header-fixed-offset: 106px;
    --header-nav-top: 16px;
    --header-toggle-right: 30px;
  }
}
@media (min-width: 768px) {
  #header {
    --header-fixed-offset: 117px;
    --header-nav-top: 16px;
    --navbar-brand-height: 75px;
  }
}
@media (min-width: 992px) {
  #header {
    --header-fixed-offset: 146px;
    --header-nav-top: 30px;
    --header-toggle-right: 80px;
    --navbar-brand-height: 88px;
  }
}
@media (min-width: 1200px) {
  #header {
    --header-nav-top: 40px;
    --header-fixed-offset: 166px;
  }
}
@media (min-width: 1400px) {
  #header {
    --header-fixed-offset: 166px;
    --header-toggle-right: 100px;
  }
}
@media (min-width: 1600px) {
  #header {
    --header-fixed-offset: 206px;
    --header-nav-top:60px;
    --header-toggle-right: 140px;
  }
}
@media (min-width: 992px) {
  #header:has(+ #home-banner) {
    --header-nav-bg: transparent;
  }
  #header:has(+ #home-banner) .header-fixed-offset {
    --header-fixed-offset: 0px;
  }
  #header:has(+ #home-banner) .navbar-brand {
    filter: brightness(0) invert(1);
  }
}
@media (min-width: 992px) {
  #header .nav-header .header-toggle.toggle-light {
    --header-toggle-color: #fff;
  }
}
#header .header-fixed-offset {
  height: var(--header-fixed-offset);
}
#header #main-nav {
  background-color: var(--header-nav-bg);
  z-index: 1050;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: var(--header-nav-top);
  padding-bottom: var(--header-nav-top);
  z-index: 99;
}
@media (max-width: 991px) {
  #header #main-nav {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 992px) {
  #header #main-nav {
    position: absolute;
    padding-bottom: calc(var(--header-nav-top) - 12px);
  }
}
#header #main-nav .container {
  position: relative;
  max-width: none;
}
.navbar .navbar-toggler {
  margin-right: -5px;
  border: 0;
  color: var(--primary);
}
.navbar .navbar-toggler.collapsed {
  color: #585858;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  width: auto;
  height: auto;
  background-image: none;
  font-size: 26px;
}

.nav-header .navbar-brand img {
  height: var(--navbar-brand-height);
}
.nav-header .header-toggle {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: end;
  height: 30px;
  cursor: pointer;
  margin-left: auto;
  position: fixed;
  top: calc(var(--header-nav-top) + 5px);
  right: var(--header-toggle-right);
  transition: transform ease 0.35s;
}
@media (max-width: 991px) {
  .nav-header .header-toggle {
    top: calc(var(--header-nav-top) + 20px);
  }
}
.nav-header .header-toggle .lines {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  height: 15px;
}
.nav-header .header-toggle .lines .line {
  width: 44px;
  height: 1px;
  background-color: var(--header-toggle-color);
}
.nav-header .header-toggle .lines .line:last-child {
  width: 28px;
}
@media (min-width: 768px) {
  .nav-header .header-toggle .lines .line {
    width: 54px;
  }
  .nav-header .header-toggle .lines .line:last-child {
    width: 32px;
  }
}
@media (min-width: 992px) {
  .nav-header .header-toggle .lines .line {
    width: 66px;
  }
  .nav-header .header-toggle .lines .line:last-child {
    width: 41px;
  }
}
.nav-header .header-toggle:hover .lines .line {
  background-color: var(--bs-primary);
}

.header-close-toggle {
  --nav-close-color: #7E7D7D;
  position: absolute;
  width: var(--navbar-toggler-width);
  height: var(--navbar-toggler-width);
  top: 16px;
  right: 22px;
  cursor: pointer;
  z-index: 3;
}
@media (min-width: 768px) {
  .header-close-toggle {
    top: 30px;
    right: 36px;
  }
}
@media (min-width: 992px) {
  .header-close-toggle {
    top: 40px;
    right: 40px;
  }
}
.header-close-toggle:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--nav-close-color);
  width: var(--navbar-toggler-width);
  height: 1px;
  transform: translateY(15px) rotate(-45deg);
}
.header-close-toggle:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--nav-close-color);
  width: var(--navbar-toggler-width);
  height: 1px;
  transform: translateY(15px) rotate(45deg);
}
.header-close-toggle:hover:before, .header-close-toggle:hover:after {
  background-color: var(--bs-primary);
}

.underlay-drawer {
  position: fixed;
  inset: 0;
  z-index: 1035;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: none;
  opacity: 0;
}

body:has(.fullscreen-menu.active) .underlay-drawer {
  display: block;
  opacity: 1;
}

.fullscreen-menu {
  position: fixed;
  z-index: 1050;
  inset: 0;
  left: auto;
  transform: translateX(100%);
  transition: transform ease 0.35s;
  width: 290px;
  background-color: #F7F7F7;
}
.fullscreen-menu.active {
  transform: translateX(0);
}
.fullscreen-menu .header-toggle {
  cursor: pointer;
  transition: transform ease 0.35s;
}
.fullscreen-menu .header-toggle:hover {
  transform: rotate(90deg);
}
.fullscreen-menu .nav-menu {
  height: 100%;
  row-gap: 10px;
}
.fullscreen-menu .nav-menu .nav-link {
  font-weight: 100;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  color: var(--bs-secondary-color);
}
.fullscreen-menu .nav-menu .nav-link:hover, .fullscreen-menu .nav-menu .nav-link.show {
  color: var(--bs-primary);
}
.fullscreen-menu .contact-heading {
  font-weight: 100;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  color: var(--bs-secondary-color);
}
.fullscreen-menu .text-email {
  font-weight: 500;
}
.fullscreen-menu .sidebar-text {
  font-size: 14px;
  line-height: 1.8;
}
.fullscreen-menu .quick-links {
  padding-inline-start: 20px;
  list-style-type: square;
}
.fullscreen-menu .quick-links li:last-child {
  color: #707070;
}
.fullscreen-menu .quick-links li a {
  color: #414141;
  font-weight: 500;
}
.fullscreen-menu .quick-links li a:hover {
  color: var(--bs-primary);
}
.fullscreen-menu .quick-links li a.text-underline {
  text-decoration: underline;
}
.fullscreen-menu .sidebar-logo {
  text-align: center;
}
.fullscreen-menu .sidebar-logo img {
  max-width: 133px;
  margin: 0 auto;
}
.fullscreen-menu .content-col-1 {
  padding: 50px 80px 24px;
  height: 100%;
  overflow: auto;
}
.fullscreen-menu .content-col-1 .inner {
  position: relative;
  z-index: 2;
}
.fullscreen-menu .nav-preview {
  width: 100%;
  margin-top: 46px;
}
.fullscreen-menu .nav-preview .image-container {
  position: relative;
  width: 100%;
  padding-top: 63%;
  overflow: hidden;
}
.fullscreen-menu .nav-preview .image-container:has(img.active) img:first-child {
  opacity: 0;
}
.fullscreen-menu .nav-preview .image-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
}
.fullscreen-menu .nav-preview .image-container img:not(:first-child) {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fullscreen-menu .nav-preview .image-container img.active {
  opacity: 1;
}
@media (max-width: 991px) {
  .fullscreen-menu .content-col-1 {
    height: 100%;
  }
  .fullscreen-menu .content-col-1 .inner {
    position: relative;
    z-index: 2;
    overflow: auto;
  }
}
@media only screen and (max-width: 767px) {
  .fullscreen-menu .content-col-1 {
    padding: 70px 40px 24px;
  }
  .fullscreen-menu .nav-menu {
    row-gap: 8px;
  }
  .fullscreen-menu .nav-menu .nav-link {
    font-size: 1.25rem;
  }
  .fullscreen-menu .contact-heading {
    font-size: 1.25rem;
  }
}
@media (min-width: 576px) {
  .fullscreen-menu {
    width: 330px;
  }
  .fullscreen-menu .sidebar-text {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .fullscreen-menu {
    width: 380px;
  }
  .fullscreen-menu .content-col-1 {
    padding: 50px 40px 24px;
  }
  .fullscreen-menu .nav-menu .nav-link {
    font-size: 1.5rem;
  }
  .fullscreen-menu .contact-heading {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .fullscreen-menu .content-col-1 {
    padding: 50px 60px 24px;
  }
  .fullscreen-menu .nav-menu {
    row-gap: 8px;
  }
  .fullscreen-menu .nav-menu .nav-item {
    position: static;
  }
  .fullscreen-menu .nav-menu .nav-link {
    position: relative;
  }
  .fullscreen-menu .nav-preview {
    margin-top: 24px;
  }
}
@media (min-width: 1400px) {
  .fullscreen-menu {
    width: 480px;
  }
  .fullscreen-menu .content-col-1 {
    padding: 50px 80px 24px;
  }
  .fullscreen-menu .nav-menu {
    row-gap: 10px;
  }
  .fullscreen-menu .nav-menu .nav-link {
    font-size: 30px;
  }
  .fullscreen-menu .text-email {
    font-size: 20px;
  }
  .fullscreen-menu .contact-heading {
    font-size: 30px;
  }
}
@media (min-width: 1700px) {
  .fullscreen-menu .content-col-1 {
    padding: 50px 80px 24px;
  }
  .fullscreen-menu .nav-menu {
    row-gap: 10px;
  }
  .fullscreen-menu .nav-menu .nav-link {
    font-size: 32px;
  }
  .fullscreen-menu .contact-heading {
    font-size: 32px;
  }
  .fullscreen-menu .text-email {
    font-size: 21px;
  }
  .fullscreen-menu .quick-links {
    font-size: 18px;
  }
  .fullscreen-menu .nav-preview {
    margin-top: 30px;
  }
}

#footer {
  position: relative;
  background-color: var(--bs-light);
  font-size: 15px;
}
@media (min-width: 1200px) {
  #footer {
    font-size: 16px;
  }
}
#footer a:hover {
  color: var(--bs-primary);
}
#footer a.text-underline:hover {
  text-decoration: underline;
}
#footer .footer-line-top {
  margin: 0;
  color: #000;
  opacity: 1;
  border: 0;
}
#footer .footer-line-top:before, #footer .footer-line-top:after {
  content: "";
  width: 38%;
  height: 1px;
  background-color: black;
  border-top: 1px solid;
  margin: 0;
  position: absolute;
  top: -1px;
}
#footer .footer-line-top:before {
  left: 0;
}
#footer .footer-line-top:after {
  right: 0;
}
#footer .footer-line-sm {
  margin: 0;
  color: #000;
  opacity: 1;
  width: 75px;
  --bs-border-width: 1px;
  position: absolute;
  top: 24px;
  right: 0;
}
@media (min-width: 768px) {
  #footer .footer-line-sm {
    width: 125px;
  }
}
@media (min-width: 992px) {
  #footer .footer-line-sm {
    width: 185px;
  }
}
#footer .footer-logo {
  display: inline-block;
}
#footer p {
  margin-bottom: 0;
  line-height: 1.75;
  font-weight: 300;
}

.scrub-left {
  will-change: transform;
}

.img-parallax {
  overflow: hidden;
}
.img-parallax .caption-overlay {
  position: unset;
}

.banner-slider {
  position: relative;
  height: 580px;
  color: #fff;
}
@media (max-width: 767px) {
  .banner-slider .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .banner-slider {
    height: 680px;
  }
}
@media (min-width: 992px) {
  .banner-slider {
    height: 780px;
  }
  .banner-slider .container {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .banner-slider {
    height: 850px;
  }
  .banner-slider .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1400px) {
  .banner-slider {
    height: 850px;
  }
  .banner-slider .container {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1700px) {
  .banner-slider {
    height: 980px;
  }
  .banner-slider .container {
    padding-left: 140px;
    padding-right: 140px;
  }
}
.banner-slider .swiper-slide {
  align-content: flex-end;
  padding-bottom: 125px;
}
.banner-slider .swiper-slide .bg-img-fill .img-caption-wrapper {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  text-align: right;
  font-weight: 300;
  font-size: 12px;
}
.banner-slider .swiper-slide .bg-img-fill .img-caption-wrapper .img-caption {
  z-index: 2;
}
.banner-slider .swiper-slide .bg-img-fill .img-caption-wrapper .container {
  justify-content: end;
}
.banner-slider .swiper-slide .bg-img-fill:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 66%;
  bottom: 0;
  left: 0;
  background: linear-gradient(3deg, rgb(0, 0, 0) 0%, rgb(48, 19, 0) 3%, rgba(119, 47, 0, 0) 28%);
  z-index: 2;
}
.banner-slider .swiper-slide .bg-img-fill:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 26%;
  top: -40px;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(48, 19, 0, 0.4) 10%, rgba(119, 47, 0, 0) 100%);
  z-index: 2;
}
.banner-slider .swiper-slide .container {
  height: 100%;
  align-items: end;
  display: flex;
  flex-wrap: wrap;
}
.banner-slider .swiper-slide .slide-content {
  width: 100%;
}
.banner-slider .sub-heading {
  font-size: 20px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .banner-slider .sub-heading {
    font-size: 30px;
  }
}
.banner-slider .slide-heading {
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .banner-slider .slide-heading {
    font-size: 50px;
  }
}
.banner-slider .slide-heading strong {
  font-weight: 700;
}
.banner-slider .sub-heading, .banner-slider .slide-heading {
  transform: translate(0, 0);
  transform: translate3d(0, 100px, 0);
  will-change: transform;
}
.banner-slider .swiper-utilities-wrap {
  position: absolute;
  bottom: 42px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.banner-slider .swiper-utilities {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 80px;
  padding-top: 24px;
  border-top: 1px solid;
}
@media (min-width: 768px) {
  .banner-slider .swiper-utilities {
    column-gap: 90px;
  }
}
@media (min-width: 992px) {
  .banner-slider .swiper-utilities {
    column-gap: 115px;
  }
}
.banner-slider .swiper-utilities .banner-pagination {
  width: 50px;
  font-size: 15px;
  font-weight: 300;
}
.banner-slider .swiper-utilities .banner-buttons {
  display: flex;
  column-gap: 12px;
  align-items: center;
}
.banner-slider .swiper-utilities .banner-buttons .swiper-button-disabled {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .banner-slider .swiper-utilities-wrap {
    width: 46%;
    bottom: 20px;
  }
  .banner-slider .swiper-utilities-wrap .swiper-utilities {
    column-gap: 20px;
  }
  .banner-slider .swiper-slide .bg-img-fill .img-caption-wrapper {
    width: 60%;
    left: auto;
    right: 0;
  }
  .banner-slider .swiper-slide .bg-img-fill .img-caption-wrapper .img-caption {
    font-size: 9px;
  }
}

#banner .banner-bg-overlay:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(239deg, rgb(255, 255, 255) 0%, rgba(136, 186, 183, 0.48) 50%, rgb(0, 196, 184) 100%);
  mix-blend-mode: screen;
}

.caption-overlay {
  position: relative;
}
.caption-overlay img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.caption-overlay figcaption {
  position: absolute;
  bottom: 15px;
  left: 20px;
  right: 20px;
  font-size: 12px;
  font-weight: 300;
}

.box-stly-1 {
  position: relative;
  display: inline-block;
  padding-right: 44px;
}
.box-stly-1:after {
  content: "";
  width: 130px;
  height: 134px;
  border-right: 1px solid var(--bs-primary);
  border-bottom: 1px solid var(--bs-primary);
  position: absolute;
  bottom: 0;
  right: 0;
}

.project-card-info {
  margin-top: 20px;
}
.project-card-info .project-name {
  font-size: 17px;
  color: var(--bs-secondary-color);
  margin-bottom: 0;
  flex-grow: 0;
  width: 68%;
  flex: 1 0 0%;
}
.project-card-info .year-address {
  font-size: 10px;
  font-weight: 400;
  line-height: 2;
  color: #808080;
  text-align: right;
  flex: 0 0 auto;
  width: auto;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 7px;
  height: 25px;
  align-items: center;
}
.project-card-info .btn-link {
  margin-top: 8px;
  display: inline-block;
}
@media (min-width: 992px) {
  .project-card-info.centered-info {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
  }
}
@media (min-width: 1700px) {
  .project-card-info .project-name {
    font-size: 21px;
  }
}

.project-card .project-img {
  margin-bottom: 0px;
}
.project-card .project-img img {
  width: 100%;
}

.scrub-cards .project-card {
  position: relative;
}
.scrub-cards .project-card .project-img {
  position: relative;
}
.scrub-cards .project-card .project-img:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(237, 94, 0, 0.25);
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.scrub-cards .project-card:hover .project-img:after {
  opacity: 1;
}
.scrub-cards .project-card .read-more {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: underline;
  color: var(--bs-primary);
  margin-top: 8px;
  display: inline-block;
}

.right-img {
  max-width: 567px;
  height: 580px;
  width: 100%;
  object-fit: cover;
}

.custom-ratio {
  --bs-aspect-ratio: calc(286 / 346 * 100%);
}

.job-ratio {
  --bs-aspect-ratio: calc(261 / 398 * 100%);
}

.article-card {
  background: #F7f7f7;
}

.custom-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2 columns */
  gap: 20px 60px; /* row gap / column gap */
}

.custom-list li {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  color: #555;
}

/* Circle */
.custom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 31.21px;
  height: 31.21px;
  border: 2px solid #ED5E00;
  border-radius: 50%;
}

/* Checkmark */
.custom-list li::after {
  content: "✓";
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 14px;
  color: orange;
}

.project-masonry {
  --masonry-gap: 40px;
}
@media (min-width: 768px) {
  .project-masonry {
    --masonry-gap: 40px;
  }
}
@media (min-width: 992px) {
  .project-masonry {
    --masonry-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .project-masonry {
    --masonry-gap: 60px;
  }
}
@media (min-width: 1400px) {
  .project-masonry {
    --masonry-gap: 120px;
  }
}
@media (min-width: 1600px) {
  .project-masonry {
    --masonry-gap: 162px;
  }
}
.project-masonry .gutter-sizer {
  width: var(--masonry-gap);
}
.project-masonry .project-card-info .project-name {
  display: inline;
  vertical-align: middle;
  margin-right: 20px;
}
.project-masonry .project-card-info .year-address {
  display: inline-block;
  vertical-align: baseline;
}
.project-masonry .project-card {
  position: relative;
}
.project-masonry .project-card .project-img {
  position: relative;
}
.project-masonry .project-card .project-img figcaption {
  position: absolute;
  bottom: 10px;
  left: 16px;
  right: 16px;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.3;
  z-index: 2;
  text-align: right;
}
@media (min-width: 992px) {
  .project-masonry .project-card .project-img figcaption {
    bottom: 16px;
    left: 20px;
    right: 20px;
  }
}
@media (min-width: 1400px) {
  .project-masonry .project-card .project-img figcaption {
    bottom: 20px;
    left: 24px;
    right: 24px;
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  .project-masonry .project-card .project-img figcaption {
    bottom: 24px;
    left: 32px;
    right: 32px;
  }
}
.project-masonry .project-card .project-img:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(237, 94, 0, 0.25);
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.project-masonry .project-card .project-img img {
  width: 100%;
  max-height: 1031px;
  object-fit: cover;
}
.project-masonry .project-card .read-more {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: underline;
  color: var(--bs-primary);
  margin-top: 8px;
  display: inline-block;
}
.project-masonry .project-card:hover .project-img:after {
  opacity: 1;
}
.project-masonry .masonry-item[style*="left: 0px"] .project-card .project-img figcaption {
  text-align: left;
}

.project-masonry {
  position: fixed;
  will-change: transform;
}

.card-wrap {
  overflow: hidden;
}
.card-wrap .card-image-wrapper .project-img, .card-wrap .card-image-wrapper img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.masonry-item {
  width: 100%;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .masonry-item {
    width: calc(50% - var(--masonry-gap) / 2);
  }
}
@media (min-width: 992px) {
  .masonry-item {
    margin-bottom: 96px;
  }
}
@media (min-width: 1400px) {
  .masonry-item {
    margin-bottom: 116px;
  }
}
@media (min-width: 1600px) {
  .masonry-item {
    margin-bottom: 136px;
  }
}

.jobs-accordion.theme-accordion {
  --bs-accordion-active-color: var(--bs-body-color);
  --bs-accordion-btn-icon: url('data:image/svg+xml,<svg id="icon-arrow-plus-open" xmlns="http://www.w3.org/2000/svg" width="31" height="31" viewBox="0 0 31 31"><path id="Path_4535" data-name="Path 4535" d="M34.385,24.592a22.4,22.4,0,0,1,10.231,0,13.141,13.141,0,0,1,9.793,9.793,22.4,22.4,0,0,1,0,10.231,13.141,13.141,0,0,1-9.793,9.793,22.4,22.4,0,0,1-10.231,0,13.141,13.141,0,0,1-9.793-9.793,22.4,22.4,0,0,1,0-10.231A13.141,13.141,0,0,1,34.385,24.592Z" transform="translate(-24 -24)" fill="%23ED5E00" fill-rule="evenodd"/><path id="Path_4558" data-name="Path 4558" d="M78.5,70a1.962,1.962,0,0,1,1.962,1.962v4.577h4.577a1.962,1.962,0,1,1,0,3.923H80.462v4.577a1.962,1.962,0,1,1-3.923,0V80.462H71.962a1.962,1.962,0,0,1,0-3.923h4.577V71.962A1.962,1.962,0,0,1,78.5,70Z" transform="translate(-63 -63)" fill="%23fff" fill-rule="evenodd"/></svg>');
  --bs-accordion-btn-active-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="31" height="31" viewBox="0 0 31 31"><g id="icon-arrow-up-bold" transform="translate(55 55) rotate(-180)"><path id="Path_4535" data-name="Path 4535" d="M34.385,24.592a22.4,22.4,0,0,1,10.231,0,13.141,13.141,0,0,1,9.793,9.793,22.4,22.4,0,0,1,0,10.231,13.141,13.141,0,0,1-9.793,9.793,22.4,22.4,0,0,1-10.231,0,13.141,13.141,0,0,1-9.793-9.793,22.4,22.4,0,0,1,0-10.231A13.141,13.141,0,0,1,34.385,24.592Zm1.693,12.56a.989.989,0,0,0-1.4,1.4L38.8,42.672a.989.989,0,0,0,1.4,0l4.122-4.122a.989.989,0,0,0-1.4-1.4L39.5,40.574Z" fill="%23ED5E00" fill-rule="evenodd"/></g></svg>');
}
.jobs-accordion.theme-accordion .accordion-item {
  border-bottom: 0;
}
.jobs-accordion.theme-accordion .accordion-item .jobs-content-wrap {
  border-bottom: 1px solid #bfbfbf;
}
.jobs-accordion.theme-accordion .accordion-item:not(:first-child) {
  margin-top: 50px;
}
.jobs-accordion.theme-accordion .accordion-header {
  color: var(--bs-secondary-color);
}
.jobs-accordion.theme-accordion .accordion-button {
  font-weight: 700;
  padding-top: 0;
}
.jobs-accordion.theme-accordion .accordion-body {
  padding-bottom: 50px;
}

#about-banner .banner-container {
  position: relative;
  height: 285px;
}
@media (min-width: 768px) {
  #about-banner {
    padding: 0 20px;
  }
  #about-banner .banner-container {
    height: 350px;
  }
}
@media (min-width: 992px) {
  #about-banner {
    padding: 0 24px;
  }
  #about-banner .banner-container {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  #about-banner .banner-container {
    height: 480px;
  }
}
@media (min-width: 1700px) {
  #about-banner {
    padding: 0 34px;
  }
  #about-banner .banner-container {
    height: 629px;
  }
}

.project-swiper .swiper-slide {
  padding: 40px 30px;
}
@media only screen and (max-width: 575px) {
  .project-swiper {
    width: 100%;
    overflow: visible;
  }
  .project-swiper .swiper-slide {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) {
  .project-swiper {
    width: calc(100% + (100vw - 498px) / 2 - 9px);
  }
  .project-swiper .swiper-slide {
    width: calc(65% - 9px);
  }
}
@media only screen and (min-width: 768px) {
  .project-swiper {
    width: calc(100% + (100vw - 678px) / 2 - 9px);
  }
  .project-swiper .swiper-slide {
    width: calc(46% - 9px);
    padding: 45px 35px;
  }
}
@media only screen and (min-width: 992px) {
  .project-swiper {
    width: calc(100% + (100vw - 916px) / 2 - 9px);
  }
  .project-swiper .swiper-slide {
    width: calc(40.25% - 9px);
    padding: 40px 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .project-swiper {
    width: calc(100% + (100vw - 1098px) / 2 - 9px);
  }
  .project-swiper .swiper-slide {
    width: calc(31% - 9px);
    padding: 45px 45px;
  }
}
@media only screen and (min-width: 1400px) {
  .project-swiper {
    width: calc(100% + (100vw - 1247px) / 2 - 9px);
  }
  .project-swiper .swiper-slide {
    width: calc(31% - 9px);
    padding: 50px 50px;
  }
}
@media (min-width: 1700px) {
  .project-swiper {
    width: calc(100% + (100vw - 1570px) / 2 - 9px);
  }
  .project-swiper .swiper-slide {
    width: calc(26.35% - 9px);
  }
}

.project-heading {
  font-size: 39px;
  font-weight: 700;
  color: #F5F5F5;
  text-align: end;
  line-height: 1;
}

.project-nav-buttons {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 12px;
  width: 120px;
  padding-top: 24px;
  padding-bottom: 30px;
  border-top: 1px solid var(--bs-primary);
  z-index: 2;
  height: 50px;
}

.project-swiper .swiper-slide {
  height: auto;
  background-color: #F7F7F7;
}
.project-swiper .inner-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.project-swiper .project-info {
  font-weight: 300;
  list-style: 1.6;
}
.project-swiper .project-name {
  font-size: 18px;
  font-weight: 700;
  list-style: 1.3;
}
.project-swiper .desc p:last-child {
  margin-bottom: 0;
}
.project-swiper .btn-link {
  font-size: 15px;
  font-weight: 500;
  margin-left: auto;
}
.project-swiper .slide-thumbnail {
  --bs-aspect-ratio: 83%;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .project-swiper .project-name {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .project-swiper .project-name {
    font-size: 21px;
  }
  .project-swiper .slide-thumbnail {
    margin-top: 50px;
  }
}
@media (min-width: 1600px) {
  .project-swiper .project-info {
    font-size: 18px;
  }
  .project-swiper .slide-thumbnail {
    margin-top: 50px;
  }
}

#inner-project-banner .banner-container {
  position: relative;
  height: 320px;
}
#inner-project-banner .banner-img-caption {
  padding: 12px 20px;
  font-size: 12px;
  font-weight: 300;
  text-align: right;
  color: var(--bs-gray-100);
}
@media (min-width: 576px) {
  #inner-project-banner .banner-img-caption {
    padding: 20px 0;
  }
}
#inner-project-banner .banner-img-caption p {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  #inner-project-banner {
    padding: 0 20px;
  }
  #inner-project-banner .banner-container {
    height: 340px;
  }
}
@media (min-width: 768px) {
  #inner-project-banner {
    padding: 0 20px;
  }
  #inner-project-banner .banner-container {
    height: 490px;
  }
}
@media (min-width: 992px) {
  #inner-project-banner {
    padding: 0 24px;
  }
  #inner-project-banner .banner-container {
    height: 530px;
  }
}
@media (min-width: 1200px) {
  #inner-project-banner .banner-container {
    height: 630px;
  }
}
@media (min-width: 1400px) {
  #inner-project-banner .banner-container {
    height: 750px;
  }
}
@media (min-width: 1700px) {
  #inner-project-banner {
    padding: 0 34px;
  }
  #inner-project-banner .banner-container {
    height: 924px;
  }
}

.thumbnail-options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}
.thumbnail-options .item-option {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  outline: 1px solid transparent;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.thumbnail-options .item-option img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.thumbnail-options .item-option:hover, .thumbnail-options .item-option.active {
  outline-color: #707070;
}

.project-gallery-slider figure {
  position: relative;
  margin-bottom: 0;
  width: 100%;
}
.project-gallery-slider figure figcaption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 30px 20px;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}

.project-pagination-navigation {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--bs-gray-100);
  max-width: 100%;
  width: 100%;
}
@media (min-width: 576px) {
  .project-pagination-navigation {
    max-width: 312px;
  }
}
.project-pagination-navigation .gallery-pagination {
  min-width: 40px;
  font-size: 15px;
  font-weight: 300;
  width: auto;
  color: var(--bs-secondary-color);
}
.project-pagination-navigation .gallery-pagination .swiper-pagination-current {
  color: var(--bs-primary);
}
.project-pagination-navigation .icon-gallery {
  display: flex;
  align-items: center;
  font-size: 8px;
  gap: 6px;
}
.project-pagination-navigation .gallery-navigation {
  display: flex;
  column-gap: 12px;
  align-items: center;
  margin-left: auto;
}

.middle-banner {
  height: 420px;
}

@media (min-width: 340px) {
  .project-heading {
    font-size: 45px;
  }
}
@media (min-width: 576px) {
  .project-heading {
    font-size: 52px;
  }
  .project-nav-buttons {
    width: 120px;
  }
}
@media (min-width: 768px) {
  .project-heading {
    font-size: 60px;
  }
  .middle-banner {
    height: auto;
  }
}
@media (min-width: 992px) {
  .project-heading {
    font-size: 89px;
  }
  .project-nav-buttons {
    width: 170px;
  }
}
@media (min-width: 1200px) {
  .project-heading {
    font-size: 98px;
  }
}
@media (min-width: 1400px) {
  .project-heading {
    font-size: 107px;
  }
  .thumbnail-options {
    margin-top: 35px;
  }
}
@media (min-width: 1600px) {
  .project-heading {
    font-size: 120px;
  }
}
@media (min-width: 1700px) {
  .project-heading {
    font-size: 149px;
  }
  .project-nav-buttons {
    width: 216px;
  }
}

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