/* color variables */
/*Transition*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html, body {
  height: 100%; }

/*common css start here*/
body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  color: #262626;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

/*css change*/
ul {
  margin: 0px;
  padding: 0px;
  list-style: none; }

h1, h2, h3, h4 {
  font-weight: 700; }

h1 {
  font-size: 3.5rem; }
  @media (max-width: 700px) {
    h1 {
      font-size: 2rem; } }

h2 {
  font-size: 3rem; }
  @media (max-width: 700px) {
    h2 {
      font-size: 1.75rem; } }

h3 {
  font-size: 2.5rem; }
  @media (max-width: 700px) {
    h3 {
      font-size: 1.5rem; } }

h4 {
  font-size: 2rem; }
  @media (max-width: 700px) {
    h4 {
      font-size: 1.25rem; } }

.lock-scroll {
  overflow: hidden;
  position: fixed; }

/*reset variables*/
.noDisplay {
  display: none; }

/* iPad portrait mode */
@media only screen and (min-width: 960px) and (max-width: 1200px) {
  .container {
    max-width: 95%; } }
@media (min-width: 700px) and (max-width: 1022px) {
  .container {
    max-width: 100%; } }
header {
  height: 100px;
  position: relative;
  z-index: 10; }
  @media (max-width: 1400px) {
    header {
      height: 120px; } }
  @media (max-width: 700px) {
    header {
      height: 90px; } }
  header .top {
    background: #262626;
    padding: 0.35rem 0;
    font-size: 0.75rem;
    height: 30px;
    position: relative;
    z-index: 2; }
    header .top .container {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 700px) {
        header .top .container .left {
          display: none; } }
      header .top .container .left ul {
        display: flex; }
        header .top .container .left ul li {
          margin-right: 2rem;
          position: relative; }
          header .top .container .left ul li a {
            color: #d4d4d4;
            text-decoration: none;
            transition: all 0.3s ease-in-out; }
            header .top .container .left ul li a:hover {
              color: #ffffff; }
          header .top .container .left ul li ul {
            position: absolute;
            min-width: 160px;
            left: 0;
            top: 100%;
            background: #262626;
            border-radius: 0 0 0.8rem 0.8rem;
            padding: 0.5rem 1.5rem;
            transform: translate(-1.5rem, 0);
            display: none;
            filter: drop-shadow(0 0.5rem 0.35rem rgba(0, 0, 0, 0.1)); }
            header .top .container .left ul li ul li {
              white-space: nowrap;
              margin: 0; }
              header .top .container .left ul li ul li a {
                padding: 0.3rem 0;
                display: block; }
          header .top .container .left ul li:hover ul {
            display: block; }
      header .top .container .right {
        display: flex;
        align-items: center; }
        @media (max-width: 700px) {
          header .top .container .right {
            margin-left: auto; } }
        header .top .container .right .site-size {
          margin-right: 2rem; }
          header .top .container .right .site-size ul {
            display: flex; }
            header .top .container .right .site-size ul li {
              margin-right: 0.5rem; }
              header .top .container .right .site-size ul li:last-child {
                margin-right: 0; }
              header .top .container .right .site-size ul li a {
                color: #d4d4d4;
                text-decoration: none; }
        header .top .container .right .lang-selector {
          width: 70px; }
          header .top .container .right .lang-selector select {
            background: transparent;
            font-size: 0.75rem;
            border: 0;
            color: #d4d4d4;
            outline: 0;
            width: 100%;
            transition: all 0.3s ease-in-out; }
            header .top .container .right .lang-selector select option {
              color: #000000;
              transition: all 0.3s ease-in-out;
              padding: 5px; }
              header .top .container .right .lang-selector select option:checked {
                background-color: #ffffff;
                color: #000000;
                transition: all 0.3s ease-in-out; }
            header .top .container .right .lang-selector select:hover option {
              background-color: #ffffff;
              color: #000000;
              transition: all 0.3s ease-in-out; }
  header .bottom {
    background: #188C43;
    height: 70px;
    top: 0; }
    @media (max-width: 1400px) {
      header .bottom {
        height: 90px; } }
    @media (max-width: 700px) {
      header .bottom {
        height: 60px; } }
    header .bottom .container {
      display: flex;
      align-items: center;
      position: relative;
      height: 100%; }
      header .bottom .container .logo {
        width: 120px;
        height: 120px;
        padding: 0.5rem;
        background: #ffffff;
        border-radius: 0 0 0.8rem 0.8rem;
        position: absolute;
        display: flex;
        align-items: center;
        left: var(--bs-gutter-x, 0.75rem);
        top: 0;
        z-index: 2; }
        @media (max-width: 700px) {
          header .bottom .container .logo {
            height: 80px;
            width: 80px;
            filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.1)); } }
        header .bottom .container .logo img {
          width: 100%;
          display: block; }
      header .bottom .container nav {
        margin-left: calc(2rem + 120px); }
        @media (min-width: 1023px) and (max-width: 1200px) {
          header .bottom .container nav {
            margin-left: 9rem; } }
        @media (max-width: 700px) {
          header .bottom .container nav {
            position: absolute;
            width: 100%;
            background: #ffffff;
            height: calc(100vh - 90px);
            left: 0;
            top: 100%;
            margin-left: 0;
            padding: 0.5rem 0rem;
            display: none;
            overflow: auto; } }
        @media (min-width: 700px) and (max-width: 1022px) {
          header .bottom .container nav {
            position: absolute;
            width: 100%;
            background: #ffffff;
            height: calc(100vh - 90px);
            left: 0;
            top: 100%;
            margin-left: 0;
            padding: 2rem 0.75rem;
            display: none;
            overflow: auto; } }
        header .bottom .container nav ul {
          display: flex;
          flex-wrap: wrap; }
          @media (min-width: 1023px) and (max-width: 1200px) {
            header .bottom .container nav ul {
              flex-wrap: nowrap; } }
          header .bottom .container nav ul li {
            font-size: 0.875rem;
            margin-right: 2rem;
            position: relative;
            color: #f5f5f5;
            cursor: pointer;
            padding: 25px 0 25px 0;
            display: flex;
            align-items: center; }
            @media screen and (max-width: 1023px) {
              header .bottom .container nav ul li {
                color: #000000; } }
            @media screen and (min-width: 1024px) and (max-width: 1100px) {
              header .bottom .container nav ul li {
                font-size: 0.85rem; } }
            @media (min-width: 1023px) and (max-width: 1200px) {
              header .bottom .container nav ul li {
                margin-right: 1.3rem; } }
            @media (min-width: 700px) and (max-width: 1022px) {
              header .bottom .container nav ul li {
                display: block !important;
                border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
                margin: 0;
                padding: 0.8rem 2.25rem 0.8rem 0.75rem; } }
            @media (min-width: 1023px) and (max-width: 1200px) {
              header .bottom .container nav ul li.hide-in-desktop {
                display: none; } }
            @media (min-width: 1201px) {
              header .bottom .container nav ul li.hide-in-desktop {
                display: none; } }
            @media (max-width: 700px) {
              header .bottom .container nav ul li {
                display: block;
                width: 100%;
                height: auto;
                font-size: 1.2rem;
                padding: 0.8rem 2.25rem 0.8rem 0.75rem;
                text-align: right;
                margin: 0;
                border-bottom: rgba(0, 0, 0, 0.1) solid 1px; } }
            @media (min-width: 700px) and (max-width: 1022px) {
              header .bottom .container nav ul li {
                width: 100%;
                font-size: 1.2rem;
                margin: 0 0 1rem 0;
                text-align: right; } }
            header .bottom .container nav ul li a {
              color: #f5f5f5;
              text-decoration: none;
              transition: all 0.3s ease-in-out; }
              @media (min-width: 1201px) {
                header .bottom .container nav ul li a:hover {
                  color: #ffffff; } }
              @media (max-width: 700px) {
                header .bottom .container nav ul li a {
                  color: #262626; } }
              @media (min-width: 700px) and (max-width: 1022px) {
                header .bottom .container nav ul li a {
                  color: #262626; } }
            @media (min-width: 1023px) and (max-width: 1200px) {
              header .bottom .container nav ul li.has-subchild {
                position: relative; } }
            @media (min-width: 700px) and (max-width: 1022px) {
              header .bottom .container nav ul li.has-subchild:before {
                content: "";
                width: 13px;
                height: 2px;
                background: #262626;
                position: absolute;
                right: 0.75rem;
                top: 25px; }
              header .bottom .container nav ul li.has-subchild:after {
                content: "";
                width: 2px;
                height: 13px;
                background: #262626;
                position: absolute;
                right: 17.5px;
                top: 19.5px;
                transition: all 0.3s ease-in-out; } }
            @media (max-width: 700px) {
              header .bottom .container nav ul li.has-subchild:before {
                content: "";
                width: 13px;
                height: 2px;
                background: #262626;
                position: absolute;
                right: 0.75rem;
                top: 25px; }
              header .bottom .container nav ul li.has-subchild:after {
                content: "";
                width: 2px;
                height: 13px;
                background: #262626;
                position: absolute;
                right: 17.5px;
                top: 19.5px;
                transition: all 0.3s ease-in-out; } }
            header .bottom .container nav ul li.has-subchild.active.has-subchild:after {
              opacity: 0; }
            header .bottom .container nav ul li.has-subchild.active ul {
              display: block; }
            header .bottom .container nav ul li.has-subchild:hover {
              display: block; }
            @media (min-width: 1023px) and (max-width: 1200px) {
              header .bottom .container nav ul li ul {
                display: none;
                position: absolute;
                min-width: 200px;
                left: 0;
                top: 100%;
                background: #188C43;
                border-radius: 0 0 0.8rem 0.8rem;
                padding: 0.5rem 1.5rem;
                transform: translate(-1.5rem, 0);
                display: none;
                filter: drop-shadow(0 0.5rem 0.35rem rgba(0, 0, 0, 0.1)); } }
            @media (min-width: 700px) and (max-width: 1022px) {
              header .bottom .container nav ul li ul {
                position: relative;
                display: none; } }
            @media (max-width: 700px) {
              header .bottom .container nav ul li ul {
                position: relative;
                display: none; } }
            @media (max-width: 1023px) {
              header .bottom .container nav ul li ul {
                margin-top: 15px; } }
            @media (min-width: 1201px) {
              header .bottom .container nav ul li ul {
                position: absolute;
                min-width: 200px;
                left: 0;
                top: 100%;
                background: #188C43;
                border-radius: 0 0 0.8rem 0.8rem;
                padding: 0.5rem 1.5rem;
                transform: translate(-1.5rem, 0);
                display: none;
                filter: drop-shadow(0 0.5rem 0.35rem rgba(0, 0, 0, 0.1)); } }
            header .bottom .container nav ul li ul li {
              height: auto;
              white-space: nowrap;
              margin: 0;
              padding: 0; }
              @media (max-width: 1023px) {
                header .bottom .container nav ul li ul li {
                  border-top: rgba(0, 0, 0, 0.1) solid 1px;
                  border-bottom: 0; } }
              @media (max-width: 700px) {
                header .bottom .container nav ul li ul li {
                  white-space: wrap; } }
              @media (min-width: 700px) and (max-width: 1022px) {
                header .bottom .container nav ul li ul li {
                  padding-right: 0px !important; } }
              @media (min-width: 1023px) and (max-width: 1200px) {
                header .bottom .container nav ul li ul li {
                  height: auto;
                  white-space: nowrap;
                  margin: 0; } }
              @media (max-width: 700px) {
                header .bottom .container nav ul li ul li {
                  padding-right: 0;
                  border: 0;
                  padding: 0;
                  margin: 0;
                  font-size: 0.9rem; } }
              header .bottom .container nav ul li ul li a {
                padding: 0.5rem 0;
                display: block; }
                @media (min-width: 1023px) and (max-width: 1200px) {
                  header .bottom .container nav ul li ul li a {
                    padding: 0.5rem 0;
                    display: block; } }
                @media (max-width: 700px) {
                  header .bottom .container nav ul li ul li a {
                    padding: 0.4rem 0; } }
                @media (max-width: 700px) {
                  header .bottom .container nav ul li ul li a {
                    color: #262626; } }
                @media (min-width: 700px) and (max-width: 1022px) {
                  header .bottom .container nav ul li ul li a {
                    color: #262626; } }
            @media (min-width: 1201px) {
              header .bottom .container nav ul li:hover ul {
                display: block !important; } }
      header .bottom .container .right-icon {
        margin-left: auto; }
        header .bottom .container .right-icon ul {
          display: flex; }
          header .bottom .container .right-icon ul li {
            margin-left: 2rem; }
            header .bottom .container .right-icon ul li a {
              text-decoration: none; }
              header .bottom .container .right-icon ul li a svg {
                width: 15px;
                fill: #f5f5f5;
                display: block; }
      header .bottom .container .hamburger {
        width: 25px;
        margin-left: 2rem; }
        @media (min-width: 1023px) and (max-width: 1200px) {
          header .bottom .container .hamburger {
            display: none; } }
        @media (min-width: 1201px) {
          header .bottom .container .hamburger {
            display: none; } }
        header .bottom .container .hamburger ul li {
          background: #f5f5f5;
          height: 2px;
          margin-bottom: 5px; }
          header .bottom .container .hamburger ul li:last-child {
            margin-bottom: 0; }

footer {
  background: url(../img/footer-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 4rem 0 0 0;
  color: #ffffff; }
  footer .logo {
    width: 150px;
    height: 150px;
    background: #ffffff;
    border-radius: 0.5rem;
    text-align: center;
    padding: 0.5rem;
    margin-bottom: 1.5rem; }
    footer .logo img {
      height: 100%; }
  footer a {
    color: #8cdb4b;
    text-decoration: none; }
    footer a:hover {
      color: #76d32a;
      text-decoration: underline; }
  footer .subscribe-form-wrap {
    margin-bottom: 2rem;
    color: #ffffff; }
    footer .subscribe-form-wrap .title {
      font-size: 1.25rem;
      font-weight: 600; }
    footer .subscribe-form-wrap p {
      font-size: 0.9rem; }
    footer .subscribe-form-wrap .form-wrap {
      display: flex;
      align-items: center;
      margin: 1rem 0; }
      footer .subscribe-form-wrap .form-wrap .input {
        background: #ffffff;
        border-radius: 0.5rem;
        padding: 0.5rem 1rem;
        font-size: 1rem;
        color: #262626;
        margin-right: 1rem;
        width: 250px;
        border: 0;
        height: 48px;
        outline: 0; }
        @media (max-width: 700px) {
          footer .subscribe-form-wrap .form-wrap .input {
            width: 70%; } }
  footer .link-wrap ul {
    display: flex;
    height: 170px;
    flex-wrap: wrap;
    flex-direction: column; }
    footer .link-wrap ul li {
      font-weight: 600;
      margin-bottom: 1rem; }
      footer .link-wrap ul li a {
        color: #ffffff;
        text-decoration: none; }
  footer .social-wrap {
    color: #ffffff; }
    footer .social-wrap .title {
      font-weight: 600;
      margin-bottom: 0.5rem; }
    footer .social-wrap .icon-wrap ul {
      display: flex; }
      footer .social-wrap .icon-wrap ul li {
        width: 30px;
        height: 30px;
        margin-right: 1rem; }
        footer .social-wrap .icon-wrap ul li a {
          width: 100%;
          height: 100%;
          color: #ffffff;
          display: flex;
          align-items: center;
          justify-content: center;
          background: #0E5327;
          border-radius: 5px;
          transition: all 0.3s ease-in-out; }
          footer .social-wrap .icon-wrap ul li a svg {
            fill: #ffffff;
            height: 15px; }
          footer .social-wrap .icon-wrap ul li a:hover {
            background: #126931; }
  footer .bottom {
    margin-top: 4rem;
    background: #0E5327;
    padding: 0.8rem 0;
    font-size: 0.75rem;
    color: #E5E5E5; }
    @media (min-width: 700px) and (max-width: 1022px) {
      footer .bottom {
        text-align: center; } }
    footer .bottom .links a {
      color: #E5E5E5;
      text-decoration: none;
      padding: 0 1rem;
      border-left: #737373 solid 1px;
      line-height: 1; }
      @media (max-width: 700px) {
        footer .bottom .links a {
          display: inline-block;
          margin-bottom: 0.5rem; } }
      footer .bottom .links a:last-child {
        padding-right: 0; }
      footer .bottom .links a:first-child {
        border-left: 0; }
        @media (max-width: 700px) {
          footer .bottom .links a:first-child {
            padding-left: 0; } }
  footer .ncol-footer-text {
    width: 150px;
    text-align: center; }

.internal-spotlight {
  position: relative; }
  @media (max-width: 700px) {
    .internal-spotlight .image-bg {
      height: 50vh; }
      .internal-spotlight .image-bg img {
        object-fit: cover;
        height: 100%; } }
  .internal-spotlight .content-wrap {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    color: #ffffff;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    @media (min-width: 1023px) and (max-width: 1200px) {
      .internal-spotlight .content-wrap {
        top: 10px; } }
    @media (min-width: 700px) and (max-width: 1022px) {
      .internal-spotlight .content-wrap {
        top: 20px; } }
    .internal-spotlight .content-wrap .bo-logo {
      width: 150px;
      margin-bottom: 2rem; }
      @media (min-width: 700px) and (max-width: 1022px) {
        .internal-spotlight .content-wrap .bo-logo {
          margin-bottom: 1rem; } }
      @media (max-width: 700px) {
        .internal-spotlight .content-wrap .bo-logo {
          width: 120px; } }
    .internal-spotlight .content-wrap h1 {
      position: relative;
      padding-top: 1.5rem;
      margin-bottom: 1.5rem;
      max-width: 50%; }
      @media (min-width: 1023px) and (max-width: 1200px) {
        .internal-spotlight .content-wrap h1 {
          font-size: 2.6rem;
          padding-top: 1rem;
          margin-bottom: 0.5rem; } }
      @media (max-width: 1023px) {
        .internal-spotlight .content-wrap h1 {
          font-size: 2.1rem;
          padding-top: 1rem;
          margin-bottom: 0.5rem; } }
      @media (min-width: 700px) and (max-width: 1022px) {
        .internal-spotlight .content-wrap h1 {
          max-width: 100%; } }
      @media (max-width: 700px) {
        .internal-spotlight .content-wrap h1 {
          max-width: 100%; } }
      .internal-spotlight .content-wrap h1:before {
        content: "";
        position: absolute;
        width: 60px;
        height: 4px;
        background: #F26522;
        left: 0;
        top: 0; }

.internal-content-wrap {
  padding: 5rem 0;
  background: url(../img/internal-content-bg.jpg) center center no-repeat;
  background-size: cover;
  font-size: 0.875rem;
  line-height: 1.4rem; }
  @media (max-width: 700px) {
    .internal-content-wrap {
      padding: 4rem 0; } }
  .internal-content-wrap h3 {
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 1rem; }
    @media (max-width: 1023px) {
      .internal-content-wrap h3 {
        max-width: 80%;
        margin-bottom: 1.5rem;
        text-align: center; } }
    @media (max-width: 700px) {
      .internal-content-wrap h3 {
        max-width: 100%; } }
    .internal-content-wrap h3.normal {
      max-width: 100%;
      margin: 0; }
  .internal-content-wrap .message-title {
    max-width: 80%; }
    @media (max-width: 700px) {
      .internal-content-wrap .message-title {
        max-width: 100%; } }
  .internal-content-wrap .board-title {
    max-width: 100%; }
  .internal-content-wrap ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 20px;
    width: 100%;
    display: block; }
    .internal-content-wrap ul li {
      margin-bottom: 1rem; }
  .internal-content-wrap .objective-2-img {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5);
    right: 0;
    top: 50%;
    transform: translate(50%, -50%); }
    @media (max-width: 700px) {
      .internal-content-wrap .objective-2-img {
        width: 70px;
        height: 70px; } }
  .internal-content-wrap .princilples-icon {
    width: 100px;
    margin-bottom: 0.8rem; }
    @media (max-width: 700px) {
      .internal-content-wrap .princilples-icon {
        width: 70px; } }
  .internal-content-wrap a {
    color: #028AC3;
    white-space: pre-wrap;
    word-break: break-all; }
  .internal-content-wrap .product-buy-btn {
    word-break: normal; }
  .internal-content-wrap .product-list .wrap {
    position: relative;
    text-align: center; }
    .internal-content-wrap .product-list .wrap .image {
      margin-bottom: 0.8rem;
      overflow: hidden;
      border-radius: 0.75rem; }
      .internal-content-wrap .product-list .wrap .image img {
        transition: all 0.3s ease-in-out; }
    .internal-content-wrap .product-list .wrap .title {
      font-weight: 700; }
    .internal-content-wrap .product-list .wrap:hover .image img {
      transform: scale(1.05); }
  .internal-content-wrap .Chairman-img-wrapper {
    width: 300px;
    height: 300px;
    padding-bottom: 20px;
    margin: auto; }
    .internal-content-wrap .Chairman-img-wrapper img {
      width: 100%;
      height: 100%; }
  .internal-content-wrap .Chairman-msg {
    line-height: 1.6rem; }
  .internal-content-wrap .benifit-list-wrap ul li {
    text-align: left; }
  .internal-content-wrap .visit-link-click {
    width: 78%;
    padding-right: 0px !important; }
  .internal-content-wrap .buy-btn-visit {
    text-align: left; }
    @media (min-width: 700px) and (max-width: 1022px) {
      .internal-content-wrap .buy-btn-visit {
        text-align: center !important; } }
    @media (max-width: 700px) {
      .internal-content-wrap .buy-btn-visit {
        text-align: center; } }
  .internal-content-wrap .click {
    padding-top: 2rem; }
  @media (max-width: 700px) {
    .internal-content-wrap a {
      word-break: normal; } }
  @media (max-width: 700px) {
    .internal-content-wrap .link-initiative-pdf {
      word-break: break-all; } }

@media screen and (max-width: 992px) {
  .board-content-wrap {
    text-align: center; } }
@media screen and (max-width: 768px) {
  .board-content-wrap {
    text-align: left; } }
@media screen and (max-width: 768px) {
  .board-content-wrap .board-wrap {
    flex: none; } }
@media (max-width: 700px) {
  .board-content-wrap .board-wrap {
    flex: none; } }
.board-content-wrap .board-title {
  margin-bottom: 2rem; }
  @media screen and (max-width: 768px) {
    .board-content-wrap .board-title {
      max-width: 100%; } }
.board-content-wrap .board-para {
  margin-bottom: 2rem; }
.board-content-wrap .bold {
  font-size: 1rem; }

.table-wrap {
  width: 100%; }
  @media (max-width: 700px) {
    .table-wrap {
      overflow-x: auto; } }
  .table-wrap .become-member-table {
    width: 80%;
    height: 350px;
    margin: auto;
    border: 1px solid black;
    flex-wrap: wrap; }
    @media (max-width: 700px) {
      .table-wrap .become-member-table {
        width: 100%; } }
    .table-wrap .become-member-table thead {
      border: 1px solid black; }
      .table-wrap .become-member-table thead th {
        border: 1px solid black;
        padding: 10px 10px;
        text-align: center; }
        @media (max-width: 700px) {
          .table-wrap .become-member-table thead th {
            width: 100%;
            min-width: 200px; }
            .table-wrap .become-member-table thead th:first-child {
              width: 100%;
              min-width: 100px; } }
    .table-wrap .become-member-table tbody {
      border: 1px solid black; }
      .table-wrap .become-member-table tbody td {
        border: 1px solid black;
        padding: 10px 10px;
        text-align: center; }

.caption {
  text-align: center;
  font-style: italic;
  color: black;
  padding-top: 10px; }
  @media (max-width: 700px) {
    .caption {
      text-align: left; } }

.Promoter-Members-wrap {
  padding: 5rem 0; }
  @media (max-width: 700px) {
    .Promoter-Members-wrap {
      padding: 4rem 0; } }
  @media (min-width: 700px) and (max-width: 1022px) {
    .Promoter-Members-wrap .img-promoter {
      padding: 20px; } }
  @media (max-width: 700px) {
    .Promoter-Members-wrap .img-promoter {
      padding: 10px; } }
  @media (min-width: 700px) and (max-width: 1022px) {
    .Promoter-Members-wrap .img-promoter img {
      max-width: 90%; } }
  @media (max-width: 700px) {
    .Promoter-Members-wrap .img-promoter img {
      max-width: 95%; } }

.spotlight {
  position: relative; }
  .spotlight .slider-wrap .slides {
    width: 100%;
    position: relative; }
    .spotlight .slider-wrap .slides .img-wrap img {
      width: 100%;
      object-fit: contain; }
    .spotlight .slider-wrap .slides .content-wrap {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      color: #ffffff;
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      .spotlight .slider-wrap .slides .content-wrap .heading {
        font-size: 3.5rem;
        max-width: 55%;
        position: relative;
        padding-top: 1.5rem;
        margin-bottom: 1.5rem; }
        @media (max-width: 700px) {
          .spotlight .slider-wrap .slides .content-wrap .heading {
            font-size: 2rem;
            max-width: 100%; } }
        .spotlight .slider-wrap .slides .content-wrap .heading:before {
          content: "";
          position: absolute;
          width: 200px;
          height: 4px;
          background: #F26522;
          left: 0;
          top: 0; }
          @media (max-width: 700px) {
            .spotlight .slider-wrap .slides .content-wrap .heading:before {
              width: 120px; } }
  .spotlight .thumb-triggers {
    position: absolute;
    right: 5%;
    bottom: 5%;
    z-index: 2; }
    @media (max-width: 700px) {
      .spotlight .thumb-triggers {
        display: none; } }
    @media (min-width: 700px) and (max-width: 1022px) {
      .spotlight .thumb-triggers {
        display: none; } }
    .spotlight .thumb-triggers ul {
      display: flex;
      align-items: flex-end; }
      .spotlight .thumb-triggers ul li {
        width: 80px;
        margin-right: 1rem;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        transform-origin: bottom;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
        border-radius: 0.5rem;
        overflow: hidden; }
        .spotlight .thumb-triggers ul li img {
          width: 100%; }
        .spotlight .thumb-triggers ul li.active {
          width: 100px; }
  @media (min-width: 1023px) and (max-width: 1200px) {
    .spotlight .flickity-enabled .flickity-page-dots {
      display: none; } }
  @media (min-width: 1201px) {
    .spotlight .flickity-enabled .flickity-page-dots {
      display: none; } }
  @media (max-width: 700px) {
    .spotlight .flickity-enabled .flickity-page-dots {
      bottom: 2rem; } }
  @media (min-width: 700px) and (max-width: 1022px) {
    .spotlight .flickity-enabled .flickity-page-dots {
      bottom: 2rem; } }

.home-about-us-bg {
  background: url(../img/second-fold-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 80px 0 120px 0; }
  @media (max-width: 700px) {
    .home-about-us-bg {
      padding: 2rem 0 4rem 0; } }
  .home-about-us-bg .slider-wrap {
    max-width: 90%;
    margin: 0 auto; }
    @media (min-width: 1023px) and (max-width: 1200px) {
      .home-about-us-bg .slider-wrap {
        max-width: 100%; } }
    @media (max-width: 700px) {
      .home-about-us-bg .slider-wrap {
        max-width: 100%; } }
    .home-about-us-bg .slider-wrap .slides {
      background: rgba(255, 255, 255, 0.8);
      backdrop-filter: blur(8px);
      border-radius: 0.75rem;
      overflow: hidden; }
      @media (min-width: 700px) and (max-width: 1022px) {
        .home-about-us-bg .slider-wrap .slides img {
          width: 100%;
          height: 100%;
          object-fit: cover; } }
      .home-about-us-bg .slider-wrap .slides .text-wrap {
        padding: 1.5rem;
        font-size: 0.875rem;
        line-height: 1.4; }
        .home-about-us-bg .slider-wrap .slides .text-wrap h3 {
          font-weight: 600;
          position: relative;
          padding-bottom: 1rem;
          margin-bottom: 1.3rem; }
          .home-about-us-bg .slider-wrap .slides .text-wrap h3:after {
            content: "";
            position: absolute;
            width: 60px;
            height: 4px;
            background: #262626;
            left: 0;
            bottom: 0; }
        .home-about-us-bg .slider-wrap .slides .text-wrap .sub-head {
          color: #737373;
          font-size: 1rem;
          position: relative;
          padding-bottom: 1.3rem;
          margin-bottom: 1.3rem; }
          .home-about-us-bg .slider-wrap .slides .text-wrap .sub-head:after {
            content: "";
            position: absolute;
            width: 60px;
            height: 4px;
            background: #262626;
            left: 0;
            bottom: 0; }

.home-our-organic-produce {
  padding: 2rem 0;
  background: url(../img/green-bg.jpg) center center no-repeat;
  background-size: cover; }
  @media (max-width: 700px) {
    .home-our-organic-produce {
      padding: 4rem 0; } }
  .home-our-organic-produce .text-wrap {
    color: #ffffff; }
  .home-our-organic-produce .bharat-organics-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 250px;
    pointer-events: none; }
    .home-our-organic-produce .bharat-organics-logo img {
      width: 100%; }
    @media (max-width: 700px) {
      .home-our-organic-produce .bharat-organics-logo {
        width: 120px; } }

.home-promoted-by {
  background: url(../img/promoted-by-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 5rem 0; }
  @media (max-width: 700px) {
    .home-promoted-by {
      padding: 4rem 0; } }
  @media (min-width: 1201px) {
    .home-promoted-by .slider-wrap {
      display: flex;
      align-items: center;
      max-width: 80%;
      margin: 0 auto; } }
  .home-promoted-by .slider-wrap:after {
    content: 'flickity';
    display: none; }
    @media (min-width: 1201px) {
      .home-promoted-by .slider-wrap:after {
        content: ''; } }
  .home-promoted-by .slider-wrap .slides {
    width: 20%;
    text-align: center; }
    @media (max-width: 700px) {
      .home-promoted-by .slider-wrap .slides {
        width: 50%; } }
    .home-promoted-by .slider-wrap .slides img {
      width: 80%; }
      @media (max-width: 700px) {
        .home-promoted-by .slider-wrap .slides img {
          width: 100%; } }

.home-principle-farming {
  background: url(../img/home-principle-farming-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 5rem 0; }
  @media (max-width: 700px) {
    .home-principle-farming {
      padding: 4rem 0; } }

.home-membership {
  background: #028AC3;
  padding: 4rem 0; }
  .home-membership .text-wrap {
    color: #ffffff; }
  .home-membership .flickity-enabled .flickity-page-dots {
    bottom: 1rem; }

.home-certifications {
  background: url(../img/home-certifications.jpg) center center no-repeat;
  background-size: cover;
  padding: 4rem 0;
  color: #ffffff; }

.home-news {
  padding: 4rem 0;
  background-image: radial-gradient(circle at 50% 17%, #fff 11%, rgba(255, 255, 255, 0) 69%), linear-gradient(to bottom, #d4d4d4, #d4d4d4), linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  .home-news .slider-wrap .slides {
    width: 33.33%; }
    @media (max-width: 700px) {
      .home-news .slider-wrap .slides {
        width: 80%; } }
    @media (min-width: 700px) and (max-width: 1022px) {
      .home-news .slider-wrap .slides {
        width: 45%; } }
    .home-news .slider-wrap .slides .wrap {
      position: relative;
      padding: 0 0.75rem; }
      .home-news .slider-wrap .slides .wrap .image {
        margin-bottom: 1rem;
        overflow: hidden;
        border-radius: 0.5rem; }
        .home-news .slider-wrap .slides .wrap .image img {
          transition: all 0.3s ease-in-out; }
      .home-news .slider-wrap .slides .wrap .description .date {
        font-size: 0.875rem;
        margin-bottom: 0.2rem; }
      .home-news .slider-wrap .slides .wrap .description .title {
        font-size: 1.25rem;
        color: #000000;
        min-height: 60px; }
        @media (max-width: 1400px) {
          .home-news .slider-wrap .slides .wrap .description .title {
            min-height: 82px; } }
        @media (min-width: 1023px) and (max-width: 1200px) {
          .home-news .slider-wrap .slides .wrap .description .title {
            min-height: 100px; } }
        @media (max-width: 700px) {
          .home-news .slider-wrap .slides .wrap .description .title {
            min-height: 110px; } }
    .home-news .slider-wrap .slides:hover .wrap .image img {
      transform: scale(1.05); }
  @media (min-width: 700px) and (max-width: 1022px) {
    .home-news .flickity-enabled .flickity-prev-next-button {
      display: none; } }
  .home-news .flickity-enabled .flickity-page-dots .dot {
    background: #525252; }

.btn {
  border-radius: 1.25rem 0 1.25rem 0;
  font-weight: 500;
  padding: 0.8rem 2.5rem 0.6rem 2.5rem; }
  .btn-primary {
    background: #F26522;
    border-color: #F26522; }
    .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
      background: #de500d;
      border-color: #de500d; }
  .btn-outline-primary {
    border-color: #F26522;
    color: #F26522; }
    .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
      background: #de500d;
      border-color: #de500d;
      color: #ffffff; }

.rounded-4 {
  border-radius: 0.5rem !important; }

.flickity-enabled .flickity-prev-next-button {
  border-radius: 0.5rem;
  background: #ffffff;
  border: #F26522 solid 1px;
  color: #F26522; }
  @media (min-width: 1023px) and (max-width: 1200px) {
    .flickity-enabled .flickity-prev-next-button {
      display: none; } }
  .flickity-enabled .flickity-prev-next-button:disabled {
    opacity: 0; }
  @media (max-width: 700px) {
    .flickity-enabled .flickity-prev-next-button {
      display: none; } }
  .flickity-enabled .flickity-prev-next-button .flickity-button-icon {
    left: 30%;
    top: 30%;
    width: 40%;
    height: 40%; }
  .flickity-enabled .flickity-prev-next-button.next {
    right: -60px; }
    @media (min-width: 1023px) and (max-width: 1200px) {
      .flickity-enabled .flickity-prev-next-button.next {
        right: -35px; } }
  .flickity-enabled .flickity-prev-next-button.previous {
    left: -60px; }
    @media (min-width: 1023px) and (max-width: 1200px) {
      .flickity-enabled .flickity-prev-next-button.previous {
        left: -35px; } }
.flickity-enabled .flickity-page-dots {
  bottom: -3rem; }
  @media (max-width: 700px) {
    .flickity-enabled .flickity-page-dots {
      bottom: -2rem; } }
  .flickity-enabled .flickity-page-dots .dot {
    background: #ffffff;
    opacity: 1;
    border-radius: 0.25rem;
    width: 13px;
    height: 13px; }
    .flickity-enabled .flickity-page-dots .dot.is-selected {
      background: #F26522; }
    .flickity-enabled .flickity-page-dots .dot:only-child {
      display: none; }

.zoom-img-wrap {
  overflow: hidden;
  border-radius: 0.5rem; }
  .zoom-img-wrap img {
    transition: all 0.3s ease-in-out; }
  .zoom-img-wrap:hover img {
    transform: scale(1.05); }

/*# sourceMappingURL=main.css.map */
.internal-content-wrap .product-list .wrap .image{
background: #fff;
}


/*One time popup*/
#once-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  text-align: center;
  z-index: 10000;
}
#once-popup .inner {
  background: #ffffff;
  padding: 20px;
  max-width: 840px;  
  margin: 50px auto;
}
#once-popup #popup-close {
  float: right;
  font-size: 30px;
  line-height: 10px;
  padding: 5px;
  cursor: pointer;
}
#once-popup h2{
  margin-top:3.2rem;

}
/*One time popup*/