@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../fonts/HelveticaNeueLTPro-MdCn.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTPro-MdCn.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nimbus Sans L';
    src: url('../fonts/NimbusSanL-Bol.woff2') format('woff2'),
        url('../fonts/NimbusSanL-Bol.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nimbus Sans L';
    src: url('../fonts/NimbusSanL-Reg.woff2') format('woff2'),
        url('../fonts/NimbusSanL-Reg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../fonts/HelveticaNeueLTPro-Cn.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTPro-Cn.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../fonts/HelveticaNeueLTPro-BdCn.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTPro-BdCn.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Fonts */
:root {
  --font-default: 'Nimbus Sans L';
  --font-primary: 'Nimbus Sans L';
  --font-secondary: 'Helvetica Neue LT Pro';
}

/* Colors */
:root {
  --color-default: #3D505A;
  --color-primary: #3D505A;
  --color-secondary: #F3F5F5;
  --color-light: 243, 245, 245;
  --color-dark: 61, 80, 90;
  --color-success: #f58220;
  --color-muted: #98A1A8;
  --alpha: 0.9;
  --alpha-2: 0.2;
  --alpha-4: 0.4;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: auto;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
  background-color: #F3F5F5;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 16px
}

@media (max-width: 575px) {
  body {
  font-size: 13px
  }

  }

a {
  color: var(--color-primary);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

a:hover {
  color: var(--color-muted);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-secondary);
  line-height: 1;
  font-weight: normal;
  margin-bottom: 10px;
}

h1 {
    font-size: calc(2.575rem + 1.9vw);
    line-height: 1;
}

h2 {
    font-size: calc(1.575rem + 1.9vw);
    line-height: 1.1;
}

h3, h4 {
    font-size: calc(1.075rem + 1.1vw);
    line-height: 1.1;
}

h5 {
    font-size: 24px;
    line-height: 1.1;
}

ul {
    padding-left: 0.5rem;
    margin-left: 5px
}

ol {
    padding-left: 1rem;
}

p {
    margin-bottom: 1.5rem;
}


.text-uppercase {
    text-transform: uppercase !important;
    letter-spacing: .2rem;
    font-family: var(--font-secondary);
    font-size: 13px;
}

.text-uppercase.normal {
    font-weight: 500;
}

.text-uppercase.bold {
    font-weight: 600;
}

.lead {
    font-size: 20px;
    font-weight: normal;
}

.text-formError {
    color: var(--color-f58220);
    font-size: 20px;
    font-weight: normal;
}

.text-formThx {
    font-size: 20px;
    font-weight: normal;
}

@media (max-width: 768px) {
  .lead {
      font-size: 16px;
  }
  .text-formError {
      font-size: 16px;
  }
  .text-formThx {
      font-size: 16px;
  }
  }

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
html {
  scroll-padding-top: 160px;
}
section {
  padding-top: 12vh;
  padding-bottom: 12vh;
}
@media (max-width: 575px) {
  section {
    padding-top: 6vh;
    padding-bottom: 6vh;
  }
  }
.section-header {
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--font-primary);
}

.section-header h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #5bd9a9;
  margin: 4px 10px;
}

.section-header p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  font-family: var(--font-secondary);
  color: #fff;
}

.section-scrollspy {
  overflow: auto;
  max-height: 50vh;
}


.section-scrollspy h3, .section-scrollspy h4 {
    line-height: 1.4;
}

.section-border {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 575px) {
  .section-border {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.section-border-top {
  padding-top: 0;
}
.section-border-bottom {
  padding-bottom: 0;
}
.section-border.footer {
  padding-bottom: 0;
}
.border-bottom {
    border-bottom: 1px solid var(--color-primary) !important;
}
.border-top {
    border-top: 1px solid var(--color-primary) !important;
}
.border-active {
  border-color: #f58220 !important;
}

main, header, footer {
    margin-right: 10px;
    margin-left: 10px;
}

main {
    margin-top: 140px;
}

@media (min-width: 576px) {
  main, header, footer {
      margin-right: 25px;
      margin-left: 25px;
  }
}

@media (min-width: 768px) {
  main, header, footer {
      margin-right: 50px;
      margin-left: 50px;
  }
}

@media (max-width: 767px) {
  main {
      margin-top: 80px;
  }
}
/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
.btn {
    display: inline-block;
    padding: 16px 40px 13px 40px;
    font-family: var(--font-secondary);
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase !important;
    letter-spacing: .2rem;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    width: auto;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-border-radius-2xl);
    background-color: var(--bs-btn-bg);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-sm {
    padding: 6px 20px 4px 20px;
    font-size: 12px;
}


.btn-icon {
    font-size: 24px;
    padding: 11px 20px 5px 20px;
}

@media (max-width: 575px) {
  .btn {
    font-size: 12px;
    padding: 10px 15px 8px 15px;
  }

  .btn-sm {
      padding: 5px 10px;
  }


  .btn-icon {
      padding: 8px 10px;
  }
}


.btn-primary {
    border: 2px solid var(--color-primary);
    background-color: rgba(var(--color-light));
    color: var(--color-primary);

}

.btn-primary:hover {
    border: 2px solid var(--color-muted);
    background-color: rgba(var(--color-light), var(--alpha));
    color: var(--color-muted);
}

.btn-secondary {
    border: 2px solid var(--color-secondary);
    background-color: rgba(var(--color-dark), var(--alpha-2));
    color: var(--color-secondary);

}

.btn-secondary:hover {
    border: 2px solid var(--color-secondary);
    background-color: rgba(var(--color-dark), var(--alpha-4));
    color: var(--color-secondary);
}


.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
  border: 0 solid transparent;
  background-color: rgba(var(--color-light), var(--alpha));
  color: var(--color-primary);
}

.btn-light {
    border: 2px solid rgba(var(--color-light));
    background-color: rgba(var(--color-light));
    color: var(--color-primary);
}

.btn-light:hover {
    border: 2px solid rgba(var(--color-light));
    background-color: rgba(var(--color-light), var(--alpha));
    color: var(--color-muted);
}

.btn-info {
  border: 2px solid var(--color-success);
  background-color: var(--color-success);
  color: #fff;

}

.btn-info:hover {
  border: 2px solid var(--color-success);
  background-color: var(--color-success);
  color: #fff;
  opacity: 0.8;
}


.bg-primary {
    background-color: rgba(var(--color-light))!important;
}
.badge {
    display: table-caption;
    width: fit-content;
    text-transform: uppercase !important;
    letter-spacing: .2rem;
    font-family: var(--font-secondary);
    border-radius: 0 99px 99px 0;
    padding: 7px 10px 5px 10px;
    display: flex;
  justify-content: center;
  align-items: center;
}

.badge-num {
    padding: 0 15px;
    display: flex;
  align-items: center;
  justify-content: center;

}

.badge-num .badge {
    width: 25px;
    text-align: center;
    margin-right: 10px;
    padding: 6px 0 3px 2px;
}

@media (max-width: 991px) {
  .badge-num {
      display: block;

  }

  .badge-num .badge {
      margin-bottom: 5px
  }
}

.badge-primary {
  border: 2px solid var(--color-success);
  background-color: var(--color-success);
  color: #fff;
}

.badge-secondary {
  border: 2px solid var(--color-muted);
  background-color: rgba(var(--color-light));
  color: var(--color-muted);
}

.pagination .page-item .page-link {
  border: 2px solid var(--color-light);
  background-color: rgba(var(--color-light));
  color: var(--color-primary);
  border-radius: var(--bs-border-radius-2xl);
  padding: 13px 20px;
  margin: 0 5px;
  font-weight: 700;
}

.pagination .page-item .page-link.active {
  border: 2px solid var(--color-primary);
  background-color: rgba(var(--color-light));
  color: var(--color-primary);
  border-radius: var(--bs-border-radius-2xl);
  padding: 13px 20px;
  margin: 0 5px;
  font-weight: 700;
}

.select-box {
  padding: 0;
  margin: 0;
  position: relative;
  min-width: auto;
  margin-left: 10px;
  border: 2px solid rgba(var(--color-dark), var(--alpha-2));
  border-radius: var(--bs-border-radius-2xl);
  padding: 3px 10px 1px 10px;
}

@media (max-width: 991px) {
  .d-flex.select-box-filter-mobile {
    display: block!important;
  }
  .select-box-mobile {
    width: 50%;
    margin-left: 0px;
    margin-bottom: 5px;
    float: left;
  }
}


.select-box select {
  max-width: 100%;
  position: relative;
  z-index: 2;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  border: none;
  -moz-appearance: none;
  text-overflow: '';
  text-indent: 1px;
  -webkit-appearance: none;
  outline: 0;
  background-color: transparent;
  color: var(--color-primary);
  text-transform: uppercase !important;
  letter-spacing: .2rem;
  font-family: var(--font-secondary);
  font-weight: bold;
  font-size: 13px;
  padding-right: 30px;
  border: 0 solid var(--color-light);
}

.select-box:after {
  content: '';
  position: absolute;
  z-index: 0;
  right: .68rem;
  top: 40%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
}

.select-box:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 0;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 2px solid var(--color-primary);
  border-radius: 99px
}




/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  padding: 120px 0 60px 0;
  min-height: 30vh;
  position: relative;
}

.page-header h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-secondary);
}

@media (max-width: 768px) {
  .page-header h2 {
    font-size: 36px;
  }
}

.page-header p {
  color: rgba(255, 255, 255, 0.8);
}

.page-header .cta-btn {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.3s;
  color: #fff;
  background: var(--color-primary);
}

.page-header .cta-btn:hover {
  background: #2cbc85;
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 105px;
  top: 40px;
  z-index: 997;
  background: transparent;
  width: auto;
  transition: all 0.4s;
  padding: 0!important;
}

.scroll-top:hover {
    border: 0px;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  top: 40px;
}

@media (max-width: 768px) {
  .scroll-top {
    display: none
  }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  display: flex;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
}

#preloader:before,
#preloader:after {
  content: "";
  background-color: var(--color-secondary);
  position: absolute;
  inset: 0;
  width: 50%;
  height: 100%;
  transition: all 0.3s ease 0s;
  z-index: -1;
}

#preloader:after {
  left: auto;
  right: 0;
}

#preloader .line {
  position: relative;
  overflow: hidden;
  margin: auto;
  width: 1px;
  height: 280px;
  transition: all 0.8s ease 0s;
}

#preloader .line:before {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0%;
  transform: translateY(-50%);
  animation: lineincrease 1000ms ease-in-out 0s forwards;
}

#preloader .line:after {
  content: "";
  position: absolute;
  background-color: #999;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  transform: translateY(-100%);
  animation: linemove 1200ms linear 0s infinite;
  animation-delay: 2000ms;
}

#preloader.loaded .line {
  opacity: 0;
  height: 100% !important;
}

#preloader.loaded .line:after {
  opacity: 0;
}

#preloader.loaded:before,
#preloader.loaded:after {
  animation: preloaderfinish 300ms ease-in-out 500ms forwards;
}

@keyframes lineincrease {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@keyframes linemove {
  0% {
    transform: translateY(200%);
  }

  100% {
    transform: translateY(-100%);
  }
}

@keyframes preloaderfinish {
  0% {
    width: 5 0%;
  }

  100% {
    width: 0%;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 30px 0;
  background-color: #F3F5F5;
}

@media (max-width: 575px) {
  .header {;
    padding: 15px 0;
  }
  }

.header.scrolled{
  padding: 10px 0;
}

.header .logo {
  transition: 0.3s;
}

.header .logo img {
  max-height: 80px;
}

.header .logo h1 {
  font-size: 32px;
  margin: 0;
  font-weight: 400;
  color: #fff;
  font-family: var(--font-secondary);
}

.header .logo i {
  font-size: 32px;
  margin-right: 8px;
  line-height: 0;
}

@media (max-width: 575px) {
  .header .logo h1 {
    font-size: 26px;
  }

  .header .logo img {
    max-height: 50px;
  }

  .header .logo i {
    font-size: 24px;
  }
}

.header .header-social-links {
  padding-right: 15px;
}

.header .header-social-links a {
  color: rgba(255, 255, 255, 0.5);
  padding-left: 15px;
  display: inline-block;
  line-height: 0px;
  transition: 0.3s;
  font-size: 16px;
}

.header .header-social-links a:hover {
  color: #fff;
}

.header .btn{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  text-transform: uppercase !important;
  letter-spacing: .2rem;
  font-family: var(--font-secondary);
  font-weight: bold;
  font-size: 13px;
  padding: 0
}

.header .btn:hover{
  color: var(--color-muted);
}

.header .btn-primary{
  text-transform: uppercase !important;
  letter-spacing: .2rem;
  font-family: var(--font-secondary);
  font-weight: bold;
  font-size: 13px;
  border: 2px solid var(--color-success);
  background-color: var(--color-success);
  color: #fff;
  margin: 15px;
  border-radius: var(--bs-border-radius-2xl);
  width: fit-content;
}

.header .btn-primary:hover{
  border: 2px solid var(--color-success);
  background-color: var(--color-success);
  color: #fff;
}

.header .btn i{
  display: none
}


@media (max-width: 575px) {
  .header .header-social-links a {
    padding-left: 5px;
  }

  .header .btn span{
    display: none
  }

  .header .btn i{
    font-size: 24px;
    display: inline-block;
    margin-top: 10px;
  }
  .header .btn-primary{
    text-transform: uppercase !important;
    letter-spacing: .2rem;
    font-family: var(--font-secondary);
    font-weight: bold;
    font-size: 13px;
    border: 2px solid var(--color-success);
    background-color: var(--color-success);
    color: #fff;
    margin: 15px 5px;
    border-radius: var(--bs-border-radius-2xl);
    width: fit-content;
    padding: 10px 20px!important;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.nav-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  overflow-y: auto;
  left: 0;
  width: 100%;
  transition: 0.4s;
  padding: 0 30px;
  opacity: 0;
  padding-bottom: 40px;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu-footer {
  width: 300px;
  margin-left: -30px;
  padding-left: 50px!important
}

@media (max-width: 575px) {
  .nav-menu {
    padding: 0 0;
  }
  .nav-menu-footer {
    width: 300px;
    margin-left: 0px;
    padding-left: 10px!important
  }

  }

.nav-menu ul {
  width: 260px;
  margin-top: 110px;
}

.nav-menu a,
.nav-menu a:focus {
  display: block;
  position: relative;
  padding: 10px 20px;
  font-family: var(--font-secondary);
  color: var(--color-primary);
  font-weight: normal;
  font-size: 20px;
  transition: 0.3s;
}

@media (max-width: 575px) {
  .nav-menu a,
  .nav-menu a:focus {
    padding: 10px 5px;
  }
  }

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: var(--color-muted);
  text-decoration: none;
}

.nav-menu .drop-down>a:after {
  content: "\ea27";
  font-family: "boxicons";
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.nav-menu .active.drop-down>a:after {
  content: "\ea27";
}

.nav-menu .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down ul {
  display: none;
  overflow: hidden;
}

.nav-menu ul.drop-down-active {
  display: block;
}

.nav-menu .drop-down li {
  padding-left: 20px;
}

.nav-menu-active {
  position: fixed;
  z-index: 9999;
  opacity: 1
}

.nav-menu-active::after {
  content: '';
  background-color: rgba(var(--color-light));
  position: absolute;
  width: 300px;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}

.nav-menu-active::before {
  content: '';
  background-color: rgba(4, 12, 21, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -2;
}

.nav-menu .social-links a {
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    padding: 8px 0;
    text-align: center;
    transition: 0.3s;
    margin-right: 15px
}

.nav-toggle {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 99999;
  border: 0;
  background: rgba(34, 34, 34, 0);
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.nav-toggle i {
  color: var(--color-primary);
  font-size: 40px;
}

@media (max-width: 575px) {
  .nav-toggle i {
    font-size: 36px;
  }

  .nav-toggle i.bi-x-lg {
    font-size: 30px;
  }

  }

.nav-toggle-active {
  left: 0px;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #884922;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fd680e;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #fd680e;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #fd7827;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #fd680e;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #743e1d;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(75, 40, 19, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:hover {
  padding: 10px 20px;
  font-size: 15px;
  color: #743e1d;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #fd680e;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #fd680e;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

.nav-tab .nav-item a {
  padding: 16px 40px 13px 40px;
}

.nav-tab .nav-item {
  border: 2px solid transparent;
  border-radius: var(--bs-border-radius-2xl);
}

.nav-tab .nav-item.active {
  border: 2px solid var(--color-primary);
    background-color: rgba(var(--color-light));
    color: var(--color-primary);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.nav-tab .nav-item.active:hover {
    border: 2px solid var(--color-muted);
    background-color: rgba(var(--color-light), var(--alpha));
    color: var(--color-muted);
}

.nav-tab .nav-item a:hover {
    color: var(--color-muted);
}

.nav-item a{
  text-transform: uppercase !important;
  letter-spacing: .2rem;
  font-family: var(--font-secondary);
  color: var(--color-primary);
  font-weight: bold;
  font-size: 13px;
}

@media (max-width: 575px) {
  .nav-tab .nav-item a {
    padding: 10px 15px 8px 15px;
  }
  .nav-item a{
    font-size: 12px;
  }
  .nav-filter.justify-content-end {
    justify-content: start!important;
  }
}

.nav-item a:hover{
  color: var(--color-muted);
}

.nav-item.active a{
  color: var(--color-primary);
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    z-index: 9;
    transition: 0.4s;
}

.sticky.scrolled {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: 0.4s;
}

@media (max-width: 575px) {
  .sticky {
      top: 60px;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .content h2 {
  font-weight: 700;
  font-size: 24px;
  color: var(--color-primary);
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.about .content ul strong {
  margin-right: 10px;
}

.about .content ul i {
  font-size: 16px;
  margin-right: 5px;
  color: var(--color-primary);
  line-height: 0;
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
  margin-top: 80px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  background: var(--color-secondary);
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 5px solid #474a4d;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.5);
}

.testimonials .swiper-slide {
  opacity: 0.3;
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }

  .testimonials .swiper-pagination {
    margin-top: 0;
  }

  .testimonials .testimonial-item {
    margin: 40px 20px;
  }
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.project {
}

.project .project-item {
  position: relative;
  overflow: hidden;
  display: flex;
justify-content: center;
align-items: center;
}

.project-item {
  position: relative;
  overflow: hidden;
  display: flex;
justify-content: center;
align-items: center;
}

@media (max-width: 575px) {
  .project .project-item {
    margin-top: 30px
  }

  }

  @media (max-width: 768px) {
    .project-item.gallery {
      margin-bottom: 30px
    }

    }

.project .project-item.h-50 {
  height: 50vh!important;

}

@media (max-width: 991px) {
  .project .project-item.h-50 {
    height: auto!important;

  }
  .project .project-item.h-50 img {
    margin-bottom: 30px

  }
  }

.project .project-block {
  position: relative;
  overflow: hidden;
  display: flex;
}

@media (max-width: 991px) {
  .project .project-block .img-slider {
    margin-bottom: 30px
  }
  }

.project .project-block.h-50 {
  height: 50vh!important;

}

.project .project-block.h-25{
  height: 25vh!important;

}

@media (max-width: 991px) {
  .project .project-block.h-50 {
    height: auto!important;

  }

  .project .project-block.h-25{
    height: auto!important;

  }
}

.project .project-item.projects {
  margin-bottom: 30px
}


.project .project-item .badge {
  position: absolute;
  top: 30px;
  left: 30px;
  transition: 1s;
}

.hero .badges {
  position: absolute;
  top: 30px;
  left: 30px;
  transition: 1s;
}

.hero .badge {
  margin-bottom: 10px
}

@media (max-width: 991px) {
  .project .project-item .badge {
    top: 10px;
    left: 10px;
    font-size: 10px;
  }

  .hero .badges {
    top: 20px;
    left: 10px;
    font-size: 10px;
  }

  }

.project .project-item img {
  transition: 0.8s;
}

.project .project-links {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: all ease-in-out 0.3s;
  z-index: 3;
}

.project .project-links .preview-link,
.project .project-links .details-link {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  line-height: 1.2;
  margin: 30px 8px 0 8px;
}

.project .project-links .preview-link:hover,
.project .project-links .details-link:hover {
  color: #fff;
}

.project .project-links .details-link {
  font-size: 30px;
  line-height: 0;
}

.project .project-item:hover .project-links {
  opacity: 1;
}

.project .project-item:hover .preview-link,
.project .project-item:hover .details-link {
  margin-top: 0;
}

.project .project-item:hover img {
  transform: scale(1.05);
}

.project .project-item.no-hover:hover img {
  transform: scale(1);
}


.glightbox-clean .gslide-description {
  background: #222425;
}

.glightbox-clean .gslide-title {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.project-body {
    padding-top: 0;
}

.project-title {
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.project-item-content {
    justify-content: flex-start!important;
    display: flex!important;
}

.location-item-content {
    justify-content: center!important;
    display: flex!important;
}

@media (max-width: 768px) {
  .project-item-content .me-5 {
    margin-right: 3rem!important;
}
.project-body {
    margin-bottom: 50px
}
.location-item-content {
    justify-content: start!important;
    display: flex!important;
}
}
@media only screen and (max-width: 991px) and (min-width: 769px)  {
  .project-item-info {
      margin-bottom: 10px!important;
      font-size: 14px
  }
  .project-item-content .me-5 {
    margin-right: 0!important;
}
}

.project .benefit {
height: 500px
}


/*--------------------------------------------------------------
# project Single Section
--------------------------------------------------------------*/
.project-single .portfolio-details-slider img {
  width: 100%;
}

.project-single .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

.project-single .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.project-single .swiper-button-prev,
.project-single .swiper-button-next {
  width: 48px;
  height: 48px;
}

.project-single .swiper-button-prev:after,
.project-single .swiper-button-next:after {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 24px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.project-single .swiper-button-prev:hover:after,
.project-single .swiper-button-next:hover:after {
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 575px) {

  .project-single .swiper-button-prev,
  .project-single .swiper-button-next {
    display: none;
  }
}

.project-single .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: var(--font-secondary);
}

.project-single .portfolio-info h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.project-single .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.project-single .portfolio-info ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}

.project-single .portfolio-info ul strong {
  text-transform: uppercase;
  font-weight: 400;
  color: #6b7075;
  font-size: 14px;
}

.project-single .portfolio-info .btn-visit {
  padding: 8px 40px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
}

.project-single .portfolio-info .btn-visit:hover {
  background: #2cbc85;
}

.project-single .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  font-family: var(--font-secondary);
}

.project-single .portfolio-description p {
  padding: 0;
}

.project-single .portfolio-description .testimonial-item {
  padding: 30px 30px 0 30px;
  position: relative;
  background: var(--color-secondary);
  height: 100%;
  margin-bottom: 50px;
}

.project-single .portfolio-description .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #2e3133;
  float: left;
  margin: 0 10px 0 0;
}

.project-single .portfolio-description .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 5px 0;
  padding-top: 20px;
}

.project-single .portfolio-description .testimonial-item h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.project-single .portfolio-description .testimonial-item .quote-icon-left,
.project-single .portfolio-description .testimonial-item .quote-icon-right {
  color: #5bd9a9;
  font-size: 26px;
  line-height: 0;
}

.project-single .portfolio-description .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.project-single .portfolio-description .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.project-single .portfolio-description .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: var(--color-secondary);
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.services .service-item:before {
  content: "";
  position: absolute;
  background: #1d1f20;
  top: -200px;
  transition: all 0.3s;
  z-index: -1;
}

.services .service-item i {
  background: var(--color-primary);
  color: #fff;
  font-size: 24px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

.services .service-item h4 {
  font-weight: 600;
  margin: 15px 0 0 0;
  transition: 0.3s;
  font-size: 20px;
}

.services .service-item h4 a {
  color: #fff;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin: 15px 0 0 0;
}

.services .service-item:hover:before {
  background: var(--color-primary);
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.services .service-item:hover h4 a,
.services .service-item:hover p {
  color: #fff;
}

.services .service-item:hover i {
  background: #fff;
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing {
  margin-top: 80px;
}

.pricing .pricing-item {
  border-bottom: 1px dashed #474a4d;
  width: 100%;
  height: 100%;
  padding: 0 0 15px 0;
}

.pricing .pricing-item h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}

.pricing .pricing-item h4 {
  margin: 0;
  font-size: 16px;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item+.info-item {
  margin-top: 40px;
}

.contact .info-item i {
  font-size: 20px;
  color: var(--color-primary);
  float: left;
  width: 44px;
  height: 44px;
  background: #222425;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.5);
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
}

.contact .info-item:hover i {
  background: var(--color-primary);
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 30px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: var(--color-primary);
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: var(--color-secondary);
  text-align: center;
  padding: 15px;
  color: rgba(255, 255, 255, 0.6);
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--color-primary);
  border-top-color: var(--color-secondary);
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background-color: rgba(var(--color-light));
  border: 0px solid rgba(var(--color-light));
  border-bottom: 2px solid var(--color-primary);
  padding: 0.375rem 0
}

.contact .php-email-form input {
  height: 50px;
}

.contact .php-email-form textarea {
  padding: 10px 0;
}

.contact .php-email-form textarea {
  padding: 10px 0;
}

.form-check {
  font-size: 12px;
  margin-bottom: 15px
}

.form-check input {
  padding: 0 !important
}

.form-check-input {
  width: 1.5em;
  height: 1.5em;
  background-color: transparent;
  border: 1px solid #2a3942
}

.form-check label {
  margin-left: -15px
}

.form-check-input:checked {
  background-color: #2a3942;
  border-color: #2a3942
}

.form-check-input[type=checkbox] {
  border-radius: 0
}

[type=checkbox]:checked, [type=checkbox]:not(:checked), [type=radio]:checked, [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px
}

[type=checkbox]:checked+label, [type=checkbox]:not(:checked)+label, [type=radio]:checked+label, [type=radio]:not(:checked)+label, label [type=checkbox]:checked+span, label [type=checkbox]:not(:checked)+span {
  line-height: 19px;
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

[type=checkbox]:checked+label:before, [type=checkbox]:not(:checked)+label:before, [type=radio]:checked+label:before, [type=radio]:not(:checked)+label:before, label [type=checkbox]:checked+span:before, label [type=checkbox]:not(:checked)+span:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid var(--color-primary);
  content: "";
  border-radius: 99px;
  background-color: hsla(0, 0%, 100%, .2)
}

[type=checkbox]:checked+label:before, [type=radio]:checked+label:before, label [type=checkbox]:checked+span:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSItNDkgMTQxIDUxMiA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIyMy45IDQ5Ni44bC03NCA3NC03NC4xLTc0LTg1LjUtODUuNiA3NC03NCA4NS42IDg1LjYgMTk5LjYtMTk5LjYgNzQgNzR6IiBmaWxsPSIjMmQ0NjRjIi8+PC9zdmc+);
  background-size: 13px 13px;
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: calc(100vh - 140px);
  position: relative;
}

@media (max-height: 900px) {
  .hero .btn {
  bottom: -25px!important;
  }
}

@media (max-height: 750px) {
  .hero .btn {
  bottom: -50px!important;
  }
}

@media (max-width: 575px) {
  .hero {
    min-height: calc(100vh - 140px);
  }
}

@media (max-width: 768px) {
  .hero h2 {
    font-size: 32px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding-top: 6vh;
  padding-bottom: 6vh;
}

@media (max-width: 575px) {
  .footer {
    padding-top: 3vh;
    padding-bottom: 3vh;
  }
  }

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 50px
}

footer li {
    margin-bottom: 10px
}
.footer .copyright {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

.footer .credits {
  padding-top: 6px;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}

.footer .credits a {
  color: var(--color-primary);
}




@media (max-width: 575px) {
  .footer .logo {
    height: 120px
  }
  }


.line {
  position: relative;
  padding-top: 130px;
}

.line:before {
  content: "";
  position: absolute;
  height: 50%;
  top:0;
    left:50%;
    transform:translate(-50%, 0);
  width: 70px;
  height: 114px;
  background: url(../img/line.svg) no-repeat left center;
  background-size: 70px auto;
  z-index: -1
}


.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
  padding: 0;
  color: #F3F5F5;
  text-align: center;
  background: none;
  border: 0;
  opacity: 1;
  transition: opacity 0.15s ease; }



  @media (max-width: 767.98px) {
    .carousel-control-prev,
    .carousel-control-next {
      width: 35%;
      display: none
     }
    }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #F3F5F5;
    text-decoration: none;
    outline: 0;
    opacity: 0.8; }

.carousel-control-prev {
  left: -50px; }

.carousel-control-next {
  right: -50px; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border-radius: 99px;
  border: 2px solid var(--color-primary);
  background-color: rgba(var(--color-light));
  color: var(--color-primary);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23181818'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); background-size: 40%}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23181818'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); background-size: 40%}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #F3F5F5;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators [data-bs-target] {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

    .overflow-visible {
    overflow: visible!important;
}

@media (max-width: 575px) {
  .carousel-control-prev {
    left: 10px; }

  .carousel-control-next {
    right: 10px; }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      width: 3rem;
      height: 3rem;
  }
}
.table-detail th {
  text-transform: uppercase !important;
    letter-spacing: .2rem;
    font-family: var(--font-secondary);
    font-weight: normal;
    font-size: 13px;
    padding: 1rem 0;
}

.table {
  font-size: 14px;
  line-height: 14px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  vertical-align: top;
}

@media (max-width: 575px) {
  .table-detail th {
      font-size: 12px;
  }

  .table {
    font-size: 13px;
    line-height: 13px;
  }
}

@media (min-width:1400px) {
  .table {
    font-size: 15px;
    line-height: 15px
  }
}

.table-head {
  position: relative;
  z-index: 2
}

.table-row {
  display: flex;
  padding: 10px 0;
  flex-wrap: wrap
}

@media (min-width:1199px) {
  .table-row {
    padding: 0;
    flex-wrap: nowrap
  }
}

.table-row-head {
  text-transform: uppercase !important;
  letter-spacing: .2rem;
  font-family: var(--font-secondary);
  font-weight: bold;
  font-size: 12px;
  display: none;
  align-items: center
}

.table-row-head a {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase
}

@media (min-width:1199px) {
  .table-row-head {
    display: flex;
    font-size: 14px;
    line-height: 16px
  }
}

@media (min-width:1400px) {
  .table-row-head {
    font-size: 15px;
    line-height: 18px
  }
}

.table-row-head .table-column {
  height: 100%
}

.table-row-head .table-column[data-sort-enabled] {
  position: relative
}

.table-row-body {
  line-height: 14px;
  transition-duration: .3s;
  transform: scale(1);
  border-top: 2px solid var(--color-primary) !important;
  transition-property: all !important;
  will-change: all;
}

@media (min-width:1199px) {
  .table-row-body {
    background-color: transparent
  }
}

.table-row-body:first-child {
  border-top: 0
}

.table-row-body:hover {
  background-color: #f3f5f5;
  border-top: 2px solid var(--color-primary) !important;
  z-index: 2;
  position: relative
}

@media (min-width:1199px) {
  .table-row-body:hover {
    opacity: 1!important
  }
}

@media (min-width:1199px) {
  .table-row-body:hover .table-column {
    opacity: 0.6!important
  }
}

@media (min-width:1199px) {
  .table-row-body .table-column {
    white-space: nowrap
  }
}

@media (min-width:1200px) {
  .table-row-body .table-column {
    padding: 20px 10px 20px 0;
    display: flex;
    align-items: center;
  }
}

.table-row-body.disabled {
  pointer-events: none;
  color: #acacac
}

.table-row-body.hidden {
  display: none
}

@media (min-width:1400px) {
  .table-row-body {
    font-size: 15px;
    line-height: 15px
  }
}

.table-footer {
  border-top: 2px solid var(--color-primary) !important;
  display: flex;
  padding: 20px 0;
  flex-wrap: wrap;
  text-align: center;
  font-size: 14px
}

@media (min-width:1199px) {
  .table-footer {
    padding: 20px 0
  }
}

@media (min-width:992px) {
  .table-footer {
    padding: 30px 0
  }
}


.table-legend-list {
  display: flex;
  align-items: center
}

.table-legend-item {
  width: auto;
  list-style: none;
}

.table-downloads {
  display: flex;
  align-items: center;
  margin-top: 20px
}

@media (min-width:1199px) {
  .table-downloads {
    margin-top: 0;
    margin-left: auto
  }
}

@media (min-width:1400px) {
  .table-downloads {
    font-size: 16px
  }
}

.table-downloads-list {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

@media (min-width:1199px) {
  .table-downloads-list {
    justify-content: flex-end
  }
}

.table-downloads>* {
  margin-right: 20px
}

@media (min-width:1199px) {
  .table-downloads>* {
    margin-left: 20px;
    margin-right: 0
  }
}

@media (min-width:992px) {
  .table-downloads>* {
    margin-left: 25px
  }
}

.table-downloads-item i {
  margin-right: 10px
}

.table-downloads-item a {
  display: flex;
  align-items: center;
  font-weight: 400;
  transition: none;
  transition: color;
  transition-duration: .3s
}

.table-downloads-item a span {
  padding: 2px 0;
  border-bottom: 2px solid #2a3942;
  transition: border;
  transition-duration: .3s
}

.table-downloads-item a:hover {
  color: #ba996b
}

.table-downloads-item a:hover span {
  border-color: #ba996b
}

.table-downloads-item+.table-downloads-item {
  margin-left: 20px
}

@media (min-width:992px) {
  .table-downloads-item+.table-downloads-item {
    margin-left: 25px
  }
}

.table-column {
  padding: 10px 20px;
  flex: 0 0 100%
}

.table-column:before {
  font-size: 10px;
  font-weight: 800;
  display: inline-block;
  width: 50%;
  content: attr(data-heading);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #272624
}

@media (min-width:1199px) {
  .table-column:before {
    display: none
  }
}

.table-column span {
  line-height: 12px;
  display: inline-block
}

@media (min-width:1199px) {
  .table-column {
    padding: 20px 10px;
    flex: 0 1 120px
  }
}

@media (min-width:992px) {
  .table-column {
    padding: 20px
  }
}

@media (min-width:1200px) {
  .table-column {
    padding: 20px 30px;
    flex: 1 0 160px
  }
}

@media (min-width:1600px) {
  .table-column {
    flex-grow: 1 !important
  }
}

@media (min-width:1199px) {
  .table-column-name {
    width: 90px;
    flex-basis: auto
  }
}

@media (min-width:992px) {
  .table-column-name {
    width: 100px
  }
}

@media (min-width:1199px) {
  .table-column-layout {
    width: 95px;
    flex-basis: auto
  }
}

@media (min-width:992px) {
  .table-column-layout {
    width: 85px
  }
}

@media (min-width:1199px) {
  .table-column-usable_space {
    width: 85px;
    flex-basis: auto
  }
}

@media (min-width:992px) {
  .table-column-usable_space {
    width: 120px
  }
}

@media (min-width:1200px) {
  .table-column-usable_space {
    width: 100px
  }
}

@media (min-width:1199px) {
  .table-column-floor_space {
    width: 100px;
    flex-basis: auto
  }
}

@media (min-width:992px) {
  .table-column-floor_space {
    width: 140px
  }
}

@media (min-width:1199px) {
  .table-column-house_space {
    width: 100px;
    flex-basis: auto
  }
}

@media (min-width:992px) {
  .table-column-house_space {
    width: 140px
  }
}

@media (min-width:1200px) {
  .table-column-house_space {
    width: 120px
  }
}

@media (min-width:1199px) {
  .table-column-land_space {
    width: 80px;
    flex-basis: auto
  }
}

@media (min-width:992px) {
  .table-column-land_space {
    width: 90px
  }
}

@media (min-width:1200px) {
  .table-column-land_space {
    width: 120px
  }
}



@media (min-width:1199px) {
  .table-column-price {
    width: 160px;
    flex-basis: auto
  }
}

@media (min-width:1400px) {
  .table-column-price {
    width: 230px
  }
}

@media (min-width:992px) {
  .table-column-price {
    width: 100px;
    flex-basis: auto
  }
}

@media (min-width:1199px) {
  .table-column-pdf {
    flex: 1 0 auto;
    width: 70px
  }
}

@media (min-width:992px) {
  .table-column-pdf {
    flex: 1 0 auto;
    width: 120px
  }
}

.table-column-pdf .pdf {
  display: flex;
  align-items: center
}

.table-column-pdf .pdf i {
  margin-right: 10px
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  display: inline-table
}

.table tr {
  border-top: 1px solid rgba(var(--color-light));
  padding: 30px
}

.table tr td {
  padding: 20px 0
}

.table-detail tr td {
  padding: 5px 0!important
}

.table tr td strong {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: initial;
  font-family: var(--font-secondary);
  cursor: auto!important;
}

.table>tbody>tr>td {
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase
}

.table>tbody>tr.prereservation>td, .table>tbody>tr.prereservation>th, .table>tbody>tr>td.prereservation, .table>tbody>tr>th.prereservation, .table>tfoot>tr.prereservation>td, .table>tfoot>tr.prereservation>th, .table>tfoot>tr>td.prereservation, .table>tfoot>tr>th.prereservation, .table>thead>tr.prereservation>td, .table>thead>tr.prereservation>th, .table>thead>tr>td.prereservation, .table>thead>tr>th.prereservation {
  cursor: pointer;
  opacity: .8
}

.table>tbody>tr.reservation>td, .table>tbody>tr.reservation>th, .table>tbody>tr>td.reservation, .table>tbody>tr>th.reservation, .table>tfoot>tr.reservation>td, .table>tfoot>tr.reservation>th, .table>tfoot>tr>td.reservation, .table>tfoot>tr>th.reservation, .table>thead>tr.reservation>td, .table>thead>tr.reservation>th, .table>thead>tr>td.reservation, .table>thead>tr>th.reservation {
  cursor: pointer;
  opacity: .3
}

.table>tbody>tr.sold>td, .table>tbody>tr.sold>th, .table>tbody>tr>td.sold, .table>tbody>tr>th.sold, .table>tfoot>tr.sold>td, .table>tfoot>tr.sold>th, .table>tfoot>tr>td.sold, .table>tfoot>tr>th.sold, .table>thead>tr.sold>td, .table>thead>tr.sold>th, .table>thead>tr>td.sold, .table>thead>tr>th.sold {
  opacity: .3
}

.table>:not(caption)>*>* {
  padding: 1rem 0;
  border-bottom-width: 0;
  vertical-align: top;
}

@media (max-width:768px) {
  .table>:not(caption)>*>* {
    padding: 0.5rem 0;
    text-align: left
  }
}

@media (max-width: 575px) {
  .carousel-inner img {
    margin-bottom: 50px
}
.table tr td strong {
  font-size: 16px;
}
}

.nav-link {
  border: 2px solid var(--color-light);
  background-color: rgba(var(--color-light));
  color: var(--color-primary);
  border-radius: var(--bs-border-radius-2xl);
  font-weight: 700;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.nav-pills .nav-link {
    padding: 13px 20px;
    border-radius: var(--bs-border-radius-2xl);
    border: 2px solid var(--color-light);
    margin: 0 5px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  border: 2px solid var(--color-primary);
    background-color: rgba(var(--color-light));
    color: var(--color-primary);
    border-radius: var(--bs-border-radius-2xl);
    padding: 13px 20px;
    margin: 0 5px;
    font-weight: 700;
}

@media (max-width: 575px) {
  .nav-pills .nav-link {
      padding: 9px 15px;
      margin: 0 0;
  }
  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
      padding: 9px 15px;
      margin: 0 0;
      margin-bottom: 15px
  }

}

@media (max-width: 575px) {
  .mobile {
      visibility: hidden;
  }
}

  #map-big {
      height: 600px;
      width: 100%
  }

  #map {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  path:hover {
    stroke-linejoin: round;
    fill: rgba(245, 130, 32, 0.7) !important;
    cursor: pointer;
    -webkit-text-decoration-skip: objects;
    transition: all .15s ease-in-out;
  }

  #info-box {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    padding-top: 20px;
    background: #F3F5F5;
    text-align: left;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
    -webkit-border-top-right-radius: 99px;
    -webkit-border-bottom-right-radius: 99px;
    -moz-border-radius-topright: 99px;
    -moz-border-radius-bottomright: 99px;
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
  }

  #info-box div {
    position: relative;
  }

  .detail {
    position: relative;
    margin-top: 0px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  @media only screen and (max-width: 768px) {
    .detail {
      margin-top: 0px;
    }
  }

  .detail img {
    display: block;
    margin: auto;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .rel {
    position: relative;
  }


  .tooltip-text {
    margin-top: 0;
    margin-right: 50px;
    padding: 0 0 0 20px!important;
    color: var(--color-primary);
    text-transform: uppercase !important;
    letter-spacing: .2rem;
    font-family: var(--font-secondary);
    font-size: 13px;
  }

  .tooltip-num {
    margin-bottom: 20px;
    margin-right: 50px;
    padding: 0 0 0 20px!important;
    color: var(--color-primary);
    font-family: var(--font-primary);
    font-size: 14px;
  }

  .tooltip-text-normal {
    margin-top: 0;
    margin-bottom: 15px;
    margin-right: 50px;
    padding: 0 0 0 20px!important;
    color: var(--color-primary);
    font-family: var(--font-primary);
    font-size: 14px;
  }

  .tooltip-title {
    margin-right: 50px;
    padding: 0 0 0 20px!important;
    font-size: 32px !important;
    font-family: var(--font-secondary);
    color: var(--color-default);
  }

  .floor-list {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translate(0,-50%);
      z-index: 100;
      padding: 15px 25px 15px 35px;
      background: #F3F5F5;
      text-align: left;
      -webkit-border-top-left-radius: 50px;
      -webkit-border-bottom-left-radius: 50px;
      -moz-border-radius-topleft: 50px;
      -moz-border-radius-bottomleft: 50px;
      border-top-left-radius: 50px;
      border-bottom-left-radius: 50px;
    }

    @media only screen and (max-width: 768px) {
      .floor-list {
          display: none
        }
    }

    .floor-list li {
      display: block;
      -webkit-border-top-left-radius: 99px;
      -webkit-border-bottom-left-radius: 99px;
      -moz-border-radius-topleft: 99px;
      -moz-border-radius-bottomleft: 99px;
      border-top-left-radius: 99px;
      border-bottom-left-radius: 99px;
      padding: 10px 15px 5px 15px;
    }

    .floor-list li h5 {
      line-height: 1;
    }

    .floor-list li.active {
      color: white;
      background: #3D505A;
    }

    .floor-list li.active a {
      color: white;
    }

    .harmo {

      -webkit-border-radius: 99px;
      -webkit-border-radius: 99px;
      -moz-border-radius: 99px;
      -moz-border-radius: 99px;
      border-radius: 99px;
      border-radius: 99px;

    }

    .harmo.active {
      border: 1px solid var(--color-primary);
    }

    .harmo-1 {
      background: url(../img/ico/harmo-1.svg);
      background-size: 40px;
      background-repeat: no-repeat;
      background-position: 30px center;
      padding: 30px 30px 30px 90px;
    }

    .harmo-2 {
      background: url(../img/ico/harmo-2.svg);
      background-size: 35px;
      background-repeat: no-repeat;
      background-position: 30px center;
      padding: 30px 30px 30px 90px;
    }

    .harmo-3 {
      background: url(../img/ico/harmo-3.svg);
      background-size: 60px;
      background-repeat: no-repeat;
      background-position: 30px center;
      padding: 30px 30px 30px 110px;
    }

    .harmo-4 {
      background: url(../img/ico/harmo-4.svg);
      background-size: 50px;
      background-repeat: no-repeat;
      background-position: 30px center;
      padding: 30px 30px 30px 100px;
    }

    .nominace-projekt {
      position: absolute;
      top: 30px;
      right: 30px
    }

    .popup-box {
      position: fixed;
      right: 65px;
      bottom: 15px;
      z-index: 999;
      width: 400px;
      height: auto;
      font-size: 14px;
      text-align: right;

    }
    
    .popup-box img {
      width: 100%;
      height: auto;
    }

    
    .popup-box .close {
      position: absolute;
      right: 15px;
      top: 15px;
      background-image: url(../img/ico/x-lg.svg);
      background-repeat: no-repeat;
      background-size: 20px auto;
      width: 20px;
      height: 20px;
      opacity: 1;
      z-index: 9
    }

    .popup-box-big {
      position: fixed;
    right: 0;
    bottom: 0px;
    z-index: 999;
    width: 400px;
    font-size: 14px;
    text-align: right;
    background-color: #2a3942cf;
    padding-bottom: 40px;
    height: 100%;
    }
    
    .popup-box-big img {
      width: 100%;
      height: auto;
      position: absolute;
      right: 0;
      bottom: 40px;
    }

    .popup-box-big .close {
      position: absolute;
      right: 15px;
      top: 15px;
      background-image: url(../img/ico/x-lg.svg);
      background-repeat: no-repeat;
      background-size: 20px auto;
      width: 20px;
      height: 20px;
      opacity: 1;
      z-index: 9
    }

    .popup-box-pcga {
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0);
      top: 200px;
      z-index: 1;
      width: 400px;
      height: auto;

    }
    
    .popup-box-pcga img {
      width: 100%;
      height: auto;
    }

  
    @media only screen and (max-width:768px) {
      .popup-box {
        left: 0;
          bottom: 0;
    width: 100%;
    z-index: 9;
    padding: 0;
    text-align: center;
    padding-top: 0px;
      }
    
      .popup-box img {
        width: 100%;
        height: auto;
      }
    
      .popup-box::before {
        display: none
      }
    
      .popup-box .close {
        right: 15px;
        top: 15px;
      }


    .popup-box-pcga {
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0);
      top: 100px;
      z-index: 1;
      width: 350px;
      height: auto;

    }
    }

    .print-only {
      display: none !important;
    }
  

