

/* === contact-form-03 === */

.contact03 {
    padding: var(--block-margin) 0;
    position: relative;
}

.contact03::before {
    content: "";
    top: 12px;
    left: 0;
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #e2e2e2;
}

@media screen and (max-width: 575.98px) {
    .contact03::before {
        top: 4px;
    }
}

.contact03 .row {
    --bs-gutter-y: var(--bs-gutter-x);
}

.contact03 .form .row {
    --bs-gutter-y: 0px;
}

@media screen and (min-width: 1200px) {
    .contact03 .left-column {
        padding-right: calc(4rem + var(--bs-gutter-x) * .5);
    }
}

.contact03 h3 {
    font-size: 24px;
    line-height: 1;
    font-weight: var(--font-bold);
    color: var(--body-color);
    margin-bottom: 0;
}

.contact03 h1,
.contact03 .h1 {
    font-size: calc(var(--h1-fontsize) - 6px);
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.contact03 .text {
    margin-bottom: 1.75rem;
}

.contact03 .phone,
.contact03 .email {
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact03 .text a {
    color: var(--body-color);
    text-decoration: none;
}

.contact03 .text p {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -.02em;
}

.contact03 .text p:last-child {
    margin-bottom: 0;
}

.contact03 .phone a,
.contact03 .email a {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -.025em;
    font-weight: 600;
    color: var(--button-background);
    text-decoration: none;
    transition: color .3s ease-in-out;
    outline-offset: -2px;
}

.contact03 .phone a:hover,
.contact03 .email a:hover {
    color: var(--body-color);
}

.contact03 .addr p {
    margin-bottom: 5px;
}

.contact03 .addr .addr-additional {
    /* display: flex;
        flex-direction: row;
        flex-wrap: wrap;*/
}

.contact03 .addr .addr-additional p {
    display: inline;
}

.contact03 .addr .addr-additional p+p {
    margin-left: 10px;
}

.contact03 .addr .addr-additional p:nth-child(2n)+p {
    margin-left: 0;
}

.contact03 .addr .addr-additional p:not(:first-child):before {
    content: ",";
    transform: translateX(-10px);
    display: inline-block;
}

.contact03 .addr .addr-additional p:nth-child(2n)+p:before {
    content: none;
}

.contact03 .addr .addr-additional p:nth-child(2n):after {
    content: "";
    white-space: pre;
    display: block;
}

.contact03 .addr p:last-child {
    margin-bottom: 0;
}

.contact03 .social {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 2.25rem;
    gap: 6px;
}

.contact03 .social a i {
    color: var(--body-color);
    font-size: 20px;
}

.contact03 .social a svg {
    color: var(--body-color);
    fill: var(--body-color);
    width: 20px;
}

.contact03 .content-wrapper {
    position: relative;
    z-index: 2;
}

.contact03 .address {
    font-size: 16px;
    line-height: 22px;
}

.contact03 .address p {
    margin-bottom: 0px;
}

.contact03 .address .addr.company {
    font-weight: 600;
}

.contact03 .address :last-child {
    margin-bottom: 0;
}

.contact03 .form-control {
    background-color: rgb(245, 245, 245);
}

.contact03 .form-control:focus {
    background-color: rgb(245, 245, 245);
}

.contact03 .select::after {
    background-color: #fff;
}

.contact03 .select:hover::after {
    background-color: rgb(245, 245, 245);
}

.contact03 .checkbox+label::before {
    background-color: rgb(245, 245, 245);
}

@media screen and (max-width: 1199.98px) {}

@media (max-width: 767.98px) {}

@media screen and (max-width: 575.98px) {
    .contact03 .row {
        --bs-gutter-y: 5rem;
    }
}
/* === contact-form-03 === */



/* === our-offices-01 === */

.our-offices-01 {
    padding: var(--block-padding) 0;
    background-color: rgb(245, 245, 245);
    color: var(--header-color);
}

.our-offices-01:last-child {
    margin-bottom: 0;
}

.our-offices-01 .our-offices-01-title {
    margin-bottom: 1.75rem;
}

.our-offices-01 .our-offices-01-title strong {
    font-weight: 400;
}

.our-offices-01 .row {
    --bs-gutter-y: 1.5rem;
}

.our-offices-01 .office-item {
    margin-bottom: 0;
}

.our-offices-01 .office-map {
    border-radius: 20px;
    border-bottom-right-radius: 0;
    width: 100%;
    height: 240px;
    overflow: hidden;
    margin-bottom: 1.25rem;
    transform: translateZ(1px);
}

.our-offices-01 .leaflet-control-zoom {
    display: none;
}

.our-offices-01 .leaflet-container a {
    color: rgb(182, 213, 89) !important;
}

.our-offices-01 .leaflet-control-attribution {
    background-color: rgb(245, 245, 245);
    border-top-left-radius: 5px;
}

.our-offices-01 .leaflet-tile-container {
    filter: grayscale(.9) brightness(0.95);
}

.our-offices-01 .leaflet-container .leaflet-marker-pane img {
    object-fit: contain;
    object-position: center bottom;
}

.our-offices-01 .map-placeholder {
    background-color: rgb(204, 204, 204);
    border-radius: 20px;
    width: 100%;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.25rem;
    color: var(--header-color);
    font-size: 36px;
    background-image: url('/css/images/marker-icon.png');
    background-size: auto 36px;
    background-repeat: no-repeat;
    background-position: center 45%;
}

.our-offices-01 .office-name {
    font-size: var(--h4-fontsize);
    font-weight: 500;
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.our-offices-01 .office-address p {
    font-size: 16px;
    line-height: 26px;
}
/* === our-offices-01 === */



/* === footer-04-ecommerce === */

.footer-04-ecommerce {
  position: relative;
  overflow-y: visible;
  overflow-x: hidden;
  overflow-x: clip;
  z-index: 4;
}

.footer-04-ecommerce .footer-title {
  color: #5c5c5c;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 2px;
  font-weight: 500;
}

.footer-04-ecommerce .footer-bg {
  background-color: #303030;
  color: #ffffff;
  border-radius: 0 !important;
}

.footer-04-ecommerce .container {
  position: relative;
  z-index: 1;
  padding: calc(6.5rem + var(--form-overlap, 0px)) 0 2.5rem;
}

.footer-04-ecommerce .row {
  --bs-gutter-y: 50px;
}

.footer-04-ecommerce .row.footer-bottom {
  margin-top: 4rem;
  padding-top: 2.5rem;
  position: relative;
}

.footer-04-ecommerce .row.footer-bottom::before {
  content: "";
  background-color: rgb(58, 58, 58);
  position: absolute;
  left: -50vw;
  top: 0;
  height: 1px;
  width: 200vw;
}

.footer-04-ecommerce .row.footer-bottom {
  --bs-gutter-y: 0;
}

.footer-04-ecommerce a {
  text-decoration: none;
}

.footer-04-ecommerce .col-additional-links a {
  color: #a7aeb8;
  font-size: 15px;
  line-height: 35px;
}

.footer-04-ecommerce .column-title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 30px;
}

.footer-04-ecommerce .site-authors {
  text-align: left;
  display: inline-flex;
}

.footer-04-ecommerce .site-authors img {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
}

.footer-04-ecommerce .footer-logo {
  margin-left: auto;
  max-height: 150px;
}

.footer-04-ecommerce .footer-info>* {
  margin-bottom: 6px;
}

.footer-04-ecommerce .footer-info {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .footer-04-ecommerce .footer-info {
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }

  .footer-04-ecommerce .site-authors {
    text-align: left;
  }
}

.footer-04-ecommerce .footer-info a {
  color: #ffffff;
}

.footer-04-ecommerce .footer-info b {
  color: #ffffff;
  font-weight: 500;
}

.footer-04-ecommerce .footer-column {
  display: flex;
  flex-flow: column wrap;
}

.footer-04-ecommerce .footer-column>* {
  width: 100%;
}

@media screen and (max-width: 991.98px) {
  .footer-04-ecommerce .footer-info {
    flex-flow: column wrap;
  }

  .footer-04-ecommerce .footer-column {
    text-align: left;
  }
}

.footer-04-ecommerce .link-list .footer-link a {
  color: var(--button-background);
  font-size: 16px;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
  display: block;
  width: 100%;
  font-family: var(--h4-font);
  width: fit-content;
  transition: color 0.3s ease;
  /* text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; */
  width: 100%;
}

.footer-04-ecommerce #footer_column04.link-list .footer-link a {
  color: var(--button-background);
}

.footer-04-ecommerce .link-list .footer-link a:hover,
.footer-04-ecommerce .link-list .footer-link a:focus,
.footer-04-ecommerce #footer_column04.link-list .footer-link a:hover,
.footer-04-ecommerce #footer_column04.link-list .footer-link a:focus {
  color: var(--button-background-hover);
}

.footer-04-ecommerce .contact-with-us {
  display: flex;
  flex-direction: row;
  margin-top: 25px;
  margin-bottom: 25px;
  align-items: center;
}

.footer-04-ecommerce .contact-with-us .title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
}

.footer-04-ecommerce .contact-with-us .icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.footer-04-ecommerce .contact-with-us .icons>a {
  background: var(--header-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  text-decoration: none;
  transition: 0.1s all;
}

.footer-04-ecommerce .contact-with-us .icons>a:hover,
.footer-04-ecommerce .contact-with-us .icons>a:active {
  background: #fff;
  color: var(--header-color);
}

.footer-04-ecommerce .last-footer {
  color: #fff;
  font-style: normal;
  font-size: 14px;
}

.footer-04-ecommerce .last-footer a {
  color: #fff;
  font-size: 14px;
  width: 100%;
  text-decoration: none;
}

.footer-04-ecommerce .last-footer em.separator {
  color: #fff;
  font-style: normal;
  margin-left: 5px;
  margin-right: 5px;
}

.footer-newsletter {
  position: relative;
  margin-top: 2rem;
}

.footer-newsletter button {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  padding: 12px 20px;
  border-radius: 7px !important;
  position: relative;
  background-color: rgb(87, 175, 224);
  display: block;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  text-align: start;
  border-color: rgb(87, 175, 224);
}

.footer-newsletter button::after {
  content: "\e093";
  font-family: 'Font Awesome 5 Pro';
  color: #fff;
  font-weight: 400;
  line-height: 0;
  margin-left: 24px;
  font-size: 18px;
  width: 8px;
  display: inline-block;
  height: 0px;
  transform: translate(0, 0);
  will-change: transform;
  position: absolute;
  right: 20px;
  bottom: 22px;
  border: unset;
  text-align: start;
  visibility: visible;
}

.footer-newsletter button:hover {
  background-color: rgba(87, 175, 224, 0.89);
  border-color: rgba(87, 175, 224, 0.89);
}

.footer-newsletter button:hover::after {
  animation: bounceArrowRightBottom 2s infinite;
  animation-delay: .0s;
}

.footer-newsletter button:has(+.form-newsletter.active) {
  outline: none !important;
  visibility: hidden;
}

.form-newsletter {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgb(87, 175, 224);
  width: 100%;
  padding: 12px 20px;
  z-index: 1;
  border-radius: 7px;
  max-height: 100%;
  overflow: hidden;
  transition: all .3s ease;
  opacity: 0;
  pointer-events: none;
  min-width: 100%;
  visibility: hidden;
}

.form-newsletter.active {
  padding: 30px 25px 25px;
  display: block;
  max-height: 700px;
  min-width: 300px;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.form-newsletter .close-btn {
  position: absolute;
  top: 17px;
  right: 17px;
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 2;
  background-color: transparent !important;
}

.form-newsletter .close-btn::after {
  content: unset;
}

.form-newsletter .close-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(90deg);
}

.form-newsletter .title {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-weight: var(--h3-fontweight);
  font-family: var(--h3-font);
  transition: all .3s ease;
}

.form-newsletter.active .title {
  color: #fff;
  font-size: var(--h3-fontsize);
  line-height: 1;
}

.form-newsletter .form-control {
  border-radius: 0px;
  background-color: #fff;
  border: unset;
  height: 52px;
  border-radius: 3px !important;
}

.form-newsletter .form-control::placeholder,
.form-newsletter .form-control::-webkit-input-placeholder {
  color: #a7aeb8;
  font-size: 15px;
}

.form-newsletter .checkbox+label {
  font-size: 14px;
  line-height: 20px;
}

.form-newsletter .checkbox+label::before {
  border: unset;
  border-radius: 3px !important;
}

.form-newsletter .tickbox.has-error label::before {
  background-color: #ffc8c8;
}

.form-newsletter .tickbox.has-error .error {
  display: none;
}


.form-newsletter .has-error input.error,
.form-newsletter .has-error select.error,
.form-newsletter .has-error textarea.error {
  background-color: #ffc8c8;
}

.form-newsletter .has-error input.error::placeholder,
.form-newsletter .has-error select.error::placeholder,
.form-newsletter .has-error textarea.error::placeholder {
  color: #f00;
}

.form-newsletter .checkbox:checked+label::after {
  top: 4px;
}

.footer-newsletter .form-newsletter button {
  background-color: rgb(0, 56, 84);
  border-color: rgb(0, 56, 84);
  border-radius: 0px !important;
  border-radius: 3px !important;
  text-align: center;
}

.footer-newsletter .form-newsletter button::after {
  position: relative;
  right: unset;
  bottom: unset;
  font-size: 16px;
}

.footer-newsletter .form-newsletter button:hover {
  background-color: rgb(0, 69, 104);
  border-color: rgb(0, 69, 104);
}

@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .footer-sitemap.d-xl-inline-block {
    display: none !important;
  }

  .footer-sitemap.d-xl-none {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1199.98px) and (min-width: 992px) {
  .footer-04-ecommerce .row {
    --bs-gutter-y: 50px;
    --bs-gutter-x: 1.75rem;
  }

  .footer-04-ecommerce .footer-info {
    display: flex;
    flex-flow: row;
    gap: var(--block-gap);
  }

  .footer-04-ecommerce .footer-info>* {
    width: calc(100% / 2 - var(--bs-gutter-x) * 0.5);
  }

  .footer-04-ecommerce .link-list .footer-link a {
    max-width: 180px;
  }
}

@media (max-width: 991.97px) {
  .additional-links .footer-link {
    width: 33%;
    display: inline-block;
  }

  .footer-04-ecommerce .contact-with-us {
    justify-content: center;
    align-items: center;
  }

  .footer-04-ecommerce .last-footer {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer-04-ecommerce .column-title {
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
    margin: 0;
    margin-top: 15px;
  }

  .footer-04-ecommerce .column-title .toggle-footer {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
  }

  .additional-links .footer-link {
    width: 100%;
    display: block;
  }

  .footer-04-ecommerce .contact-with-us {
    flex-direction: column;
  }

  .footer-04-ecommerce .contact-with-us .title {
    margin-bottom: 15px;
  }

  .col-additional-links {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .footer-04-ecommerce .footer-column {
    justify-content: start;
    flex-flow: column wrap;
  }
}

@media (max-width: 575.97px) {
  .col-authors .site-authors {
    text-align: left;
  }

  .footer-04-ecommerce .footer-bg {
    padding: 3.5rem 30px 2.75rem !important;
  }

  .footer-04-ecommerce .footer-column {
    margin-bottom: 0;
  }

  .footer-04-ecommerce .container {
    padding: 0 !important;
  }

  .footer-04-ecommerce .row {
    --bs-gutter-y: 0rem;
  }

  .footer-04-ecommerce .row.footer-bottom {
    --bs-gutter-y: 1.5rem;

    margin-top: 3rem;
    padding-top: 1.25rem;
  }

}

@media (max-width: 575.98px) {
  .footer-04-ecommerce .footer-title {
    position: relative;
    cursor: pointer;
    user-select: none;
    margin-bottom: 0;
    transition: margin 0.3s ease;
  }

  .footer-04-ecommerce .footer-title::after {
    content: "\f067";
    font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free';
    font-weight: 300;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .footer-04-ecommerce .link-list.open .footer-title::after {
    content: "\f068";
    transform: translateY(-50%) rotate(0deg);
  }

  .footer-04-ecommerce .link-list.open .footer-title {
    margin-bottom: 25px;
  }

  .footer-04-ecommerce .link-list .footer-link {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
  }

  .footer-04-ecommerce .link-list.open .footer-link {
    max-height: 50px;
    opacity: 1;
  }

  .footer-04-ecommerce .footer-newsletter {
    max-height: 0;
    overflow: visible;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
  }

  .footer-04-ecommerce .link-list.open .footer-newsletter {
    max-height: 200px;
    opacity: 1;
  }

  .footer-04-ecommerce .footer-column {
    padding: 0;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .footer-04-ecommerce .row {
    margin: 0;
  }

  .footer-04-ecommerce .row>* {
    padding-inline: 0;
  }
}
/* === footer-04-ecommerce === */

