.layout-pageContact .breadcrumb-wrapper {
  display: none; }

.layout-pageContact .section-bg {
  overflow: hidden;
  position: relative;
  padding: 0; }
  .layout-pageContact .section-bg:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    z-index: 2; }
  .layout-pageContact .section-bg .aspect-ratio {
    overflow: hidden;
    position: relative;
    padding-bottom: calc(530/1920 * 100%);
    z-index: 1; }
    .layout-pageContact .section-bg .aspect-ratio img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .layout-pageContact .section-bg .caption {
    width: 80%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: var(--height-header); }
    .layout-pageContact .section-bg .caption h1 {
      color: #fff;
      text-align: center;
      font-size: 48px;
      font-weight: 700;
      margin-bottom: 0; }

.layout-pageContact .section-contact-address {
  padding: 64px 0;
  background: #d9e7d2; }
  .layout-pageContact .section-contact-address .section-address-heading {
    padding: 24px 24px 24px 24px;
    border-bottom: 1px solid #ece6e6;
    background: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px; }
    .layout-pageContact .section-contact-address .section-address-heading h2 {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 8px; }
    .layout-pageContact .section-contact-address .section-address-heading .content {
      font-size: 16px;
      color: #4d4d4d; }
  .layout-pageContact .section-contact-address .section-address-body {
    background: #fff;
    padding: 24px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px; }
    @media (max-width: 991.98px) {
      .layout-pageContact .section-contact-address .section-address-body {
        margin-bottom: 32px; } }
  .layout-pageContact .section-contact-address .item-address {
    margin-bottom: 24px; }
    .layout-pageContact .section-contact-address .item-address .icon {
      flex: 0 0 32px;
      max-width: 32px; }
      .layout-pageContact .section-contact-address .item-address .icon span {
        border-radius: 50%;
        background: #d9e7d2;
        padding: 8px;
        width: 32px;
        height: 32px;
        line-height: 16px;
        display: block; }
      .layout-pageContact .section-contact-address .item-address .icon svg path {
        fill: #99c84e; }
    .layout-pageContact .section-contact-address .item-address .info {
      flex: 0 0 calc(100% - 32px);
      max-width: calc(100% - 32px);
      padding-left: 8px; }
      .layout-pageContact .section-contact-address .item-address .info p {
        font-size: 16px;
        color: #4d4d4d;
        margin-bottom: 0; }
        .layout-pageContact .section-contact-address .item-address .info p:first-child {
          margin-bottom: 4px; }
    .layout-pageContact .section-contact-address .item-address:last-child {
      margin-bottom: 0; }
  .layout-pageContact .section-contact-address iframe {
    width: 100%;
    height: 100%; }
    @media (max-width: 991.98px) {
      .layout-pageContact .section-contact-address iframe {
        height: 400px; } }

.layout-pageContact .section-contact-form {
  padding: 64px 0;
  background-image: url(https://cdn.hstatic.net/files/200000948941/file/homepage_slide_banner_1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  .layout-pageContact .section-contact-form:before {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .layout-pageContact .section-contact-form .container {
    position: relative;
    z-index: 9; }
  .layout-pageContact .section-contact-form .section-contact-formicon {
    flex: 0 0 72px;
    max-width: 72px; }
  .layout-pageContact .section-contact-form .section-contact-formline {
    width: 1px;
    margin: 0 32px;
    background: #fff;
    height: 120px; }
  .layout-pageContact .section-contact-form .section-contact-forminfo {
    flex: 0 0 calc(100% - 137px);
    max-width: calc(100% - 137px); }
    .layout-pageContact .section-contact-form .section-contact-forminfo h2 {
      font-size: 24px;
      color: #fff;
      margin-bottom: 16px; }
    .layout-pageContact .section-contact-form .section-contact-forminfo .des {
      color: #fff; }
  .layout-pageContact .section-contact-form .contact-form input, .layout-pageContact .section-contact-form .contact-form textarea {
    padding: 16px;
    border-radius: 12px !important;
    font-size: 16px; }
  .layout-pageContact .section-contact-form .contact-form .cta-submitform {
    padding: 8px 12px;
    background: #99c84e;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    border: 0; }
    .layout-pageContact .section-contact-form .contact-form .cta-submitform svg {
      margin-left: 8px; }
  @media (max-width: 991.98px) {
    .layout-pageContact .section-contact-form .contact-form {
      margin-top: 32px; } }

.layout-pageContact .section-contact-gallery {
  padding: 64px 0;
  background: rgba(217, 231, 210, 0.3); }
  .layout-pageContact .section-contact-gallery h2 {
    font-size: 32px;
    text-align: center;
    color: #007a3c;
    margin-bottom: 32px; }
  .layout-pageContact .section-contact-gallery .gallery-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
    .layout-pageContact .section-contact-gallery .gallery-lists .item {
      flex: 0 0 calc(25% - 6px);
      max-width: calc(25% - 6px);
      overflow: hidden; }
      .layout-pageContact .section-contact-gallery .gallery-lists .item img {
        border-radius: 12px;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        transition: all 0.6s ease; }
        .layout-pageContact .section-contact-gallery .gallery-lists .item img:hover {
          transform: scale(1.05); }
      @media (max-width: 991.98px) {
        .layout-pageContact .section-contact-gallery .gallery-lists .item {
          flex: 0 0 calc(50% - 4px);
          max-width: calc(50% - 4px); } }

.layout-pageContact .section-contact-social {
  padding: 64px 0; }
  .layout-pageContact .section-contact-social h2 {
    font-size: 32px;
    text-align: center;
    color: #007a3c;
    margin-bottom: 32px; }
  .layout-pageContact .section-contact-social .social-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 32px; }
    .layout-pageContact .section-contact-social .social-lists .social-item {
      flex: 0 0 calc(25% - 24px);
      max-width: calc(25% - 24px);
      background: #f4f4f4;
      border-radius: 12px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      height: 292px;
      justify-content: center;
      text-align: center;
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      transition: all 0.6s ease; }
      .layout-pageContact .section-contact-social .social-lists .social-item svg {
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        transition: all 0.6s ease; }
      .layout-pageContact .section-contact-social .social-lists .social-item span {
        display: block;
        font-weight: 700;
        font-size: 18px;
        margin-top: 16px;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        transition: all 0.6s ease; }
      .layout-pageContact .section-contact-social .social-lists .social-item:hover {
        background: #d9e7d2; }
        .layout-pageContact .section-contact-social .social-lists .social-item:hover svg path {
          fill: #99c84e; }
        .layout-pageContact .section-contact-social .social-lists .social-item:hover span {
          color: #99c84e; }
    @media (max-width: 991.98px) {
      .layout-pageContact .section-contact-social .social-lists .social-item {
        flex: 0 0 calc(50% - 24px);
        max-width: calc(50% - 24px); } }

@media (max-width: 767px) {
  .layout-pageContact .section-bg .aspect-ratio {
    padding-bottom: calc(1920 / 1920 * 100%);
    padding-top: 0; } }
