@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* Variable color section */

:root {
  --bg1: #F1F0EB;;
  --content2bg: rgba(255, 255, 255, 0.75);
  --content2hoverbg: #67b0d1;
  --bg2: #efe2ba;
  --header: #4056a1;
  --b1: #dc9d23;
  --b2: #b2d2a4;
  --div1: #f1a17e;
  --div2: #d9c6bf;
  --div3: #b6ccd7;
  --font: #fff;
  --title: #4056a1; /*#6B1C0E */
  --stitle: #dc9d23;
  --main-color: #f09018; /*content part-4*/
}
/* header section */
.navbar{
  /* height: 120PX; */
  width: 100%;
  background-color:#4056a1;

}
.headerlogo
{
  /*height: 90px;*/
  /*width: 100px;*/
  margin-left: 4PX !important;
  height: 70px !important;
  width: 90px !important;
}
.title{
  font-family: "Protest Revolution", sans-serif;
  /* font-optical-sizing:auto; */
  font-weight: 30 !important;
  font-size: 35px !important;
  font-style: normal !important;
  color: var(--title);
}

.donateicon{
  height: 50px;
  width: 50px;
}

.tamilicon
{
  height: 50px;
  width: 50px;
}
.navbar-nav li a 
{
  font-family:  "Poppins", sans-serif;
  color:white;
  font-size: medium;
  padding: 20px 20px 8px 20px;
  margin-left: 14px !important;
  
  /* margin-left: 15px; */
  
}



.navbar-nav li a:hover
{
  color: #F9C1A6;
  border-bottom: 2px solid #FBF8BE;
  transform: translateY(-5px); 
  transition: transform 0.3s ease;
}

.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler-icon:focus
{
  outline:none !important;
  box-shadow: none !important;
  border:none !important;
}
.navbar-light{
  color: white !important;
}

.active
{
  color: var(--b1) !important;
}


/* For header button */
.btn
{
  color: white !important;
  font-family:"Poppins", sans-serif !important;
  font-size: larger;
  size: medium !important;
  background-color: var(--b1) !important;
}

.btn:hover{
  /* background-color: var(--b2) !important; */
  /* color:black !important; */
  transform: translateY(-5px); 
  transition: transform 0.3s ease;
}
@media (min-width: 991px){
  .donateicon{ display: none ! important; }
  .tamilicon{display: none !important;}
}
/* @media (max-width: 360px){
  
  .tamilicon{
    height: 90px;
    width: 90px;
  }
} */
/* 
@media (min-width: 991px){
  .donbtn { display: none ! important; }
} */

@media (max-width: 450px){
  .donate-button { display: block ! important; } }
/* header section end */
@media screen and (min-width: 360px) and (max-width: 400px){
  .headerlogo{
      height: 35px !important;
      width: 40px !important;
      margin-left: 0px !important;
  }
  .title{
      font-size: 16px !important;
      margin-left: 0px !important;
      padding-left: 1px !important;
  }
  .subt{
    font-size: 8px !important;
    margin-left: 20px !important;
  }
  .donateicon{
      margin-left: 0;
      height: 25px !important;
  }
  .navbar-toggler{
    font-size: 15px !important;
  }
  .donbtn{
    display: none !important;
  }
  .langbtn{
    display: none !important;
  }
  .tamilicon{
    height: 25px;
    width: 30px;
    margin-left: 0;
  }
  .navbar-nav li a:hover
  {
    border-bottom: none;
  }
}

@media screen and (min-width: 400px) and (max-width: 480px){
  .headerlogo{
      height: 40px !important;
      width: 40px !important;
      margin-left: 0px !important;
  }
  .title{
      font-size: 18px !important;
      margin-left: 0px !important;
      padding-left: 1.2px !important;
  }
  .subt{
    font-size: 10px !important;
    margin-left: 20px !important;
  }
  .donateicon{
      margin-left: 0;
      height: 25px !important;
  }
  .navbar-toggler{
    font-size: 15px !important;
  }
  .donbtn{
    display: none !important;
  }
  .langbtn{
    display: none !important;
  }
  .tamilicon{
    height: 25px;
    width: 30px;
    margin-left: 0;
  }
  .navbar-nav li a:hover
  {
    border-bottom: none;
  }
}



@media (min-width:768px)and (max-width: 991px) {
  .headerlogo{
      height: 80px !important;
      width: 100px !important;
  }
  .title1{
      font-size: 45px !important;
      margin-left: -10px !important;
  }
  .subtitle{
    font-size: 20px;
    margin-left: 40px;
  }
  .donbtn{
    display: none !important;
  }
  .langbtn{
    display: none !important;
  }
  .tamilicon{
    height: 35px;
    width: 29px;
  }
  .navbar-nav li a:hover
  {
    border-bottom: none;
  }
}
@media (min-width:993px) {
  .title{
      font-size: 45px;
      margin-left: 15px;
  } 
  .subt{
    font-size: 23px;
    margin-left: 70px;
  }
  .headerlogo{
    height:90px;
    width:100px;
  }
  .navbar-nav li a{
    margin-left: 15px;
  }
  /* .navbar-nav li a:hover
  {
    border-bottom: none;
  } */
}

#exampleModal
{
  z-index: 5000 !important;
}

#exampleModal1
{
  z-index: 5000 !important;
}


/*Donate Button start */
/*For fixed donate button on the right side of the page*/
.donate-button {
  position: fixed;
  top: 65%;
  right: 1.6%;
  height: 34px;
  width:100px;
  transform: translate(50%, -50%) rotate(270deg) !important;
  z-index: 2000; /* Ensure the button is above other elements */
  padding:1px !important;
  background: linear-gradient(90deg, #fcff9e 0%, #c67700 100%);
  animation: gradient 2.5s infinite 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.2) forwards;
  color: #fff;
  font-size: 20px !important;
  border-radius: 25px !important;
  font-family: "poppins", sans-serif;
  
}
@keyframes gradient {
0% { background: linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%) }
10% { background: linear-gradient(90deg, #211C6A 0%, #59B4C3 100%) }
20% { background: linear-gradient(90deg, #0C359E 0%, #EE99C2 100%) }
30% { background: linear-gradient(90deg, #496989 0%, #58A399 100%) }
40% { background: linear-gradient(90deg, #51829B 0%, #9BB0C1 100%) }
50% { background: linear-gradient(90deg, #008DDA 0%, #41C9E2 100%) }
60% { background: linear-gradient(90deg, #0700b8 0%, #00ff88 100%) }
70% { background: linear-gradient(90deg, #3F2B96 0%, #A8C0FF 100%) }
80% { background: linear-gradient(90deg, #99BC85 0%, #365486 100%) }
90% { background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%) }
100% { background: linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%) }
}
/* .donate-button:hover{
  background-color: var(--b2) !important;
  color: black !important;
} */
@media (max-width: 480px){
  .donate-button { display: none ! important; } }

@media (min-width: 480px){
    .donate-button { display: block ! important; } }
/* Donate Button end */

/* Bottom to top Transition */
/* Initially hide the image and text  floating image*/
.floating-image,
.floating-text {
  opacity: 0;
  transform: translateY(100px); /* Move them down initially */
  transition: opacity 2.5s, transform 2.5s ease;
}

/* Show the image and text when scrolled */
.scrolled .floating-image,
.scrolled .floating-text {
  opacity: 1;
  transform: translateY(0);
}
/* Left to right */
/* Initially hide the image and text  floating image*/
.floating-imageR,
.floating-textR {
  opacity: 0;
  transform: translateX(100px); /* Move them down initially */
  transition: opacity 2.5s, transform 2.5s ease;
}

/* Show the image and text when scrolled */
.scrolled .floating-imageR,
.scrolled .floating-textR {
  opacity: 1;
  transform: translateX(0);
}
/* Bottom to top Transition for timeline */
/* Initially hide the image and text  floating image*/
.floating-imaget,
.floating-textt {
  opacity: 0;
  transform: translateY(100px); /* Move them down initially */
  transition: opacity 4s, transform 6s;
}

/* Show the image and text when scrolled */
.scrolled .floating-imaget,
.scrolled .floating-textt {
  opacity: 1;
  transform: translateY(0);
}

/* Right to left */
/* Initially hide the image and text  floating image*/
.floating-imageL,
.floating-textL {
  opacity: 0;
  transform: translateX(100px); /* Move them down initially */
  transition: opacity 4s, transform 6s;
}

/* Show the image and text when scrolled */
.scrolled .floating-imageL,
.scrolled .floating-textL {
  opacity: 1;
  transform: translateX(0);
}

@media screen and (min-width: 360px) and (max-width: 550px) {
 .floating-text1{
  opacity: 2 !important;
  transform: translateY(0px) !important;
    }
    }


/* About us wave with title section */

.curved {
  /* margin-top: 120px; */
  z-index: 2000;
  background-color: #aceef3 !important;
  background-image: url(/images/aboutus/balvadi-velampalaiyam-tirupur.jpg);
  background-repeat: no-repeat;
  background-position: fixed;
  background-size: cover;
  background-size: 100% auto;
}
/* title section */
.text-effect {
  /* margin-bottom: -10px; */  
  padding-top: 20px;
  padding-right: 60px;
  color: transparent;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 0, 0, 1) 0%,
    rgb(78, 78, 57) 19%,
    rgba(0, 255, 0, 1) 38%,
    rgba(0, 255, 255, 1) 51%,
    rgba(0, 0, 255, 1) 67%,
    rgba(255, 0, 255, 1) 83%,
    rgba(255, 0, 0, 1) 99%
  );
  /* font-family: 'Bubblegum Sans', cursive; */
  font-size: 55px;
  font-weight: 700;
  text-align: right;
  -webkit-text-stroke: 3px rgba(255, 255, 255, 1);
  -moz-text-stroke: 2px rgba(255, 255, 255, 1);
  /* text-stroke: 2px rgba(255, 255, 255, 1); */
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  animation: animate 3s infinite linear alternate;
}
@keyframes animate {
  100% {
    background: -webkit-linear-gradient(
      left,
      rgba(255, 0, 0, 1) 0%,
      rgba(255, 255, 0, 1) 19%,
      rgba(0, 255, 0, 1) 38%,
      rgba(0, 255, 255, 1) 51%,
      rgba(0, 0, 255, 1) 67%,
      rgba(255, 0, 255, 1) 83%,
      rgba(255, 0, 0, 1) 99%
    );
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    background-position: -500px;
  }
}


.curvewave {
  transform: rotate(180deg);
  margin-bottom: -3px;
  margin-top: 80px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about_us_heading {
    display: none;
  }
  .text-effect {
    font-size: 35px;
    text-align: right;
    /* display: none;*/
    padding: 20px;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 1);
  }
  .curvewave {
    margin-top: 0px;
    transform: rotate(180deg);
    /* height: 30vh;
    width: 770px; */
  }
  .curved {
    /* margin-top: 120px; */
    height: 330px;
  }
}
@media screen and  (max-width: 500px) { 
  .text-effect {
    display: none;
  }
  .curved {
    /* margin-top: 70px; */
    height: 180px;
  }
  .curvewave {
    transform: rotate(180deg);
    margin-top: 35px;
    width: auto;
    /* height: 200vh; */
    /* width: 360px; */
    /* display: none; */
  }
  .about_us_heading {
    font-size: 30px;
    display: inline;
   
  }
}

/* Content Section */
.About_us {
  background-color: #F1F0EB!important;
  margin-top: -90px;
  position: relative;
  z-index: 1000;
  
}
.about_us_heading {
  font-family: "poppins", sans-serif;
  color: #4056a1;
  font-size: 30px;
  /* font-weight: bold; */
  text-align: center;

}
/* for under line */
.about_us_heading::after {
  position: absolute;
  content: " ";
  width: 8%;
  height: 4px;
  left: 50%;
  top: 58px;
  background-image: linear-gradient(to right, #121365, #4546d0);
  transform: translateX(-50%);
  animation: shrinkUnderline 3s infinite; /* Adjust timing as needed */
}
@keyframes shrinkUnderline {
  48% {
    width: 0%;
  }
  
  52% {
    width: 3%;
  }
}
/* paragraph section */
.aboutcontent p {
  font-family: "poppins", sans-serif;
  align-items: center;
  text-align: justify;
  font-size: 17px;
  text-indent: 20px;
  padding: 5px 10px;
  line-height: 1.5;
  /* font-variation-settings:
      "wdth" 100; */   
}
.aboutcontent1 p {
  font-family: "poppins", sans-serif;
  align-items: center;
  text-align: justify;
  font-size: 17px;
  text-indent: 20px;
  /* padding: 5px 5px; */
  line-height: 1.5;
   
}
.number::first-letter {
  font-size: 28px;
}
@media only screen and (min-width: 768px) and (max-width:992px) {
  .contentimg {
 margin-left: 100px;
  }
}
@media only screen and ( min-width:360px) and (max-width:480px) {
  .aboutcontent p{
    font-size: 14px;
    /* text-align: left; */
    line-height: 1.5;
  }
  .aboutcontent1 p{
    font-size: 14px;
    /* text-align: left; */
    line-height: 1.5;
  }
}
@media only screen and (min-width: 768px) and (max-width:992px){
  .aboutcontent p{
    font-size: 15px;
  }
  .aboutcontent1 p{
    font-size: 15px;
  }
}
/* Content part 2 */
.services {
  /* border: 1px solid black; */
  height: auto;
  width: 100%;
  background-image: url(/images/aboutus/aboutbg2.jpg);
  background-repeat: repeat;
  background-position: scroll;
  /*background-size: cover; */
  background-size: auto auto;
}
.services .icon-box {
  margin: 30px 10px;
  padding: 30px;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  /* color: #fff; */
  background: #fff !important;
  /* box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12); */
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 12px;
  z-index: 1;
  font-family: "Poppins", sans-serif;
}
/* content in box */
.icon-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
 
}

.icon-box .list-items {
  padding-left: 0px;
  line-height: 1.9;
}

.services .icon-box::before {
  content: "";
  position: absolute;
  background: white !important;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: var(--content2hoverbg) !important;
  top: 0;
  border-radius: 0px;
}

/* .services .description {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
} */

.list-items ul li {
  text-align: left;
  list-style-type: none;
  list-style-position: outside;
}
.list-items li i {
  transform: rotateX(50%);
  color: brown;
}

.services .icon-box:hover .description {
  color: #fff !important;
}
.list-items li:hover {
  color: #fff !important;
}
@media only screen and (min-width: 768px) and (max-width:992px){
  .serviceBox {
    margin: 0 20px 30px;
  }
  .services .icon-box 
  {
    font-size: 15px;
  }

}
@media only screen and (min-width: 360px)  and (max-width:480px){
  .serviceBox {
    margin: 0;
  }
  .services .icon-box 
  {
    font-size: 15px;
  }
}

/* content part - 4 */

.serviceBox {
  color: var(--main-color);
  background: var(--main-color);
  font-family: "poppins", sans-serif;
  text-align: center;
  padding: 40px 15px 50px;
  margin: 0 10px;
  position: relative;
  z-index: 1;
  height: auto;
  width: 72%;
  font-size: 15px;
}
.serviceBox:before {
  content: "";
  background: linear-gradient(45deg, #fff, rgba(255, 255, 255, 0.9));
  border-radius: 92px 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 7px;
  left: -7px;
  right: -7px;
  bottom: 7px;
  z-index: -1;
}
.serviceBox .service-icon {
  font-size: 45px;
  margin: 0 0 15px;
}

.serviceBox .description {
  /* color: #999; */
  color: black;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 25px;
  margin: 0;
}
.serviceBox.green {
  --main-color: #5cb15c;
}
.serviceBox.blue {
  --main-color: #0b8af9;
}
.serviceBox.red {
  --main-color: #0b8af9;
}
@media only screen and (max-width: 1199px) {
  .serviceBox {
    margin: 0 80px 30px;
  }
}
@media only screen and (min-width: 360px) and (max-width:480px){
  .serviceBox .description {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width:992px){
  .serviceBox .description {
    font-size: 15px;
  }
}
/* Time line */
.demo {
  margin-top: 20px;
  width: 100%;
  height: auto;
  background-color: #ced1da;
  background-image: url(/images/aboutus/timelinebg.jpg);
  background-repeat: repeat;
  background-position: fixed;
  /*background-size: cover; */
  background-size: 100% auto;
}
.heading {
  font-family: "kurale", "serif";
  font-weight: bold;
  font-size: 40px;
  padding: 30px;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  color: white;
}
.heading::after {
  position: absolute;
  content: " ";
  width: 16%;
  height: 4px;
  left: 50%;
  bottom: 5px;
  top: 90px;
  background-image: linear-gradient(to right, #fb6894, #fbb508);
  transform: translateX(-50%);
  animation: shrinkUnderline 3s infinite; /* Adjust timing as needed */
}
@keyframes shrinkUnderline {
  48% {
    width: 0%;
  }

  52% {
    width: 3%;
  }
}

.main-timeline {
  margin-top: 30px;
  height: auto;
  font-family: "Poppins", sans-serif;
  padding: 30px 0;
}
.main-timeline:before {
  content: "";
  display: block;
  clear: both;
}
/* for straight  line*/
.main-timeline:before {
  content: "";
  /* background-color: #555; */
  background-color: #fff;
  height: 25%;
  width: 7px;
  transform: translateX(-50%);
  position: absolute;
  /* top: 1885px; */
  left: 50%;
}
.main-timeline .timeline {
  width: 50%;
  /* height: 100px; */
  padding: 0 80px 0px 10px;
  margin: 0 0px 0px 0;
  float: left;
  position: relative;
  z-index: 1;
}
/* Connectivity line */
.main-timeline .timeline:before {
  content: "";
  background-color: #fff;
  height: 8px;
  width: 80px;
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: -1;
}
.main-timeline .timeline-content {
  color: black;
  background-color: #fff;
  text-align: center;
  padding: 0 0 0px;
  border-radius: 20px;
  display: block;
  text-decoration: none;
}

.main-timeline .timeline-year {
  color: #121365;
  background: linear-gradient(to right, #121365, #4546d0);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 100px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: absolute;
  right: -50px;
  top: 0;
  z-index: 1;
}
/* for circle */
.main-timeline .timeline-year:before {
  content: "";
  background-color: #fff;
  height: 80%;
  width: 80%;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  /* background-image: url(../image/Tiger.jpeg);
  background-repeat: repeat;
  background-position: fixed;
  /*background-size: cover; 
  background-size: 100% auto; */
}

.main-timeline .timeline-icon {
  color: #121365;
  font-size: 5px;
}
/* title box */
.main-timeline .title {
  height: 60px;
  color: #fff;
  background: linear-gradient(to right, #121365, #4546d0);
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 0px;
  margin: 0 0 0px;
  border-radius: 20px 20px 0 0;
  font-family: "Poppins", sans-serif;
}
.main-timeline .description {
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.8px;
  /* margin: 0 5px; */
  padding: 0px 0px 0px 15px;
  text-align: justify;
  align-items: left;
  line-height: 2.2;
}
.timeline {
  text-align: right;
}

/* .description a {
  text-align: justify;
  align-items: center;
} */

.main-timeline .timeline:nth-child(even) {
  padding: 0 0px 0 85px;
  margin: 0 0 20px 10px;
  float: right;
}
.main-timeline .timeline:nth-child(even):before {
  right: auto;
  left: 50px;
}
.main-timeline .timeline:nth-child(even) .timeline-year {
  right: auto;
  left: -50px;
}

.main-timeline .timeline:nth-child(4n + 2) .timeline-year,
.main-timeline .timeline:nth-child(4n + 2) .title {
  background: linear-gradient(to right, #fb6894, #fbb508);
}
.main-timeline .timeline:nth-child(4n + 2) .timeline-icon {
  color: #fb6894;
}
.main-timeline .timeline:nth-child(4n + 3) .timeline-year,
.main-timeline .timeline:nth-child(4n + 3) .title {
  background: linear-gradient(to right, #4b49c3, #eb66b4);
}
.main-timeline .timeline:nth-child(4n + 3) .timeline-icon {
  color: #4b49c3;
}

@media screen and (max-width: 750px) {
  .main-timeline .timeline,
  .main-timeline .timeline:nth-child(even) {
    width: 100%;
    padding: 95px 0 0;
    margin: 0 0 20px;
    float: none;
  }
  .main-timeline .description {
    font-size: 17px;
    padding: 18px;
  }

  .main-timeline:before {
    display: none;
  }

  .main-timeline .timeline:before {
    display: none;
  }
  .main-timeline .timeline-year,
  .main-timeline .timeline:nth-child(even) .timeline-year {
    left: 50%;
    transform: translateX(-50%);
  }
  .heading::after {

  top: 130px;

}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main-timeline .timeline,
  .main-timeline .timeline:nth-child(even) {
    width: 100%;
    padding: 95px 0 0;
    margin: 0 80px 20px;
    float: none;
  }
  .heading {
    margin-top: 50px;
    margin-left: 200px;
    font-weight: 600;
    padding: 10px;
   text-align: center !important;
   font-size: 35px !important;
   
  }

  .main-timeline .description {
    font-size: 17px;
    padding: 18px;
  }

  .main-timeline:before {
    display: none;
  }

  .main-timeline .timeline:before {
    display: none;
  }
  .main-timeline .timeline-year,
  .main-timeline .timeline:nth-child(even) .timeline-year {
    left: 50%;
    transform: translateX(-50%);
  }
  
   .heading::after {

  top: 100px;

}

}

@media screen and (min-width: 360px) and (max-width: 480px) {
  .main-timeline .timeline,
  .main-timeline .timeline:nth-child(even) {
    width: 100%;
    padding: 95px 0 0;
    margin: 0 0 20px;
    float: none;
  }
  .heading{
    font-size: 25px;
  }
  .heading::after {

    top:90px;
  
  }
  .main-timeline .description {
    font-size: 17px;
    padding: 18px;
  }

  .main-timeline:before {
    display: none;
  }

  .main-timeline .timeline:before {
    display: none;
  }
  .main-timeline .timeline-year,
  .main-timeline .timeline:nth-child(even) .timeline-year {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Team Section */

  
#team {
  height: auto;
  width: 100%;
  background: linear-gradient(30deg, #070024, #188fff);
}
.Team-member-heading {
  font-family: "poppins", sans-serif;
  font-size: 36px;
  color: white;
  text-align: center;
  font-weight: 500;
  position: relative;
}
.Team-member-heading::after {
  position: absolute;
  content: " ";
  width: 20%;
  height: 4px;
  left: 50%;
  top: 70px;
  background-image: linear-gradient(to right, #fff, grey);
  transform: translateX(-50%);
  animation: shrinkUnderline 3s infinite; /* Adjust timing as needed */
}
@keyframes shrinkUnderline {
  48% {
    width: 0%;
  }

  52% {
    width: 3%;
  }
}

.team .member {
  position: relative;
}

.team .member .member-img {
  margin: 0 80px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 2px solid white;
  box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.2);
  
}

@media (max-width: 1024px) {
  .team .member .member-img {
    margin: 0 60px;
  }
}

.team .member .member-img img {
  position: relative;
  z-index:1;
}


.team .member .member-info {
  margin-top: 30px;
  color: #fff;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 20px;
}

.team .member .member-info span {
  font-style: italic;
  display: block;
  font-size: 17px;
 
  margin-bottom: 10px;
}
@media screen and (max-width:500px) {
  .Team-member-heading 
  {
    font-size: 22px;
  }
  .Team-member-heading::after {
    position: absolute;
    top: 40px;
  }
}

/* Bubble animation */
.container-bubble {
position: relative;
height: 100vh;
width: 100%;
/* background: linear-gradient(30deg, #188fff, #070024); */
overflow: hidden;
}
.bub {
width: 100px;
height: 100px;
border: 1px solid #fff;
position: absolute;
box-shadow: inset 5px -5px 13px #fff;
backdrop-filter: blur(3px);
bottom: 0px;
border-radius: 50%;
}
.bub::before {
content: " ";
position: absolute;
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 50%;
top: 15px;
right: 15px;
box-shadow: 0px 0px 10px #fff;
}
.bub.a {
left: 2%;
animation: bubble2 5s ease-in 3s infinite;
}
.bub.b {
left: 90%;
animation: bubble 5.5s ease-in 1.4s infinite;
}

.bub.c {
left: 30%;
animation: bubble 4s ease-in 3.8s infinite;
}

.bub.d {
left: 80%;
animation: bubble 4.5s ease-in 0.5s infinite;
}
.bub.e {
left: 10%;
animation: bubble 5s ease-in 2.5s infinite;
}
.bub.f {
left: 70%;
animation: bubble 6.5s ease-in 3s infinite;
}
.bub.g {
left: 60%;
animation: bubble 5.5s ease-in 2s infinite;
}
.bub.h {
left: 35%;
animation: bubble 6s ease-in 2s infinite;
}
.bub.i {
left: 87%;
animation: bubble 4.8s ease-in 2s infinite;
}
.bub.j {
left: 3%;
animation: bubble 5.3s ease-in 1.5s infinite;
}
@keyframes bubble {
0% {
  opacity: 0;
}
10%,
93% {
  opacity: 1;
}
100% {
  transform: translate(90px, -1000px);
}
}
@keyframes bubble2 {
0% {
  opacity: 0;
}
10%,
93% {
  opacity: 1;
}
0% {
  opacity: 0;
}
100% {
  transform: translate(90px, -1000px);
}
}

@media screen and (min-width: 360px) and (max-width: 480px) {
  .container-bubble {
    position: relative;
    height: 100vh;
    width: 100%;
    /* background: linear-gradient(30deg, #188fff, #070024); */
    overflow: hidden;
    }
    .bub {
    width: 100px;
    height: 100px;
    border: 1px solid #fff;
    position: absolute;
    box-shadow: inset 5px -5px 13px #fff;
    backdrop-filter: blur(3px);
    bottom: 0px;
    border-radius: 50%;
    }
.bub.a {
left: 2%;
animation: bubble2 16s ease-in 3s infinite;
}
.bub.b {
left: 90%;
animation: bubble 14s ease-in 1.4s infinite;
}

.bub.c {
left: 30%;
animation: bubble 20s ease-in 3.8s infinite;
}

.bub.d {
left: 80%;
animation: bubble 17s ease-in 0.5s infinite;
}
.bub.e {
left: 10%;
animation: bubble 19s ease-in 2.5s infinite;
}
.bub.f {
left: 70%;
animation: bubble 13s ease-in 3s infinite;
}
.bub.g {
left: 60%;
animation: bubble 20s ease-in 2s infinite;
}
.bub.h {
left: 35%;
animation: bubble 22s ease-in 2s infinite;
}
.bub.i {
left: 87%;
animation: bubble 20s ease-in 2s infinite;
}
.bub.j {
left: 3%;
animation: bubble 23s ease-in 1.5s infinite;
}
@keyframes bubble {
0% {
  opacity: 0;
}
10%,
93% {
  opacity: 1;
}
100% {
  transform: translate(90px, -2800px);
}
}
@keyframes bubble2 {
0% {
  opacity: 0;
}
10%,
93% {
  opacity: 1;
}
0% {
  opacity: 0;
}
100% {
  transform: translate(90px, -2800px);
}
}

}
/* Content_section_2 */

.content_section_2 {
  background-color: #F1F0EB!important;
  height: auto;
  width: 100%;
  padding: 50px 0px;
}
.quote {
  color: #02adb6;
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  text-align: center;
  width: 80%;
  height: auto;
  font-size: 17px;
  padding: 50px 20px;
  margin: 0 auto;
  border: 3px solid #02adb6;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  margin-bottom: 90px;
  /* cursor: pointer; */
}

.quote:before,
.quote:after {
  content: "";
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: 15px;
  right: 15px;
}

.contactbtn 
{
  background: linear-gradient(to right,  #7754C9,#02adb6) ;
  color:white; 
  height:50px;
  position: relative;
  z-index: 1;
 
}
.quote:after {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  border-top: 10px solid #02adb6;
  border-bottom: 10px solid #02adb6;
  top: -5px;
  bottom: -5px;
  left: 15px;
  right: 15px;
}


/* footer wave animation */
.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 400px;
}
/* Animation */
.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
  .content {
    height: 30vh;
  }
}

/*Other*/

.unique-color-dark {
  background-color: #189ab4 !important;
}

.bg-light {
  background-color: #189ab4 !important;
}

.custom-color {
  background-color: #189ab4 !important;
}

/* footer section */

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer {
  height: auto;
  width: 100%;
  /* background: linear-gradient(105deg, #6e99e6, #093c94); */
  background: #4056a1;
  padding-top: 10px;
  /* padding-bottom: 40px; */
}

/* @media only screen and (max-width: 768px) {
  .single_footer {
    margin-bottom: 30px;
  }
} */
.logo_title {
  font-family: "Protest Revolution", sans-serif;
  color: white;
  font-size: 35px;
  /* padding: 10px; */
  margin-top: 20px;
  margin-left: 20px;
  /* border: 1px solid black; */
  text-align: center;
}

.logo_subtitle {
  color: var(--b1);
  /* border: 1px solid black; */
  font-size: 15px;
  margin-left: 75px;
  /* margin-bottom: 100px; */
  text-align: center;
}
.registration {
  color: white;
  font-size: 15px;
  margin-left: 140px;
}

.footer h4 {
  color: #fff;
  margin-top: 0;
  font-weight: 500;
 
  font-size: 18px;
  padding: 20px;
}

.footer h4::after {
  content: "";
  display: block;
  height: 2px;
  width: 60px;
  background: #fff;
  margin-top: 20px;
}
.contact_details
{
  font-size: 13px;
}
.footer p {
  color: #fff;
}
.footer ul {
  margin: 0;
  /* padding: 0px 20px; */
  list-style: none;
  /* border: 1px solid black; */
}

.footer ul li a {
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 36px;
  font-size: 13px;
  /* text-transform: capitalize; */
  text-decoration: none;
}

.footer ul li a:hover {
  color: #dc9d23;
}

.single_footer_contacts h4::after {
  content: "";
  display: block;
  height: 2px;
  width: 60px;
  background: #fff;
  margin-top: 15px;
}

@media only screen and (min-width: 768px)and (max-width:995px) {
  .logo_title {
    font-size: 40px;
    text-align: center;
  }
  .logo_subtitle {
    margin-left: 20px;
    font-size: 20px;
    text-align: center;
  }
  .registration {
    margin-left: 300px;

    /* text-align: center; */
  }
}
@media only screen and (max-width: 450px) {
  .registration {
    margin-left:65px !important;
  }
  .logo_title {
    font-size: 35px;
  }
  .logo_subtitle {
   
    font-size: 16px;
   
  }
  .registration {
    font-size: 16px;
  }

}

.copyright {
  margin-top: 40px;
  padding-top: 30px;
  color: #fff;
  font-size: 15px;
  /* border-top: 1px solid rgba(255, 255, 255, 0.4); */

  background-color: rgba(0, 0, 0, 0.2);
}
.copyright a {
  color: #fff;
  transition: all 0.2s ease 0s;
}

.copyright a:hover {
  color: #dc9d23;
}

/*Top up button section */

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 2000;
  font-size: 25px;
  border: none;
  outline: none;
  background-color: aliceblue;
  box-shadow: 2px 3px #20668f;
  color: black;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
}

#myBtn:hover {
  background-color: #ddd;
  flex: "return to top";
}

.whatsapp-float {
  position: fixed;
  width: 48px;
  height: 48px;
  bottom: 20px;
  left: 10px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 2000;
}

.whatsapp-float i {
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .whatsapp-float {
      right: 20px;
    left: auto;
    bottom: 80px;
  }
  #myBtn {
    right: 20px;
  }
}
@media only screen and (min-width:350px)and (max-width: 450px) {
  .whatsapp-float {
    position: fixed !important;
    right: 20px !important;
  }
  #myBtn {
    position: fixed !important;
    right: 20px !important;
  }
}
/* footer end */


/* for contact modal */

@media (min-width: 350px) and (max-width:480px){
  .modal-header
  {
    height: 35px !important;
  }
  .modal-logo
  {
    height: 25px !important;
    width: 25px !important;
  }
  .modal-title
  {
    font-size: 18px !important;
  }
  .list-group-left{
      font-size: 13px !important;
     
      
  }
  .closebtn
  {
    margin-right: 20px !important;
  }
  .list-group-right{
    position: absolute !important;
    top:21px !important;
    left:50% !important;
    font-size: 13px !important;
    
     }
     .modal-footer a{
      
      font-size:13px !important;
     }
}
/* @media (min-width: 350px) and (max-width:400px){
  .list-group-que{
      font-size: 13px !important;
     
      
  }
  .list-group-ans{
    position: absolute !important;
    top:13px !important;
    left:50% !important;
    font-size: 13px !important;
    
     }
     .modal-footer a{
      
      font-size:4px !important;
     }
} */

/* for donate modal */

@media (min-width: 350px) and (max-width:480px){
  .modal-header
  {
    height: 40px !important;
  }
  .modal-logo
  {
    height: 25px !important;
    width: 25px !important;
    margin-left: 20px !important;
  }
  .closebtn
  {
    margin-right: 20px !important;
  }
  .modal-title1 
  {
    font-size: 18px !important;
  }
  .list-group1{
      font-size: 13px !important;
     
      
  }
  .list-group2{
    position: absolute !important;
    top:290px !important;
    left:50% !important;
    font-size: 13px !important;
    
     }
     .modal-footer a{
      
      font-size:13px !important;
     }

     .qr-code{
      height: 200px !important;
      width: 250px !important;
     }
}


#navbar-toggler span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 5px;
  transition: transform 0.3s ease-in-out;
}

#navbar-toggler .icon-bar:nth-child(1) {
  transform-origin: 0 0;
}

#navbar-toggler .icon-bar:nth-child(2) {
  opacity: 1;
}

#navbar-toggler .icon-bar:nth-child(3) {
  transform-origin: 0 100%;
}

#navbar-toggler.open .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(2px, 2px);
}

#navbar-toggler.open .icon-bar:nth-child(2) {
  opacity: 0;
}

#navbar-toggler.open .icon-bar:nth-child(3) {
  transform: rotate(-45deg) translate(2px, -2px);
}

