  @import "slider.css";


  .header {
      max-height: 100px;
      height: 100px;
      padding: 20px;
  }

  .menucenter {
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .menucenterrow {
      align-items: center;
  }



  .logo>a>img {
      width: 250px;
  }

  .stellarnav>ul>li>a {
      padding: 20px 10px;
      font-size: 12px;
  }

  .page-banner-section {
      padding: 99px 20px 5px 20px;
  }

  .page-banner-section-about {
      padding: 170px 20px 80px 20px;
  }

  @media only screen and (max-width: 324px) {
      .header {
          max-height: 64px;
          height: 64px;
          padding: 10px;
      }

      .page-banner-section {
          padding: 75px 15px 5px 20px;
      }

      .banner__1 {
          margin-top: 59px;
      }

      .slide .slide__content--headings .top-title {
          font-family: Arial, sans-serif;
          font-size: 14px;
          /* font-weight: 50; */
      }

      .slide .slide__content--headings .title1 {
          font-size: 15px;
          color: #ffffff;
      }

      .slide .slide__content--headings .button-custom {
          text-decoration: none;
          color: #ffffff;
          /* padding: 1.2rem 2.5rem; */
          font-size: 12px;
          /* background-color: #000000; */
          padding: 2px;
          border: 0px;
      }

  }

  @media only screen and (min-width: 400px) {

      /* Styles for screens 400px and wider */
      .header {
          max-height: 60px;
      }

      .logo>a>img {
          width: 120px;
      }

      .stellarnav>ul>li>a {
          padding: 11px 8px;
          font-size: 9px;
      }

      .page-banner-section {
          padding: 59px 20px 5px 20px;
      }

  }

  @media only screen and (min-width: 960px) {

      /* Styles for screens 960px and wider */
      .header {
          max-height: 70px;
          height: 70px;
      }

      .logo>a>img {
          width: 120px;
      }

      .stellarnav>ul>li>a {
          padding: 11px 8px;
          font-size: 9px;
      }

      .page-banner-section {
          padding: 65px 20px 5px 20px;
      }

  }

  @media only screen and (min-width: 992px) {

      /* Styles for screens 992px and wider */
      .header {
          max-height: 100px;
          height: 100px;
          padding: 20px;
      }

      .logo>a>img {
          width: 240px;
      }

      .stellarnav>ul>li>a {
          padding: 22px 11px;
          font-size: 12px;
      }

      .page-banner-section {
          padding: 98px 20px 5px 20px;
      }

  }

  @media only screen and (min-width: 1200px) {

      /* Styles for screens 1200px and wider */
      .header {
          max-height: 100px;
          height: 100px;
          padding: 20px;
      }

      .logo>a>img {
          width: 260px;
      }

      .stellarnav>ul>li>a {
          padding: 10px 18px;
          font-size: 15px;
      }

      .page-banner-section {
          padding: 107px 20px 9px 20px;
      }

  }

  /* @media only screen and (min-width: 1400px) {


      .header {
          max-height: 100px;
          height: 100px;
          padding: 20px;
      }

      .logo>a>img {
          width: 260px;
      }

      .stellarnav>ul>li>a {
          padding: 24px 23px;
          font-size: 14px;
      }

      .page-banner-section {
          padding: 75px 20px 5px 20px;
      }

  } */

  /* @media only screen and (min-width: 2000px) {


      .header {
          max-height: 100px;
          height: 100px;
          padding: 20px;
      }

      .logo>a>img {
          width: 260px;
      }

      .stellarnav>ul>li>a {
          padding: 24px 23px;
          font-size: 13px;
      }

      .page-banner-section {
          padding: 71px 20px 5px 20px;
      }

  } */

  @media only screen and (max-width: 425px) {

      .banner__1 {
          margin-top: 55px;
      }

      .slide .slide__content--headings .top-title {
          font-family: Arial, sans-serif;
          font-size: 14px;
          /* font-weight: 50; */
      }

      .slide .slide__content--headings .title1 {
          font-size: 15px;
          color: #ffffff;
      }

      .slide .slide__content--headings .button-custom {
          text-decoration: none;
          color: #ffffff;
          /* padding: 1.2rem 2.5rem; */
          font-size: 12px;
          /* background-color: #000000; */
          padding: 2px;
          border: 0px;
      }

  }