html {
    scroll-behavior: smooth;
  }
  a {
    color: #AB6436;
  }
  
  .contact_us_article1{
    /* background-color: #040239; home-landing*/
    background-image: url(
        https://images.pexels.com/photos/249203/pexels-photo-249203.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260
    );
    
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    height: 60vh;
    color:white;
  }
  
  .contact_us_article1>div{
    
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .contact_us_article1_a1 {
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    padding: 50px;
    margin-top:100px;
  }
  
  .contact_us_article1_a1 >div{
    text-align: center;
  }
  
  .contact_us_article1_a1 h1{
    font-size: 3.2em;
    font-weight: 600;
    font-style: normal;
  }
  
  .contact_us_article1_a1 p{
    font-size: 1.2em;
    font-weight: 600;
    font-family: normal;
  }

  .contact_us_article3_container {
      padding: 0px 100px;
  }
  
  .contact_us_article3 {
    background-color: #e0dff3;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .contact_us_article3 h2{
    font-size: 2.5em;
    font-weight: 800;
    font-style: normal;
    color: #AB6436;
  }
  
  .contact_us_article3 p{
    font-size: 1.0em;
  }
  
  /****************MEDIA QUERIES FOR ALL DEVICE SIZES*****************/
  /* ##Device = Tablets, Ipads (portrait) ##Screen = B/w 768px to 1024px */
  @media (min-width: 768px) and (max-width: 1024px) { }
  
  /* ##Device = Tablets, Ipads (landscape) ##Screen = B/w 768px to 1024px */
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) { 
    
    .contact_us_article1_a1 {
      background-color: rgba(0,0,0,0.7);
      width: 100%;
      padding: 50px 5px;
      margin-top:100px;
    }
  
    .contact_us_article1_a1 >div{
      text-align: center;
    }
  
    .contact_us_article1_a1 h1{
      font-size: 2em;
      font-weight: 600;
    }
  
    .contact_us_article1_a1 p{
      font-size: 1.2em;
      font-weight: 600;
      font-family: normal;
    }
  
  .contact_us_article3_container {
    padding: 0px 10px;
}
  
    .contact_us_article3 h2{
      font-size: 2.0em;
      font-weight: 800;
    }
  
    .contact_us_article3 p{
      font-size: 1.0em;
      font-weight: 600;
    }
  
  
   }
  
  /* ##Device = Low Resolution Tablets, Mobiles (Landscape) ##Screen = B/w 481px to 767px */
  @media (min-width: 481px) and (max-width: 767px) {
  
    .contact_us_article1_a1 {
      background-color: rgba(0,0,0,0.7);
      width: 100%;
      padding: 50px 5px;
      margin-top:100px;
    }
  
    .contact_us_article1_a1 >div{
      text-align: center;
    }
  
    .contact_us_article1_a1 h1{
      font-size: 2em;
      font-weight: 600;
    }
  
    .contact_us_article1_a1 p{
      font-size: 1.2em;
      font-weight: 600;
      font-family: normal;
    }
  
  .contact_us_article3_container {
    padding: 0px 10px;
}
  
    .contact_us_article3 h2{
      font-size: 2.0em;
      font-weight: 800;
    }
  
    .contact_us_article3 p{
      font-size: 1.0em;
      font-weight: 600;
    }
  
  
  }
  
  /* ##Device = Most of the Smartphones Mobiles (Portrait) ##Screen = B/w 320px to 479px */
  @media (min-width: 320px) and (max-width: 480px) {
  
    .contact_us_article1_a1 {
      background-color: rgba(0,0,0,0.7);
      width: 100%;
      padding: 50px 5px;
      margin-top:100px;
    }
  
    .contact_us_article1_a1 >div{
      text-align: center;
    }
  
    .contact_us_article1_a1 h1{
      font-size: 2em;
      font-weight: 600;
    }
  
    .contact_us_article1_a1 p{
      font-size: 1.2em;
      font-weight: 600;
      font-family: normal;
    }
    

  .contact_us_article3_container {
    padding: 0px 10px;
}
  
    .contact_us_article3 h2{
      font-size: 2.0em;
      font-weight: 800;
    }
  
    .contact_us_article3 p{
      font-size: 1.0em;
      font-weight: 600;
    }
  
  }
  /****************MEDIA QUERIES FOR ALL DEVICE SIZES*****************/
  