
  /* responsive */

  .chart-container {
    margin: 0 auto;
    text-align: center;
    max-width: 90%; 
    padding: 10px;
  }
  
  canvas {
    /* width: 842px !important;
    height: 403px !important; */
    width: 100% !important;
    height: auto !important; 
    display: block;
    margin: 0 auto;
    border: 1px solid black;
    margin-top: -90px;
  }
  
  .subtitle {
    color: blue;
    font-size: 16px;
    text-align: center;
    position: absolute;
    margin-top: 27%;
    margin-left: 0%;
    font-weight: 600;
  }
  
  .graptext {
    font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: green;
    margin-left: 8%;
    margin-top: 35px;
  }
  
  /* Media Queries for Different Devices */
  @media (max-width: 768px) { 
    .subtitle {
      font-size: 14px;
      margin-top: 15px;
    }
    .graptext {
      font-size: 16px;
    }
  }
  
  @media (max-width: 480px) {
    .subtitle {
      font-size: 12px;
    }
    .graptext {
      font-size: 14px;
      margin-top: -66px;
      position: absolute;
      margin-left: 22%;
    }
    canvas {
      border: none; 
    }
   
    
  }
  


  /* ----------------------------- */
   
  .custom-feature-info {
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
  }
  
  .custom-feature-info:hover {
    transform: translateY(-5px);
  }
  /* .feature-info-icon {
    font-size: 2rem;
    color: #007bff; 
  } */
  .paragraph{
    margin-left: 16px;
  }
  .image{
    border-radius: 50%;
    width: 130px;
    height: 130px;
  }
  .iconimg{
    border-radius: 50%;
    width: 120px;
    height: 120px;
  }
  .boxxx{
       height: 160px;
  }
  .text{
    margin: -135px 10px 10px 181px;
    position: absolute;
  }
  .img-fluid-1{
    width: 32%;
    margin-left: -25px;
  }
  .timelinepara{
    margin-left: 129px;
    margin-top: -95px;
    position: absolute;
    font-size: 15px;
  }
  .number-image{
    width: 40px;
  }
  .img-fluid-2{
    width: 300px;
    height: 161px;
  }
  @media screen and (max-width:768px) {
    .img-fluid-2{
      width: 100%;
     
    } 
    .img-fluid-3{
      width: 100%;
      margin-left: -36px;
    }
    .subtitle{
      margin-top: 34%;
    }
    .para{
      font-size: 10px;
    }
  }
  @media screen and (max-width:992px) {
    .timelinepara{
      margin-left: 103px;
        font-size: 14px;
    }
    .text{
      margin-left: 117px;
    }
    .img-fluid-2{
      margin-left: -25px;
    }
    .text-muted-1{
      font-size: 14px;
    }
    
  }

  .img-fluid-3{
    width: 239px;
    height: 135px;
  }
  
  .rounded-circle-img{
    width: 150px;
    border-radius: 50%;
    height: 150px;
  }
 
  /* .contact-info-box{
    background-color: #ffffff;
    width: 427px;
    margin-left: 21%;
    padding: 29px;
    height: 360px;
    margin-top: 50px;
    border-radius: 10px;
  } */
  .info-text{
    text-align: center;
    color: #ffffff;
    font-size: 22px;
  }
  .info-text-1{
    text-align: center;
    color: #ffffff;
    font-size: 25px;
  }
  .fa-icon{
    margin-left: 110px;
  }
  .ankertext{
    /* margin-left: 20px; */
    text-decoration: none !important;
    color: white;
    text-align: center;
    margin-left: 39%;
    font-size: 18px;
    
  }
  .address{
  
    text-decoration: none !important;
    color: white;
    text-align: center;
    margin-left: 3%;
    font-size: 18px;
  }
  .ankertext:hover{
    color: #ffffff;
  }
  .partner-img{
    width: 200px;
  }
  .img-fluid-img{
    width: 87%;
    margin-top: 31px;
    margin-left: 10px;
  }
  .para{
    margin-top: 28px;
    /* text-align: justify; */
  }
  .mb-00{
    text-align: justify;
    /* font-family: 'poppinsregular'; */
    font-size: 15px;
  }
  @media screen and (max-width:768px){
    .mb-00{
      font-size: 11px;
    }

    .paragraph{
      font-size: 10px;
    }
   
  }
  @media screen and (max-width:992px){
    .mb-00{
      font-size: 11px;
    }
    .paragraph{
      font-size: 13px;
    }
  }
  .text-muted-1{
    text-align: justify;
    /* font-family: 'poppinsregular'; */
  }
  @media screen and (max-width:768px){
    .text-muted-1{
      font-size: 12px;
    }
   
  }
  .contact-info-box h5{
    color: #ffffff;
    text-align: center;
    font-size: 32px;
    position: relative;
    margin-top: 21px;
    margin-left: -106px;
  }
  .contact-info-box h3{
    color: #ffffff;
    text-align: center;
    font-size: 32px;
    position: relative;
    margin-top: 21px;

  }
  

  .carousel-item {
    height: 100vh; 
    transition: transform 0.1s ease-in-out; 
}

.carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.carousel-inner {
    
}

.intro-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 10;
}

.intro-lead-in {
    font-size: 2.5rem;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.carousel-control-prev, .carousel-control-next {
    z-index: 20; 
}
.carousel-inner {
  background-color: #000; 
  
}
.fas-icon{
  color: #eb4e1d;
}

/* ------------------------------- */




.partner-img {
  max-width: 100%; 
  height: auto; 
}

.custom-feature-info {
  /* text-align: center; */
  background-color: #f9f9f9; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
  padding: 2rem;
  border-radius: 8px;
}

.section-heading {
  font-size: 2rem; 
}



@media (max-width: 992px) { 
  .custom-feature-info {
    padding: 2rem; 
  }
}

@media (max-width: 576px) { 
  .custom-feature-info {
    padding: 1.5rem; 
  }
  
}



@media (max-width: 768px) { 
  .section-heading {
    font-size: 1.8rem; 
  }

  .custom-feature-info {
    padding: 1.5rem; 
  }

  .col-sm-6 {
    flex: 0 0 50%; 
    max-width: 50%;
  }
}

@media (max-width: 480px) { 
  .section-heading {
    font-size: 1.5rem; 
  }

  .custom-feature-info {
    padding: 1rem; 
  }

  .col-sm-6 {
    flex: 0 0 100%; 
    max-width: 100%;
  }
}




/* ========================= */

@media (max-width: 768px) {
  .section-heading {
    font-size: 1.6rem;
  }

  .section-subheading {
    font-size: 1rem;
  }

  .graptext {
    font-size: 1rem;
  }

  .subtitle {
    font-size: 0.9rem;
  }

  .chart-container {
    max-width: 90%;
  }
}

@media (max-width: 576px) {
  .section-heading {
    font-size: 1.4rem;
  }

  .section-subheading {
    font-size: 0.9rem;
  }

  .graptext {
    font-size: 0.9rem;
  }

  .subtitle {
    font-size: 0.8rem;
  }

  .chart-container {
    max-width: 100%;
  }
}



/* about */


.section-heading {
  font-size: 2rem; 
}

@media (max-width: 768px) { 
  .text{
    font-size: 11px;
        margin: -91px 0px 0px 90px;
  }
  .timelinepara{
    margin: -54px 0px 0px 55px;
        font-size: 9px;
  }
  .paragraph{
    font-size: 10px;
  }
  .approch{
    font-size: 12px;
  }
}


@media (max-width: 480px) { 
  .section-heading {
    font-size: 1.5rem;
  }
  
  .timelinepara{
    margin: -77px 0px 0px 99px;
        font-size: 11px;
  }

  .text{
    font-size: 14px;
        margin-top: -24%;
        margin-left: 104px;
  }
  .custom-feature-info {
    padding: 1rem;
  }

  .col-sm-6 {
    flex: 0 0 100%; 
    max-width: 100%;
  }

  .subtitle{
    margin-top: 24%;
  }
}
@media screen and (max-width:992px) {
  .services{
    font-size: 12px;
  }
  
}

/* logo css  */
.header-logo {
  /* background-color: #fff; 
  padding: 10px 12px; 
  border-radius: 8px;  */
  display: inline-block; 
  /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); */
  /* margin-top: -6px;  */
}


.header-logo img {
  max-width: 100%; 
  height: auto; 
  display: block;
  margin: -15px auto; 
}