/* section.heading-page {
    background-image: url(../images/heading-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 230px;
    padding-bottom: 110px;
    text-align: center;
  }
  
  section.heading-page h6 {
    margin-top: 0px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
  }
  
  section.heading-page h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
  }
   */

   section.heading-page {
    padding-top: 230px;
    padding-bottom: 110px;
    text-align: center;
  }
  
  section.heading-page h6 {
    margin-top: 0px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
  }
  
  section.heading-page h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
  }
  
   /* section.mini-heading-section {
    background-color: #a12c2f; 
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
  }
  
  section.mini-heading-section h6 {
    margin-top: 0px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
  }
  
  section.mini-heading-section h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
  }
  
  section.mini-heading-section h2::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px; 
    background-color: #fff;
    margin: 8px auto 0;
  } */

  /* <section class="mini-heading-section header-text" id="top">

</section> */