h1,
h2,
h3,
h4,
h5 {
  font-family: 'Goudy Bookletter 1911', serif;
}






body {
  font-family: 'Open Sans', sans-serif;
}

.open-sans {
  font-family: 'Open Sans', sans-serif !important;
}

.goudy {
  font-family: 'Goudy Bookletter 1911', serif;
}

.lolt-yellow {
  background-color: #fdca08;
}

.lolt-yellow-text {
  color: #fdca08;
}

.navlink-text {
  color: #d2c86b;
}

.topnav-text {
  color: #8e0f13;
}

.lolt-red {
  background-color: #b62025;
}

.lolt-red2 {
  background-color: #540b0d;
}

.lolt-red-text {
  color: #b62025;
}

.lolt-orange {
  background-color: #ee7c23;
}

.lolt-orange-text {
  color: #ee7c23;
}

.bg-color {
  background-color: #ffe06f;

}

.topnav {
  font-size: 1rem;
  font-family: 'Goudy Bookletter 1911', serif;
  font-size: 17px;
  font-weight: 500;
}

a[aria-selected="true"] {
  color: red !important;
}

#projecttabs a[aria-selected="true"] {
  color: #b62025 !important;
  border-bottom: 1px solid #b62025;
}

#componenttabs li {
  display: block;
}

#componenttabs a {
  display: block;
  border-top: 1px solid #eee;
  padding: 1rem;
}

#componenttabs a:hover {
  background: #fff;
  color: red;
}

#componenttabs a[aria-selected="true"] {
  color: #b62025 !important;
  background: lightyellow;
  display: block;
  border-top: 1px solid #eee;
  border-bottom: 2px solid #ccc;
}

div.locations>div {
  height: 6rem;
}

#menu-bar,
#menu-bar li {
  height: 100%;
  list-style: none;
  justify-content: center;
}

#footer ul li a {
  color: #ddd;
  padding-bottom: 4px;
}

#footer ul li a:hover {
  color: #fff;
  font-weight: bold;
}

#footer {
  color: #ddd;
}

#menu-bar>li:hover {
  text-decoration: underline;
}

#menu-bar li {
  position: relative;

}

#menu-bar li ul li a {
  margin: 0;
  text-decoration: none;
}

#menu-bar ul li a,
#menu-bar li li a {
  background: none;
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.slick-slide img {
  padding: 10px !important;
}

.logos-slider .slick-slide {
  min-height: 150px;
  display: flex !important;
  align-items: center;
}

.logos-slider .slick-slide span {
  font-size: 18px;
  text-align: center;
  display: block;
  color: #b61f24;
  font-weight: 700;
}

#menu-bar ul a:hover {
  background: #722023 !important;
  color: #ffffff !important;
  border-radius: 0;
}

#menu-bar li:hover>ul {
  display: block;
}

#menu-bar ul {
  list-style: none;
  background-color: #b62025 !important;
  padding: 0.5rem;
  width: 450px;
  position: absolute;
  top: 2.4rem;
  left: 0;
  padding: 0;
  background: #fff;
  top: 92px;
  left: 18px;
  min-width: 190px;
  width: 100%;
}

a.topnav {
  padding: 33px 15px;
}

#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}

#menu-bar ul a {
  padding: 10px;
  color: #fdca08 !important;
  font-style: normal;
  font-family: arial;
  font-weight: normal;
  display: block;
}

#faq h2 {
  font-family: sans-serif;
  font-size: 1rem;
}

div.downloads div.flex a {
  background-color: yellow;
  padding: 4px;
  margin-right: 20px;
  margin-bottom: 10px;

}

.grey-trans {
  background-color: rgba(255, 218, 82, 0.95);
}

nav {
  position: fixed;
  left: -300px;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  width: 300px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  /* background: #b61f24; */
  background-color: #ffe06f;
}

nav ul li a {
  color: #b61f24;
}

nav.open {
  left: 0;
}

#nav-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

#nav-overlay.open {
  visibility: visible;
}

html {
  touch-action: manipulation;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}



/* Custom Styling */

.lolt-header {
  box-shadow: 0 1px 6px rgb(0 0 0 / 12%), 0 1px 5px rgb(0 0 0 / 24%);
  display: block;
  z-index: 100000;
  position: fixed;
  background-color: #ffe06f;
  width: 100%;
}

.lolt-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

a.donate-now-button {
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  font-weight: 700;
  color: #EE7C23;
  box-shadow: 0 1px 6px rgb(0 0 0 / 12%), 0 1px 5px rgb(0 0 0 / 24%);
}

a.donate-now-button img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  margin-top: -6px;
}



#menu-bar ul li a,
#menu-bar li li a {
  font-size: 12px;
  color: #B61F24;
  padding: 12px 10px;
}

#menu-bar ul {
  padding: 0;
  left: 18px;
  min-width: 270px;
  width: 100%;
}

#menu-bar ul li {
  border-bottom: 1px solid #B61F24;
}

#menu-bar ul li:last-child {
  border: 0;
}

.topnav i {
  font-size: 13px;
  margin-left: 5px;
}

#menu-bar li ul.shadow-lg,
#menu-bar li ul .submenu-level-2 {
  visibility: hidden;
  /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-20px);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
}

#menu-bar li:hover .shadow-lg,
#menu-bar li ul li:hover .submenu-level-2 {
  visibility: visible;
  /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

ul.shadow-lg:before,
ul.submenu-level-2:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  top: -5px;
  left: 25px;
  right: 0;
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #b62025;
}

#menu-bar ul li {
  border-bottom: 1px solid #e3e3e363;
}

#menu-bar ul li ul.submenu-level-2 {
  top: 0;
  left: 275px;
}

#menu-bar ul li ul.submenu-level-2::before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #b62025;
  top: 18px;
  left: -10px;
}

#menu-bar li ul li a i.fa-chevron-right {
  margin-left: 0;
}

#menu-bar li ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


@media(max-width:1280px) {
  nav.open ul.list-none li {
    border-bottom: 1px solid #b61f24;
  }

  nav.open ul.list-none li a {
    font-style: unset;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-left: 10px;
    display: block;
    padding: 8px;
  }

  .sticky p {
    font-size: 16px;
    color: #000;
    font-style: italic;
  }
}

.logos-slider {
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 25px;
}

.logos-slider .slick-slide {
  padding: 0 !important;
  margin: 100 5px !important;
}

.logos-slider .slick-slide img {
  object-fit: contain;
}

.slick-slide img {
  padding: 10px !important;
}

.logos-slider .slick-slide {
  min-height: 150px;
  display: flex !important;
  align-items: center;
}

.logos-slider .slick-slide span {
  font-size: 18px;
  text-align: center;
  display: block;
  color: #b61f24;
  font-weight: 700;
}

.logos-slider .slick-slide {
  box-shadow: 0 2px 19px rgb(0 0 0 / 0%), 0 6px 6px rgb(0 0 0 / 7%);
  padding: 25px;
  border: 1px solid #e3e3e3;
}

hr {
  border-bottom: 1px solid #e3e3e3;
  margin: 20px 0;
}

/* Banner Section */

.sec-2 {
  margin-top: -80px;
  background-color: #f7f7f7 !important;
  padding-bottom: 70px;
}

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

.sec-2 .container {
  margin: 0 auto;
}

.sec-2 .container .row {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}

.sec-2 .container .row .col-3 {
  width: 25%;
  max-width: 25%;
}

.sec-2 .container .row .col-3 .box {
  background-color: #b61f24;
  padding: 15px;
  color: #fff;
  padding-bottom: 30px;
  min-height: 262px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 1px 6px rgb(0 0 0 / 12%), 0 1px 5px rgb(0 0 0 / 24%);
}

.sec-2 .container .row .col-3 .box h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.sec-2 .container .row .col-3 .box p {
  font-size: 16px;
  color: #f3e8e8;
}

@media(max-width:800px) {
  .sec-2 {
    margin: 0;
    padding: 30px 20px;
  }

  .sec-2 .container .row .col-3 {
    width: 47%;
    max-width: 50%;
  }

  .sec-2 .container .row {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 15px;
  }

  .sec-2 .container .row .col-3 .box h3 {
    font-size: 16px;
  }

  .sec-2 .container .row .col-3 .box p {
    font-size: 12px;
  }

}

.container {
  margin: 0 auto;
  max-width: 1350px;
}


/* Section 3  */

.sec-3 {
  background-color: #f7f7f7;
  padding: 30px 0 80px;
}


/* === HEADING STYLE #1 === */
.lolt-title h1 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
  color: #b61f24;
}

.lolt-title h1:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -14px;
  background-color: #b80000;
}

.lolt-title h1:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #b61f24;
}

.lolt-title h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 28px;
  color: #b61f24;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin-bottom: 20px;
}

.lolt-title h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}

.lolt-title h1 em {
  font-style: normal;
  font-weight: 600;
}


.sec-4 .d--flex {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}

.sec-4 .d--flex>div {
  width: 33.33%;
  max-width: 33.33%;
  margin: 0;
}

.impact--inner>div {
  justify-content: center;
}

.impact--inner p {
  text-align: center;
}

.sec-4 {
  padding: 61px 20px;
}

.sec-4 .d--flex>div span.text-5xl {
  color: #b61f24;
  font-weight: 700;
}

.lolt-section .row {
  display: flex;
  justify-content: center;
  margin: 0 -15px;
  align-items: center;
}

.col-6 {
  width: 50%;
  max-width: 50%;
  padding: 0 15px;
}

.full-img {
  width: 100%;
}

.lolt-section {
  padding: 70px 20px;
}

.lolt-section h2 {
  font-size: 36px;
  margin-bottom: 15px;
  position: relative;
  color: #b61f24;
}

.lolt-section p {
  font-size: 15px;
  line-height: 1.5;
}

.lolt-section li {
  font-size: 16px;
  line-height: 38px;
  position: relative;
  padding-left: 30px;
}

.lolt-section li i {
  color: #fff;
  background: #b61f24;
  padding: 4px;
  width: 20px;
  border-radius: 15px;
  font-size: 12px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 10px;
}

.col-6.pl-4 {
  padding-left: 90px;
}

.lolt-section h2 span {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  margin-left: 5px;
  font-style: italic;
  font-weight: 500;
}

a.lolt-button {
  display: inline-flex;
  margin-top: 20px;
}



.founder {
  padding-bottom: 40px;
}

.stories-section {
  padding: 80px 20px;
}

.donor-speak {
  padding: 60px 20px;
}


/* DONOR SPEAK */

#testimonial4 .carousel-inner:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
  height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 230px;
  object-fit: cover;
  border: 4px solid #b61f24;
  height: 230px;
  padding: 0 !important;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  vertical-align: top !important;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}

.testimonial4_slide p {
  color: #000;
  font-size: 16px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.testimonial .carousel {
  padding-bottom: 50px;
}

.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}

/* ------testimonial  close-------*/

div#testimonial4 {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}


.stories-section p {
  margin-bottom: 40px;
}

.tab {
  margin-top: 50px;
}


.sec-7.highlight-of-the-month {
  padding: 80px 20px;
}

.sec-7.highlight-of-the-month ul.gallery {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px
}

.sec-7.highlight-of-the-month ul.gallery li {
  width: 25%;
  max-width: 25%;
  padding: 0 10px;
}

.sec-7.highlight-of-the-month .lolt-title {
  margin-bottom: 50px;
}


@media(max-width:768px) {

  .sec-3 a {
    width: 100%;
  }

  .rounded-lg.p-4.mt-4.md\:flex.justify-center.items-end {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
    width: 100%;
    row-gap: 20px;
    column-gap: 20px;
  }

  .lolt-sdg-goals h1 img {
    max-width: 300px !important;
  }

  .rounded-lg.p-4.mt-4.md\:flex.justify-center.items-end .m-4.flex-row.justify-center {
    margin: 0;
    padding: 0;
    width: 50%;
  }

  .rounded-lg.p-4.mt-4.md\:flex.justify-center.items-end .m-4.flex-row.justify-center span.font-bold.inline-block.mt-2.text-xs {
    margin-top: 0 !important;
  }

  .sec-3 .flex-wrap>div {
    flex-wrap: wrap;
    row-gap: 20px;
    padding: 0 20px;
  }

  .sec-3 {
    padding: 20px 0px;
  }

  .sec-4 .d--flex>div {
    margin-bottom: 30px;
    width: 50%;
  }

  .sec-4 .d--flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  .sec-4 .d--flex img {
    max-width: 80px;
  }

  .sec-4 .d--flex>div span.text-5xl {
    font-size: 24px;
    margin-bottom: 14px;
  }

  .sec-4 {
    padding: 30px 20px 20px;
  }

  .lolt-title h1 {
    font-size: 24px;
  }

  .sec-3 .w-full.p-2.absolute.flex.items-center.mx-auto.bottom-0.text-white {
    font-size: 14px;
  }

  .sec-3 .pr-2.text-4xl.leading-none {
    font-size: 32px;
  }

  .sec-3 .pr-2.text-4xl.leading-none+div div {
    font-size: 13px;
  }

  .lolt-section {
    padding: 40px 20px 10px;
  }

  .lolt-section .row {
    flex-wrap: wrap;
  }

  .lolt-section .row .col-6 {
    width: 100%;
    max-width: 100%;
  }

  .lolt-section h2 span {
    font-size: 13px;
    position: relative;
    display: block;
    margin-top: 8px;
  }

  .lolt-section h2 {
    font-size: 24px;
  }

  .lolt-section p {
    font-size: 13px;
  }

  .lolt-section li {
    font-size: 14px;
    line-height: 32px;
  }

  .lolt-section .container {
    margin: 20px 0 !important;
  }

  .lolt-section>.container:nth-child(2) row {
    flex-direction: row-reverse;
    display: flex;
  }


  .lolt-section .div:nth-child(2) {}

  .lolt-section .container:nth-child(2) {}

  .lolt-section .container:nth-child(2) .row {
    flex-direction: column-reverse;
  }

  .lolt-section .container img.full-img {
    margin-bottom: 15px;
  }

  .lolt-section h2 span {}

  .founder h2.text-3xl.lolt-red-text.goudy {
    font-size: 24px;
  }

  .founder {
    margin: 0;
    padding: 30px 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .founder .md\:flex-row {
    padding-bottom: 20px;
  }

  .stories-section {
    padding: 40px 10px 50px;
  }

  .stories-section p {
    font-size: 16px;
  }

  .events-card {
    padding: 40px 0;
  }

  .donor-speak {
    padding: 40px 20px;
  }

  .sec-7.highlight-of-the-month.text-center {
    padding: 48px 5px;
  }

  .sec-7.highlight-of-the-month ul.gallery li {
    width: 50%;
    max-width: 50%;
  }

  .sec-7.highlight-of-the-month ul.gallery {
    row-gap: 20px;
    margin-bottom: 20px;
  }

  .sec-7.highlight-of-the-month ul.gallery {}

  .lolt-header {
    display: none;
  }

  .founder {
    text-align: center;
  }

  .founder .aos-init.aos-animate {
    padding-bottom: 0;
  }

}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
  border: 1px solid #fdc909;
  padding: 10px;
  border-radius: 100%;
  background-color: #fdc909;
}

button.slick-prev.slick-arrow {
  margin-left: -80px;
}

button.slick-next.slick-arrow {
  margin-right: -70px;
}

.slick-dots li button {
  width: 20px;
  background: #fdc909;
  border-radius: 100%;
  height: 20px;
  margin-top: ;
}

ul.slick-dots {
  bottom: -50px;
}

.slick-dots li.slick-active button:before {
  opacity: 0;
  font-size: 0;
}

.slick-dots li.slick-active button {
  background: #b61f24;
}

.slick-dots li button:before {
  content: none;
}

.stories-section a.lolt-button.donate-now-button {
  margin-top: 70px;
}

.donor-speak a.lolt-button.donate-now-button {
  margin-top: 70px;
}

.breadcrum-banner {
  background-color: #b61f24;
  padding: 30px 0;
  background-position: top;
  text-align: center;
  color: #fff;
  position: relative;
  border-top: 5px solid #66191ce6;
}

.content {
  padding-top: 96px;
  padding-bottom: 100px;
}

.breadcrum-banner h1 {
  color: #fff !important;
  font-size: 36px;
  z-index: 1;
  display: block;
  width: 100%;
}

nav.breadcrumb-trail.breadcrumbs {
  position: relative;
  left: 0;
  top: 0;
  width: auto;
  z-index: 1;
  background-color: transparent;
  overflow: hidden;
  display: block;
}

nav.breadcrumb-trail.breadcrumbs ul li a {
  color: #fff;
}

nav.breadcrumb-trail.breadcrumbs ul.breadcrumb {
  display: flex;
  justify-content: center;
  margin-top: 0;
  list-style: none;
}

nav.breadcrumb-trail.breadcrumbs li.breadcrumb-item {
  margin: 0 10px;
  padding: 0;
  margin-left: 0;
  font-size: 12px;
}

nav.breadcrumb-trail.breadcrumbs li.breadcrumb-item.trail-begin:after {
  content: ">>";
  margin-left: 5px;
}

nav.breadcrumb-trail.breadcrumbs ul li a {
  text-decoration: underline;
}

nav.breadcrumb-trail.breadcrumbs .breadcrum-banner:after {
  content: none;
}

.project-main p {
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
}

.project-main li {
  font-weight: 600;
  font-size: 14px;
}

.project-main {
  padding: 30px 20px;
}

.inner-card {
  display: flex;
  column-gap: 20px;
}

.event-details-wrapper .words ul {
  list-style: inside;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
}

/*table*/

table {
  background-color: transparent;
  border-collapse: collapse;
}

th {
  text-align: left
}

.dcf-txt-center {
  text-align: center !important
}

.dcf-txt-left {
  text-align: left !important
}

.dcf-txt-right {
  text-align: right !important
}

.dcf-table caption {
  color: var(--caption);
  font-size: 1.13em;
  font-weight: 700;
  padding-bottom: .56rem
}

.dcf-table thead {
  font-size: .84em
}

.dcf-table tbody {
  border-bottom: 1px solid var(--b-table);
  border-top: 1px solid var(--b-table);
  font-size: .84em
}

.dcf-table tfoot {
  font-size: .84em
}

.dcf-table td,
.dcf-table th {
  padding-right: 1.78em
}

.dcf-table-bordered,
.dcf-table-bordered td,
.dcf-table-bordered th {
  border: 1px solid #000;
}

.dcf-table-bordered td,
.dcf-table-bordered th,
.dcf-table-striped td,
.dcf-table-striped th {
  padding-left: 1em;
  padding-right: 1em
}

.dcf-table-bordered tr:not(:last-child),
.dcf-table-striped tr:not(:last-child) {
  /* border-bottom: 1px solid #000; */
}

.dcf-table-striped tbody tr:nth-of-type(2n) {
  background-color: #ffe06f;
}

.dcf-table thead td,
.dcf-table thead th {
  padding-bottom: .75em;
  vertical-align: bottom
}

.dcf-table tbody td,
.dcf-table tbody th,
.dcf-table tfoot td,
.dcf-table tfoot th {
  padding-top: .75em;
  vertical-align: top
}

.dcf-table tbody td,
.dcf-table tbody th {
  padding-bottom: .75em
}

.dcf-table-bordered thead th {
  padding-top: 1.33em
}

.dcf-wrapper-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-bottom: 1em;
  position: relative;
  right: 50%;
  width: 100vw
}

@media only screen and (max-width:42.09em) {
  .dcf-table-responsive thead {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    white-space: nowrap
  }

  .dcf-table-responsive tr {
    display: block;
    border: 1px solid #000;
  }

  .dcf-table-responsive td {
    -webkit-column-gap: 3.16vw;
    -moz-column-gap: 3.16vw;
    column-gap: 3.16vw;
    display: grid;
    grid-template-columns: 1fr 2fr;
    text-align: left !important
  }

  .dcf-table-responsive.dcf-table-bordered,
  .dcf-table-responsive.dcf-table-bordered thead th {
    border-width: 0
  }

  .dcf-table-responsive.dcf-table-bordered tbody td {
    border-top-width: 0;
    border-width: 0 0 1px 0;
  }

  .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
    padding-bottom: .75em
  }

  .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
    padding-bottom: 0
  }

  .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
    padding-right: 0
  }

  .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
    border-bottom-width: 0
  }

  .dcf-table-responsive tbody td:before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
    padding-right: 1.78em
  }

  .table .dcf-w-100\% {
    width: 100% !important;
  }
}

.dcf-overflow-x-auto {
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch
}

.dcf-w-100\% {
  width: 100% !important;
}

thead {
  background-color: #b61f24;
}

.dcf-table-bordered thead th {
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

.dcf-table tbody th {
  font-size: 14px;
  line-height: 1.5;
}

.table {
  width: 100%;
  background-color: #fff;
}

.dcf-w-100\% {
  width: 100% !important;
  margin: 30px auto;
  border-radius: 34px;
}

.table .words {
  width: 100%;
  margin: 30px auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8em;
}

@media(max-width:991px) {
  .table .words {
    width: 100%;
  }

  .dcf-table tbody th {
    width: 100%;
    border: 0;
    display: block;
    border-bottom: 1px solid #000;
  }
}

/* Section 3  */

.sec-3 {
  background-color: #fff;
  padding: 30px 0 80px;
}


/* === HEADING STYLE #1 === */
.lolt-title h1 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
  color: #b61f24;
}

.lolt-title h1:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -14px;
  background-color: #b80000;
}

.lolt-title h1:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #b61f24;
}

.lolt-title h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 28px;
  color: #b61f24;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin-bottom: 20px;
}

.lolt-title h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}

.lolt-title h1 em {
  font-style: normal;
  font-weight: 600;
}

.card .white-sec p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.card .white-sec {
  padding: 10px 15px;
  background: #eaeaea;
  max-width: 400px;
  margin: 0px auto;
}

.card .custom-text {
  font-size: 18px;
  color: #fff;
}

.card {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.card .white-sec button.know-more {
  color: #b61f24;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.card .white-sec button.know-more:focus {
  outline: none;
}

.card-body a {
  cursor: pointer;
  color: #fff;
}

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}

.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 750px;
  margin: 30px auto;
  max-width: 97%;
  /* top: 80px */
}

.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 130px);
  overflow-y: auto;
}

.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}

.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}

.model-open .custom-model-inner .close-btn {
  border: 1px solid #b61f24;
  border-radius: 1000%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background-color: #b61f24;
  top: -40px;
  right: -30px;
  font-size: 40px;
  position: absolute;
  z-index: 10;
}

@media screen and (min-width:800px) {
  .custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
}

@media screen and (max-width:799px) {
  .custom-model-inner {
    margin-top: 45px;
  }
}

.pop-up-content-wrap {
  text-align: center;
}

.pop-up-content-wrap h3 {
  font-size: 23px;
  margin: 15px 0 20px;
  color: #b61f24;
  font-weight: 700;
}

.pop-up-content-wrap p {
  font-size: 17px;
}

.highlight .card {
  max-width: 550px;
}

.highlight .card .white-sec {
  max-width: 100%;
  background-color: #fff;
}

.card .highlight button.know-more {
  color: #b61f24;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.card .highlight button.know-more:focus {
  outline: none;
}

.highlight div.know-more {
  padding: 15px 0;
  border-top: 1px solid #e3e3e3;
  background-color: #b61f24;
  color: #fff;
  font-size: 18px;
}

.highlight .card .w-full.p-2.flex.items-center.mx-auto.bottom-0.text-white {
  padding: 20px 20px;
  text-align: center;
  display: block;
  font-weight: 700;
}

.highlight .card .white-sec p {
  font-size: 16px;
  line-height: 1.7;
}

.highlight .card .w-full.p-2.flex.items-center.mx-auto.bottom-0.text-white .custom-text {
  padding: 0;
  font-weight: 600;
}

/* .donor-speak .slick-prev:before,
.donor-speak .slick-next:before {
  color: #000;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 100%;
  background-color: #fff;
  color: #b61f24 !important;
} */

@media (max-width:768px) {
  .mr-mob-4 {
    margin-right: 0;
  }
}

.partner-grid-wrapper .row {
  display: flex;
  column-gap: 20px;
  margin-bottom: 20px;

}

.partner-grid-wrapper .grid {
  padding: 10px;
}

.partner-grid-wrapper .row .col-2,
.partner-grid-wrapper .col-3 {
  border: 2px solid #f5821f;
  padding: 10px;
  border-radius: 8px;
  width: 16.66%;
  display: flex;
  align-items: center;
}

.partner-grid-wrapper .row .col-3 {
  width: 26%;
}

.partner-grid-wrapper {
  padding: 40px 20px 40px;
}

.partner-grid-wrapper img {
  margin: 0 auto;
}

.partner-grid-wrapper .header-wrapper {
  padding: 15px;
}

.partner-grid-wrapper .header-wrapper h3 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
  color: #b62025;
}

.partner-grid-wrapper .header-wrapper p {
  text-align: center;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
}

.partner-grid-wrapper .grid {
  margin-top: 50px;
  max-width: 1350px;
  margin: 0 auto;
  margin-top: 40px;
}

.partner-grid-wrapper .row .col-2 img {
  width: 100%;
  object-fit: contain;
  height: 130px;
}

.partner-grid-wrapper .row .col-2 span {
  font-size: 16px;
  text-align: center;
  display: block;
  line-height: 1.5;
  font-weight: 700;
  color: #b62025;
  text-align: center;
  width: 100%;
}

@media(max-width:767px) {

  .partner-grid-wrapper .row .col-2,
  .partner-grid-wrapper .row .col-3 {
    width: 47%;
    min-height: 140px;
  }

  .partner-grid-wrapper {
    padding-top: 20px;
  }

  .partner-grid-wrapper.row .col-2 img {
    height: 70px;
  }

  .partner-grid-wrapper .grid .row {
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 15px;
  }

  .partner-grid-wrapper .row .col-2 span {
    font-size: 14px;
  }
}


.partner-grid-wrapper {
  animation: fadeInAnimation ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.logos-slider {
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 25px;
}

.logos-slider .slick-slide {
  padding: 0 !important;
  margin: 100 5px !important;
}

.logos-slider .slick-slide img {
  object-fit: contain;
}


@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* stories */

.stories-row {
  align-items: flex-end;
  /* justify-content: space-between; */
  gap: 20px;
  max-width: 1350px;
  margin: 0 auto;
}
.stories-row>.flex.justify-center {
  width: 20%;
}

.stories-row img {
  width: 190px;
  height: 190px;
  border-radius: 100%;
  min-width: 190px !important;
  object-fit: fill;
}

.stories-second-row {
  max-width: 1150px;
}

.stories-name {
  font-size: 16px;
  font-weight: 600;
}

.posi-name i {
  font-size: 12px;
  /* color: #777; */
  text-transform: uppercase;
}

.posi-name {
  font-size: 14px;
}

a {
  cursor: pointer;
}

.stories-single {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  margin-top: 100px;
}

.stories-single .card {
  padding: 20px;
  border-radius: 24px;
  padding-bottom: 50px;
}

.stories-single .card img {
  margin: 0 auto;
}

.stories-single .card img {
  margin-top: -120px;
  z-index: 10;
  position: relative;
  max-width: 180px;
  border-radius: 100%;
  height: 180px;
  width: 180px;
  object-fit: fill;
}

.stories-single .leading-normal {
  font-size: 14px;
  text-align: justify;
  font-weight: 400;
}



/* .single-stories-main {
  padding-top: 96px;
} */

@media (max-width:768px) {

  .stories-single-wrapper {
    padding: 50px 30px;
    padding-top: 40px;
  }

  .single-stories-main {
    padding-top: 8px;
  }
}

/* Contact Page */

/* .contact-page {
  padding-top: 96px;
} */

@media (max-width:768px) {
  .contact-page {
    padding-top: 8px;
  }
}

/* .location-container,
.form-container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 50px 0;
} */

.form-container {
  padding: 0px;
}

/* .block-title:before,
.widgettitle:before {
  position: absolute;
  width: 40px;
  height: 3px;
  content: " ";
  left: 0;
  bottom: -10px;
  background: #b61f24;
}

.block-title:after,
.widgettitle:after {
  position: absolute;
  width: 3px;
  height: 3px;
  content: " ";
  left: 43px;
  bottom: -10px;
  background: #b61f24;
} */

.block-title {
  position: relative;
  /* margin-bottom: 35px; */
  font-size: 26px;
  color: #b61f24;
}

.location-container a,
.location-container strong {
  font-size: 14px;
}

.location-container address {
  font-size: 14px;
  margin: 10px 0;
}

.location-container hr {
  border-color: #b61f24;
  border-width: 1px;
  border-style: dashed;
  margin-bottom: 0;
}

.contact form {
  padding: 1px 20px 20px;
  background-color: #FFF;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .19);
  border-radius: 9px;
  width: 100%;
  margin-top: 30px;
}

.contact input[type=submit] {
  background-color: #b61f24;
  color: #fff;
  border-radius: 20px;
}

.form-container h4.block-title {
  margin-bottom: 20px;
}

.form-container .grid-cols-1.grid {
  max-width: 750px;
  margin: 0 auto;
}

/* From Index */
section.event-card {
  /* background-color: #ffe06f; */
  padding: 40px 0px;
}

section.event-card h2 {
  color: #b62025;
  margin-bottom: 40px;
  font-size: 45px;
  line-height: 52px;
  font-weight: 700;
  margin-top: 10px;
}


.events-card button.tablinks {
  width: 50%;
  background-color: #b61f2429;
}

section.event-card h4 {
  color: #000;
  margin: 0;
  font-weight: 700;
  margin-bottom: 0;
}

.event-card img {
  width: 100%;
  border-radius: 10px;
}

.event-date {
  background-color: #b62025;
  text-align: center;
  width: 120px;
  font-size: 21px;
  height: 120px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-top: 0px;
  margin-left: 30px;
  box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 6%);
}

.event-date span.day {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.event-date span.month {
  font-size: 14px;
  font-weight: 700;
}

section.event-card .right-sec h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}

.event-card .right-sec img {
  width: 15px;
  margin-top: -1px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  padding: 0 !important;
}

span.time {
  line-height: 15px;
}

.right-sec span {
  display: inline-table;
  margin: 0 10px 0;
  padding-left: 20px;
  position: relative;
  margin-top: -4px;
  font-size: 14px;
}

.right-sec span.location img {
  margin-top: 4px;
}

.right-one-card .event-date {
  background-color: #000;
  margin: 0;
}

.right-one-card li {
  padding: 20px 0;
  list-style: none;
  border-bottom: 1px solid #dbbd51;
}

.right-one-card li:last-child {
  border: 0;
}

.img_effect_white {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-radius: 10px;
}

.img_effect_white a img {
  transition: 0.5s;
  width: 100%;
}

.content-section {
  z-index: 100;
  position: relative;
}

.events_img.img_effect_white {
  z-index: 0;
  position: static;
}


.img_effect_white:hover a img {
  filter: grayscale(90%);
  transform: scale(1.1);
}

.img_effect_white:hover a:after {
  animation: shine 0.8s;
}

section.event-card h4,
section.event-card h4+h2 {
  text-align: center;
}

.events_img:hover a img {
  filter: grayscale(90%);
  transform: scale(1.1);
}

.event-card .row {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}

.event-card .col-md-6 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.event-card .col-md-3 {
  width: 25%;
}

.event-card .col-md-9 {
  width: 75%;
  padding-left: 20px;
}

.event-card .col-md-1,
.event-card .col-md-10,
.event-card .col-md-11,
.event-card .col-md-12,
.event-card .col-md-2,
.event-card .col-md-3,
.event-card .col-md-4,
.event-card .col-md-5,
.event-card .col-md-6,
.event-card .col-md-7,
.event-card .col-md-8,
.col-md-9 {
  float: left;
}

section.event-card .right-one-card {
  padding-left: 50px;
}


@media(max-width:991px) {

  .event-card .col-md-6,
  .event-card .col-md-3,
  .event-card .col-md-9 {
    width: 30%;
    padding: 0;
  }

  .event-card>.px-12>.row {
    display: flex;
    flex-direction: column;
    margin: 0;
  }

  section.event-card .px-12 {
    padding: 0 20px;
  }

  .img_effect_white a img {
    height: 200px !important;
    object-fit: fill !important;
  }

  .px-12 {
    padding: 0 20px;
  }

  .sticky {
    z-index: 1000;
  }

  .event-date span.day {
    font-size: 16px;
  }

  section.event-card {
    padding: 30px 0 20px;
  }

  .event-date {
    width: 75px;
    height: 75px;
    font-size: 15px;
    margin-left: 10px;
    margin-top: 0;
  }

  section.event-card .right-sec h2 {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 10px;
    margin-left: 10px;
    /* margin-bottom: 10px; */
  }

  .right-sec.col-md-9 {
    display: block;
    width: 70%;
  }

  .content-section {
    /* height: 100%; */
  }

  .content-section .row {
    display: block;
    margin: 0;
  }

  section.event-card .right-one-card {
    padding: 0;
    margin-top: 20px;
  }

  .right-one-card li {
    padding-bottom: 20px;
    /*margin-bottom: 20px;*/
    /* border: 0; */
    position: relative;
    display: block;
    height: 100%;
    display: inline-block;
  }

  .right-one-card ul {
    padding-top: 0px;
    border-top: 1px solid #dbbd51;
  }

  section.event-card .right-one-card .row {
    display: flex;
  }

  section.event-card .right-one-card .row .right-sec.col-md-9 {
    margin-top: -7px;
  }

  section.event-card h2 {
    font-size: 26px;
    margin: 0 0 10px;
  }
}

/* Style the tab */
.tab {
  overflow: hidden;
  background-color: #fff;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #b61f24;
  color: #fff;
}

/* Create an active/current tablink class */
.events-card button.tablinks.active {
  background-color: #b61f24;
  color: #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.events-card {
  max-width: 700px;
  margin: 0 auto;
  padding: 70px 0;
}

.events-card button.tablinks {
  width: 50%;
  background-color: #b61f2429;
}

.events-card h2.text-3xl.lolt-red-text {
  margin-bottom: 30px;
  text-align: center;
  font-size: 42px;
}

.z-20.hidden.xl\:block.md\:fixed.w-full {
  z-index: 1000;
}

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}

.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 750px;
  margin: 30px auto;
  max-width: 97%;
  top: 80px
}

.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 130px);
  overflow-y: auto;
}

.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
  max-width: 700px;
}

.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}

.close-btn {
  position: absolute;
  right: 0;
  top: -36px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

@media screen and (min-width:800px) {
  .custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
}

@media screen and (max-width:799px) {
  .custom-model-inner {
    margin-top: 45px;
  }
}

.pop-up-content-wrap {
  text-align: center;
}

.pop-up-content-wrap h3 {
  font-size: 23px;
  margin: 15px 0 20px;
  color: #b61f24;
  font-weight: 700;
}

.pop-up-content-wrap p {
  font-size: 17px;
}

@media(max-width:991px) {

  .event-card .col-md-6,
  .event-card .col-md-3,
  .event-card .col-md-9 {
    width: 30%;
    padding: 0;
  }

  .event-card>.px-12>.row {
    display: flex;
    flex-direction: column;
    margin: 0;
  }

  section.event-card .px-12 {
    padding: 0 20px;
  }

  .img_effect_white a img {
    height: 200px !important;
    object-fit: fill !important;
  }

  .px-12 {
    padding: 0 20px;
  }

  .sticky {
    z-index: 1000;
  }

  .event-date span.day {
    font-size: 16px;
  }

  section.event-card {
    padding: 30px 0 20px;
  }

  .event-date {
    width: 75px;
    height: 75px;
    font-size: 15px;
    margin-left: 10px;
    margin-top: 0;
  }

  section.event-card .right-sec h2 {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 10px;
    margin-left: 10px;
    /* margin-bottom: 10px; */
  }

  .right-sec.col-md-9 {
    display: block;
    width: 70%;
  }

  .content-section {
    /* height: 100%; */
  }

  .content-section .row {
    display: block;
    margin: 0;
  }

  section.event-card .right-one-card {
    padding: 0;
    margin-top: 20px;
  }

  .right-one-card li {
    padding-bottom: 20px;
    /*margin-bottom: 20px;*/
    /* border: 0; */
    position: relative;
    display: block;
    height: 100%;
    display: inline-block;
  }

  .right-one-card ul {
    padding-top: 0px;
    border-top: 1px solid #dbbd51;
  }

  section.event-card .right-one-card .row {
    display: flex;
  }

  section.event-card .right-one-card .row .right-sec.col-md-9 {
    margin-top: -7px;
  }

  section.event-card h2 {
    font-size: 26px;
    margin: 0 0 10px;
  }

  .right-sec span {
    padding-left: 0;
  }
}

.program-wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 25px;

  @media (max-width:768px) {
    flex-wrap: wrap;
    row-gap: 15px;
  }
}

.Social-media {
  display: flex;
  justify-content: center;
}

.Social-media a {
  display: flex;
  background: #fff;
  height: 45px;
  width: 45px;
  margin: 0 15px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 6px 6px 10px -1px rgba(0, 124, 196, 0.15),
    -6px -6px 10px -1px rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 124, 196, 0);
  transition: transform 0.5s
}

.Social-media a i {
  font-size: 50px;
  color: #777;
  transition: transform 0.5s;
}

.Social-media a:hover {
  box-shadow: inset 4px 4px 6px -2px rgba(0, 0, 0, 0.2),
    inset -4px -4px 6px -1px rgba(255, 255, 255, 0.7),
    -0.5px -0.5px 0px -1px rgba(255, 255, 255, 1),
    0.5px 0.5px 0px rgba(0, 0, 0, 0.15),
    0px 12px 10px -10px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 124, 196, 0.1);
  transform: translateY(2px);
}

.Social-media a:hover i {
  transform: scale(0.90);
}

.Social-media a:hover .fa-facebook {
  color: #3b5998;
}

.Social-media a:hover .fa-twitter {
  color: #00acee;
}

.Social-media a:hover .fa-whatsapp {
  color: #4fce5d;
}

.Social-media a:hover .fa-instagram {
  color: #f14843;
}

.Social-media a:hover .fa-youtube {
  color: #f00;
}

/* Call Now Button */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(0.9);
  }
}

.mypage-alo-phone {
  position: fixed;
  right: 30px;
  bottom: 80px;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 200000 !important;
}

.mypage-alo-ph-img-circle {
  width: 30px;
  height: 30px;
  top: 43px;
  left: 43px;
  position: absolute;
  background: url(https://i.imgur.com/J9AXAq7.png) no-repeat center center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #FF992C;
  background-size: 70%;
  -webkit-animation: pulse 01s infinite;
}

.mypage-alo-ph-circle-fill {

  width: 60px;
  height: 60px;
  top: 28px;
  left: 28px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background-color: rgba(241, 168, 5, 0.5);
  opacity: .75 !important;
  -webkit-animation: pulse 1s infinite;
}

.mypage-alo-ph-circle {
  width: 90px;
  height: 90px;
  top: 12px;
  left: 12px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: .1;
  border-color: #ffb56b;
  opacity: .5;
}

.modalPopup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: auto;
  marg -webkit-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .2);
}

.modalPopup .bottom-bar {
  background-color: #b83336;
  padding: 15px;
  color: #fff;
  font-weight: 600;
}

.modalContent {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
}

.headerBar {
  width: 100%;
  margin: 0;
  text-align: center;
}

.headerBar img {
  margin: 0;
  width: 100%;
  height: 90vh;
}

h1 {
  margin-bottom: .2em;
  font-size: 26px;
  text-transform: capitalize;
}

p {
  margin: .75em 0 1.5em;
}

.buttonStyle {
  border: transparent;
  border-radius: 0;
  background: #6d6d6d;
  color: #eee !important;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  background-color: #b61f24;
  padding: 5px 9px;
  text-decoration: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.buttonStyle:hover {
  background: #1e1e1e;
  color: #fff;
  background: -moz-linear-gradient(top, #1e1e1e 0%, #6d6d6d 100%, #6d6d6d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e1e1e), color-stop(100%, #6d6d6d), color-stop(100%, #6d6d6d));
  background: -webkit-linear-gradient(top, #1e1e1e 0%, #6d6d6d 100%, #6d6d6d 100%);
  background: -o-linear-gradient(top, #1e1e1e 0%, #6d6d6d 100%, #6d6d6d 100%);
  background: -ms-linear-gradient(top, #1e1e1e 0%, #6d6d6d 100%, #6d6d6d 100%);
  background: linear-gradient(to bottom, #1e1e1e 0%, #6d6d6d 100%, #6d6d6d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e1e1e', endColorstr='#6d6d6d', GradientType=0);
}

.returnToProfile {
  text-align: center;
  margin: 3em;
}

.returnToProfile a,
.returnToProfile a:visited {
  color: #ddd;
}

.returnToProfile a:hover {
  color: #fff;
}

@media(max-width:600px) {
  .modalPopup {
    width: 90%;
  }

  .buttonStyle {
    border-radius: 100%;
    width: 15px;
    height: 15px;
    line-height: 1;
    padding: 0;
    text-align: center;
    font-size: 9px;
  }

  .modalContent {
    top: 0px;
    right: 5px;
  }
}

.logos-slider .slick-slide {
  box-shadow: 0 2px 19px rgb(0 0 0 / 0%), 0 6px 6px rgb(0 0 0 / 7%);
  padding: 25px;
  border: 1px solid #e3e3e3;
}

hr {
  border-bottom: 1px solid #e3e3e3;
  margin: 20px 0;
}

@media(max-width:1350px) {
  a.topnav {
    padding: 33px 10px;
  }
}

@media(max-width:767px) {
  .events-card-wrapper {
    padding: 0 !important;
  }

  .items span {
    width: 100% !important;
    text-align: center;
  }

  .wrapper .items {
    display: flex !important;
    flex-wrap: wrap !important;
    row-gap: 10px !important;
    justify-content: center !important;
  }
}

.visionMission .profileInfo {
  text-align: center;
}

.visionMission .profileInfo img {
  max-width: 250px;
  border: 5px solid #ee7c23;
  border-radius: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.col-sm-4 {
  max-width: 33.33%;
  flex: 0 0 33.33%;
}

.visionMission h4 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 5px;
}

.visionMission .profileInfo span {
  font-size: 14px;
}

.visionMission {
  margin-bottom: 30px;
}

.visionMission .contentWrapper {
  text-align: center;
}

.visionMission .contentWrapper h2 {
  font-size: 30px;
  font-family: 'Goudy Bookletter 1911', serif !important;
  margin-bottom: 25px;
}

.d-flex {
  display: flex;
}


.visionWrapper,
.missionWrapper {
  text-align: center;
  margin: 0 20px;
}

.visionMission .contentWrapper p.button {
  text-align: center;
  background: #ee7c23;
  width: auto;
  display: inline-block;
  margin: 0;
  color: #fff;
  padding: 5px 35px;
  border-radius: 20px;
  font-weight: 700;
}

.visionMission .contentWrapper p {
  font-size: 14px;
  color: #000;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}

.visionMission .row {
  align-items: center;
}

.icon-wrapper .icon {
  max-width: 100px;
  margin: 0 auto;
  border: 3px solid #ee7c23;
  padding: 10px;
  border-radius: 100%;
}

.icon-box {
  width: 25%;
  text-align: center;
}

.ourProgramme {
  padding: 20px 0;
  text-align: center;
}

.ourProgramme h2 {
  font-size: 30px;
  font-family: 'Goudy Bookletter 1911', serif !important;
  margin-bottom: 25px;
}

.icon-box h3 {
  font-size: 21px;
  font-weight: 500;
}

.projectDetails img {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}

.accreditations h1 {
  text-align: center;
}

figcaption {
  font-style: italic;
  font-size: 14px;
  text-align: center;
}

.card-block .feature-card {
  width: 32.33%;
  flex: 0 0 auto;
}

.card-block .feature-card {
  background-color: #ee7c23;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  align-items: center;
  display: flex;
  font-weight: 700;
  justify-content: center;
}

.card-block .d-flex {
  column-gap: 10px;
  row-gap: 10px;
  flex-wrap: wrap;
}

.terminallyIll .col-8 {
  max-width: 67.77%;
  flex: 0 0 67.77%;
}

.terminallyIll strong {
  font-weight: 700;
}

.terminallyIll p {
  margin: 14px 0px;
  margin-right: 70px;
}

.terminallyIll .row {
  margin: 0 !important;
}

@media (max-width:767px) {

  .visionWrapper,
  .missionWrapper {
    width: 100%;
  }

  .visionMission .contentWrapper .d-flex {
    flex-wrap: wrap;
  }

  .contentWrapper {
    margin-top: 30px;
  }

  .visionWrapper p,
  .missionWrapper p {
    max-width: 250px;
    margin: 10px auto 20px;
  }

  .icon-box {
    width: 50%;
  }

  .icon-wrapper .d-flex {
    flex-wrap: wrap;
    row-gap: 18px;
  }

  .icon-wrapper .d-flex h3 {
    margin-top: 8px;
    font-size: 16px;
  }

  .col-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (max-width:767px) {

  html,
  body {
    overflow-x: hidden;
  }

  .right-sec span {
    padding-left: 25px;
  }

  .event-date {
    height: 90px;
  }
}

.participate-banner {
  padding: 30px 0;
  background-position: top;
  text-align: center;
  color: #fff;
  position: relative;
  border-top: 5px solid #66191ce6;
  background-image: url(images/tata-mumbai-marathon-12.jpg);
  height: 350px;
  background-size: cover;
  background-position: center;
  background-color: #000000b3;
  background-blend-mode: color-dodge;
  padding: 120px 0;
}

.participate-banner h4 {
  color: #fff !important;
  font-size: 52px;
  z-index: 1;
  display: block;
  width: 100%;
}

.lolt-section.bg-gray {
  background-color: #f7f7f7;
}


.timeline {
  position: relative;
  margin: auto;
  width: 100%;
  box-sizing: border-box;
  max-width: 950px;
}

.timeline:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #c5c5c5;
  top: 0px;
}

.timeline ul {
  padding: 0;
  margin: 0;
}

.timeline ul li {
  list-style: none;
  position: relative;
  width: 50%;
  padding: 0 20px 40px;
  box-sizing: border-box;
}

.timeline ul li:nth-child(odd) {
  float: left;
  text-align: right;
  clear: both;
}

.timeline ul li:nth-child(even) {
  float: right;
  clear: both;
}

.content {
  padding-top: 0px !important;
  padding-bottom: 20px;
}

.timeline ul li:nth-child(odd) li,
.timeline ul li:nth-child(even) li {
  padding: 0;
}

.timeline ul li:nth-child(odd):before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: -11px;
  /*        background: rgba(233, 33, 99, 1);*/
  /*        background: #b62038;*/
  background: #b62038;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  border-radius: 50%;
  transition: transform 0.2s ease-in-out !important;
  /*        box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.2);*/
  box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.2);
}

.timeline ul li:nth-child(odd):hover::before {
  transform: scale(1.2) !important;
  box-shadow: 0 0 0 3px rgb(253 201 9);
}

.timeline ul li:nth-child(even):before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  left: -10px;
  background: #b62038;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.2);
  transition: transform 0.2s ease-in-out !important;
}

.timeline ul li:nth-child(even):hover::before {
  transform: scale(1.2) !important;
  box-shadow: 0 0 0 3px rgb(253 201 9);
}

.timeline ul li h3 {
  font-size: x-large;
  padding: 0;
  margin: 0;
  /*        color: rgba(233, 33, 99, 1);*/
  color: #b62038;
  font-weight: 600;
}

.timeline ul li p {
  margin: 10px 0 0;
  padding: 0;
}

.timeline ul li .time h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 900;
  font-family: 'Open Sans', sans-serif;
}

.timeline ul li:nth-child(odd) .time {
  position: absolute;
  top: 0;
  right: -165px;
  margin: 0;
  padding: 8px 16px;
  background: #fdc909;
  color: #000;
  border-radius: 18px;
  box-shadow: 0 0 0 3px #b62038;
}

.timeline ul li:nth-child(even) .time {
  position: absolute;
  top: 12px;
  left: -165px;
  margin: 0;
  padding: 8px 16px;
  background: #fdc909;
  color: #000;
  border-radius: 18px;
  box-shadow: 0 0 0 3px #b62038;
}

.timeline .content ul {
  padding: 0;
}

.timeline .content ul li {
  padding: 0;
  float: none;
  margin: 10px 0;
  clear: none;
  width: 100%;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
}

.timeline .content ul li:before {
  content: none;
}

.timeline ul li:nth-child(even) li {
  text-align: left;
}

@media(max-width:1000px) {
  .timeline {
    width: 100%;
  }
}

@media(max-width:767px) {
  .content {
    padding-top: 10px !important;
    padding-bottom: 20px;
  }

  .timeline {
    width: 100%;
    padding-bottom: 0;
    margin-top: 60px;
  }

  h1 {
    font-size: 40px;
    text-align: center;
  }

  .timeline:before {
    left: 14px;
    height: 100%;
    top: -10px;
  }

  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even) {
    width: 100%;
    text-align: left;
    padding-left: 50px;
    padding-bottom: 50px;
  }

  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before {
    top: -30px;
    /*            top: -18px;*/
    /*            left: 16px;*/
    left: 5px;
  }

  .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time {
    top: -40px;
    left: 50px;
    right: inherit;
  }

  .breadcrum-banner {
    margin-top: 38px;
  }
.single-stories-main .breadcrum-banner {
    margin-top: 30px;
}
}

.local-solicitors-info {
	position: relative;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}

.local-solicitors-info img{
	width: 100%;
	transition: all 0.5s ease;
}

.local-solicitors-info:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.50);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9;
}
.health-sec:hover .img-info:before,
.sliders:hover .slider-img:before,
.local-solicitors:hover .local-solicitors-info:before {
	opacity: 1;
	visibility: visible;
}

.local-solicitors-content > .v-2{
	font-weight: 600;
	font-size: 12px;
	color: #ffffff;
	background: #E61E40;
	height: 42px;
	padding: 0 20px;
	line-height: 42px;
	text-align: center;
	border-radius: 5px;
	display: inline-block;
	position: relative;
	top: -23px;
	left: 0px;
	text-transform: uppercase;
	z-index: 99;
}

.local-solicitors-content > .v-2 i{
	padding-right: 7px;
}

.local-solicitors-content h3{
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #b61f24;
	margin-bottom: 20px;
}

.local-solicitors-content p{
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000;
	margin-bottom: 18px;
}

.widget.widget-instagram .col-lg-4{
	padding: 0;
	padding-left: 10px;
}



.local-solicitors-info {
	position: relative;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
  max-height: 320px;
}

.local-solicitors-info img{
	width: 100%;
	transition: all 0.5s ease;
}

.local-solicitors-info:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.50);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9;
}
.health-sec:hover .img-info:before,
.sliders:hover .slider-img:before,
.local-solicitors:hover .local-solicitors-info:before {
	opacity: 1;
	visibility: visible;
}

.local-solicitors-content > .v-2{
	font-weight: 600;
	font-size: 12px;
	color: #ffffff;
	background: #E61E40;
	height: 42px;
	padding: 0 20px;
	line-height: 42px;
	text-align: center;
	border-radius: 5px;
	display: inline-block;
	position: relative;
	top: -23px;
	left: 0px;
	text-transform: uppercase;
	z-index: 99;
}

.local-solicitors-content > .v-2 i{
	padding-right: 7px;
}

.local-solicitors-content h3{
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #b61f24;
	margin-bottom: 20px;
}

.local-solicitors-content p{
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000;
	margin-bottom: 18px;
}

.widget.widget-instagram .col-lg-4{
	padding: 0;
	padding-left: 10px;
}

.local-solicitors-content.v-2 p{
	padding-right: 55px;
}

.local-solicitors-content span{
	font-weight: 600;
	font-size: 15px;
	color: #E61E40;
}

.local-solicitors-content span i{
	padding-right: 7px;
}

.local-solicitors-content{
	border-radius: 0px 0px 10px 10px;
	padding: 0px 26px 30px 26px;
	position: relative;
	border-top: 0;
}
.local-solicitors{
	position: relative;
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.local-solicitors:hover .local-solicitors-info img {
    transform: scale(1.05) rotate(1deg);
}
.local-solicitors > .next-link.link {
    text-align: center;
    border-radius: 10px 0 10px 0;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.next-link {
    background-color: #ffe06f;
    width: 52px;
    height: 52px;
    line-height: 52px;
}
.btn-anm {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.btn-anm.v2:before {
    background: #E61E40;
}
.btn-anm:before{
    position: absolute;
    top: 133px;
    left: -50px;
    right: -50px;
    height: 170px;
    content: "";
    background: #FFCF00;
    -webkit-transform: translateY(-55px);
    transform: translateY(-55px);
    border-radius: 50%;
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    z-index: -1;
}

.next-link img {
    transform: rotate(-180deg);
    vertical-align: middle;
    height: 51px;
    object-fit: none;
}

.sec-3 .card{
  box-shadow: none;
  max-width: 33.33%;
}

.sec-3 ul.slick-dots li {
  width: 5px;
  height: 5px;
  margin: 0 6px;
}

.sec-3 .slick-dots li button {
  width: 10px;
  height: 10px;
}
.sec-3 ul.slick-dots {
  bottom: -15px;
}
.model-open .custom-model-inner .close-btn {
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: -15px;
  font-size: 20px;
  right: -10px;
}

.sec-3  .slick-slide img{
  padding: 0 !important;
  height: auto;
  width: 100%;
  cursor: zoom-in;
  max-height: 400px;
  object-fit: cover;
}




.sec-3  .content-wrapper {
  padding: 10px 20px;
  max-height: 500px;
  overflow: auto;
}
.sec-3  .content-paragraph {
  max-height: 200px;
  overflow: auto;
}
.slick-lightbox {
  z-index: 100000;
}


.slick-lightbox-close {
  background-color: rgb(182, 31, 36);
  width: 40px;
  height: 40px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  }
  .slick-lightbox {
  background-color: rgba(0, 0, 0, 0.91) !important;
  z-index: 1000000000;
  }

  .slick-lightbox .slick-lightbox-inner .slick-prev, .slick-lightbox .slick-lightbox-inner button.slick-next.slick-arrow {
  margin: 0px !important;
  z-index: 1000000000;
  }

  .slick-lightbox .slick-lightbox-inner .slick-prev {
  left: 40px !important;
  }

  .slick-lightbox .slick-lightbox-inner button.slick-next.slick-arrow {
  right: 50px !important;
  }


  @media (max-width:767px) {
    .sec-3 .card {
      max-width: 100%;
  }
  
  .local-solicitors > .next-link.link {
      max-width: 70px;
      margin: 0 auto;
      left: 50%;
      transform: translateX(-50%);
      right: auto;
  }
  
  .local-solicitors-content {
      padding-bottom: 70px;
  }
  
  .model-open .custom-model-inner {
      max-width: 95%;
      margin: 0;
      top: 40px;
  }
  .sec-3 .slick-slide img {
    object-fit: cover;
    height: 400px;
  }
  .custom-model-wrap {
    max-height: 85vh;
  }
}



.gallery-image-container:before img{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3sease;
    z-index: 9;
}

.gallery-image-container:hover img:before {
    visibility: visible;
    opacity: 1;
}
.gallery-image-container:hover img {
    transform: scale(1.05) rotate(1deg);
}
.gallery-image-container img {
    width: 100%;
    transition: all 0.5s ease;
}

.donate-page .lolt-section li {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.7;
  padding: 0;
}
.donate-page .stories-section a.lolt-button.donate-now-button {
  margin-top: 20px;
}
.donate-page .lolt-section {
  padding-top: 0;
}

.donate-page  .sec-5.bg-white.lolt-section {
  background: #ffe06f;
  padding: 50px 20px;
}

.bank-section {
  padding: 50px 20px;
}
.bank-section h1.text-2xl {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #b61f24;
  margin-bottom: 20px;
}
.bank-section .card {
  border-radius: 8px;
}

.bank-section .card span {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}


.bank-section .row {
  display: flex;
  margin: 0 -15px;
}

.bank-section .row .col-6 {
  width: 100%;
  max-width: 100%;
}
.bank-section .card i {
  font-size: 13px;
  font-weight: 700;
}
.bank-section  .lolt-title {
  margin-bottom: 50px;
}

.bank-section  .lolt-title h1 {
  font-size: 32px;
  text-transform: capitalize;
}


@media (max-width:767px){
  .donate-page .sec-5.bg-white.lolt-section {
    padding: 20px;
}

.donate-page .lolt-section h2 span {
    line-height: 1.2;
    margin: 0;
    margin-top: 20px;
    font-size: 14px;
}

.donate-page  .lolt-section h2 {
    line-height: 1.2;
    font-size: 32px;
}

.donate-page .lolt-section li {
    font-size: 14px;
}

.donate-page  .sec-5.bg-white.lolt-section ul {
    margin-top: 0 !important;
}

.bank-section {
    padding: 30px 20px;
}

.bank-section .lolt-title h1 {
    font-size: 28px;
}

.bank-section .row {flex-wrap: wrap;row-gap: 30px;}
.slick-initialized h3.slick-slide {
  font-size: 18px;
}
}


h3.slick-slide {
    text-align: center;
    font-size: 24px;
}


 ul.slick-dots li:nth-child(1), ul.slick-dots li:nth-child(2), ul.slick-dots li:nth-child(3), ul.slick-dots li:nth-child(4), ul.slick-dots li:nth-child(5), ul.slick-dots li:nth-child(6) {
  display: inline-block;
}

 .slick-dots li {
  display: none;
}


.no-gallery-wrapper h3 {
  font-size: 24px;
  line-height: 40px;
}

.sponsor-logo img {
    max-width: 120px;
}

.sponsor-logo span {
    font-size: 14px;
    text-align: center;
    color: #b61f24;
    font-weight: 700;
}

.row.donate-row {
    flex-wrap: wrap;
}

.donate-row .col-md-4 .card {
    float: none;
}

.single_content .left-title h1 {
    font-size: 20px;
    text-align: left;
    line-height: 1.5;
    font-weight: 600;
}