* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/century-gothic/Century Gothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Century Gothic Bold";
  src: url("../fonts/century-gothic/gothicb.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}

*::-webkit-scrollbar {
  width: 6px;
  background-color: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #e36767;
}

body,
html {
  height: 100%;
  margin: 0;
}

.hide {
  display: none !important;
}

body,
button,
a,
p,
span {
  font-family: "Century Gothic";
  font-weight: 600 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Century Gothic Bold";
}

strong {
  font-family: "Century Gothic Bold";
}

.top-10 {
  top: 10% !important;
}

.top-20 {
  top: 20% !important;
}

.top-30 {
  top: 30% !important;
}

.top-40 {
  top: 40% !important;
}

.top-60 {
  top: 60% !important;
}

.top-70 {
  top: 70% !important;
}

.top-80 {
  top: 80% !important;
}

.top-90 {
  top: 90% !important;
}

.bottom-10 {
  bottom: 10% !important;
}

.bottom-20 {
  bottom: 20% !important;
}

.bottom-30 {
  bottom: 30% !important;
}

.bottom-40 {
  bottom: 40% !important;
}

.bottom-60 {
  bottom: 60% !important;
}

.bottom-70 {
  bottom: 70% !important;
}

.bottom-80 {
  bottom: 80% !important;
}

.bottom-90 {
  bottom: 90% !important;
}

.start-10 {
  left: 10% !important;
}

.start-20 {
  left: 20% !important;
}

.start-30 {
  left: 30% !important;
}

.start-40 {
  left: 40% !important;
}

.start-60 {
  left: 60% !important;
}

.start-70 {
  left: 70% !important;
}

.start-80 {
  left: 80% !important;
}

.start-90 {
  left: 90% !important;
}

.end-10 {
  right: 10% !important;
}

.end-20 {
  right: 20% !important;
}

.end-30 {
  right: 30% !important;
}

.end-40 {
  right: 40% !important;
}

.end-60 {
  right: 60% !important;
}

.end-70 {
  right: 70% !important;
}

.end-80 {
  right: 80% !important;
}

.end-90 {
  right: 90% !important;
}

.main_banner_container {
  /*    margin-top: 80px;*/
}

.padding-60 {
  padding: 60px;
}

.main-color {
  color: #bc5858;
}

.main-blue-color {
  color: #4ca6d2;
}

.main-blue-color-border {
  color: #4ca6d2;
}

.main-color-border {
  border-color: #bc5858 !important;
}

.border-blue {
  border: 1px solid #4ca6d2;
}

.section-heading {
  color: #1a3442;
}

.bg-purple {
  background-color: #95135c;
}

.bg-orange {
  background-color: #f28a56;
}

.bg-golden {
  background-color: #f4b93b;
}

.rounded-6 {
  border-radius: 2.5rem;
}

.main {
  background: url(/assets/front/img/white-bg.jpg) no-repeat center;
  background-size: cover;
}

#swara {
  background: url(/assets/front/img/about-bg.jpg) no-repeat center;
  background-size: cover;
}

#reach_out {
  background: url(/assets/front/img/reach-out-bg.jpg) no-repeat center;
  background-size: cover;
}

#swaras_painting {
  background: url(/assets/front/img/blue-bg.jpg) no-repeat center;
  background-size: cover;
}

#testimonial {
  background: url(/assets/front/img/brown-bg.jpg) no-repeat center;
  background-size: cover;
}

.main-nav {
  background-size: cover;
}

#swara .img {
  padding: 0;
}

.what-we-do-img {
  width: 350px;
  position: relative;
  z-index: 999;
}

.green-color {
  overflow-x: hidden;
  max-height: 50vh;
  padding-right: 25px;
  color: #535c2d;
}

.green-color-border {
  border-color: #535c2d;
}

.drawing_container img {
  padding: 20px;
  background-color: #fff;
}

.drawing_container .sec-img {
  height: 505px;
}

.mentors_section {
  border-radius: 24px;
  padding: 20px;
}

.mentor_group .mentors_section {
  padding: 15px;
}

.mentor_name p {
  margin-bottom: 0px;
}

.mentor-1 {
  background: url(/assets/front/img/mentor-bg-1.png);
}

.mentor-2 {
  background: url(/assets/front/img/mentor-bg-2.png);
}

.mentor-3 {
  background: url(/assets/front/img/mentor-bg-3.png);
}

.mentor-4 {
  background: url(/assets/front/img/mentor-bg-4.png);
}

.mentor_name {
  margin: 8px 0px;
}

.about_mentor h3 {
  color: #4ca6d2;
}

.main-btn {
  border-radius: 15px;
  border: 2px solid #bc5858;
  padding: 5px 25px;
  font-size: 12px;
  color: #bc5858;
}

.main-btn-blue {
  border-radius: 15px;
  border: 2px solid #4ca6d2;
  padding: 5px 25px;
  font-size: 12px;
  color: #4ca6d2;
}

.main-btn-blue:hover {
  border: 2px solid #4ca6d2;
  color: #4ca6d2;
}

.theme-btn {
  border-radius: 15px;
  padding: 5px 15px;
  font-size: 12px;
}

.green-btn {
  border: 2px solid #47956d;
  color: #47956d;
}

.green-btn:hover {
  background-color: inherit;
  color: #47956d;
  border-color: #47956d;
}

.pink-btn {
  border: 2px solid #d35e7d;
  color: #d35e7d;
}

.pink-btn:hover {
  background-color: inherit;
  color: #d35e7d;
  border-color: #bc5858;
}

.blue-btn {
  border: 2px solid #256681;
  color: #256681;
}

.blue-btn:hover {
  border: 2px solid #256681;
  color: #256681;
}

.yellow-btn,
.yellow-btn:hover {
  border: 2px solid #b99d40;
  color: #b99d40;
}

.main-btn:hover {
  background-color: inherit;
  color: #bc5858;
  border-color: #bc5858;
}

.blue-btn {}

#testimonial .main-btn {
  border-color: #594119;
  color: #594119;
}

#reach_out .main-btn {
  border-color: #535c2d;
  color: #535c2d;
}

section {
  padding: 80px 0px;
}

.testimonial_sec {
  color: #594119;
}

footer ul {
  list-style: none;
}

.newsletter_form input {
  border: none;
  border-bottom: 2px solid #656565;
  background: transparent;
  width: 100%;
  padding: 10px 0px;
}

/*.flower1{
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
  }*/

.img-container {
  /*width: 100%;
      height: 100%;
      position: relative;*/
  /* width: 620px;
    height: 570px;
    position: relative;
    margin: 0 auto; */
}

.img-container .swara-sign {
  rotate: 344deg;
}

.what-we-do-img-container .swara-sign {
  bottom: -5% !important;
  left: 42% !important;
}

.testimonial-sec-img .swara-sign {
  right: 11% !important;
}

.event-img-container .swara-sign {
  bottom: 26% !important;
  left: 22% !important;
  top: 84% !important;
}

.reach-img-container .swara-sign {
  left: 26% !important;
  bottom: 13% !important;
}

.stay-safe-img-container .swara-sign {
  right: 19% !important;
  bottom: 21% !important;
}

.rose-img-container .swara-sign {
  right: 37% !important;
}

.flower1 {
  position: absolute;
  bottom: 0;
  z-index: 99;
  left: 18%;
}

.flower2 {
  position: absolute;
  bottom: 18%;
  left: 46.5%;
  z-index: 99;
}

.flower3 {
  position: absolute;
  bottom: 34%;
  left: 32%;
  z-index: 99;
}

.flower4 {
  position: absolute;
  bottom: 8%;
  /*    left: 17%;*/
  left: 9.5%;
  z-index: 10;
}

.flower5 {
  position: absolute;
  bottom: 23%;
  /*    left: 17%;*/
  left: 7%;
  z-index: 9;
}

.flower6 {
  position: absolute;
  /*    bottom: 12%;*/
  bottom: 45%;
  left: 20%;
  z-index: 8;
}

.flower7 {
  position: absolute;
  bottom: 43%;
  left: 43%;
  transform: rotate(45deg);
}

.flower8 {
  position: absolute;
  bottom: 17%;
  left: 58%;
}

.flower9 {
  position: absolute;
  bottom: 3.5%;
  left: 39%;
  z-index: 99;
}

.swaras-img {
  width: 35%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.flower10 {
  position: absolute;
  width: 100px;
}

.flower11 {
  width: 120px;
  position: absolute;
  /*bottom: 34%;
      right: 22%;*/
}

.flower12 {
  width: 150px;
  position: absolute;
  /*right: 22%;
      bottom: 50%;*/
}

.flower13 {
  position: absolute;
  /*    right: 0;*/
  width: 100px;
  /*    bottom: 37%;*/
}

.flower14 {
  position: absolute;
  width: 70px;
  /* right: 0;
      bottom: 28%;*/
}

.bg-1 {
  position: absolute;
  left: 43%;
  z-index: 999;
  width: 50px;
}

.bg-2 {
  position: absolute;
  left: 27%;
  width: 200px;
  top: 15px;
}

.bg-3 {
  position: absolute;
  left: 48%;
  width: 180px;
  bottom: 16%;
}

.bg-4 {
  position: absolute;
  width: 85px;
  top: 19%;
  left: 60%;
}

.bg-8 {
  position: absolute;
  bottom: 8%;
  left: 51%;
  width: 80px;
}

.bg-9 {
  position: absolute;
  left: 30%;
  bottom: 15%;
  width: 110px;
}

.drawing_container {
  /* border: 15px solid #fff; */
  /* height: 70vh; */
  /* background-image: url(/assets/front/img/drawing-1.jpg); */
  background-position: top center;
  background-size: cover;
}

.small_drawing {
  border: 15px solid #fff;
  /* height: 100%; */
  width: 100%;
  background-position: top center;
  background-size: cover;
  background-color: #ffffff;
}

.small-draw-container .row {
  /* flex-direction: column; */
}

#mentors {
  color: #1a3442;
  font-size: 14px;
}

.rose-img {
  width: 200px;
  position: absolute;
  right: 45%;
  bottom: 0;
  z-index: 99;
}

.rose-leaf1,
.rose-leaf2 {
  position: absolute;
  width: 150px;
}

.bird-animation {
  position: relative;
  margin-top: -80px;
  width: 400px;
}

.reachout-img {
  width: 350px;
  position: relative;
  z-index: 99;
}

.bg-6 {
  position: absolute;
  width: 350px;
}

.bg-5 {
  position: absolute;
  width: 200px;
}

.inspiration .banner_content {
  overflow-x: hidden;
  max-height: 50vh;
  padding-right: 25px;
}

.mentor .banner_content,
.story-details .banner_content {
  overflow-x: hidden;
  max-height: 75vh;
  padding-right: 25px;
}

/*Mentors  Sections*/

.main-mentor {
  background-image: url(/assets/front/img/main-mentor-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.about_mentor .card {
  background-size: cover;
}

.main-mentor img {
  width: 350px;
}

#mentors_main_section {
  background-image: url(/assets/front/img/mentor-blue-bg.jpg);
}

.cat_list_container:hover.cat_list_container img {
  opacity: 0.7;
}

.drawing_gallery img {
  /* border: 20px solid #fff; */
  margin: 10px 0px;
  width: 100%;
}

.about_mentor .card .card-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.crime_faq .accordion-item {
  background-color: transparent !important;
  border-color: #b95934;
  color: #fff !important;
  border: 3px solid #b95934;
  margin-bottom: 10px;
  border-radius: 14px;
}

.accordion-flush>.accordion-item:last-child {
  border-bottom: 3px solid #b95934 !important;
}

.accordion-flush>.accordion-item:first-child {
  border-top: 3px solid #b95934 !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.crime_faq .accordion-button {
  padding: 10px !important;
  background-color: transparent !important;
  color: #fff !important;
}

.crime_faq .accordion-body {
  padding: 10px !important;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="b95934" class="bi bi-dash-circle" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8"/></svg>') !important;
}

.crime_faq .accordion-button::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-plus-circle" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/><path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4"/></svg>');
}

.crime_faq .accordion-header p {
  font-size: 14px;
  padding: 10px !important;
}

#honourary_section,#hoc_section {
  background: url(/assets/front/img/light-blue-bg.jpg) no-repeat center;
  background-size: cover;
}

.event_img {
  background-repeat: no-repeat;
  background-size: cover;
  height: 233px;
}

.event-main-heading {
  width: 70%;
  border-color: #fdb302 !important;
}

.events_bg {
  background-size: cover;
}

.event_btn a {
  border-radius: 15px;
  border: 3px solid #fff;
  padding: 4px 10px;
  font-size: 8px;
  text-decoration: none;
  margin-left: 20px;
}

.event_subtitle {
  font-size: 10px;
  padding-bottom: 10px;
  margin: 0px;
}

.event_details {
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  bottom: 0;
  width: 100%;
  background-color: #000000a7;
  align-items: center;
  padding-top: 10px;
}

#mentors .card .card-img-top {
  height: 210px;
  object-fit: cover;
  object-position: top;
}

.padding-0-30 {
  padding: 0 30px;
}

.padding-0-25 {
  padding: 0 25px;
}

.border-purple {
  color: #7870bf;
}

.crime_faq .accordion-button::after {
  background-color: #7870bf;
  border-radius: 10px;
}

.crime_faq .accordion-item {
  background-color: transparent !important;
  border-color: #7870bf;
  color: #fff !important;
  border: 3px solid #7870bf;
  margin-bottom: 10px;
  border-radius: 14px;
}

.crime_faq .accordion-flush>.accordion-item:last-child {
  border-bottom: 3px solid #7870bf !important;
}

.crime_faq .accordion-flush>.accordion-item:first-child {
  border-top: 3px solid #7870bf !important;
}

.awareness_faq .accordion-item {
  border-color: #5295bd;
  color: #fff !important;
  border: 3px solid #5295bd;
}

.awareness_faq .accordion-flush>.accordion-item:last-child {
  border-bottom: 3px solid #5295bd !important;
}

.awareness_faq .accordion-flush>.accordion-item:first-child {
  border-top: 3px solid #5295bd !important;
}

.awareness_faq .accordion-button::after {
  background-color: #5295bd;
  border-radius: 10px;
}

.victim_faq1 .accordion-item {
  border-color: #258dcb;
  color: #258dcb !important;
  border: 3px solid #258dcb;
}

.victim_faq1 .accordion-flush>.accordion-item:last-child {
  border-bottom: 3px solid #258dcb !important;
}

.victim_faq1 .accordion-flush>.accordion-item:first-child {
  border-top: 3px solid #258dcb !important;
}

.victim_faq1 .accordion-button,
.victim_faq1 h3 {
  color: #258dcb !important;
}

.victim_faq1 .accordion-button::after {
  background-color: #258dcb;
  border-radius: 10px;
}

.victim_faq2 .accordion-item {
  border-color: #5e4211;
  color: #5e4211 !important;
  border: 3px solid #5e4211;
}

.victim_faq2 .accordion-flush>.accordion-item:last-child {
  border-bottom: 3px solid #5e4211 !important;
}

.victim_faq2 .accordion-flush>.accordion-item:first-child {
  border-top: 3px solid #5e4211 !important;
}

.victim_faq2 .accordion-button,
.victim_faq2 h3 {
  color: #5e4211 !important;
}

.victim_faq2 .accordion-button::after {
  background-color: #5e4211;
  border-radius: 10px;
}

.report_faq .accordion-item {
  border-color: #136c48;
  color: #136c48 !important;
  border: 3px solid #136c48;
}

.report_faq .accordion-flush>.accordion-item:last-child {
  border-bottom: 3px solid #136c48 !important;
}

.report_faq .accordion-flush>.accordion-item:first-child {
  border-top: 3px solid #136c48 !important;
}

.report_faq .accordion-button,
.report_faq h3 {
  color: #136c48 !important;
}

.report_faq .accordion-button::after {
  background-color: #136c48;
  border-radius: 10px;
}

.crime_faq .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23FFFFFF" class="bi bi-dash" viewBox="0 0 16 16"><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8"/></svg>') !important;
}

.crime_faq .accordion-button::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23FFFFFF" class="bi bi-plus" viewBox="0 0 16 16"><path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4"/></svg>');
}

.crime_faq .accordion-header p {
  font-size: 16px;
  padding: 10px !important;
}

.painting-border {
  border: 15px solid #fff;
  border-bottom: 0;
}

.third-paiting {
  object-fit: cover;
}

#swaras_painting .card-title {
  font-size: 12px;
  text-align: center;
}

.er-btn {
  font-size: 10px;
  text-align: right;
  border: 1px solid #fff;
  padding: 4px;
  text-decoration: none;
}

.insp-italic {
  font-size: 14px;
}

/* founders page */

.mentorCard {
  background-image: url("/assets/front/img/mentor-bg/red-cloud.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.mentors-details-copy {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  min-height: 50px;
}

.read-more-mentor {
  border: 1px solid #fff;
  color: #fff;
}

.close-mentors,
.close-support {
  position: absolute;
  right: 1px;
  top: 1px;
}

.close-mentors img {
  width: 25px;
}

.close-support img {
  filter: invert(1);
  width: 25px;
}

.details-height {
  max-height: 60vh;
  overflow-x: hidden;
  color: white;
}

.advisory-details .card-text+p,
.support-details .card-text+p {
  color: #4ca6d2;
}

.bg-cover {
  background-size: cover;
}

.story-section {
  background-image: url("/assets/front/img/story-bg/white.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

.padding-60 {
  padding: 60px;
}

.no-ex-btn:after {
  content: inherit;
}

.width-100px {
  width: 100px;
}

.helpline-num {
  font-size: 30px;
}

@media (min-width: 992px) and (max-width: 1024px){
.navbar-expand-lg .navbar-nav .nav-link{
margin:0px 2px!important;
font-size:12px!important;
}
}

@media screen and (min-width: 1366px) {
margin:0px 2px!important;
font-size:12px!important;
}

@media (min-width: 768px) and (max-width: 1366px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0px 8px;
    color: #bc5858;
    font-size: 12px;
  }

  .swaras-img {
    width: 370px;
  }

  .flower12 {
    width: 120px;
    left: 950px !important;
    top: 245px !important;
  }

  .flower11 {
    width: 85px;
  }

  .flower10 {
    width: 86px;
  }

  .flower14 {
    left: 1280px !important;
    top: 360px !important;
    width: 65px;
  }

  .flower13 {
    left: 1272px !important;
    top: 227px !important;
    width: 75px;
  }

  .drawing_container {
    height: 65vh;
  }

  .img-width {
    height: 414px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #mentors {
    padding-bottom: 180px !important;
  }

  .h-100,
  .vh-100 {
    height: auto !important;
  }

  section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .event_title p {
    font-size: 14px !important;
  }

  .event_desc p {
    font-size: 10px;
  }

  .event_details .main-btn {
    font-size: 10px;
    padding: 3px 18px;
  }

  .swaras-img {
    width: 210px;
  }

  .card {
    margin: 10px 0px;
  }

  .inspiration .banner_content,
  .mentor .banner_content,
  .story-details .banner_content {
    max-height: 100vh;
  }
}

@media (min-width: 320px) and (max-width: 720px) {

  .h-100,
  .vh-100 {
    height: auto !important;
  }

  .swaras-img {
    width: 100%;
    position: relative;
  }

  .main {
    background: url(/assets/front/img/white-bg.jpg) repeat top center;
    background-size: cover;
  }

  #swaras_painting {
    background: url(/assets/front/img/blue-bg.jpg) repeat top center;
    background-size: cover;
  }

  section {
    padding: 20px 0px;
  }

  .banner_content {
    margin: 20px 0px;
  }

  .social_icons {
    top: -6px !important;
  }

  .navbar-toggler {
    padding: 0 5px;
  }

  .reach-btn {
    padding: 5px 45px;
    color: #fff !important;
  }

  .bird-animation {
    margin-top: -15px;
  }

  .card {
    margin: 10px 0px;
  }

  .event_details .event_title p {
    font-size: 12px !important;
  }

  .event_details .event_desc {
    font-size: 10px;
    margin-bottom: 10px;
  }

  .event_details .main-btn {
    font-size: 10px;
    padding: 3px 18px;
  }

  .drawing_container,
  .small-draw-container {
    margin-bottom: 10px;
  }

  .inspiration,
  #stories_main {
    padding-top: 80px;
  }

  .inspiration .row,
  #main_mentor .row {
    flex-direction: column-reverse;
  }

  .inspiration .banner_content,
  .mentor .banner_content,
  .story-details .banner_content {
    overflow-x: hidden;
    max-height: inherit;
    padding-right: 25px;
    padding-top: 25px;
    text-align: left !important;
  }

  #stay_safe .banner_content,
  #stay_safe1 .banner_content,
  #stay_safe2 .banner_content,
  #stay_safe3 .banner_content,
  #stay_safe4 .banner_content,
  #stay_safe5 .banner_content,
  #stay_safe6 .banner_content,
  #stay_safe7 .banner_content {
    padding-right: 0px;
  }

  #swara {
    background: url(/assets/front/img/about-bg.jpg) repeat center;
    background-size: cover;
  }

  .stories {
    padding-top: 40px;
  }

  .stories .row {
    flex-direction: column-reverse;
  }

  .stories .testimonial_sec .col-md-4 img {
    width: 200px;
  }

  .stories .stories-desc {
    /* overflow: hidden; */
    text-overflow: ellipsis;
    /* display: -webkit-box; */
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
  }

  .navbar-collapse.show .navbar-nav {
    /* background-color: #ffffff; */
    /* background: url(/assets/front/img/white-bg.jpg) repeat top center; */
  }

  .story-details .row {
    flex-direction: column-reverse;
  }

  .reachout-img {
    width: 300px;
  }

  .bg-5 {
    position: absolute;
    width: 150px;
  }

  .bg-6 {
    position: absolute;
    width: 230px;
  }

  .what-we-do-img {
    width: 250px;
  }

  .bg-9 {
    position: absolute;
    left: 24%;
    bottom: 15%;
    width: 80px;
  }

  .bg-8 {
    position: absolute;
    bottom: 8%;
    left: 51%;
    width: 60px;
  }

  .bg-4 {
    position: absolute;
    width: 53px;
    top: 19%;
    left: 64%;
  }

  .bg-3 {
    position: absolute;
    left: 48%;
    width: 130px;
    bottom: 16%;
  }

  .bg-2 {
    position: absolute;
    left: 27%;
    width: 130px;
    top: 15px;
  }

  .bg-1 {
    position: absolute;
    left: 43%;
    z-index: 999;
    width: 39px;
  }

  .rose-img {
    width: 110px;
    position: absolute;
    right: 55px;
    bottom: 0;
    z-index: 99;
  }

  .rose-leaf1,
  .rose-leaf2 {
    position: absolute;
    width: 100px;
  }

  .event_img {
    background-size: cover;
  }

  .direction {
    flex-direction: column-reverse;
  }

  #reach_out .green-color{
	max-height:none;
}
}

.stories-desc {
  overflow-x: hidden;
  max-height: 50vh;
  padding-right: 25px;
}

.event_title {
  font-size: 13px;
  width: 50%;
  text-wrap: balance;
}

.fs-12 {
  font-size: 12px;
}

.footer-section {
  background-image: url(/assets/front/img/footer-bg.jpg);
  background-size: contain;
}

.contact-sticky {
    position: fixed;
    bottom: 50%;
    right: max(env(safe-area-inset-right, 0), 0px);
    z-index: 9999;
    background: #ab4d4d;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    transform: translateY(-50%);
    overflow: visible !important;
    width: 40px;
}
 
.contactbtn span {
  font-size: 12px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  writing-mode: vertical-lr;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
