@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body{
    font-family:  "Roboto";
}
a{
  text-decoration: none!important;
}

p{
  margin-bottom: 0px!important;
}


.home-journey-state{
color: #2D902E;
font-size: 16px;
font-weight: 500;
line-height: 17px;
}

.home-vanathi-name{
    color: #0D0D0D;
font-size: 46px;
font-weight: 700;
line-height: 39px;
}



/* Style the tab */
.tab {
    overflow: hidden;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 10px;
    font-weight: 700;
    color: #333333;
    border-radius: 8px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #D2E1DA;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
  
  }

.home-state-para{
    font-size: 16px;
    font-weight: 400;
    color: #777777;
}

.home-journey-button{
    background-color: #000000;
    padding: 20px 30px 20px 30px;
    border-radius: 20px;
    border: none;
}

.home-button-para{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
}

.counter{
  color: #1E1E1E;
  font-size: 42px;
  font-weight: 600;

}

.count-border{
  width: 40px;
  margin: auto;
  height: 2px;
background-color: #000000; 
}

.home-count-para{
  color: #1E1E1E;
  font-size: 14px;
  font-weight:500;
}

.count-bg{
  background-image: url(../image/count-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: -70px;
}

.vision-home{
  color: #2D902E;
  font-size: 16px;
  font-weight:500;
  padding-top: 100px;
  
}

.person-home{
  color: #0D0D0D;
  font-size: 30px;
  font-weight:700;
  line-height: 48px;
}

.vision-para{
  color: #7E7E7E;
  font-size: 14px;
  font-weight:400;
}

.vision-back{
  background-image: url(../image//vision-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 50px;
  margin-top: -70px;

}

.count-digit{
  color: #FFFFFF;
  font-size: 42px;
  font-weight:700;
}
.count-border1{
  width: 40px;
  margin: auto;
  height: 2px;
background-color:#FFFFFF ; 
}

.home-count-para1{
  color: #FFFFFF;
  font-size: 14px;
  font-weight:500;
}

.scheme-back{
  background-image: url(../image/scheme-vanathi.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 50px;
  padding-left: 5px;
  border-radius: 10px;

}

.our-scheme{
  color:#FFFFFF;
  font-size: 16px;
  font-weight:500;
  line-height:12px;
}
.our-scheme-head{
  color:#FFFFFF;
  font-size: 36px;
  font-weight:700;
  line-height:41px;
}
.our-scheme-para{
  color:#E3E3E3;
  font-size: 14px;
  font-weight:400;
  line-height:24px;
}

.scheme-btn{
  border: none;
  border-radius: 10px;
  padding: 10px 20px 10px 20px;

}

.scheme-btn-para{
  color: #F88008;
  font-size: 13px;
  font-weight:600;
  margin-bottom: 0px;
}

.btn-res{
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.scheme-btn-icon{
  background-color: #258E27;
  padding: 4px;
  border-radius: 5px;
}

.scheme-neme{
  color: #0D0D0D  ;
  font-size:20px;
  font-weight:600;
  margin-bottom: 0px;
}






.slideshow-container {
  position: relative;
  max-width: 100%;
  margin: auto;
}

.mySlides2 {
  display: none;
  text-align: center;
}

.prev, .next {
  position: absolute;
  top: 110%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 10px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.prev{
  left:360px;
  border: 1px solid #F2F2F2;
  border-radius: 50px;
  padding: 10px 20px 10px 20px;

}
.next {
  right: 360px;
  border: 1px solid #F2F2F2;
  border-radius: 50px;
  padding: 10px 20px 10px 20px;
}


@media only screen and (max-width: 992px) {

  .prev{
    left: 80px;
  }

  .next{
    right: 80px;
  }

}






.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.test-slide{
  background-image: url(../image/test-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}


.home-test-voice{
  color: #FFFFFF ;
  font-size:25px;
  font-weight:600;
  line-height: 20px;
  margin-bottom: 0px;
}
.home-test-para{
  color: #FFFFFF ;
  font-size:17px;
  font-weight:500;
  line-height: 35px;
  margin-bottom: 0px;
}

.testmonials{
  color: #FFFFFF ;
  font-size:24px;
  font-weight:500;
  line-height: 24px;
}

.card-news{
  color: #706d6d ;
  font-size:15px;
  font-weight:500;
  line-height: 20px;
}

.home-star{
  color: #F36C16;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
}
.wing-head{
  color: #363636;
  font-size: 30px;
  font-weight: 700;
}

.wing-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.wing-btn-back{
  border: none;
  border-radius: 15px;
  background-color: #258E27;
  padding: 15px 35px 15px 35px;
}

.wing-btn-para{
  color: #FFFFFF;
  font-size: 15x;
  font-weight: 600;
  margin-bottom: 0px;
}

.color-star{
  color: #258E27;
}

.star-res{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.ourscheme-head{
  color: #363636;
  font-size: 38px;
  font-weight: 700;
}
.ourscheme-para{
  color: #777777;
  font-size: 18px;
  font-weight: 400;
}

.copyright{
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin-bottom: 0px;
}

.copyrightdark{
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  color: #414141;
}
.heart-color{
  color: red;
}
























/* header ,footer, and about css start */

.headerbar {
  background-color: rgba(232, 91, 23, 1);
  height: 50px;
  padding: 0px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headerpara {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #fff;
  margin-bottom: 0px;
}

.headerspan {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  color: #fff;
}

.headerbreadcoms {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  text-decoration: underline;
  margin-bottom: 0px;
}

.headerbreadcoms1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-bottom: 0px;

}



.headericons {
  display: flex;
  gap: 50px;
  align-items: center;
}

.socialicons {
  display: flex;
  gap: 26px;
  align-items: center;
}

.headermenufont {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #383838;
}

.navbac {
  background-color: #FEFEFE;
}

@media only screen and (max-width: 991px) {
  .logo {
      display: none;
  }

  .headerbar {
      background-color: rgba(232, 91, 23, 1);
      height: 50px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 15px 20px 15px;
  }

}

@media only screen and (max-width: 920px) {
  .headerbar {
      background-color: rgba(232, 91, 23, 1);
      height: fit-content;
      padding: 15px 50px;
      display: block;
      justify-content: space-between;
      align-items: center;
  }

  .headerpara {
      font-size: 16px;
      font-weight: 400;
      line-height: 25px;
      color: #fff;
      text-align: center;
      margin-top: 0px;
      margin-bottom: 0px;
  }


  .headericons {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
  }
}


@media only screen and (max-width: 768px) {
  .headerbreadcoms {
      font-size: 12px;
      font-weight: 500;
      line-height: 20px;
      color: #fff;
      text-decoration: underline;
      margin: 0px;
  }
  
  .headerbreadcoms1 {
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      color: #fff;
      margin: 0px;
  }
  .headericons {
      display: flex;
      flex-wrap: wrap;
      gap: 25px;
      justify-content: center;
  }
}


@media only screen and (max-width: 472px) {
  .headericons {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
  }
}



/* About-start */



/* About-banner-start */
.about-banner {
  background-color: rgba(232, 91, 23, 1);
  height: 270px;
}


.about-lotus {
  position: absolute;
  right: 0;
}

.about-headbac {
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 270px;
  background-image: linear-gradient(to bottom, rgba(255, 254, 254, 0), rgba(255, 254, 254, 0.51));
}

.about-head {
  color: #FFFFFF;
  font-size: 42px;
  font-weight: 700;
  line-height: 60px;
}


/* About-banner-end */



/* About-contact-start */

.about-contant {
  text-align: center;
  margin-top: 60px;


}

.about-contant .about-parah {
  color: #F36C16;
  font-size: 20px;
  font-weight: 700;
}

.about-contant h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #363636;
}




.about-head {
  font-size: 56px;
  font-weight: 700;
  color: white;


}

.about-women {
  display: flex;
  gap: 10px;

}

.about-women p {
  font-size: 24px;
  font-weight: 700;
}

.about-title {
  font-size: 16px;
  font-weight: 400;
  margin-top: -10px;
}

.about-cards {
  padding: 40px;
  margin-top: 20px;
}

.about-cards-two {
  margin-top: 60px;
}

.about-cards-three {
  padding: 40px;
  margin-top: 60px;
}


.about-cards-five {
  margin-top: 22px;
  padding: 40px;
}


.about-cards-four {
  padding: 40px 40px 40px 0px;
  margin-top: 20px;
}

.about-cards-six {
  margin-top: 60px;
}


.about-bannervanathi {
  background-image: url('../image/about/aboutbanner_two.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 85vh;
}



/* About-contact-end */




.about-year {
  padding-top: 170px;
  color: white;
  margin-top: 50px;
}

.about-year p {
  font-weight: 400;
  font-size: 16px;
}


.about-year h4 {
  font-weight: 600;
  font-size: 40px;
}

.about-centerimg {
  width: 100%;
}




/* About-knowmore-start */

.about-knowmore {
  margin-top: 60px;


}

.about-knowmore .about-knowmoreparah {
  color: #F36C16;
  font-size: 20px;
  font-weight: 700;
}

.about-knowmore h3 {
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
  color: #363636;
}



.about-knowmorebtnbac {
  width: 170px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #258E27;
  border-radius: 10px;
  gap: 6px;
}

.about-knowmorebtn {
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  color: #fff;
  margin: 0px;
}

/* Marquee-start */
/* Marquee-left-start */
#marquee {
  padding: 20px 0px;
  width: 100%;
}

#marquee .container {
  overflow: hidden;
  width: 100%;
}

#marquee .pic-container {
  display: flex;
  animation: marquee 10s infinite linear;
}

/* #marquee:hover {
  animation-play-state: paused;
} */

#marquee .pic-container .pic {
  flex-basis: 20%;
  flex-shrink: 0;
  margin: 0 10px 0 10px;
}

#marquee img {
  width: 100%;
  object-fit: cover;
  border: 1px solid rgba(238, 231, 231, 0.9);
}

@media (max-width: 1024px) {
  #marquee .pic-container .pic {
      flex-basis: 25%;
  }
}

@media (max-width: 768px) {
  #marquee .pic-container .pic {
      flex-basis: 33.33%;
  }
}

@keyframes marquee {
  0% {
      transform: translateX(0);
  }

  100% {
      transform: translateX(-100%);
  }
}

@media (max-width: 1024px) {
  @keyframes marquee {
      0% {
          transform: translateX(0);
      }

      100% {
          transform: translateX(-125%);
      }
  }
}

@media (max-width: 768px) {
  @keyframes marquee {
      0% {
          transform: translateX(0);
      }

      100% {
          transform: translateX(-186.65%);
      }
  }
  #marquee {
      padding: 10px 0px;
      width: 100%;
  }
}



/* Marquee-left-end */



/* Marquee-right-start */


#marquee1 {
  padding: 20px 0px;
  width: 100%;
  direction: rtl; /* Added to ensure right-to-left direction */
  overflow: hidden; /* Added to hide overflow content */
}

#marquee1 .container {
  overflow: hidden;
  width: 100%;
}

#marquee1 .pic-container1 {
  display: flex;
  animation: marquee1 10s infinite linear;
}

#marquee1 .pic-container1 .pic1 {
  flex-basis: 20%;
  flex-shrink: 0;
  margin: 0 10px 0 10px;
}

#marquee1 img {
  width: 100%;
  object-fit: cover;
  border: 1px solid rgba(238, 231, 231, 0.9);
}

@media (max-width: 1024px) {
  #marquee1 .pic-container1 .pic1 {
      flex-basis: 25%;
  }
}

@media (max-width: 768px) {
  #marquee1 .pic-container1 .pic1 {
      flex-basis: 33.33%;
  }
}

@keyframes marquee1 {
  0% {
      transform: translateX(0); /* Changed to translate along the x-axis */
  }

  100% {
      transform: translateX(100%); /* Changed to translate along the x-axis */
  }
}

@media (max-width: 1024px) {
  @keyframes marquee1 {
      0% {
          transform: translateX(0);
      }

      100% {
          transform: translateX(125%);
      }
  }
}

@media (max-width: 768px) {
  @keyframes marquee1 {
      0% {
          transform: translateX(0);
      }

      100% {
          transform: translateX(186.65%);
      }
  }
  #marquee1 {
      padding: 10px 0px;
      width: 100%;
  }
}


/* Marquee-right-end */
/* Marquee-end */


/* About-knowmore-end */




/* slider-year-start */

.tabs {
  display: flex;
  align-items: center;
  overflow-x: auto;
  width: 100%;
  padding: 0 20px; /* Add padding to accommodate for prev/next buttons */
}

.tabdis {
  display: flex;
  gap: 25px;
  flex: 1; /* Allow tabs to take remaining space */
}

.tab-btn {
  padding: 10px 20px;
  background-color: #f0f0f0;
  border: none;
  cursor: pointer;
  margin-right: 5px;
}

.tab-btn.active {
  background-color: #ccc;
}

.prev-btn,
.next-btn {
  background-color: #2D902E;
  border: none;
  cursor: pointer;
  width: 41px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: #fff;
  margin: 0 10px; /* Add margin to separate from tabs */
}

.tabdis{
  display: flex;
  gap: 25px;
}


.slide-year{
  position: absolute;
  right: 40%;
}


.slider {
  display: flex;
  transition: transform 0.5s ease;
}
.tab-btn.active img {
  opacity: 1;
}
.tab-btn img {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* slider-year-end */


@media only screen and (max-width: 767px) {
  .about-lotus {
      display: none;
  }

  .resbac {
      display: flex;
      justify-content: center;
  }

  .about-contant h3 {
      font-size: 28px;
      font-weight: 700;
      line-height: 40px;
      color: #363636;
  }





  .about-knowmore h3 {
      font-size: 32px;
      font-weight: 700;
      line-height: 40px;
      color: #363636;
  }

 

  .about-knowmorebtnbac {
      width: 120px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #258E27;
      border-radius: 10px;
      gap: 6px;
  }

}


@media only screen and (max-width: 992px) {
  .about-cards {
      padding: 2px;
      margin-top: 20px;
      display: flex;
      justify-content: center;
  }

  .about-cards-two {
      padding: 2px;
      margin-top: 5px;
      display: flex;
      justify-content: center;
  }

  .about-cards-three {
      padding: 2px;
      margin-top: 5px;
      display: flex;
      justify-content: center;
  }


  .about-cards-five {
      margin-top: 5px;
      padding: 2px;
      display: flex;
      justify-content: center;
  }


  .about-cards-four {
      padding: 2px;
      margin-top: 20px;
      display: flex;
      justify-content: center;
  }

  .about-cards-six {
      padding: 2px;
      margin-top: 5px;
      display: flex;
      justify-content: center;
  }
}


@media only screen and (max-width: 575px) {
  .about-cards-four {
      padding: 2px;
      margin-top: 5px;
      display: flex;
      justify-content: center;
  }
}

/* About-end */














/* Footer-start */
.footer-linear{
      max-width: 300px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-image: linear-gradient(to bottom, rgba(255, 254, 254, 0), rgba(255, 254, 254, 0.51));
      display: flex;
      flex-direction: column;
      gap: 30px;
}



.footer-menu{
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: #FFFFFF;
}


.footer-menu1{
  height: 3px;
  width: 50px;
  background-color: #fff;
}


.footer-submenu{
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #FFFFFF;
  margin: 0px;
}

.footer-address{
  padding: 0 20px 0 20px;
}


@media only screen and (max-width: 992px) {
  .footer-menu{
      font-size: 16px;
      font-weight: 700;
      line-height: 26px;
      color: #FFFFFF;
      margin-top: 30px;
  }
}


@media only screen and (max-width: 992px) {
  .footer-logores{
      display: flex;
      justify-content: center;
  }

  .footer-linear{
      max-width: 300px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-image: linear-gradient(to bottom, rgba(255, 254, 254, 0), rgba(255, 254, 254, 0.51));
      display: flex;
      flex-direction: column;
      gap: 10px;
}
}
/* Footer-end */
/* header ,footer, and about css end */




/* contact start */
.contact-headeing{
  font-size: 46px;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: 0em;
  text-align: center;
}
.contact-icon-rounded{
  border-radius: 50px;
  padding: 20px 20px 20px;
  border: 2px solid gray;
  width: 90px;
  height: 90px;
  display: inline-flex;
  /* text-align: center; */
  align-items: center;
  justify-content: center;
}
.contact-rounded-heading{
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
}
.contact-rounded-pra{
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0em;
  color: rgba(115, 115, 115, 1);

}

.contact-form-inputs{
  width: 100%;
  border-radius: 10px;
  padding: 10px 10px 10px 10px;
  outline: none;
  border: 1px solid gray;
}
.conatct-form-buttons{
  width: 100%;
  background: rgba(45, 144, 46, 1);
  color: #fff;
  border-radius: 10px;
  outline: none;
  border: none;
  padding: 10px 10px 10px 10px;
}
.contact-green-heading{
      font-size: 16px;
      font-weight: 500;
      line-height: 18px;
      letter-spacing: 0em;
      text-align: left;
      color: rgba(45, 144, 46, 1);
}
.contact-message-heading{
  font-size: 46px;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(13, 13, 13, 1);
}
.contact-message-pra{
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
}
/* contact end */