/* Custom content Us Banner */
.custom-aboutus-banner {
    background: url(../../images/images/contact-bg.webp) no-repeat center center;
    background-size: cover;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-txt{
    margin-top: 220px;
}
.text-white{
    color: white;
    /* font-size: 60px; */
}

.c-main-heading, span {
  color: #004683;
  font-weight: 600 !important;
}

.c-get-in-touch-text, .c-contact-info-title, .c-address-title, .c-our-manufacturing-title {
  color: #004683;
}

.c-location-icon {
  background-color: #004683;
}

/* Overlay for dark effect */
.custom-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.text-box-1, .text-box-2 {
    background-color: #FAF9F7;
    border-radius : 30px;
    margin-left : 10px;
    width : 18%;
    height : 200px;
    margin-top : -40px;
    position : absolute ;
    z-index :2;
  }
  
  .contact-form {
    max-width: 1320px;
  }
  
  .form-text {
    font-size: 16px;
    color : #1B8836;
  }
  
  .form-title {
    font-size: 40px;
    color : #214F26;
  }
  
  .form-name, .form-email, .form-contact, .form-subject  {
    height : 60px;
    /* align-items: center; */
  }
  
  .form-button {
    width: 200px;
    height : 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .form-bg-2 {
    height: 280px;
  }
  
  .form-image-col {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  
  
  /* laptop view */
  @media (max-width: 1440px) and (min-width: 1024px) {
    
    .text-box-1, .text-box-2 {
      margin-left: 31px;
      width: 21%;
    }
  
    .contact-form {
      max-width: 1150px;
    }
  
    .form-text {
      font-size: 15px;
    }
  
    .form-title {
      font-size: 32px;
    }
  
    .form-name, .form-email, .form-contact, .form-subject {
      height : 50px;
    }
  
    .form-button {
      height : 50px;
      padding: 0px 40px;
    }
  
    .form-bg-2 {
      height: 250px;
    }
  }
  
  
  /* Mobile View */
  @media (max-width: 768px) {
  
    .container-box {
      display: flex;
      flex-direction: column;
    }
  
    .column-5-box {
      width: 100%;
      display: flex;
      flex-direction: column;
    }
  
    .info-title-box {
      justify-content: center;
      align-items: center;
      margin-bottom: 20px;
    }
  
    .info-title-image {
      width: 30px;
      height: auto;
    }
  
    .info-title {
      margin-bottom: 0px;
    }
  
    .info-title-2 {
      text-align: center;
    }
  
    .paragraph {
      text-align: justify;
    }
  
    .main-icon-row {
      display: flex;
    }
  
    .icon-row-2 {
      width: 100%;
    }
  
    .icon-title-box {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  
    .info-icon {
      width: 50px;
      padding: 0px;
      height: auto;
    }
  
    .col-title-text {
      text-align: center;
    }
  
    .text-box-1, .text-box-2 {
      margin-left: 23px;
      width: 77%;
      height: auto;
    }
  
    .location-box {
      display: flex;
      flex-direction: column;
    }
  
    .location-image {
      margin: 205px 0px 135px;
    }
  
    .contact-form {
      padding: 0px 10px 0px !important; 
    }
  
    .contact-form-2 {
      display: flex;
      flex-direction: column;
    }
  
    .form-info {
      width: 100%;
      padding: 10px 20px 10px 20px !important;
    }
  
    .form-title-mobile {
      align-items: center;
      justify-content: center;
    }
  
    .form-icon-image {
      width: 30px;
      height: auto;
    }
  
    .form-title {
      font-size: 35px;
      text-align: center;
    }
  
    .textbox {
      display: flex;
      flex-direction: column;
    }
  
    .form-name, .form-contact {
      margin-bottom: 20px !important;
    }
  
    .form-button {
      width: auto;
    }
  
    .form-image-col {
      border-bottom-left-radius: 30px;
      border-bottom-right-radius: 30px;
      border-top-right-radius: 0px;
    }
  
  }