/*heading images*/

.sec_title::before {
  display: block;
  border-bottom: 2px solid #ccc;
  background-color: #f8f8f8;
}

/*heading images end*/


.footer-style-16 ul.social_links {
  display: flex;
  align-items: center;
  font-size: 20px;
}

.footer-style-16 ul.social_links li {
  margin-right: 15px;
}

.footer-style-16 ul.social_links a {
  color: #a09fb0;
}

.wave {
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 95px;
  background: url(../images/wave1.png) 0 0 repeat-x;
  animation: wave 40s linear infinite;
}


@keyframes wave {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 1697px 0;

    @media screen and (max-width:1440px) {
      background-position: 1200px 0;
    }

    @media screen and (max-width:991px) {
      background-position: 700px 0;
    }
  }
}


@media screen and (max-width: 1440px) {
  .wave {
    background-size: 1200px !important;
    height: 80px;
  }
}


/*footer wave*/

.wave2 {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 95px;
  background: url(../images/wave2.png) 0 0 repeat-x;
  animation: wave2 40s linear infinite;
  /*    transform: scaleY(-1);*/
}


@keyframes wave2 {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 1697px 0;

    @media screen and (max-width:1440px) {
      background-position: 1200px 0;
    }

    @media screen and (max-width:991px) {
      background-position: 700px 0;
    }
  }
}


@media screen and (max-width: 1440px) {
  .wave2 {
    background-size: 1200px !important;
    height: 80px;
  }
}

/*footer animation*/

.cp-footer2-shape {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.cp-bg-move-xy {
  -webkit-animation-name: cp-bg-move-xy;
  animation-name: cp-bg-move-xy;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.zi--1 {
  z-index: 100;
}

.cp-footer2-shape.two {
  right: 0;
  left: auto;
}

@keyframes cp-bg-move-xy {
  0% {
    transform: translateY(-30px) translateY(-30px);
  }

  50% {
    transform: translateY(-10px) translateY(-30px);
  }

  100% {
    transform: translateY(-30px) translateY(-30px);
  }
}

.cp-bg-move-xy {
  -webkit-animation-name: cp-bg-move-xy;
  animation-name: cp-bg-move-xy;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}


/*animation*/
.cta-offter-image {
  position: absolute;
  top: -11%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: 0px;
  z-index: 1000;
}



/* business-innovation-section starts here*/

.business-innovation-section1 .sec_title_wrap {
  margin: 0;
}

.business-innovation-section1 .sec_title {
  font-size: 48px;
  line-height: 55px;
  color: #101828;
  font-weight: 400;
  font-family: "Albert Sans", sans-serif;
  margin-bottom: 20px;
}

.business-innovation-section1 p {
  font-size: 20px;
  line-height: 30px;
  color: #344054;
  font-weight: 400;
  font-family: "Albert Sans", sans-serif;
  margin-bottom: 40px;
}

.business-innovation-section1 .sec_desc {
  font-size: 18px;
  line-height: 28px;
  color: #475467;
  font-weight: 400;
  font-family: "Albert Sans", sans-serif;
  margin-bottom: 20px;
}

.business-innovation-section1 .list_text {
  font-size: 16px;
  line-height: 36px;
  color: #6a6d6c;
  font-weight: 400;
  font-family: "Albert Sans", sans-serif;
}

.business-innovation-section1 .about_author_box {
  display: inline-flex;
}

.business-innovation-section1 .author_box {
  display: inline-flex;
  border-right: 1px solid #e5e8e7;
  padding-right: 40px;
  margin-right: 20px;
}

.business-innovation-section1 .author_name {
  font-size: 22px;
  line-height: 32px;
  color: #1c1a1a;
  font-weight: 600;
  font-family: "Albert Sans", sans-serif;
}

.business-innovation-section1 .designation {
  font-size: 16px;
  line-height: 28px;
  color: #6a6d6c;
  font-weight: 400;
  font-family: "Albert Sans", sans-serif;
}

.business-innovation-section1 .sec_title_wrap {
  margin: 0;
}



.business-innovation-section1 .list_text {
  font-size: 16px;
  line-height: 36px;
  color: #6a6d6c;
  font-weight: 400;
  font-family: "Albert Sans", sans-serif;
}

.business-innovation-section1 .about_author_box {
  display: inline-flex;
}

.business-innovation-section1 .author_box {
  display: inline-flex;
  border-right: 1px solid #e5e8e7;
  padding-right: 40px;
  margin-right: 20px;
}

.business-innovation-section1 .author_name {
  font-size: 22px;
  line-height: 32px;
  color: #1c1a1a;
  font-weight: 600;
  font-family: "Albert Sans", sans-serif;
}

.business-innovation-section1 .designation {
  font-size: 16px;
  line-height: 28px;
  color: #6a6d6c;
  font-weight: 400;
  font-family: "Albert Sans", sans-serif;
}

/*end here*/



/*our work starts here*/

.work_n1 .sec_title_wrap p.sec_desc {
  position: relative;
  font-size: 24px;
  line-height: 32px;
  color: #101828;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Inter";
}

.work_n1 .sec_title_wrap h2.sec_title {
  font-size: 48px;
  line-height: 55px;
  color: #101828;
  font-weight: 400;
  font-family: "Albert Sans", sans-serif;
  margin-bottom: 25px;
  letter-spacing: -2px;
}

.work_n1 .sec_title_wrap p {
  font-size: 20px;
  line-height: 30px;
  color: #344054;
  font-weight: 400;
  font-family: "Albert Sans", sans-serif;
  margin-bottom: 20px;
}

.work_n2 .sec_title_wrap h2.sec_title {
  font-size: 40px;
  line-height: 50px;
  color: #101828;
  font-weight: 400;
  font-family: "Albert Sans", sans-serif;
  margin-bottom: 25px;
  letter-spacing: -2px;
}

.work_n3 .sec_title_wrap h6 {
  font-size: 24px;
  line-height: 32px;
  color: #101828;
  font-weight: 400;
  font-family: "Albert Sans", sans-serif;
  margin-bottom: 5px;
  letter-spacing: 0px;

}

.work_n3 .sec_title_wrap p {
  font-size: 20px;
  line-height: 28px;
  color: #344054;
  font-weight: 400;
  font-family: "Albert Sans", sans-serif;
  margin-bottom: 20px;
  letter-spacing: 0px;

}


/*resources page starts here*/

.resource_n1 .sec_title_wrap h2.sec_title {
  font-size: 48px;
  line-height: 60px;
  color: #101828;
  font-weight: 400;
  font-family: "Albert Sans", sans-serif;
  margin-bottom: 25px;
  letter-spacing: -2px;
}

.resource_n1 .sec_title_wrap p {
  font-size: 18px;
  line-height: 25px;
  color: #475467;
  font-weight: 400;
  font-family: "Albert Sans", sans-serif;
  margin-bottom: 20px;
}


.home_eleven_countries .content_box .text_box h4.title {
  font-size: 20px;
  line-height: 32px;
  color: #101828;
  font-weight: 500;
  font-family: "Albert Sans", sans-serif;
}

.home_eleven_countries .choose_block_one {
  margin-bottom: 40px;
}

.home_eleven_countries .content_box .text_box p.desc_text {
  font-size: 16px;
  line-height: 24px;
  color: #475467;
  font-weight: 400;
  font-family: "Albert Sans", sans-serif;
}

.home_eleven_countries .content_box .link_btn a {
  font-size: 17px;
  line-height: 24px;
  color: #0450C2;
  font-weight: 600;
  font-family: "Inter";
}

.home_eleven_countries .content_box .link_btn a.read_more_1_btn span {
  background-color: #fff;
  color: #0450C2;
  font-size: 11px;
  font-weight: 900;
}

.home_eleven_countries .content_box .link_btn a.read_more_1_btn:hover span:before {
  transform: rotate(0deg);
}


.file-list {
  max-width: auto;
  margin: auto;
}

.file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 15px;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

.file-left {
  display: flex;
  align-items: center;
}

.file-icon {
  width: 40px;
  height: 50px;
  background: #e74c3c;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.file-info {
  display: flex;
  flex-direction: column;
}

.file-name {
  font-size: 14px;
  line-height: 22px;
  color: #344054;
  font-weight: 500;
  font-family: "Inter";
}

.file-size {
  font-size: 14px;
  line-height: 20px;
  color: #475467;
  font-weight: 400;
  font-family: "Inter";
}

.file-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}


.file-actions i {
  font-size: 18px;
  color: #575757;
  cursor: pointer;
  padding: 10px 14px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

/* Hover effect for buttons */
.file-actions i:hover {
  background: #F6F6F6;
  color: #0450C2;
  border-radius: 10px;
}

/* Last item without border */
.file-item:last-child {
  border-bottom: none;
}

/*end here*/


/*Training centre starts here*/


.business-innovation-section2 .sec_title_wrap {
  margin: 0;
}

.business-innovation-section2 .sec_title {
  font-size: 48px;
  line-height: 60px;
  color: #101828;
  font-weight: 400;
  font-family: "Albert Sans", sans-serif;
}

.business-innovation-section2 p {
  font-size: 24px;
  line-height: 34px;
  color: #344054;
  font-weight: 400;
  font-family: "Albert Sans", sans-serif;
  margin-bottom: 40px;
}

.business-innovation-section2 .sec_desc {
  font-size: 20px;
  line-height: 30px;
  color: #344054;
  font-weight: 400;
  font-family: "Albert Sans", sans-serif;
  margin-bottom: 20px;
}

.training_n1 .sec_title_wrap p {
  font-size: 20px;
  line-height: 30px;
  color: #475467;
  font-weight: 400;
  font-family: "Albert Sans", sans-serif;
  margin-bottom: 20px;
}


ul.custom-list {
  list-style: none;
  /* default bullets हटाए */
  padding: 0;
  margin: 0;
}

ul.custom-list li {
  position: relative;
  padding-left: 25px;
  /* bullet और text के बीच gap */
  margin-bottom: 18px;
  line-height: 1.5;
  color: #475467;
  font-size: 20px;
  font-weight: 400;
}

ul.custom-list li::before {
  content: "•";
  /* dot bullet */
  position: absolute;
  left: 0;
  top: 0;
  font-size: 35px;
  line-height: 28px;
  color: #8694A8;
}

.training_n2 .sec_title_wrap .sec_title {
  font-size: 40px;
  line-height: 45px;
  color: #101828;
  font-weight: 400;
  font-family: "Albert Sans", sans-serif;
  margin-bottom: 20px;
}

.training_n2 .sec_title_wrap h2 {
  font-size: 32px;
  line-height: 40px;
  color: #101828;
  font-weight: 400;
  font-family: "Albert Sans", sans-serif;
  margin-bottom: 25px;
  letter-spacing: -1px;
}

.training_n2 .sec_title_wrap .sec_desc {
  font-size: 20px;
  line-height: 28px;
  color: #475467;
  font-weight: 400;
  font-family: "Albert Sans", sans-serif;
  margin-bottom: 20px;
}

.training_n2 ul.custom-list li {
  position: relative;
  padding-left: 25px;
  /* bullet और text के बीच gap */
  margin-bottom: 15px;
  line-height: 1.5;
  color: #475467;
  font-size: 20px;
  font-weight: 400;
}

/* end here */



/* index scroll accordion section css start */

.home_twelve_categories {
  overflow: visible !important;
  position: relative;
  padding-bottom: 0px;
  /* ✅ clean gap after section */
}

.title-acc {
  font-size: 36px;
  line-height: 60px;
  /*padding-bottom: 30px;
    margin-bottom: 20px;*/
  color: #000;
  display: flex;
  align-items: center;
  /* Vertically center */
  justify-content: start;
  /* Horizontally center (optional) */
  gap: 20px;
  /* Space between icon and text */
}

.title-acc img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}




.text-acc {
  overflow: hidden;
  will-change: height, opacity;
}

.text-acc .news-block-one {
  opacity: 1;
  transform: translateZ(0);
  /* 🔥 GPU fix */
}





.text-acc p {
  font-size: 18px;
  line-height: 28px;
  overflow: hidden;
  padding-bottom: 10px;
  color: #475467;
  font-weight: 400;
  font-family: "Albert Sans", sans-serif;
}

.text-acc .theme-btn1 {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Inter';
  font-weight: 500;
  text-transform: inherit;
  color: #fff !important;
  padding: 14px 30px;
  border: 1px solid #D0D5DD;
  background: transparent;
  border-radius: 40px;
}

.text-acc .theme-btn1:hover {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Inter';
  font-weight: 500;
  text-transform: inherit;
  color: #fff !important;
  padding: 14px 30px;
  border: 1px solid #D0D5DD;
  background: #F9FAFB !important;
  border-radius: 40px;
}




.text-acc .news-block-one figure.image img {
  width: 100%;
  border-radius: 20px;
}

.text-acc .news-block-one .lower-content a {
  color: #101828;
  font-size: 20px;
  font-weight: 500;
  font-family: "Albert Sans", sans-serif;
}

.text-acc .news-block-one .lower-content p {
  color: #475467;
  font-size: 16px;
  font-weight: 400;
  font-family: "Albert Sans", sans-serif;
  padding-bottom: 0px !important;
}

.text-acc .news-block-one .lower-content a.bt {
  color: var(--theme-color);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Inter";
}


.accordions-ind {
  position: relative;
  width: 100%;
  background: #fff !important;
  z-index: 99;
  min-height: 75vh !important;
  height: 75vh !important;
  /*height: auto !important;*/
  overflow: visible !important;
  /* ✅ ADD SPACING BELOW SECTION */
  padding-bottom: 0;
  /* ❗ */
  margin-bottom: 0;
  /* ❗ */
}

.accordion-ind {
  /*background: linear-gradient(200deg, #1d91fc 13.57%, #5a36c0 98.38%);*/
  /*width: max(80vw);*/
  height: auto !important;
  background: #fff;
  padding: 20px 0px 30px;
  border-radius: 0px;
  margin-bottom: 0px;
  /*box-shadow: 0 30px 30px -10px rgba(0, 0, 0, 0.3);*/
  border-top: 2px solid #ddd !important;
}

.accordion-ind:nth-child(2) {
  /*background: linear-gradient(200deg, #f28885 13.57%, #e94f66 98.38%);*/
}

.accordion-ind:nth-child(3) {
  /*background: linear-gradient(200deg, #65bb76 13.57%, #466fab 98.38%);*/
}

.accordion-ind:nth-child(4) {
  /*background: linear-gradient(200deg, #c215d1 13.57%, #9813a1 98.38%);*/
}

.accordion-ind:first-child {
  margin-bottom: 0 !important;
  border-top: none !important;
}


.home_twelve_categories.home1 p.sec_desc {
  position: relative;
  font-size: 24px;
  line-height: 32px;
  color: #101828;
  font-weight: 400;
  font-family: "Inter";
}

.home_twelve_categories.home1 h2.sec_title {
  font-size: 40px;
  line-height: 50px;
  color: #101828;
  font-weight: 400;
  font-family: "Albert Sans", sans-serif;
  margin-bottom: 25px;
  letter-spacing: -1px;
}

.home_twelve_categories.home1 p.sec_desc_home {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  color: #475467;
  font-weight: 400;
  font-family: "Albert Sans", sans-serif;
}

/* Removes visual overlay effect from ScrollSmoother */
.smooth-wrapper,
.smooth-content,
#wrapper,
#content {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.scroll-smoother,
.ScrollSmoother-wrapper,
.ScrollSmoother-content {
  background: none !important;
  pointer-events: auto !important;
  opacity: 1 !important;
}


@media (max-width: 480px) {
  .accordion-ind {
    padding: 15px 20px 8px;
  }

  .title-acc {
    font-size: 30px;
  }

}

/*end here*/



/*Testimonial about starts here */

.process_block_two .icon_box {
  position: relative;
  gap: 25px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  margin-bottom: 80px;
}

.process_block_two .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 35px;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.12));
  background-color: #ffffff;
}

.process_block_two .shape {
  position: absolute;
  width: 100px;
  height: 70px;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #f6f3f3;
  clip-path: polygon(0% 0%, 50% 0%, 100% 50%, 50% 100%, 0% 100%);
}

.process_block_two .number_box {
  width: 34px;
  height: 34px;
  font-size: 16px;
  line-height: 30px;
  color: #1c1a1a;
  font-weight: 600;
  font-family: "Albert Sans", sans-serif;
  text-align: center;
  border-radius: 17px;
  background-color: #ffffff;
  border: 1px solid #e6e7ed;
}

.process_block_two h4.title {
  font-size: 22px;
  line-height: 32px;
  color: #1c1a1a;
  font-weight: 600;
  font-family: "Albert Sans", sans-serif;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 50px;
}

.process_block_two h6.sub_title {
  font-size: 18px;
  line-height: 32px;
  color: #ddd;
  font-weight: 400;
  font-family: "Albert Sans", sans-serif;
  text-align: center;
  margin: 0;
  margin-bottom: 15px;
}

.process_block_two p {
  font-size: 16px;
  line-height: 26px;
  color: #aaa;
  font-weight: 400;
  font-family: "Albert Sans", sans-serif;
  text-align: center;
}


/********************/

/* ✅ LINE WRAPPER */
.process_line_wrapper {
  position: relative;
  top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
  z-index: 0;
  /* keeps wrapper behind blocks */
  padding: 0 120px;
}

/* ✅ HORIZONTAL LINE */
.process_line_bar_2 {
  flex: 1;
  height: 2px;
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0.4) 0%,
      /* left fade */
      #bbb 15%,
      /* start of solid line */
      #bbb 85%,
      /* end of solid line */
      rgba(0, 0, 0, 0.4) 100%
      /* right fade */
    );
  margin: 0 -90px;
  position: absolute;
  left: 0;
  right: 0;
  top: 24px;
  /* adjust this vertically to line up with your dots */
  z-index: 0;
  /* force the line behind everything */
}

/* ✅ PROCESS CONTENT CONTAINER */
.process_content {
  position: relative;
  z-index: 1;
  width: clamp(300px, 85%, 420px);
  /* 👈 per slide perfect */
  margin: 0 auto;
  text-align: center;
}

/* ✅ DOT (POINT) ABOVE LINE */
.process_block_two .point {
  position: absolute;
  top: -50px;
  right: 50%;
  width: 20px;
  height: 20px;
  content: '';
  border-radius: 10px;
  background-color: #bbb;
  border: 1px solid #bbb;
  transform: translateX(50%);
  z-index: 10;
  /* 🔥 ensures dot stays on top of line */
}

/* ✅ INNER SMALL COLORED DOT */
.process_block_two .point:before {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  content: '';
  border-radius: 4px;
  background-color: #bbb;
  z-index: 11;
  /* always on top */
}


.home_eight_facts_section .swiper-container {
  top: -20px;
}

/* ✅ Arrows */
.slider_button_prev,
.slider_button_next {
  width: 50px;
  height: 50px;
  background: #0c111d;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer !important;
  pointer-events: auto;
  transition: all 0.3s ease;
  color: #ddd;
  z-index: 2;
  touch-action: manipulation;
}

.slider_button_prev *,
.slider_button_next * {
  cursor: pointer !important;
}

.slider_button_prev:hover,
.slider_button_next:hover {
  background: #fff;
  color: #000;
  border-color: #707174;
}

.slider_button_prev i,
.slider_button_next i {
  font-size: 20px;
  line-height: 60px;
}


/*end here testimonial*/


/********resources page icon design start here*******/


.file-actions {
  display: flex;
  gap: 20px;
}

.file-actions .icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  /*background: #f5f5f5;*/
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-actions .icon.download img {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}

.file-actions .icon.view img {
  width: 22px;
  height: 16px;
  transition: all 0.3s ease;
}

/* Hover effect */
.file-actions .icon:hover {
  /*color: #1e88e5; */
  background: #f5f5f5;
}

/* PNG ko blue banane ka BEST possible filter */
.file-actions .icon:hover img {
  filter: brightness(0) saturate(100%) invert(36%) sepia(77%) saturate(1350%) hue-rotate(195deg) brightness(92%) contrast(95%);
}






/***********WORK Ongoing Projects carousel Starts Here************/

/* Swiper parent */
.three-item-carousel {
  position: relative;
  overflow: visible !important;
  z-index: 1;
}

/* Wrapper */
.three-item-carousel .swiper-wrapper {
  overflow: visible !important;
  pointer-events: none;
}

/* Slides clickable */
.three-item-carousel .swiper-slide {
  pointer-events: auto;
}

/* Navigation center fix */
.cause-slider-nav {
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  z-index: 999;
  pointer-events: auto;
}

/* Arrow buttons */
.cause-slider-control {
  width: 56px;
  height: 56px;
  background: transparent;
  color: #474747;
  border-radius: 50%;
  border: 1px solid #707174;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}


.case_studies_block_2 .overlay-layer .content h6 {
  color: #101828;
  font-size: 24px;
  font-weight: 400;
}

.case_studies_block_2 .overlay-layer .content p {
  color: #344054;
  font-size: 20px;
  font-weight: 400;
}

/* Image control */
.case_studies_block_2 img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.case_studies_block_2.bg-yellow {
  padding: 30px;
  background: #FCF7E8 !important;
  border: 1px solid #BEB599 !important;
  border-radius: 30px;
}

.case_studies_block_2.bg-blue {
  padding: 30px;
  background: #E6F0FF !important;
  border: 1px solid #9ABBDE !important;
  border-radius: 30px;
}

.case_studies_block_2.bg-green {
  padding: 30px;
  background: #EEFAF2 !important;
  border: 1px solid #9CC2A8 !important;
  border-radius: 30px;
}

.case_studies_block_2.bg-whigey {
  padding: 30px;
  background: #F9F9F9;
  border: 1px solid #DBDBDB;
  border-radius: 30px;
}


/* Mobile */
@media (max-width: 768px) {
  .cause-slider-nav {
    bottom: -40px;
  }
}

/***********WORK Ongoing Projects carousel ends Here************/



.truncate-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 👈 show only 3 lines */
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

/*
.truncate-text:hover {
  -webkit-line-clamp: unset;
  overflow: visible;
}*/