/**/

.green-rise-bg {
    background: #0e1e15;
    overflow-x: hidden;
}
.green-rise-bg .plywood-home-text h2 {
    color: #fff;
    font-weight: 600;
    font-size: 45px;
}
.green-rise-bg .plywood-home-text p {
    padding-right: 10px;
    color: #fff;
    margin-top: 15px;
    font-weight: 300;
    margin-bottom: 20px;
}
.care-for-all-tabs ul#pills-tab-first {
    padding: 25px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-pills#pills-tab-first .nav-link.active {
    border-bottom: 1px solid #106031;
    color: #106031;
}
ul#pills-tab-first li.nav-item {
    margin: 0 30px;
}
.nav-pills#pills-tab-first .nav-link {
    background: 0 0;
    border: 0;
    color: #666666;
    padding: 4px 0;
    font-weight: 600;
    font-size: 24px;
    border-radius: 0;
    border-bottom: 1px solid #fff0;
    display: flex;
    align-items: baseline;
}
section.care-for-all-tabs {
    margin-top: 40px;
    margin-bottom: 60px;
}
.Gratification-content {
  padding: 30px 40px;
  color: #fff;
  background: #216c40;
  background-size: 100%;
    background-repeat: no-repeat;
}
.Gratification-content p {
  color: #fff;
}
.cats-list {
  text-align: center;
}
.cats-list p {
  margin: 0;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
}
.cats-list span {
  display: inline-block;
  margin-bottom: 15px;
}
.cats-list a {
  text-align: center;
  border: 1px solid var(--primary-color);
  width: 110px;
  padding: 17px 0;
  border-radius: 15px;
  text-decoration: none;
  display: block;
}
.cats-list span {
    text-align: center;
    border: 1px solid #fff;
    width: 90px;
    padding: 20px 0;
    border-radius: 15px;
    text-decoration: none;
    display: block;
    background-color: #fff;
    margin: 0 auto 1rem;
}
section#about-hindustaan {
    margin-bottom: 50px;
}
.cats-list p {
  margin: 0;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
}
.view-all-cats {
  display: flex;
  justify-content: space-evenly;
  margin-top: 20px;
}
.care-for-all-page .main-banner-caption h2 {
    margin-top: 0rem;
}
.care-for-all-page .main-banner-caption {
    position: absolute;
    top: 0;
    z-index: 99;
    padding-left: 0;
    height: 100%;
    width: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    left: 7rem;
}
.cricket-experience .plywood-home-text h2 {
    color: #000;
    font-weight: 600;
    font-size: 45px;
}
.cricket-experience{
  overflow:hidden;
}
.cricket-experience .plywood-home-text p {
    padding-right: 10px;
    color: #000;
    margin-top: 15px;
    font-weight: 300;
    margin-bottom: 20px;
}
.care-for-all-page .main-banner-caption h2 {
    font-size: 50px;
    color: #126033;
    font-family: var(--primary-font);
    margin-bottom: 10px;
}
.IPL-cricket{
  margin-top: 50px;
}
.care-for-all-page .main-banner-caption h2 span {
    color: var(--primary-color);
  }

.care-for-all-page .main-banner-caption p {
    color: #fff;
    font-size: var(--font-size-24);
    font-weight: var(--font-weight-600);
  }
.care-for-all-page picture {
    display: block;
}
section.care-for-all-tabs {
    overflow: hidden;
}
.ekana-heading h2 {
    margin-top: 5px;
    color: #115f31;
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 40px;
}
.last-big-heading{
  text-align: center;
}
.last-big-heading h2{
  margin-bottom: 30px;
    color: #115f31;
    font-weight: 600;
    font-size: 45px;
}
.plywood-home-text.right-text-green-bg {
    padding-left: 90px;
}
.nation-slider.owl-carousel .owl-item .video-play-button img {
    display: block;
    width: auto;
}
.nation-slider.owl-theme .owl-dots .owl-dot.active span, .nation-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}
.nation-slider.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 20px 6px;
    background: #cccccc;
    display: block;
    --webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.nation-slider .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.contestent-slider button.owl-next:before {
    background: url(../../assets/images/care/slider-arrow-right.svg);
    right: 0;
    background-repeat: no-repeat;
    position: absolute;
    transition: 0.3s;
    height: 37px;
    width: 38px;
    top: 35%;
    content: "";
}
.contestent-slider button.owl-prev:before {
    background: url(../../assets/images/care/slider-arrow-left.svg);
    left: 0;
    background-repeat: no-repeat;
    position: absolute;
    transition: 0.3s;
    height: 37px;
    width: 38px;
    top: 35%;
    content: "";
}
.our-product-head h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 35px;
}
.our-product-section {
    padding: 50px 0 50px;
    background-color: #0e1e15;
    margin-top: 3rem;
}
.our-product-section .owl-theme .owl-dots .owl-dot.active span, .our-product-section .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color);
}
.our-product-section .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 6px;
    background: #ccc;
    display: block;
    --webkit-backface-visibility: visible;
    transition: opacity 0.2s 
ease;
    border-radius: 30px;
}
.contestent-slider .owl-dots {
    text-align: center;
}







:root {
  --primary-font: 'Poppins', sans-serif;
  --primary-color: #115f31;
  --grey-color: #979797;
  --white-color: #fff;
  --black-color: #000;
  --font-weight-300: 300;
  --font-weight-400: 400;
  --font-weight-500: 500;
  --font-weight-600: 600;
  --font-weight-Bold: 700;
  --font-size-12: 12px;
  --font-size-13: 13px;
  --font-size-14: 14px;
  --font-size-15: 15px;
  --font-size-16: 16px;
  --font-size-17: 17px;
  --font-size-18: 18px;
  --font-size-21: 21px;
  --font-size-24: 24px;
  --font-size-26: 26px;
  --font-size-45: 45px;
  --font-size-31: 31px;
  --font-size-32: 32px;
}

.carousel.pointer-event {
  touch-action: pan-y;
  margin-top: 100px;
}

.toggle-container {
  position: relative;
}

.technology-section {
  padding: 50px 0 0;
}
.technology-head-para {
  text-align: center;
  color: #000;
}
.technology-head-para h2 {
  font-size: 45px;
  font-weight: 600;
}


.shaan-award {
  margin-top: 3rem;
}

#about-hindustaan {
  margin: 3rem auto 0;
  color: black;
}



.testimonials-head h2 {
  color: #000;
  font-size: 45px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.video-play-button {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  z-index: 99;
}
.video-box .play-video {
  width: auto !important;
}
.testimonial-caption {
  color: #000;
  font-weight: 500;
  margin-top: 10px;
}
.video-box a {
  text-decoration: none;
}


.plywood-home-image {
  position: relative;
}
.plywood-home-section {
  padding: 50px 0 0;
}
.plywood-home-text h2 {
  color: #000;
  font-weight: 600;
  font-size: 45px;
}
.plywood-home-text p {
  padding-right: 10px;
  color: #000;
  margin-top: 15px;
}


.shaan-award p {
  color: black;
  text-align: left;
}
.gratification-text h2 {
  font-size: 45px;
  text-align: left;
}

.main-banner-item {
  position: relative;
}




@media (max-width: 767px) {
    .mobileheader {
        background: var(--white-color);
        z-index: 99;
        padding: 5px 15px;
        display: flex
;
        align-items: center;
        justify-content: space-between;
    }

.right-side span a {
        display: inline-block;
        text-decoration: none;
    }
.plywood-home-text.right-text-green-bg {
    padding: 15px;
}
.green-rise-bg .plywood-home-text h2 {
    font-size: 30px;
}
.Gratification-content {
    padding: 30px 10px;
}
.ekana-heading h2 {
    font-size: 30px;
    padding: 0 30px 20px;
    text-align: center;
}
.green-rise-bg .plywood-home-text p {
    padding: 0 20px;
}
.plywood-home-text.right-text-green-bg p {
    padding: 0;
}
section.care-for-all-tabs {
        margin-top: 10px;
        margin-bottom: 40px;
    }
.last-big-heading h2 {
    margin-bottom: 20px;
    color: #115f31;
    font-weight: 600;
    font-size: 30px;
}
.shaan-award {
    margin-top: 2rem;
}
.gratification-text h2 {
    font-size: 30px;
    text-align: center;
}

.care-for-all-page .main-banner-caption h2 {
    font-size:25px;
}
.care-for-all-page .main-banner-caption img {
    width: 70px;
}
.care-for-all-page .main-banner-caption {
    left: 2rem;
}
.green-rise-bg .plywood-home-text h2 {
    padding: 15px 20px 0;
}
.IPL-cricket {
    margin-top: 20px;
}
.cricket-experience .plywood-home-text h2 {
    color: #000;
    font-weight: 600;
    font-size: 30px;
}
.our-product-head h2 {
    font-size: 30px;
}


}
