.carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    display: flex;
    align-items: center;
    justify-content: end;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5));
    background-size: cover;
}

.carousel-caption-content {
    /* text-align: end; */
    padding-right: 100px;
    padding-top: 80px;
}

.caption-start {
    padding-left: 100px;


}

.carousel-caption h1 {
    font-size: 68px;
    font-weight: 900;
}

/* .about .row {
    display: flex;
    justify-content: center;
    align-items: center;
} */

.cardBox {
    width: 100%;
    height: 400px;
    position: relative;
    display: grid;
    overflow: hidden;
    /* border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 10px 0px,
        rgba(0, 0, 0, 0.5) 0px 2px 25px 0px; */
}

.about_card {
    position: absolute;
    width: 100%;
    background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    /* border-radius: 20px; */
    z-index: 5;

    color: #ffffff;
    overflow: hidden;
    padding: 20px;
    /* cursor: pointer; */
    /* box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 60px -12px inset,
        rgba(0, 0, 0, 0.5) 0px 18px 36px -18px inset; */
}

.about_card .content h3 {
    font-size: 3rem;
    padding-bottom: 10px;
}

.about_card .content p {
    font-size: 23px;
    line-height: 25px;
}

.about_card .content {
    transform: translateY(100%);
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.about_card p {
    font-family: "Poppins", sans-serif;
}

.content_about {
    font-family: "Poppins", sans-serif;

}

.cardBox::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 150%;
    animation: glowing01 5s linear infinite;
    transform-origin: center;
    animation: glowing 5s linear infinite;
}

.btn-outline-grad {
    border: none;
    line-height: 2;
    display: inline-block;
    background: transparent;
    border-radius: 3px;
    color: #4cbd89;
    border: 2px solid #4cbd89;
    position: relative;
    z-index: 1;
}

.btn-outline-grad:hover {
    background-color: #4cbd89;
    color: #ffffff;
}

.btn-grad {
    color: #ffffff;
    /* padding: 25px; */
    background: -moz-linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2ab9a5), color-stop(50%, #97c74e), color-stop(100%, #2ab9a5));
    background: -webkit-linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
    background: -o-linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
    background: -ms-linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
    background: linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
    /* -webkit-transition: all 0.3s ease-in-out; */
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-size: 260% 100%;
    background-position: right bottom;
    border: 0;
    line-height: 1.92;
}

/* gallery */
.gallery_itm .gallery_itm-item .gallery_itm-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.gallery_itm .gallery_itm-item .gallery_itm-img img {
    transition: 0.5s;
}

.gallery_itm .gallery_itm-item .gallery_itm-img::before {
    width: 100%;
    height: 0;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
    z-index: 5;

}

.gallery_itm .gallery_itm-item .gallery_itm-img:hover img {
    transform: scale(1.3);
}

.gallery_itm .gallery_itm-item .gallery_itm-content {
    position: relative;
    z-index: 2;

}

.gallery_itm .gallery_itm-item .gallery_itm-content::before {
    width: 100%;
    height: 8px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /* background: rgba(5, 79, 44, 0.5); */
    transition: 0.5s;
    z-index: 3;
}

.gallery_itm .gallery_itm-item .gallery_itm-content .gallery_itm-content-inner {
    transition: 0.5s;
}

.gallery_itm .gallery_itm-item:hover .gallery_itm-content .gallery_itm-content-inner {
    position: relative;
    color: var(--bs-white) !important;
    z-index: 9;
}

/* partner */
/* #container {
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
    background: teal;
    display: grid ;
    place-items: center
  } */

#slider-container {
    /* height: 300px; */
    position: relative;
    overflow: hidden;
    padding: 20px;
}

#slider-container .btn {
    position: absolute;
    top: calc(50% - 30px);
    height: 30px;
    width: 30px;
    border-left: 8px solid pink;
    border-top: 8px solid pink;
}

#slider-container .btn:hover {
    transform: scale(1.2);
}

#slider-container .btn.inactive {
    border-color: rgb(153, 121, 126)
}

#slider-container .btn:first-of-type {
    transform: rotate(-45deg);
    left: 10px
}

#slider-container .btn:last-of-type {
    transform: rotate(135deg);
    right: 10px;
}

#slider-container #slider {
    display: flex;
    width: 1000%;
    height: 100%;
    transition: all .5s;
}

#slider-container #slider .slide {
    height: 90%;
    margin: auto 10px;
    /* background-color: #a847a4; */
    /* box-shadow: 2px 2px 4px 2px white, -2px -2px 4px 2px white; */
    /* display: grid; */
    place-items: center;
}

#slider-container #slider .slide img {
    height: 80px;
    width: auto;
}

@media only screen and (min-width: 1100px) {

    #slider-container #slider .slide {
        width: calc(2.5% - 20px);
    }

}

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

    #slider-container #slider .slide {
        width: calc(3.3333333% - 20px);
    }

}

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

    #slider-container #slider .slide {
        width: calc(5% - 20px);
    }

}

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

    #slider-container #slider .slide {
        width: calc(10% - 20px);
    }

}

.achievements_svg {
    height: 60px;
    width: 80px;
}

.text_colorr {
    color: #4cbd89;
}

.direct_imgg {
    height: 250px;
    width: 100%;
}

.lead {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.services_heading {
    color: #006838 !important;
}

.gallery_round {
    border: 2px #1f801b solid;
    width: 64%;
    padding: 20px;
    border-radius: 40px;
}

.galleryy_imgg {
    height: 300px;
}

.slider_imgg {
    height: 730px;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
}


.bg-breadcrumbgallery {
    position: relative;
    overflow: hidden;
    background: url(../img/gallery_main.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 156px 0 40px 0;
    transition: 0.5s;
}

.bg-breadcrumbinit {
    position: relative;
    overflow: hidden;
    background: url(../img/initiative_main.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 156px 0 40px 0;
    transition: 0.5s;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5% !important;
}
/* contact  */

  .right_conatct_social_icon{
       background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
  }

  .contact_inner{
      background-color: #006838;
      position: relative;
      /* box-shadow: 20px 22px 44px #cccc; */
      border-radius: 25px;
  }
  .contact_field{
      padding: 44px 263px 69px 80px;
  }
  .right_conatct_social_icon{
      height: 100%;
  }

  .contact_field h3{
     color: #000;
      font-size: 40px;
      letter-spacing: 1px;
      font-weight: 600;
      margin-bottom: 10px
  }
  .contact_field p{
      color: #000;
      font-size: 13px;
      font-weight: 400;
      letter-spacing: 1px;
      margin-bottom: 35px;
  }
  .contact_field .form-control{
      border-radius: 0px;
      border: none;
      border-bottom: 1px solid #ccc;
  }
  .contact_field .form-control:focus{
      box-shadow: none;
      outline: none;
      border-bottom: 2px solid #1325e8;
  }
  .contact_field .form-control::placeholder{
      font-size: 13px;
      letter-spacing: 1px;
  }

  .contact_info_sec {
      position: absolute;
      background-color: #2d2d2d;
      right: 1px;
      top: 18%;
      height: 340px;
      width: 340px;
      padding: 40px;
      border-radius: 25px 0 0 25px;
  }
  .contact_info_sec h4{
      letter-spacing: 1px;
      padding-bottom: 15px;
  }

  .info_single{
      margin: 30px 0px;
  }
  .info_single i{
      margin-right: 15px;
  }
  .info_single span{
      font-size: 14px;
      letter-spacing: 1px;
  }

  button.contact_form_submit {
    background: linear-gradient(to top right, #1bbc72 -5%, #0a1021 100%);
    border: none;
    color: #fff;
    padding: 18px 15px;
      width: 100%;
      margin-top: 25px;
      border-radius: 35px;
      cursor: pointer;
      font-size: 14px;
      letter-spacing: 2px;
  }
  .socil_item_inner li{
      list-style: none;
  }
  .socil_item_inner li a{
      color: #fff;
      margin: 0px 15px;
      font-size: 14px;
  }
  .socil_item_inner{
      padding-bottom: 10px;
  }

  .map_sec{
      padding: 50px 0px;
  }
  .map_inner h4, .map_inner p{
      color: #000;
      text-align: center
  }
  .map_inner p{
      font-size: 13px;
  }
  .map_bind{
     margin-top: 50px;
      border-radius: 30px;
      overflow: hidden;
  }
