  html,
  body {
      font-family: "Poppins", sans-serif;
  }

  .logo img {
      width: 250px;
  }

  footer {
      background-color: #e9cab0;
      /*padding: 20px;*/
  }

  .footer-logo {
      width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      gap: 20px;
  }

  .footer-logo img {
      width: 120px;
  }

  .footer-logo img.img-2-footer {
      width: 140px;
  }

  .download-brochure-container {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 5px 0;
  }

  .download-brochure-container a.broucher-btn {
      width: fit-content;
      padding: 7px 16px;
      border-radius: 5px;
      background-color: #b72231;
      color: #fff;
      text-decoration: none;
      margin-top: 10px;
      font-size: 14px;
      transition: 0.5s;
  }

  .download-brochure-container a.broucher-btn:hover {
      border-radius: 40px;
  }

  .footer-logo-container {
      /*padding: 15px;*/
      border-radius: 10px;
      background-color: #e9cab0;
  }

  .footer-logo-2 {
      width: 100%;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      height: 100%;
  }

  .footer-logo-2 img {
      width: 150px;
  }

  /* Header Footer End */



  .baner {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      /*height: 80vh;*/
  }

  .baner img {
      width: 50%;
      height: 100%;
      object-fit: cover;


  }

  .register-buttons {

      width: 100%;
  }

  .register-buttons ul {
      list-style: none;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px;

  }

  .register-buttons ul li {
      width: 25%;
  }

  .register-buttons ul li a {
      width: 100%;
      height: 50px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      background-color: #FE7600;
      color: #fff;
      padding: 10px;
      gap: 20px;
      text-align: center;
      text-decoration: none;
      font-size: 20px;
      font-weight: 600;
      transition: 0.5s;
      border-radius: 10px;
  }

  .register-buttons ul li a img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 3px solid #fff;
      object-fit: cover;
  }

  .register-buttons ul li a:hover {
      border-radius: 30px;
  }

  .ad-cont {
      width: 100%;
      /*height:450px;*/
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .ad-cont img {
      width: 100%;
      border-radius: 10px;
      height: auto;
  }

  .d_flex {
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .ad-dt h3 {
      font-size: 24px;
      line-height: 29px;
      font-weight: 500;
  }

  .ad-dt h3 span {
      color: #FE7600;
  }

  .reg-btn {
      border: 0px;
      color: white;
      cursor: pointer;
      padding: 10px 20px;
      background: #c86c1c;
      padding: 11px 22px;
      text-decoration: none;
      font-size: 18px;
      border-radius: 5px;
      text-transform: uppercase;
      transition: 0.5s;
      border-radius: 5px;
  }

  .reg-btn:hover {
      border-radius: 40px;
  }

  .bg-dark-green {
      background: #1d3c3e;
  }

  .sponsor-dt {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;


  }

  .sponsor-dt h3 {
      font-size: 3rem;
      line-height: 3.5rem;
      color: #fff;
      margin: 0;
      margin-bottom: 30px;
      width: 80%;
      text-align: center;
  }

  .sponsor-dt h3 span {
      color: #8dca3f;
  }

  .sponsor-dt p {
      font-size: 17px;
      color: #fff;
      line-height: 36px;
      text-align: center;
      margin: 0;
      margin-top: 10px;
      width: 80%;

  }




  .section-pading {
      padding: 30px;
  }


  .baner-sliders {
      width: 100%;
      height: 100%;
  }

  .baner-sliders .item {
      width: 100%;
      /* height: 70vh; */
  }

  .baner-sliders .item .slider-images {
      width: 100%;
      /*height: 72vh;*/
  }

  .baner-sliders .item .slider-images img {
      width: 100%;
      height: auto;
      /*object-fit: cover;*/
  }

  /*.slider-images-cs{*/
  /*    height:550px;*/
  /*}*/

  .slider-images-cs img {
      width: 100%;
      /*height: 100% !important;*/
      /*object-fit: cover;*/
      border-radius: 10px;
  }

  .mb_5_cs {
      margin-bottom: 3rem !important;
  }



  .contact-section {
      padding-bottom: 0px;
      background: #e9cab0;
      padding-top: 25px;
  }

  .contact-widget {
      width: 100%;
      padding: 15px;
      border-radius: 10px;
      background-color: #eddbcd;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
  }

  .contact-icon {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background-color: #fe7600;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 30px;
  }

  .contact-icon i {
      color: #fff;
  }


  .contact-widget ul {
      padding: 0;
      margin: 0;
      list-style: none;
      margin-top: 15px;
      width: 100%;
  }


  .contact-widget ul li {
      font-size: 15px;
      font-weight: 600;
      margin-bottom: 7px;
  }

  .contact-widget ul li span {
      font-weight: 400;
  }

  .contact-widget ul.center li {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;

  }


  .register-box {
      width: 100%;
      border-radius: 10px;
      padding: 15px;
      border: 1px solid #ccc;

  }

  .register-box h3 {
      font-size: 35px;
      text-align: center;
      color: #fe7600;
  }

  .register-input label {
      font-size: 14px;
      color: #222;
      font-weight: 600;

  }

  .register-input input,
  .register-input select {
      height: 45px;
      border: 1px solid #22222275;
      font-size: 14px;
  }


  .reg-list {
      width: 100%;
      padding: 15px;
      background-color: #fff1e4;
      border-radius: 10px;
      border: 1px solid #ffc996;
  }

  .reg-list h3 {
      font-size: 17px;
      font-weight: 600;
      text-align: left;
      color: #1d3c3e;
  }

  .reg-list ul {
      padding: 0;
      list-style: none;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap;
      margin-top: 10px;
      margin-bottom: 0;
  }

  .reg-list ul li {
      width: 50%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      gap: 10px;
      margin: 10px 0;
      font-size: 14px;
  }

  .reg-list ul li input {
      min-width: 20px !important;
      max-width: 20px !important;
      width: 20px !important;
      height: 20px;
      display: flex;
      padding: 0px;
      border: 1px solid #ccc;
      border-radius: 2px;
  }

  .other-input-form {
      border: 1px solid #ccc;
      height: 43px;
  }


  input[type=checkbox]:checked {
      background-color: #8dca3f;
  }

  .owl-dots {
      display: none;
  }


  .other-input-form {
      border: 1px solid #ccc;
      height: 43px;
  }

  .main-qr-container {
      width: 100%;
      /*height: 25rem;*/
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 15px;
      border: 1px solid #ccc;
      border-radius: 10px;
      background: #f7fbf4;
  }

  .main-qr-container .main-qr {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;

  }

  .main-qr-container .main-qr img {
      width: 330px;
  }

  .q-r-left {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
      /*height: 100%;*/
      gap: 0px;
      margin-bottom: 10px;
  }

  .q-r-left h3 {
      font-size: 19px;
      font-weight: 600;
      color: #000;
      background-color: #ffdcbe;
      padding: 10px 20px;
      border-radius: 10px;
      text-align: center;
      line-height: 36px;
      width: 100%;
      border: 1px solid #f5ba88;

  }

  .q-r-left h3 span {
      color: #fe7600;
      font-size: 23px;
  }

  .q-r-left h4 {
      font-size: 22px;
      font-weight: 600;
      color: #000;
      text-align: center;
      line-height: 34px;
      margin-bottom: 0;
      margin-top: 0px;
  }

  .q-r-left h4 span {
      color: #fe7600;
  }

  .btn-box {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      width: 100%;
      padding-top: 10px;
  }


  .btn-box a {
      font-size: 14px;

  }






  @media screen and (max-width:1300px) {
      .reg-list ul li label {
          font-size: 15px;
      }
  }

  @media screen and (max-width:1200px) {
      .order_1 {
          order: -1;
      }

      .main-qr-container .main-qr {
          width: 100%;
      }
  }


  @media screen and (max-width:991px) {
      .baner {
          height: auto;
      }

      .mb_5_cs {
          margin-bottom: 25px !important;
      }

      .ad-dt h3 {
          font-size: 25px;
          line-height: 36px;
          font-weight: 400;
      }

      .me_5 {
          margin-right: 0 !important;
      }

      .order_1 {
          order: -1;
      }
  }

  @media screen and (max-width:768px) {
      .register-buttons ul li {
          width: 75%;
      }

      .section-pading {
          padding: 15px 10px;
      }

      .sponsor-dt h3,
      .sponsor-dt p {
          width: 100%;
      }

      .ad-dt h3 {
          font-size: 20px;
          line-height: 32px;
          font-weight: 400;
      }

      .reg-list ul li {
          width: 100%;
      }

      .main-qr-container .main-qr {
          width: 100%;
          height: 100%;
      }

      .q-r-left h3 {
          font-size: 20px;
          text-align: center;
          line-height: 35px;
      }

      .q-r-left h4 {
          font-size: 20px;
          line-height: 33px;
          margin-top: 5px;
      }

      .contact-widget ul li {
          text-align: center;
      }
      .btn-box a {
    font-size: 14px;
    width: 48%;
    display: flex
;
    justify-content: center;
    align-items: center;
}


  }

  @media screen and (max-width:567px) {

      .register-buttons ul li {
          width: 100%;
      }

      .ad-dt h3 {
          font-size: 17px;
          line-height: 27px;
          font-weight: 400;
      }

      .reg-btn {
          font-size: 15px;
          padding: 10px;
      }

      .sponsor-dt h3 {
          font-size: 30px;
          line-height: 2.5rem;
      }

      .sponsor-dt p {
          font-size: 16px;
          line-height: 30px;
      }

      .footer {
          padding: 0;
      }

      .footer-logo-2 img {
          width: 120px;
      }

      .footer-logo {
          gap: 5px
      }

      .footer-logo img {
          width: 80px;
      }

      .footer-logo img.img-2-footer {
          width: 80px;
      }

      .mb_5_cs {
          margin-bottom: 15px !important;
      }

      .footer-logo a.broucher-btn {
          font-size: 13px;
          padding: 7px 10px;
      }

      footer {
          padding: 10px;
      }

      .reg-list ul li {
          width: 100%;
      }

      .reg-list ul li label {
          font-size: 14px;
      }

      .reg-btn {
          font-size: 15px;
          padding: 10px;
      }

      .q-r-left h3 {
          font-size: 15px;
          text-align: center;
          line-height: 27px;
          font-weight: 500;
      }

      .q-r-left h3 span {
          font-size: 16px;
      }

      .q-r-left h4 {
          font-size: 16px;
          line-height: 18px;
          margin-top: 5px;
          font-weight: 500;
          margin-bottom: 3px;
      }
      .main-qr-container .main-qr img
 {
    width: 100%;
    padding: 5px;
}


  }


  @media screen and (max-width:380px) {
      .reg-list{
          padding:7px;
      }
      .reg-list ul li{
          margin:5px 0;
      }
      .reg-list ul li label {
          font-size: 13px;
      }
  }