

/* === content-header-01 === */

.content-header-01 {
  background-image: url("var(--content-banner-heading-img)");
  background-size: cover;
  background-position: center;
  text-align: center;
  max-width: 100vw;
  overflow: hidden;
  position: relative;
  min-height: 470px;
  height: 470px;
}

.content-header-01::before {
  content: " ";
  position: absolute;
  height: 50%;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  z-index: 1;
  left: 0;
  top: 0;
}

.content-header-01::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0));
  left: 0;
  bottom: 0;
}

.content-header-01 .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 50px;
  z-index: 2;
  position: relative;
}

.content-header-01 .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  background-color: rgba(0, 0, 0, 0.15);
  width: 200vw;
  height: 100%;
  z-index: 0;
}

.content-header-01 .container>div {
  width: 100%;
  z-index: 1;
}

.content-header-01 .content-header-01-title {
  font-weight: 600;
  font-size: 60px;
  color: #fff;
  width: 100%;
  display: block;
  flex: 100%;
}

.content-header-01 .content-header-01-subtitle {
  font-family: Open Sans;
  font-weight: normal;
  font-size: 24px;
  color: #fff;
  width: 100%;
  display: block;
  flex: 100%;
}

@media (min-width: 768px) {
  #content-header-01-1210 {
    background-position: center bottom -250px;
  }
}

@media (max-width: 767px) {
  .content-header-01 .content-header-01-title {
    font-size: 32px;
  }
}

@media (max-width: 575.98px) {
  .content-header-01 .content-header-01-title {
    font-size: var(--h1-fontsize);
  }

  #content-header-01-1221 {
    background-position: left -240px center;
  }
}
/* === content-header-01 === */



/* === content-01 === */


#content-01-1249 {
	 --content-01-background: rgba(255, 255, 255, 0);
	 --content-01-color: #353535;
	 --content-01-text-align: left;
}

.content-01 {
    padding: 50px 0;
    text-align: var(--content-01-text-align);
    background-color: var(--content-01-background);
    color: var(--content-01-color);
}

.content-01-title {
    margin-bottom: 20px;
}

h3.content-01-title {
    font-style: italic;
}

.content-01 table tr,
.content-01 table td {
    border: 1px solid #434547;
    padding: 1rem;
}

@media screen and (max-width: 767px) {
    .content-01 table {
        width: 100%;
        max-width: 100%;
        width: 100%;
        table-layout: fixed;
        overflow-wrap: break-word;
    }
}

/* === content-01 === */



/* === footer-05-brochure === */

/* Footer 05 Styles */

.footer05 {
  padding: calc(var(--block-padding) - 2rem) 0 var(--block-margin);
  background-color: #1d1d1d;
  color: #fff;
}

.footer05 form .bottom-box {
  margin-bottom: 0;
}

.footer05 .row.first-footer>[class*="col-"] {
  display: flex;
  flex-direction: column;
}

.footer05 .f06_block {
  border-radius: var(--bs-border-radius, 10px);
  padding: 0px 45px 40px 45px;
  /*margin-top: var(--bs-gutter-x);*/
  height: 100%;
}

.footer05 .f06_subtitle {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.025em;
}

.footer05 .f06-mt {
  margin-top: var(--bs-gutter-x);
}

.footer05 .f06_block.grey {
  background-color: #222222;
  padding-top: 40px;
  display: flex;
  flex-flow: column;
}

@media screen and (min-width: 1200px) {
  .footer05 .f06_block.location_block {
    min-height: 578px;
  }
}

.footer05 .f06_block.location_block .f06_content>i {
  margin-bottom: 1.5rem;
}

.footer05 .f06_block i {
  font-size: 30px;
  line-height: 26px;
  margin-bottom: 1rem;
  font-family: "Font Awesome 6 Pro";
}

.footer05 .f06_block i.fa-phone {
  font-size: 26px;
}

.footer05 .f06_block h3 {
  margin-bottom: 1rem;
  font-size: 38px;
}

.footer05 .address {
  font-size: 16px;
  line-height: 22px;
}

.footer05 .address .company-name {
  color: var(--button-background);
}

.footer05 .address p {
  margin-bottom: 0px;
}

.footer05 .address .addr.company {
  font-weight: 600;
}

.footer05 .address :last-child {
  margin-bottom: 0;
}

.footer05 .view_on_map {
  font-size: 15px;
  background: none !important;
  outline: none !important;
  padding: 5px 0px;
  color: inherit;
  font-weight: 600;
  border: none !important;
  margin-top: 10px;
}

.footer05 .view_on_map i {
  font-size: 15px;
  margin-right: 5px;
  margin-bottom: 0px;
}

.footer05 .social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: auto;
}

.footer05 .social a {
  color: #fff;
  fill: #fff;
  stroke: #fff;
  display: flex;
  width: 55px;
  height: 55px;
  align-items: center;
  justify-content: center;
  background-color: var(--button-background);
  border-radius: var(--bs-border-radius, 10px);
  min-width: 55px;
  min-height: 55px;
  text-decoration: none;
  margin-right: 6px;
  margin-bottom: 6px;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  padding: 0;
}

.footer05 .social a:hover {
  background-color: var(--button-background-hover);
  color: #fff;
  fill: #fff;
  stroke: #fff;
}

.footer05 .social a i {
  color: inherit;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: 'Font Awesome 5 Brands';
}

.footer05 .social a svg,
.footer05 .social a img {
  fill: inherit;
  stroke: inherit;
  width: 20px;
  height: 20px;
}

.footer05 .f06_block a.contact-link {
  font-size: 18px;
  line-height: 24px;
  color: var(--button-background);
  text-decoration: none;
  display: block;
  transition: color 0.3s ease-in-out;
  font-weight: 500;
  width: fit-content;
}

.footer05 .f06_block a.contact-link-email {
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
}

.footer05 .f06_block.form {
  padding: 3.5rem 42px 40px;
}

.footer05 .form a {
  color: inherit;
}

.footer05 .form .form-control {
  padding: 17px 20px;
  min-height: 62px;
  height: 62px;
  border: unset !important;
}

.footer05 .form textarea.form-control {
  height: 244px;
}

.footer05 .form .col-form-label {
  font-size: 16px;
  line-height: 22px;
}

.footer05 .form .required {
  display: none;
}

.footer05 .form .required-star,
.footer05 .form .required {
  color: #ff7d7d;
}

.footer05 .reload_captcha {
  width: 60px;
  padding: 0;
  height: 60px;
}

.footer05 .reload_captcha:before {
  display: none;
}

.footer05 .reload_captcha i {
  margin: 0;
  padding: 0;
}

.footer05 .captcha-image img {
  height: 100%;
}

.footer05 .form .error+.error {
  font-size: 14px;
  color: #ff7d7d;
  position: absolute;
  top: 100%;
}

.footer05 .form .error+div.error,
.footer05 .form .form-group.has-error div.error {
  font-size: 14px;
  white-space: nowrap;
  color: #ff7d7d;
}

.footer05 .f06_block.f06_title {
  text-align: center;
  padding: 3rem 2.75rem 40px 2.75rem;
  height: auto;
}

.footer05 .f06_block.f06_title h2 {
  text-align: center;
  padding: 0;
}

.f06-mt-lg {
  margin-top: var(--bs-gutter-x);
}

.footer05 .subtitle::after {
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 1200px) and (max-width: 1399.98px) {

  .footer05 .f06_block,
  .footer05 .f06_block.grey {
    padding: 2rem;
  }

  .footer05 .row {
    --bs-gutter-x: 1.5rem;
  }
}

@media (max-width: 1199.98px) {
  .footer05 {
    padding: var(--block-padding) 0 var(--block-margin);
  }

  .footer05 .address-lines {
    display: flex;
    flex-flow: row wrap;
  }

  .footer05 .location_block {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }

  .footer05 .address-lines p {
    width: fit-content;
  }

  .footer05 .address-lines p:not(.has-coma, :last-child)::after {
    content: ",";
    margin-right: 4px;
  }

  .footer05 .social {
    max-width: 240px;
    margin-top: 2rem;
  }

  .footer05 .row {
    --bs-gutter-x: 1.5rem;
  }

  .footer05 .f06_block.f06_title {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }

  .footer05 .f06_block.f06_title br {
    display: none;
  }

  .f06-mt-lg {
    margin-top: 0;
  }

  .f06-mt-md {
    margin-top: var(--bs-gutter-x);
  }

  .footer05 .row {
    --bs-gutter-x: 1.5rem;
  }
}

@media screen and (max-width: 991.98px) {
  .footer05 .row {
    --bs-gutter-x: 20px;
  }

  .footer05 .f06_block.form {
    padding: 32px 36px 36px;
  }

  .footer05 .f06_block {
    padding: 36px;
  }
}

@media (max-width: 767.98px) {
  .footer05 {
    padding: var(--block-padding) 0 3rem;
  }

  .footer05 .row {
    --bs-gutter-x: 16px;
  }

  .footer05 .f06_block {
    height: 100%;
    padding: 0px 30px 30px 30px;
  }

  .footer05 .f06_block.grey {
    padding-top: 30px;
  }

  .footer05 .row.first-footer>[class*="col-"] {
    height: auto !important;
  }

  .footer05 .f06_block.form {
    padding: 30px 30px;
  }

  .footer05 .f06_block a.contact-link-email {
    font-size: 16px;
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .footer05 form>.row>.col-12.col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (max-width: 575.98px) {
  .footer05 .row {}

  .footer05 .form .row {
    gap: 0px;
  }

  .footer05 .f06_block.form .btn {
    max-width: 280px;
    margin: auto;
  }

  .footer05 .f06_block.f06_title {
    padding-bottom: 0px;
  }

  .footer05 .f06_block.f06_title>.row {
    gap: 0;
  }

  .footer05 .col-12>p:last-child {
    margin-bottom: 0;
  }

  .footer05 .f06_block.form .btn {
    width: 100%;
  }

  .footer05 .first-footer .row .order-1 {
    margin-bottom: var(--bs-gutter-x);
  }
}

/* Footer 05 Styles End */
/* === footer-05-brochure === */



/* === footer-04-ecommerce === */

.footer-04-ecommerce {
    padding: var(--block-margin) 0;
    background-color: #1d1d1d;
    color: #fff;
}

.footer05+.footer-04-ecommerce {
    padding-top: 0;
}

.footer-04-ecommerce a {
    color: #fff;
    text-decoration: none;
}

.footer-04-ecommerce .footer-links {
    display: flex;
    flex-flow: column wrap;
}

.footer-04-ecommerce .links-wrapper {
    display: flex;
    flex-flow: column nowrap;
}

.footer-04-ecommerce .footer-links {
    width: calc((100% - 2rem) * .5);
}

.footer-04-ecommerce .links-wrapper {
    display: flex;
    flex-flow: row wrap;
    gap: 2rem;
}

.footer-04-ecommerce a.footer-link {
    color: var(--button-background);
    text-decoration: none;
    font-size: 18px;
    line-height: 30px;
    margin: 5px 0;
    width: fit-content;
    transition: color 0.3s ease-in-out;
}

.footer-06-copyright,
.footer-06-design {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    display: block;
    letter-spacing: .025em;
}

@media screen and (max-width: 767.98px) {
    .footer-04-ecommerce .row {
        --bs-gutter-y: 2rem;
    }

    .footer-04-ecommerce {
        padding: 3rem 0;
    }
}
/* === footer-04-ecommerce === */

