html {
  scroll-behavior: smooth;
}
body {
  font-family: "Quicksand", sans-serif;
  overflow-x: hidden;
}
.gap {
  padding: 120px 0;
}
a,
img,
:before,
:after,
button,
input,
textarea,
span,
figure,
.project-style1 .project-hover,
.blog-style1 .share-this-inner li,
.project-style3 .project-txt p,
.cause-style5 .cause-img > h4,
.cause-style5 .cause-hover,
header nav > ul > li ul,
.custom-about-box img,
.custom-about-box h3,
.custom-about-box p,
.project-style1:hover .project-box span > span i {
  -webkit-transition: all 0.45s linear;
  transition: all 0.45s linear;
}
.theme-btn {
  border-radius: 100px !important;
}
.mt-30 {
  margin-top: 20px;
}
.font-style-normal {
  font-style: normal;
}
.slick-slider button.slick-arrow {
  color: transparent;
  background-color: transparent;
  padding: 0;
  position: absolute;
  top: -70px;
  /* right: 30px; */
}
.slick-slider button.slick-prev {
  /* right: 60px; */
}
.slick-slider button.slick-arrow::before {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 46px;
  text-align: center;
  border: 1px solid #f45a46;
  font-family: "Font Awesome 5 Free";
  color: #ffffff;
  font-weight: 900;
  display: block;
}
.slick-slider button.slick-arrow:hover::before {
  color: #000;
}
.slick-slider button.slick-prev::before {
  content: "\f060";
}
.slick-slider button.slick-next::before {
  content: "\f061";
}
.slick-slider .slick-dots li {
  display: inline-flex;
  margin: 0 3px;
  align-items: center;
}
.slick-slider .slick-dots li button {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #fff;
  padding: 0;
  color: transparent;
  border: 2px solid #a5a5a5;
}
.slick-slider .slick-dots li.slick-active button {
  height: 20px;
  width: 20px;
}
.slick-slider .slick-dots {
  position: absolute;
  top: -40px;
  right: 26%;
}
@media (min-width: 1366px) {
  .custom-continer-fluid {
    width: calc(100% - 105px);
    margin-left: auto;
  }
}
@media (min-width: 1400px) {
  .custom-continer-fluid {
    width: calc(100% - 130px);
    margin-left: auto;
  }
}
@media (min-width: 1440px) {
  .custom-continer-fluid {
    width: calc(100% - 150px);
    margin-left: auto;
  }
}
@media (min-width: 1600px) {
  .custom-continer-fluid {
    width: calc(100% - 222px);
    margin-left: auto;
  }
}
@media (min-width: 1680px) {
  .custom-continer-fluid {
    width: calc(100% - 262px);
    margin-left: auto;
  }
}
@media (min-width: 1920px) {
  /*     .custom-continer-fluid {
          width: calc(100% - 382px);
          margin-left: auto;
      } */
}
.py-110 {
  padding: 110px 0;
}
/*===============top-bar start===========*/
.header1-topbar .top-bar {
  padding: 5px 0;
  font-family: "Quicksand", sans-serif;
}
.header1-topbar .top-bar ul > li + li {
  margin-left: 30px;
  padding-left: 30px;
}
.top-bar ul > li > span {
  font-size: 13px;
}
.header1-topbar .social-medias > a {
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
}
/* .header1-topbar .social-medias > a:hover {
  background: transparent;
  border: 1px solid;
} */
.top-bar .seprator li {
  position: relative;
}
.top-bar .seprator li::before {
  content: "";
  width: 1px;
  height: 15px;
  position: absolute;
  background-color: white;
  right: -30px;
  top: 4px;
  opacity: 0.2;
}
.top-bar ul > li > span {
  color: #303030;
}
/*===============Header-1 start===========*/
.header-1,
.header-2 {
  align-items: center !important;
  padding: 0;
}
.header-1 nav > ul,
.header-2 nav > ul {
  display: flex !important;
  list-style: none;
  float: left;
}
.header-1 nav > ul > li > a,
.header-2 nav > ul > li > a {
  font-size: 16px;
  padding-right: 35px;
  font-weight: 600;
  color: white;
  padding-top: 42px;
  padding-bottom: 42px;
}
.header-1 .button,
.header-2 .button {
  display: inline;
  float: right;
}
.header-1 .urgent-popup-list a,
.header-2 .urgent-popup-list a {
  padding: 15px 28px;
  text-transform: uppercase;
  border: 2px solid;
}
.header-1 nav,
.header-2 nav {
  display: flex;
  align-items: center;
  justify-content: end;
}

/*============Dropdown===========*/
header nav > ul > li ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 230px;
  z-index: 10;
  list-style: none;
  margin-top: 30px;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  border: 1px solid #f56a0180;
}
header nav > ul > li.menu-item-has-children {
  position: relative;
}
header nav > ul > li.menu-item-has-children:hover > ul {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
header nav > ul > li ul li ul {
  margin: 0;
  left: 100%;
}
header nav > ul > li ul li.menu-item-has-children:hover > ul {
  opacity: 1;
  visibility: visible;
  top: -1px;
}
header nav > ul > li ul li.menu-item-has-children > a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
header nav > ul > li ul li {
  position: relative;
  padding: 0 17px;
}
header nav > ul > li ul li:not(:last-child) a {
  border-bottom: 1px solid #e7e7e7;
}
header nav > ul > li ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #fefae1;
}
.header-1.header5 nav > ul > li ul li::before {
  background-color: rgba(255, 255, 255, 0.15);
}
header nav > ul > li > ul > li:hover::before {
  width: 100%;
}
header nav > ul > li ul li ul li:hover::before {
  width: 100%;
}
header nav > ul > li ul li a {
  position: relative;
  padding: 16px 0;
  font-size: 13px;
  font-weight: 600;
}
header nav > ul > li ul li:not(:first-child) a::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
}
.header-1.header5 nav > ul > li ul li:not(:first-child) a::before {
  background-color: rgba(255, 255, 255, 0.15);
}
header nav > ul > li > ul > li:hover > a::before {
  opacity: 0;
}
.header-1.header3 nav > ul > li ul li.menu-item-has-children > a::after {
  content: "\f0c8";
  color: #d9d9d9;
  font-size: 10px;
}
/*.header-1.header3:before,.header-1.header3:after {
      content: "";
      width: 100vw;
      height: 100%;
      background-color: #6b195a;
      position: absolute;
      top: 0;
      z-index: -1;
  }
  
  .header-1.header3:after {
      left: 0
  }
  .header-1.header3:before{
      right: 0
  }*/
/*===========Home Page========*/
.cause-item-style1 .cause-content {
  position: absolute;
  background-color: #6e2b60;
  padding: 30px 30px 30px 50px;
  transform: translateX(-20px);
  bottom: 30px;
  width: 100%;
  transition: all 0.35s cubic-bezier(0, 0.93, 1, 1);
  -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.35s cubic-bezier(0, 0.93, 1, 1);
}
.cause-item-style1 .cause-content h3 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  color: white;
}
.cause-item-style1 .cause-donation-meta h3 a:hover {
  color: #6e2b60;
}
.cause-item-style1 .cause-content span {
  font-size: 13px;
  padding-bottom: 10px;
  display: block;
  color: white;
  font-weight: 600;
}
.cause-item-style1 .cause-donation-meta h2 {
  font-size: 30px;
  font-weight: 600;
}
.cause-item-style1 .cause-donation-meta h3 {
  font-size: 22px;
}
.cause-item-style1 .cause-donation-meta h3 i {
  font-weight: 700;
}
.cause-item-style1 .cause-donation-meta span {
  font-size: 16px;
  padding-bottom: 10px;
  display: block;
  font-weight: 600;
}
.cause-item-style1 .cause-donation-meta {
  padding: 40px 35px 35px;
  position: absolute;
  transform: translateX(-100%);
  bottom: 0;
  transition: all 0.35s cubic-bezier(0, 0.93, 1, 1);
  -webkit-transition: all 0.35s cubic-bezier(0, 0.93, 1, 1);
  -moz-transition: all 0.35s cubic-bezier(0, 0.93, 1, 1);
  transition-delay: 0.2s;
  overflow: hidden;
  width: 100%;
}
.cause-item-style1 .cause-donation-meta::before {
  content: "";
  left: 10px;
  right: 10px;
  bottom: 10px;
  position: absolute;
  opacity: 1;
  height: 100%;
  transition: all 0.35s cubic-bezier(0, 0.93, 1, 1);
  -webkit-transition: all 0.35s cubic-bezier(0, 0.93, 1, 1);
  -moz-transition: all 0.35s cubic-bezier(0, 0.93, 1, 1);
  transition-delay: 0.2s;
}
.cause-item-style1 .cause-donation-meta h3 {
  color: #fff;
  font-size: 26px;
  line-height: 32px;
}
.cause-item-style1 .cause-title,
.cause-item-style1 .cause-don-amnt {
  z-index: 2;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s cubic-bezier(0, 0.93, 1, 1);
  -webkit-transition: all 0.35s cubic-bezier(0, 0.93, 1, 1);
  -moz-transition: all 0.35s cubic-bezier(0, 0.93, 1, 1);
  transition-delay: 0.2s;
}
.cause-item-style1:hover .cause-donation-meta .lif-subtitle {
  color: white;
  transition: 0s ease-in-out;
}
.cause-item-style1 .cause-title {
  margin-bottom: 20px;
}
.cause-item-style1 {
  overflow: hidden;
  margin-bottom: 30px;
}
.cause-item-style1 .cause-img img {
  width: 100%;
}
.cause-item-style1:hover .cause-donation-meta {
  transform: translateY(0%);
}
.cause-item-style1:hover .cause-donation-meta::before {
  opacity: 0.9;
  visibility: visible;
}
.cause-item-style1:hover .cause-content {
  transform: translateX(-100%);
  opacity: 0;
}
.cause-item-style1:hover .cause-title,
.cause-item-style1:hover .cause-don-amnt {
  opacity: 1;
  visibility: visible;
}
.news-tab-content span {
  font-size: 18px;
}
.news-tab-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-tab-content figure {
  height: 100%;
}
.news-tab-content span i {
  margin-right: 7px;
}
.news-tab-content h3 {
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 18px;
}
.news-tab-content p {
  color: #6b6b6b;
  font-size: 17px;
  line-height: 28px;
}
.news-tab-content p + a {
  margin-top: 5px;
  border-radius: 100px;
  border: 2px solid;
  padding: 8px 30px;
  font-size: 12px;
}
.news-tab-content span + h3 {
  margin-top: 10px;
}
.news-tab-content p + a.bg-theme-light {
  margin-top: 15px;
}
#newsTab .tab-nav-item figure {
  position: relative;
}
#newsTab .tab-nav-item img {
  width: 100%;
}
#newsTab .tab-nav-item figure::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
}
#newsTab .tab-nav-item:hover figure::before,
#newsTab .tab-nav-item.active figure::before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
#newsTab .tab-nav-item.active figure span svg {
  display: block;
}
#newsTab .tab-nav-item figure span svg {
  fill: white;
  width: 40px;
  height: 40px;
}
.news-tab-text {
  padding: 65px 60px;
  height: 100%;
}
.news-tab-content .row div > div:first-child {
  border: 1px solid #cbcbcb;
}
#newsTab {
  margin: 30px -15px 0;
  border: none;
}
#newsTab .tab-nav-item figure span {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#newsTab .tab-nav-item {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
}
#newsTab .tab-nav-item:hover span,
#newsTab .tab-nav-item.active figure span.arrow svg,
#newsTab .tab-nav-item.active figure span {
  opacity: 1;
  visibility: visible;
}
.custom-slider-item img {
  max-width: 140px;
  position: absolute;
  top: 20px;
  left: -30px;
  height: 140px;
}
.custom-slider-item {
  background-color: #f8f8f8;
  padding: 45px 20px 45px 127px;
  margin: 0 30px;
}
.custom-slider-item h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.custom-slider-item h4 a {
  color: inherit;
}
.custom-slider .slick-dots {
  list-style: none;
  position: absolute;
  right: 0;
  top: -65px;
  display: inline-flex;
  width: auto;
}
footer {
  padding: 90px 0 50px;
}
footer .fixed-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.widget h3 {
  margin-bottom: 40px;
  text-transform: uppercase;
}
.flickr_gallery.gallery-widget1 {
  flex-wrap: wrap;
  margin: -15px -10px 0;
}
.flickr_gallery.gallery-widget1 li {
  flex: 0 0 33%;
  max-width: 33%;
  /*     padding: 15px 10px; */
}
.flickr_gallery.gallery-widget1 li a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  height: 86%;
  width: 86%;
  opacity: 0.65;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
}
.flickr_gallery.gallery-widget1 li a:hover::before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.widget_lifeline-about ul li span {
  display: block;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  font-size: 16px;
}
.widget_lifeline-about ul li span i {
  position: absolute;
  left: 0;
  top: 4px;
}
.widget_lifeline-about ul li {
  font-size: 14px;
  color: #fff;
  padding-left: 30px;
}
.widget_lifeline-about ul li + li {
  margin-top: 30px;
}
footer .bottom-bar {
  margin-top: 75px;
}
footer .bottom-bar p {
  color: #fff;
  font-size: 15px;
}
footer .bottom-links li a {
  font-size: 15px;
  color: #fff;
}
footer .bottom-links li:not(:first-child) {
  margin-left: 40px;
}
.review-slide p {
  color: #dfdfdf;
  font-size: 16px;
  margin-bottom: 28px;
  line-height: 28px !important;
  max-width: 88%;
}
.flickr_gallery.gallery-widget1 li a::before {
  background-color: #f56a01 !important;
}
.review-slide h5 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 3px;
}
.review-slide span {
  color: #fff;
  font-size: 14px;
}
.review-slide p:first-letter {
  font-size: 50px;
  font-weight: bold;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 8px;
}
.footer-reviews-slider .owl-dots button {
  height: 6px;
  width: 26px;
  background-color: #ffffff50;
  margin: 0 4px;
  display: inline-block;
}
.footer-reviews-slider .owl-dots button.active {
  background-color: #fff;
}
.footer-reviews-slider .owl-dots {
  position: absolute;
  bottom: 2px;
  right: 32px;
}
/*================Home 2=============*/
.cause-item-style2 .cause-donation-meta {
  margin-top: -65px;
  z-index: 2;
  position: relative;
}
.cause-item-style2 .cause-donation-meta h4 {
  font-size: 30px;
  display: inline-block;
  font-weight: bold;
}
.cause-item-style2 .cause-donation-meta > span {
  font-size: 15px;
  margin-left: 10px;
  font-weight: bold;
}
.cause-item-style2 figure {
  position: relative;
}
.cause-item-style2 figure::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.4;
}
.elementor-element-lifeline_causes
  .row
  div:nth-child(1)
  .cause-item-style2
  figure:before {
  background-color: #019cf5;
}
.elementor-element-lifeline_causes
  .row
  div:nth-child(2)
  .cause-item-style2
  figure:before {
  background-color: #ac45ab;
}
.elementor-element-lifeline_causes
  .row
  div:nth-child(3)
  .cause-item-style2
  figure:before {
  background-color: #d8b732;
}
.cause-item-style2 .progress {
  border: 1px solid #d5d5d5;
  padding: 4px;
  border-radius: 0;
  background-color: #fff;
  height: 20px;
  border-radius: 20px;
}
.cause-item-style2 .donation-bar {
  margin: 10px 15px 0;
}
.cause-item-style2 .donation-country {
  color: #666666;
  font-size: 14px;
}
.cause-item-style2 .progress-bar {
  background-color: #2ce642;
  border-radius: 20px;
}
.cause-item-style2 .cause-donation-meta + .donation-country {
  margin: 15px 20px 0;
  display: block;
}
.cause-item-style2 > h3 {
  font-size: 26px;
  line-height: 36px;
  color: #333;
  margin-top: 5px;
}
.event-style1 .event-media img {
  border-radius: 50%;
  height: 150px;
  object-fit: cover;
  object-position: left;
}
.event-style1 .event-media-body {
  padding-left: 20px;
}
.event-style1 .event-media-body h3 {
  font-size: 26px;
  color: #333;
  line-height: 32px;
  margin-bottom: 18px;
}
.event-style1 .event-item {
  padding: 25px 30px;
  margin-bottom: 30px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  background-color: #fffae1;
}
.event-style1 .event-meta i {
  padding-right: 10px;
}
.event-style1 .event-meta span {
  display: block;
  color: #666666;
  font-size: 12px;
}
.event-style1 .event-meta span + span {
  padding-top: 10px;
}
.event-style1 .event-item:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}
.product-style-1 .product-img > a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: 1px solid #d5d5d5;
  display: inline-block;
  position: absolute;
  bottom: 10px;
  background-color: #fff;
  border-radius: 0;
  right: 10px;
  text-align: center;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.product-style-1 .product-img > a.added_to_cart.wc-forward {
  padding: 0;
  color: white;
  width: 115px;
  font-weight: 700;
}
.product-style-1 .product-img > a.loading:after {
  font-family: WooCommerce;
  content: "\e01c";
  animation: spin 2s linear infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 35%;
  color: white;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.product-style-1 .product-img > a.loading i {
  display: none;
}
.product-style-1 .product-img > a:hover {
  color: #fff;
}
.product-box .product-img > a:hover i {
  color: white;
}
.product-style-1 .product-box h3 {
  font-size: 20px;
  margin: 20px 0 0px;
}
.product-style-1 .product-box .product-img img {
  width: 100%;
}
.product-style-1 .product-box .amount {
  float: none;
  width: auto;
  color: #666666;
  font-size: 18px;
  font-weight: normal;
}
.product-style-1 .product-box .amount span {
  color: inherit;
  float: none;
  width: auto;
  font-size: inherit;
  font-weight: normal;
}
.product-style-1 .product-box ins {
  text-decoration: none;
  padding-left: 6px;
}
.woocommerce.product-style-1 .star-rating span::before {
  color: #ffb400;
}
.woocommerce.product-style-1 .star-rating {
  float: none;
  margin: 0 auto;
}
.product-style-1 .star-rating + .product_grid_price {
  margin-top: 18px;
}
.product-style-1 .product-box:hover .product-img img {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.09);
}
/*==============Home Page 3 ==================*/
.project-style1 .project-box .project-icon {
  height: 100px;
  width: 100px;
  line-height: 100px;
  display: block;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 20px;
}
.project-style1 .project-box .project-icon svg {
  max-width: 50px;
}
.project-style1 .project-icon svg * {
  fill: #fff;
}
.project-style1 .project-box span {
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  color: #222;
}
.project-style1 .project-box span > span {
  font-size: 22px;
  font-weight: 600;
}
.project-style1:hover .project-box span > span {
  color: white;
}
.project-style1 .project-box h4 {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 0;
  color: #191919;
  font-weight: 600;
}
.project-style1 .project-box span + h4 {
  margin-top: 8px;
}
.project-style1 .project-box {
  padding: 40px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  height: 300px;
}
.project-style1:hover .project-hover p {
  opacity: 1;
  visibility: visible;
}
.project-style1.project-hover p {
  opacity: 0;
  visibility: hidden;
}
.project-style1 {
  position: relative;
}
.project-style1 .project-hover p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
}
.project-style1:hover .project-box {
  border: 0;
}
.project-style1 .project-hover a {
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding-bottom: 1px;
  display: inline-block;
  line-height: 18px;
  color: #fff;
  width: 118px;
}
.project-style1 .project-hover {
  margin-top: 20px;
}
.project-style1 .project-icon img {
  max-width: 65px;
}
.project-style1 .project-bg::before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.15;
  position: absolute;
  visibility: visible;
  z-index: -1;
  min-height: 100%;
}
.project-style1 .project-box:hover {
  border-color: transparent;
}
.project-style1 .project-box h4:hover a {
  color: #fff;
}
.project-style1:hover span {
  margin-top: -30px;
  color: #fff;
}
.project-style1:hover i {
  color: #fff;
}
.project-style1:hover h4 {
  margin-top: -30px;
  color: #fff;
}
.project-style1:hover span.project-icon {
  margin-top: -80px;
  opacity: 0;
  visibility: hidden;
}
.project-style1 {
  max-height: 300px;
}
.project-style1 .colr0 .project-icon {
  background-color: #c01729;
}
.project-style1 .project-bg.colr0::before {
  background-color: #c01729;
}
.project-style1 .colr1 .project-icon {
  background-color: #108c3e;
}
.project-style1 .project-bg.colr1::before {
  background-color: #108c3e;
}
.project-style1 .colr2 .project-icon {
  background-color: #1a1a1a;
}
.project-style1 .project-bg.colr2::before {
  background-color: #1a1a1a;
}
.project-style1 .colr3 .project-icon {
  background-color: #1a73a7;
}
.project-style1 .project-bg.colr3::before {
  background-color: #1a73a7;
}
.project-style1 .colr4 .project-icon {
  background-color: #e97320;
}
.project-style1 .project-bg.colr4::before {
  background-color: #e97320;
}
.project-style1 .colr5 .project-icon {
  background-color: #fbc032;
}
.project-style1 .project-bg.colr5::before {
  background-color: #fbc032;
}
.project-style1:hover .project-bg::before {
  opacity: 1;
  visibility: visible;
}
.blog-style1.blog-item img {
  width: 100%;
}
.blog-style1 .social-share > a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: white;
}
.blog-style1 .social-share {
  top: 15px;
  left: 15px;
}
.blog-style1 .share-this-inner li {
  margin: 0 2px;
}
.blog-style1 .share-this-inner li a {
  height: 35px;
  width: 35px;
  background-color: #000;
  line-height: 35px;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  font-size: 13px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
}
.blog-style1 .share-this-inner li a:hover {
  color: #000;
  background-color: #fff;
}
.blog-style1 .share-this-inner {
  margin-top: -42px;
  margin-left: 55px;
}
.blog-style1 .social-share:hover .share-this-inner li a {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
}
.blog-style1 .social-share:hover > a {
  color: #fff;
}
.blog-style1 .blog-txt {
  border-bottom: 4px solid;
  padding: 30px 25px;
  background-color: #fffae1;
}
.blog-style1 .blog-txt span {
  font-size: 14px;
  padding-bottom: 5px;
  font-weight: 500;
}
.blog-style1 .blog-txt h3 {
  font-size: 24px;
  line-height: 30px;
}
.blog-style1 .blog-txt > a {
  font-size: 15px;
  display: inline-block;
}
.blog-style1 .blog-txt > a::before {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.blog-style1 .blog-txt > a:hover::before {
  width: 100%;
}
.blog-style1 .blog-txt h3 + a {
  margin-top: 0px;
  color: #333;
  font-weight: 600;
}
.elementor-widget-BlogPost .blog-style1 .blog-txt h3.lif-title {
  margin-top: 0px;
  line-height: 25px;
  font-size: 22px;
}
.blog-style1 .blog-txt h3 + a > i {
  margin-left: 5px;
  color: #333;
}
.blog-style1 .blog-img figure::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgb(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
}
.blog-style1:hover figure::before {
  background-color: rgb(0, 0, 0, 0.5);
}
.view-all-btn {
  margin-top: 52px;
}
.view-all-btn > a {
  font-size: 14px;
  padding: 12px 57px;
  border: 2px solid;
}
.photo-item figure {
  position: relative;
}
.photo-item figure img {
  max-width: 100%;
}
.photo-item figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  border-radius: 5px;
  background-color: #F56A01 !important;
}
.photo-item:hover figure::before {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
}
.photo-item > a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
  opacity: 0;
  visibility: hidden;
}
.photo-item:hover > a {
  opacity: 1;
  visibility: visible;
}
.single-dontion-style1 .donation-box {
  padding: 70px 40px 60px;
  margin-bottom: 40px;
}
.single-dontion-style1 h4 {
  font-size: 28px;
  margin-bottom: 20px;
}
.single-dontion-style1 > div span {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
}
.single-dontion-style1 > div span.txt {
  color: #c9c9c9;
  font-size: 13px;
}
.single-dontion-style1 .progress {
  height: 15px;
  border-radius: 25px;
  background-color: #246563;
  margin-top: 6px;
}
.single-dontion-style1 .progress-bar {
  border-radius: 25px;
  background-color: #fff;
}
.single-dontion-style1 .donation-box > div {
  margin-bottom: 30px;
}
.single-dontion-style1 .donation-box > div.urgent-popup-list {
  margin-bottom: 0;
  margin-top: 10px;
}
.single-dontion-style1 .single-cause-btn {
  background-color: #fff;
  color: #000;
}
.single-dontion-style1 .single-cause-btn:hover {
  color: #fff;
}
.single-dontion-style1 .urgent-popup-list {
  text-align: center;
}
.custom-tabs-style {
  min-height: 700px;
}
.custom-tabs-style .custom-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.custom-tabs-style .nav-pills {
  position: absolute;
  background-color: #fff;
  bottom: -100px;
  z-index: 2;
  left: 20%;
  box-shadow: -4px 3px 40px 0px rgba(0, 0, 0, 0.15);
  padding: 35px 0 20px;
  max-width: 515px;
}
.custom-tabs-style .nav-pills h4 {
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  padding: 0 50px 3px 50px;
  margin-bottom: 30px;
}
.custom-tabs-style .nav-pills h4::before {
  content: "";
  height: 1px;
  width: 73px;
  position: absolute;
  left: 50px;
  bottom: 0;
}
.custom-tabs-style .nav-pills li h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
.custom-tabs-style .nav-pills li p {
  color: #666666;
  font-size: 18px;
  line-height: 28px;
  margin-top: 10px;
}
.custom-tabs-style .nav-pills li a {
  position: relative;
  padding: 25px 50px;
  z-index: 1;
}
.custom-tabs-style .nav-pills li .active {
  background-color: #fff;
}
.custom-tabs-style .nav-pills li .active h5 {
  color: white;
}
.custom-tabs-style .nav-pills li .active::before {
  content: "";
  border: 1px solid #bdbdbd;
  height: 100%;
  right: -15px;
  position: absolute;
  left: -15px;
  top: 0;
  z-index: -1;
}
.custom-tabs-style .nav-pills li h5 {
  margin-bottom: 0;
  font-size: 30px;
  color: #111;
}
.custom-tabs-style .nav-pills li .active h5.theme-text-dark,
.custom-tabs-style .nav-pills li .active p {
  color: #fff !important;
}
.review-media figure {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.reviews-slider .review-media figure::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: -20px;
  left: -20px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
.reviews-slider .review-media-body p {
  color: #fff;
  font-size: 22px;
  line-height: 37px;
  margin-bottom: 22px;
  max-width: 75%;
}
.reviews-slider .review-media-body h5 {
  color: #fff;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 3px;
  font-weight: 500;
}
.reviews-slider .review-media-body span {
  font-size: 13px;
  text-transform: uppercase;
}
.reviews-slider .review-media-body {
  padding-left: 70px;
}
.reviews-slider .review-item:hover figure::before {
  top: 0;
  left: 0;
}
.review-media {
  flex: 0 0 30%;
  max-width: 30%;
}
.pro-story .project-style3 .project-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.8;
}
.pro-story .project-style3 .project-img:before {
  background: #c01729;
}
.pro-story > div:nth-child(2) .project-style3:nth-child(1) .project-img:before {
  background: #108c3e;
}
.pro-story .project-style3:nth-child(2) .project-img:before {
  background: #1a73a7;
}
.project-style3 {
  margin-bottom: 8px;
  overflow: hidden;
}
.project-style3 figure {
  position: relative;
  overflow: hidden;
}
.project-style3 figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  right: 0;
  bottom: 0;
}
.project-style3 .project-txt {
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.project-style3 .project-txt h4 {
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  position: relative;
  display: inline;
  padding-bottom: 4px;
}
.project-style3 .project-txt h4::before {
  content: "";
  height: 4px;
  width: 0;
  background-color: #fefae1;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.project-style3 .project-txt {
  padding: 25px 30px 35px;
}
.project-style3 .project-txt p {
  color: #fff;
  font-size: 17px;
  padding-right: 50px;
  margin-bottom: -72px;
  opacity: 0;
  visibility: hidden;
}
.project-style3:hover h4::before {
  width: 100%;
}
.project-style3 .project-txt h4 + p {
  margin-top: 18px;
}
.project-style3:hover p {
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
}
.project-style3:hover figure {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.project-style3 .project-img img {
  width: 100%;
}
.cause-style5 {
  overflow: hidden;
  margin-bottom: 30px;
}
.cause-style5 .cause-img > h4 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  font-size: 18px;
  padding: 20px 30px;
  display: inline-block;
  border-radius: 4px;
}
.cause-style5 .cause-img img {
  border-radius: 4px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.cause-style5:hover .cause-img img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.cause-style5 .cause-hover {
  position: absolute;
  bottom: -100%;
  left: 10px;
  right: 10px;
  border-radius: 4px;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
}
.cause-style5:hover .cause-hover {
  opacity: 1;
  visibility: visible;
  bottom: 10px;
}
.cause-style5 .cause-hover{
  background-color: #F56A01 !important;
}
.cause-style5:hover .cause-img > h4 {
  left: -100%;
  opacity: 0;
  visibility: hidden;
}
.cause-style5 .cause-hover h4 {
  margin-bottom: 16px;
  font-size: 26px;
  line-height: 36px;
  color: white;
}
.cause-style5 .cause-hover p {
  font-size: 18px;
  line-height: 28px;
  color: #626262;
  margin-bottom: 15px;
  color: white;
}
.cause-style5 .donation-meta strong {
  font-size: 24px;
  color: white;
}
.cause-style5 .donation-meta span {
  font-size: 14px;
  color: white;
}

.event-style2 .event-countdown {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.event-style2 .event-countdown li {
  width: 60px;
  color: #fff;
  height: 70px;
  padding: 10px 0;
  border-radius: 4px;
}
.event-style2 .event-countdown li span {
  font-size: 24px;
  font-weight: 500;
}
.event-style2 .event-countdown li + li {
  margin-left: 2px;
}
.event-style2 .event-countdown li p {
  color: #fff;
  font-size: 11px;
}

.event-style2 .event-meta {
  padding-top: 1px;
}
.event-style2 .event-meta span {
  font-size: 13px;
  color: #222222;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
.event-style2 .event-meta span i {
  margin-right: 5px;
}
.event-style2 .event-meta span + span {
  margin-left: 0px;
}
.event-style2 .event-title{
  background: #FFFAE1;
    margin-top: -5px;
    z-index: 1;
    padding: 20px 15px;
    border-radius: 10px;
    margin-bottom: 25px;
}
.custom-about-box {
  padding: 75px;
  background-color: #fff;
}
.custom-about-box .link-btn a {
  width: 45px;
  height: 45px;
}
.cause-item-style2 img {
  width: 100%;
}
.custom-about-box > span {
  margin-bottom: 25px;
  display: block;
  z-index: 1;
  position: relative;
}
.custom-about-box h3 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
  font-weight: 500;
}
.custom-about-box h3 span {
  font-weight: normal;
  display: block;
  color: white;
  font-weight: 500;
}
.custom-about-box p {
  line-height: 28px;
  z-index: 1;
  margin-bottom: 20px !important;
  position: relative;
}
.custom-about-box::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  top: -20px;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
.elementor-element-lifeline_about_us
  .row
  > div:nth-child(1)
  .custom-about-box::before {
  background-color: #207fb7;
}
.elementor-element-lifeline_about_us
  .row
  > div:nth-child(2)
  .custom-about-box::before {
  background-color: #db0c22;
  box-shadow: 0px 0px 30px 3px #00000030;
  z-index: 1;
}
.elementor-element-lifeline_about_us
  .row
  > div:nth-child(3)
  .custom-about-box::before {
  background-color: #08b749;
}
.elementor-element-lifeline_about_us
  .row
  > div:nth-child(1)
  .custom-about-box::before,
.elementor-element-lifeline_about_us
  .row
  > div:nth-child(3)
  .custom-about-box::before {
  top: 0;
  bottom: 0;
}
.custom-about-box h3,
.custom-about-box p {
  color: #fff;
}
.custom-about-box img {
  filter: invert(1) brightness(100);
}
.cause-single-style1 h2 {
  font-size: 50px;
  line-height: 56px;
}
.cause-single-style1 {
  width: 82%;
}
.cause-single-style1 p {
  margin-bottom: 20px;
}
.cause-single-style1 .dontion-meta strong {
  font-size: 40px;
  color: #333;
}
.cause-single-style1 .dontion-meta .progress .progress-bar {
  background-color: #08b749;
  height: 16px;
}
.cause-single-style1 .dontion-meta .progress {
  height: 20px;
  display: flex;
  align-items: center;
  background: #cef1db;
  border: 1px solid;
  padding: 4px 1px;
}
.cause-single-style1 .dontion-meta span {
  font-size: 13px;
  font-weight: 600;
  color: #5c5c5c;
  text-transform: uppercase;
}
.cause-single-style1 .dontion-meta {
  margin-bottom: 30px;
}
.cause-single-style1 .progress {
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 20px;
}
.cause-single-style1 .progress-bar {
  border-radius: 20px;
}
.reviews-slider .sponsor-amount {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  right: -50px;
  text-align: center;
  background-color: #08b749;
  display: grid;
  align-content: center;
}
.reviews-slider .sponsor-amount strong,
.reviews-slider .sponsor-amount span {
  color: white;
}
.reviews-slider .sponsor-amount strong {
  font-size: 35px;
  line-height: 30px;
}
.reviews-slider .sponsor-amount span {
  display: block;
  font-size: 18px;
  color: white;
}
.sponsors-style .review-media figure {
  position: relative;
}
.reviews-slider .theme-btn {
  color: #fff;
  background-color: #f56a01 !important;
}
.reviews-slider .theme-btn:hover{
  background-color: transparent !important;  
color: #f56a01 !important;
}
.sponsors-style .theme-btn:hover {
  color: #fff;
}
.sponsors-style .review-media-body span {
  color: #F56A01;
  font-size: 14px;
  font-weight: 600;
}
.sponsors-style .review-media-body h5 {
  font-size: 42px;
  line-height: 55px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #000;
}
.sponsors-style .review-media-body p {
      font-size: 16px;
    color: #e0dfdf;
    max-width: 46%;
    line-height: 28px;
    font-weight: 600;
    color: #666666;
}
.reviews-slider.sponsors-style .review-media figure::before {
  display: none;
}
/* .reviews-slider.sponsors-style {
  padding: 0 0 50px 70px;
} */

.reviews-slider.sponsors-style .review-media-body {
  padding-top: 40px;
}
.reviews-slider .slick-dots {
  position: absolute;
  right: 26%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reviews-slider.default-style .slick-dots {
  right: 1%;
}
.reviews-slider .slick-dots li {
  display: flex;
  line-height: 20px;
  margin-bottom: 5px;
}
.reviews-slider.default-style .review-item {
  padding-left: 30px;
  padding-top: 30px;
}
.reviews-slider .slick-dots li button {
  border-color: #fff;
}
.blog-style3 .blog-img {
  overflow: hidden;
}
.blog-style3 .blog-img img {
  width: 100%;
}
.blog-style3 .blog-content {
  width: 90%;
}
.blog-style3 .blog-content .blog-date {
  padding: 2px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: start;
  border-radius: 100px;
  font-size: 12px;
  color: white;
  font-weight: 600;
  margin-bottom: 5px;
  background-color: #F56A01 !important;
}
.blog-style3 .blog-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.blog-style3 .blog-content span {
  font-size: 15px;
}
.blog-style3 .blog-content h4 {
  font-size: 22px;
  line-height: 28px;
}
.blog-style3 .blog-content h4 + p {
  margin-top: 5px;
}
.blog-style3 .blog-content p {
  margin-bottom: 0;
}
.blog-style3 > div {
  margin-bottom: 30px;
}
.blog-style3 .view-all {
  border-bottom: 1px solid;
  font-weight: 600;
  color: black !important;
  font-size: 20px;
}
.cause-style6 .cause-img a {
  height: 60px;
  width: 60px;
  line-height: 60px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  bottom: 20px;
  right: 20px;
  position: absolute;
  background-color: #fff;
}
.cause-style6 .cause-img {
  margin-bottom: 30px;
}
.cause-style6 .cause-img a:hover {
  color: #fff;
}
.cause-style6 figure {
  overflow: hidden;
}
.cause-style6:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/*===============Custom Elementor CSS==============*/
.custom-donation .donation-modal2.page2 .custom-donation-amount input {
  max-width: 100%;
  width: 100%;
}
.custom-donation .donation-modal2 .donation-amount-box ul {
  justify-content: center;
  margin-bottom: 20px;
}
.custom-donation .donation-box-wraper-inner .form-group > label {
  font-size: 22px;
}
.custom-donation .donation-box-wraper-inner > a.donation-done,
.custom-donation .donation-proces-btn > button {
  border-radius: 0;
  padding: 15px 65px;
  font-weight: 700;
  text-transform: uppercase;
}
.custom-donation .donation-box-wraper-inner {
  text-align: center;
}
.custom-donation .donation-modal2 .donation-amount-box ul li a {
  display: inline-block;
  background-color: #fff;
  border-radius: 0;
  background-image: none;
  border: 2px solid #e4e4e4;
}
.custom-donation .donation-modal2 .donation-amount-box ul li a.active {
  color: #fff;
}
.custom-donation .donation-modal2 .el-radio.is-bordered {
  background-color: #fff;
  border-radius: 0;
}
.custom-count .elementor-counter .elementor-counter-number-suffix {
  font-size: 40px;
}
.team-custom .elementor-image-box-content {
  background-color: #fff;
  padding: 30px 40px;
}
.team-custom .elementor-image-box-img img {
  width: 100%;
}
.custom-icon-box .elementor-icon-box-title strong {
  font-size: 23px;
}
.custom-icon-box .elementor-icon {
  border: 1px solid #cecece !important;
}
@media (max-width: 480px) {
  .custom-icon-box .elementor-icon-box-title strong {
    font-size: 30px;
  }
}
/*==============Header Style 2===============*/
.header2-topbar .top-bar ul > li > span,
.header2-topbar .top-bar ul > li > i {
  color: #fff;
}
.header-1.header-2 {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.header2-topbar .social-medias > a {
  color: #fff;
}
.header2-topbar .social-medias > a + a {
  margin-left: 30px;
}
.header2-topbar .top-bar {
  padding: 12px 0;
}
.header-1.header-2 nav > ul > li > a {
  color: #232222;
}
.header-2 .urgent-popup-list a {
  box-shadow: 1px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
.header2-topbar .top-bar ul > li:not(:last-child) {
  position: relative;
  margin-right: 30px;
  padding-right: 30px;
}
.header2-topbar .top-bar ul > li:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.35);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}
.header-1.header3 {
  position: absolute;
  /* top: 50px; */
  left: 18%;
  z-index: 2;
  right: 18%;
}
.topbar-header5 .top-bar ul > li > span,
.topbar-header5 .top-bar ul > li > strong {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.header1-topbar.topbar-header5 .social-medias > a {
  height: 60px;
  width: 46px;
  line-height: 60px;
  background-color: #f78834;
  color: white;
  border: 0;
}
.header1-topbar.topbar-header5 .social-medias > a:hover {
  background-color: #6b195a;
}
.header1-topbar.topbar-header5 .top-bar {
  padding: 0 0 60px;
}
.header1-topbar.topbar-header5 .top-bar ul > li + li {
  margin-left: 30px;
  padding-left: 15px;
}
.header1-topbar.topbar-header5 ul li {
  display: flex;
  align-items: center;
}
.header1-topbar.topbar-header5 ul li strong {
  margin-right: 8px;
  font-weight: 700;
}
.header-1.header5 {
  background-color: #fff;
  position: absolute;
  top: 70px;
  right: 15%;
  z-index: 2;
  left: 15%;
}
.header-1.header5 nav > ul > li > a {
  color: #111;
  font-size: 18px;
  font-weight: 600;
}
.header-1.header5 .menu-extra {
  display: flex;
  align-items: center;
}
.header-1.header3 nav > ul > li > a {
  color: #fff;
}
.header-1.header3 nav > ul > li ul {
  background-color: #fff0e5;
  border: none;
  border-left: 3px solid;
}
.header-1.header3 nav > ul > li ul li a {
  color: #3f3f3f;
}
.header-1.header3 nav > ul > li ul li + li {
  border-top: 2px solid #fff;
}
.header7 nav > ul > li ul {
  border-color: #3d498d !important;
  background-color: #fffde8 !important;
  box-shadow: 0px 7px 9px 0px #00000021;
}
.header7 nav > ul > li ul li.menu-item-has-children:hover > a::after {
  color: #3d498d !important;
}
.header7 nav > ul > li ul li::before {
  background-color: #ffd73969;
}
.header-1.header3 nav > ul > li ul li:not(:first-child) a::before {
  display: none;
}
.header-1.header3 nav > ul > li ul li ul,
.header-1.header5 nav > ul > li ul li ul {
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.14);
}
.header-1.header3 .urgent-popup-list,
.header-1.header-2 .urgent-popup-list {
  margin-left: auto;
}
.header-1.header3 nav > ul > li ul li.menu-item-has-children:hover > ul,
.header-1.header5 nav > ul > li ul li.menu-item-has-children:hover > ul {
  top: 0;
}
.header-1.header5 nav > ul > li ul {
  border: none;
}
.header-1.header5 nav > ul > li ul li a,
.header-1.header4 nav > ul > li > a {
  color: #fff;
}
.header-1.header4 nav > ul > li > a {
  color: #111;
  font-size: 17px;
  font-weight: 600;
}
.header-1.header4 {
  background-color: #fefae1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.header4{
  padding: 20px 0px;
}
.header-4 a#header_button_lifeline{
  padding: 13px 40px !important;
}
.header5{
  padding: 30px 0px;
}
.header5 h1 a img{
  height: 45px;
  width: 150px;
  object-fit: contain;
}
.header5 #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link{
  padding: 0px 5px;
}
.header-1.header4 .menu-extra {
  display: flex;
  align-items: center;
}
.featured-stories .bg-light-green {
  background-color: #fffae1;
  min-height: 570px;
}
.featured-story-txt span {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
    color: #F56A01 !important;

}
.featured-story-txt .theme-btn {
  border-radius: 100px;
  border: 2px solid;
}
.featured-story-txt h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}
.featured-story-inner {
  height: 100%;
  padding: 40px 30% 40px 25%;
  position: relative;
}
.featured-story-inner:before {
  content: "";
  background-image: url("https://lifeline-elementor.webinane.net/wp-content/uploads/2021/11/orange-bg.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 75%;
  z-index: 99999;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
}
.featured-stories .pro-story {
  position: absolute;
  top: 50%;
  right: -150px;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.event-style4 .event-txt > span {
  display: inline-block;
  padding: 6px 15px;
}
.event-style4 .event-txt h3 {
  font-size: 38px;
  margin: 16px 0 22px;
}
.event-style4 .event-txt p {
  font-size: 18px;
  line-height: 34px;
}

.event-style4 .event-txt p + .event-org {
  margin-top: 30px;
}
.event-style4 .event-org h5 {
  font-size: 22px;
}
.event-style4 .event-org span {
  font-size: 14px;
}
.event-style4 .event-meta span.evnt-loc {
  max-width: 70%;
}
.event-style4 .event-meta {
  position: absolute;
  bottom: 50px;
  left: -22px;
  padding: 30px 45px;
}
.event-style4 .event-meta svg {
  max-width: 38px;
  margin-right: 8px;
}
.event-style4 .event-meta svg * {
  fill: #fff;
}
.event-style4 .event-meta span {
  font-size: 16px;
}
.event-style4 .event-txt {
  padding-right: 100px;
}
.event-style4 .event-org img {
  width: 80px;
  height: 80px;
}
.event-style4 .event-meta span + span {
  padding-left: 85px;
}
.event-style4 > .row + .row {
  margin-top: 30px;
}
.pagenation li {
  display: inline-block;
}
.pagenation li + li {
  margin-left: 4px;
}
.pagenation li a,
.pagenation li span {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 19px;
  font-weight: 700;
  background-color: #f4f4f4;
  text-align: center;
  color: #333333;
}
.pagenation li span.current {
  color: white;
}
.pagenation li a:hover,
.pagenation li span:hover {
  color: #fff;
}
.pagenation {
  margin-top: 15px;
  list-style: none;
}
.event-style3 .event-img span {
  top: 20px;
  left: -12px;
  font-size: 14px;
  padding: 6px 15px;
}
.event-style3 .event-img {
  margin-bottom: 0;
}
.event-style3 .event-txt {
  padding: 1px 38px 0 0;
  margin-top: -61px;
}
.event-style3 .event-txt span > i {
  padding-right: 13px;
}
.event-style3 .event-img span {
  left: 0;
}
.event-style3 .event-img figure,
.blog-style4 .blog-img figure {
  overflow: hidden;
}
.event-style3 .event-txt h3 {
  font-size: 22px;
}
.event-style3 .event-txt span {
  font-size: 14px;
}
.event-style3 .event-txt {
  background-color: #fff;
  margin-right: 38px;
  padding: 5px 40px 0 0;
  margin-top: -25px;
  z-index: 1;
  position: relative;
}
.event-style3 {
  margin-bottom: 50px;
}
.event-style3:hover img,
.blog-style4:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.blog-style4 .blog-meta span {
  padding: 7px 14px;
  font-size: 14px;
  font-weight: 500;
}
.blog-style4 .date-meta {
  top: 20px;
  left: 20px;
}
.blog-style4 .comnt-meta {
  top: 55px;
  left: 20px;
}
.blog-style4 .blog-content {
  margin-top: 25px;
}
.blog-style4 .blog-content h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.blog-style4 {
  margin-bottom: 35px;
}
.blog-style4 .blog-content p,
.blog-style8 p {
  line-height: 28px;
}
.blog-style8 + .blog-style8 {
  margin-top: 50px;
}
.blog-style8 .blog-meta {
  bottom: 8px;
  left: 8px;
  padding: 16px 25px;
}
.blog-style8 .blog-meta span + span {
  padding-left: 22px;
}
.blog-style8 .blog-img {
  margin-bottom: 35px;
}
.blog-style8 .blog-cat a {
  font-weight: 500;
}
.blog-style8 .blog-cat a:not(:last-of-type)::after {
  content: ",";
}
.blog-style8 .blog-cat a + a {
  padding-left: 2px;
}
.blog-style8 .blog-cat {
  margin-bottom: 10px;
}
.blog-style8 h3 {
  font-size: 30px;
  margin-bottom: 18px;
}
.blog-style7 .blog-img img {
  border-radius: 50%;
}
.blog-style7 .blog-content h3 {
  font-size: 40px;
  margin-bottom: 12px;
}
.blog-style7 .blog-content p {
  font-size: 18px;
  line-height: 32px;
}
.blog-style7 .blog-meta span {
  font-weight: 500;
  position: relative;
}
.blog-style7 .blog-meta span + span {
  padding-left: 10px;
  margin-left: 10px;
}
.blog-style7 .blog-meta span:not(:first-child)::before {
  content: "";
  height: 8px;
  width: 1px;
  background-color: #919191;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.blog-style7 .row:nth-child(odd) {
  background-color: #d2fffd;
}
.blog-style7 > div {
  padding: 45px 90px;
}
.blog-style6 .blog-meta a,
.blog-style6 .blog-meta span {
  font-size: 14px;
  font-weight: 500;
}
.blog-style6 .blog-meta span {
  padding-left: 4px;
  margin-left: 4px;
}
.blog-style6 .blog-meta span::before {
  content: "/";
  padding-right: 6px;
}
.blog-style6 .blog-meta {
  margin-bottom: 10px;
}
.blog-style6 .main-blog-post h3 {
  font-size: 32px;
  margin-bottom: 25px;
}
.blog-style6 .main-blog-post .blog-img {
  margin-bottom: 20px;
}
.blog-style6 .main-blog-post p + a {
  margin-top: 20px;
}
.blog-style6 h3 {
  font-size: 28px;
  margin-bottom: 20px;
}
.blog-style6 .main-blog-post {
  margin-bottom: 50px;
}
.blog-style6 .blog-post-list + .blog-post-list {
  margin-top: 30px;
}
.blog-style6 .blog-post-list .blog-content > a {
  margin-top: 10px;
}
/*============Aside==========*/
.widget-box2.widget_search input {
  border: 1px solid #00000026 !important;
  height: 45px;
  padding: 10px;
  font-size: 14px;
  margin-bottom: 15px;
}
.widget-box2.widget_search .theme-btn {
  padding: 10px 25px;
  font-size: 14px;
}

.widget-box2 {
  margin-bottom: 30px;
}
.widget-box2 .widget-title {
  font-size: 22px;
  border-bottom: 1px solid #9c9c9c9c;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.widget-box2 ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.widget-box2 ul li a {
  position: relative;
  font-size: 15px;
  color: 333333;
}
.widget-box2 ul li {
  position: relative;
  padding-left: 22px;
}

.sidebar-wrap2 .widget_search.widget-box2 form .theme-btn {
  margin-top: 20px;
}
.widget-box2.widget_categories ul li::before {
  top: 43%;
}
.widget-box2 ul li::before {
  content: "";
  height: 7px;
  width: 7px;
  border-radius: 50px;
  background-color: #888;
  position: absolute;
  top: 40%;
  left: 0;
}
.widget-box2 ul li + li {
  margin-top: 6px;
}
.blog-post-detail2 .blog-meta {
  position: absolute;
  background-color: #fff;
  padding: 12px 25px;
  bottom: 10px;
  left: 10px;
}
.blog-post-detail2 .blog-meta span {
  font-weight: 500;
  font-size: 14px;
}
.blog-post-detail2 .blog-meta span + span {
  padding-left: 30px;
}
.blog-post-detail2 .blog-img {
  margin-bottom: 45px;
}
.blog-post-detail2 .blog-content h2 {
  font-size: 34px;
  margin-bottom: 15px;
}
.blog-post-detail2 .blog-cat a {
  font-weight: 500;
  color: #333333;
}
.blog-post-detail2 .blog-cat {
  margin-bottom: 30px;
}
.blog-post-detail2 .blog-cata:not(:last-of-type)::after {
  content: ",";
}
.blog-post-detail2 .blog-cat a + a {
  padding-left: 2px;
}
.blog-post-detail2 .blog-tags {
  margin-top: 40px;
}
.blog-post-detail2 .blog-tags a {
  color: #333333;
  font-size: 14px;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  padding: 12px 30px;
}
.blog-post-detail2 .blog-tags a:hover {
  color: #fff;
}
.blog-post-detail2 .blog-tags a + a {
  margin-left: 10px;
}
.event-detail .event-upper-content {
  background-color: #fff;
  z-index: 1;
  position: relative;
  padding: 75px 60px 0 0;
  margin: -100px 60px 60px 0;
}
.event-detail .event-upper-content > h2 {
  font-size: 32px;
  margin-bottom: 45px;
}
.event-detail .event-info h4,
.event-detail .event-organizor h4 {
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.event-detail .event-info ul span {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  flex: 0 0 30%;
  max-width: 30%;
}
.event-detail .event-info ul li div + div {
  padding-top: 10px;
}
.event-detail .event-info ul li + li {
  margin-top: 25px;
}
.event-detail .event-organizor ul li span {
  flex: 0 0 30%;
  max-width: 30%;
  font-weight: 500;
  color: #333;
  font-size: 15px;
}
.event-detail .event-organizor ul li + li {
  margin-top: 15px;
}
.event-detail .event-tags span {
  background-color: #fafafa;
  color: #666;
  font-size: 15px;
  border-radius: 2px;
  border-left: 2px solid;
  padding: 14px 25px;
  font-weight: 700;
  display: inline-block;
}
.event-detail .event-tags span + span {
  margin-left: 15px;
}
.event-detail .event-tags {
  margin-top: 40px;
}
.event-detail .event-tags span:hover {
  color: #fff;
}

.top-social-icons ul li a,
.worker-contact > ul > li a,
.owl-prev::before,
.owl-next::before,
.contact-social-info li a,
.single-author-meta > ul li a,
.opinion,
.countdown .clock,
.donation-form-banner .give-donation-levels-wrap .give-btn:hover,
.donation-target-inner,
.donation-wrapper-content .donation-target-inner,
.custom-amnt-box span,
.custom-amnt-box input,
.humbrgr-menu-btn,
.humbrgr-social-media li a,
.checkmark,
.countdown.even-countdown > li {
  border-color: #4f9fed;
}

.humbrgr-menu-btn {
  height: 49px;
  width: 47px;
  padding: 14px 13px;
  border: 2px solid;
  display: inline-block;
  text-align: center;
  margin-left: 20px;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
}
.humbrgr-menu-btn span {
  display: block;
  background-color: #000;
  height: 3px;
}
.humbrgr-menu-btn span:first-child {
  width: 15px;
}
.humbrgr-menu-btn span:nth-child(2) {
  width: 9px;
  transform: translateX(6px);
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
}
.humbrgr-menu-btn span:last-child {
  width: 15px;
}
.humbrgr-menu-btn span + span {
  margin-top: 4px;
}

/*Team Style 2 Start*/
.lif-team.style1 .team-content {
  padding-left: 45px;
}
.lif-team.style1 .team-content span > a > i {
  padding-right: 6px;
}
.lif-team.style1 + .loadmore-wrap a {
  margin-top: 5px;
}
.lif-team.style1 + .loadmore-wrap {
  padding-bottom: 0;
}
.lif-team.style1 .team-content p {
      width: 70%;
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
}
.lif-team.style1 .team-social span{
      font-size: 24px !important;
    margin-right: 10px !important;
    font-weight: 700 !important;
    color: #f56a01 !important;
  }
  .lif-team.style1 .team-social a:hover i{
    color: #f56a01 !important;
    background-color: white;
    border-color: #f56a01 !important;
  }
.lif-team.style1 .team-social i{
 border: 1px solid;
    padding: 10px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex
;
}
.lif-team.style1 .team-meat-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.lif-team.style1 .team-meat-item i {
  margin-right: 10px;
  color: #f56a01 !important;
}
.lif-team.style1 .team-meat-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.lif-team.style1 .team-content h3 {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 35px;
  text-transform: capitalize;
}
.lif-team.style1 .team-media img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  height: auto;
  border-radius: 10px 0px 0px 10px;
}
.lif-team.style1 .team-social {
      justify-content: end;
    display: flex;
    padding: 0px 20px;
    column-gap: 10px;
        align-items: center;
        margin-top: 40px;
}











.lif-team.style1 .team-item {
  margin-bottom: 50px;
  background-color: #fffae1;
  border-radius: 10px;
}
.lif-team.style1 .team-content span {
  color: #666;
  padding-top: 0;
  display: block;
  font-weight: 600;
  font-size: 15px;
  line-height: 23px;
}
.lif-team.style1 .team-content span > a > i {
  color: #1794dc;
  font-size: 20px;
}
.lif-team.style1 .team-content {
  padding: 30px;
  background-color: white;
  margin-right: 22px;
}
.loadmore-wrap a {
  color: #fff;
  padding: 15px 60px;
  display: block;
  font-weight: 500;
  margin-top: 20px;
  border: 2px solid;
  border-radius: 100px;
}
.lif-team.style1 .team-media {
  overflow: hidden;
}
.lif-team.style1 .team-media:hover img {
  transform: scale(1.05);
}
.lif-team.style1 .team-content span > a {
  display: flex;
  align-items: center;
  font-weight: 600;
}
/*Team Style 2 Start*/

/*Our Blog Style 1 Start*/
.blog-post.style1 .blog-media ul li {
  list-style: none;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  padding-right: 25px;
}
.blog-post.style1 .blog-media ul.blog-meta li a {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    font-family: 'Quicksand';
}
/* .blog-post.style1 .blog-media ul li:first-child {
  padding-right: 28px;
} */
.blog-post.style1 .blog-media ul li i {
   color: #0073AA;
    padding-right: 3px;
    font-size: 16px;
}
.blog-post.style1 .blog-media ul.blog-meta {
  display: flex;
  width: fit-content;
  padding: 30px 28px 0px 28px;
}
.blog-post.style1 .blog-content {
  padding: 0px 28px;
}
.blog-post.style1 .blog-content .blog-category {
  padding-top: 35px;
}
.blog-post.style1 .blog-media {
  position: relative;
}
.blog-post.style1 .blog-media img {
    border-radius: 20px;
    height: 470px;
    object-fit: cover;
}
.blog-post.style1 .blog-content .blog-category span {
  font-weight: 700;
}
.blog-content .blog-category span {
  color: #00b3ac;
}
.blog-post.style1 .blog-content h3 {
    padding-top: 15px;
    font-size: 35px;
    line-height: 40px;
    width: 100%;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 0px;
}
.blog-post.style1 .blog-content p {
    padding-top: 6px;
    padding-bottom: 30px;
    font-size: 17px;
    line-height: 30px;
    width: 100%;
    font-weight: 400;
    font-family: 'Quicksand';
}
.blog-content .blog-category ul li a {
  color: #333333;
}
.blog-content .blog-category ul li a,
.blog-content .blog-category ul li span {
  font-weight: 500;
}
.blog-content .blog-category {
  display: flex;
}
.blog-content .blog-category span {
  padding-right: 10px;
}
.blog-content .blog-category ul {
  display: flex;
}
.blog-content .blog-category ul li {
  list-style: none;
  padding-right: 8px;
  position: relative;
}
.blog-content .blog-category ul li:not(:last-child)::before {
  content: ",";
  position: absolute;
  left: 94%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
}
/*Blog Style 1 End*/

/*Blog Style 2 Start*/
.blog-post.list-style2 .blog-featured-post.list-style2 ul li {
  list-style: none;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 500;
}
.blog-post.list-style2 .blog-featured-post.list-style2 ul li i {
  padding-right: 6px;
}
.blog-post.list-style2 .blog-featured-post.list-style2 ul {
  display: flex;
}
.blog-post.list-style2 .blog-post-item .blog-content h3 {
  padding-top: 10px;
}
/*Blog Style 2 End*/
/*Our Events Style 3 Start*/
.event-style3 .event-img img {
  height: 370px;
  object-fit: cover;
  object-position: top;
  border-radius: 5px;
}
.event-style3 .event-txt span {
  font-size: 14px;
  line-height: 24px;
  color: #444;
}
.event-style3 .event-txt h3 {
  font-size: 22px;
  line-height: 32px;
  width: 80%;
}
/*Our Events Style 3 Start*/

/*Pagination Start*/
.pagination-wrap .prev,
.pagination-wrap .next {
  color: #fff;
}
.pagination-wrap .dots {
  background: #fff;
}
.pagination-wrap .page-itemm:hover .dots {
  background: #fff;
  color: #222222;
}
.pagination-wrap .prev svg {
  width: 13px;
  height: 13px;
  fill: #fff;
}
/*Pagination End*/

/*Blog-featured-post List style 2 Start*/
.lif-blog-featured-post.list-style2 ul {
  display: flex;
}
.lif-blog-featured-post.list-style2 ul li {
  list-style: none;
  font-weight: 500;
  font-size: 15px;
  padding-right: 10px;
  position: relative;
}
.lif-blog-featured-post.list-style2 ul li:first-child:after {
  content: "/";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.lif-blog-featured-post.list-style2 h3 {
  padding-top: 10px;
  padding-bottom: 22px;
  color: #222;
  width: 75%;
  font-size: 32px;
  line-height: 44px;
}
.lif-blog-featured-post.list-style2 p {
  line-height: 30px;
  padding-bottom: 8px;
  margin-top: 22px;
}
.lif-blog-featured-post.list-style2 a.lif_donate {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  color: white;
  padding: 19px 45px;
  display: inline-flex;
}
.blog-post.list-style2 .blog-post-item .blog-content {
  padding-left: 25px;
}
.blog-post.list-style2 .blog-post-item .post-listing .blog-content ul {
  display: flex;
  padding-right: 3px;
}
.blog-post.list-style2 .blog-post-item .post-listing .blog-content ul li {
  list-style: none;
  font-size: 14px;
  font-weight: 500;
}
.blog-post.list-style2 .blog-post-item .post-listing .blog-content ul li a {
  color: #666;
}
.blog-post.list-style2 .blog-post-item .post-listing .blog-content h3 {
  width: 90%;
  line-height: 47px;
  text-transform: capitalize;
  font-size: 35px;
  color: #222;
}
.blog-post.list-style2 .blog-post-item .post-listing .blog-content p {
  padding-top: 10px;
  width: 100%;
  padding-bottom: 0;
  line-height: 30px;
}
.blog-post.list-style2
  .blog-post-item
  .post-listing
  .blog-content
  .blog-content
  .blog-category {
  padding-top: 0px;
}
.blog-post.list-style2 .blog-post-item {
  margin-bottom: 30px;
}
.blog-post.list-style2 .blog-post-item .blog-content > a {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.blog-post.list-style2 .blog-post-item .blog-content > a:hover i {
  transform: translateX(5px);
}
.blog-post.list-style2 .blog-post-item .blog-content > a i {
  transition: 0.3s ease-in-out;
  margin-left: 5px;
}
/*Blog-featured-post List style 2 End*/

/*Cause Style 1 Start*/
.lif-cause-post.lif-cause-style1 .lif-cause-media figure img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.lif-cause-post.lif-cause-style1 .lif-cause-media figure {
  text-align: center;
}
.lif-cause-post.lif-cause-style1 .lif-cause-content h3 {
  font-size: 24px;
  line-height: 28px;
}
.lif-cause-post.lif-cause-style1 .lif-cause-content .cause-amount {
  display: flex !important;
  align-items: baseline;
  margin-top: 22px;
}
.lif-cause-post.lif-cause-style1 .lif-cause-content .cause-amount span {
  font-size: 26px;
  line-height: 30px;
  margin-right: 10px !important;
  font-weight: bold;
}
.lif-cause-post.lif-cause-style1 .lif-cause-content .cause-amount span + span {
  font-size: 14px;
  font-weight: 400;
}
.lif-cause-post.lif-cause-style1 .lif-cause-content .cause-amount span i {
  font-weight: 500;
  margin-right: 2px;
  color: #f56a01 !important;
}
.lif-cause-post.lif-cause-style1 .lif-cause-content {
  border: 1px solid #d0d0d0;
  padding: 22px;
  padding-top: 170px;
  margin-top: -146px;
}
.lif-cause-post.lif-cause-style1 {
  margin-bottom: 50px;
}
.pagination-wrap .pagenation {
  margin-top: 40px;
}
/*Cause Style 1 End*/

/*Event Style 1 Start*/

.event-list-two .background-clr{
  background: #FFFAE1;
    margin-bottom: 70px;
    align-items: center;
}
.event-list-two .background-clr .col-md-6{
  padding: 0px !important;
}
.event-list-two .event-txt h3{ 
    margin-top: 20px;
    margin-bottom: 10px;
}
.event-list-two .event-org h5{
font-size: 22px;
padding-top: 15px;
}
.event-list-two .event-org span{
    font-size: 14px;
    line-height: 35px;
    font-weight: 600;
}
.event-list-two .event-org img{
    border-radius: 50px !important;
    height: 80px;
    width: 80px;
    object-fit: cover;
}
.event-list-two .event-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
}
.event-list-two .event-img .event-meta svg {
  height: 40px;
  width: 40px;
  fill: #fff;
}
.event-list-two .event-img .event-meta {
  position: absolute;
  bottom: 0;
  padding: 20px 34px;
  width: 610px;
  background-color: #F56A01 !important;
}
.event-list-two .event-img .event-meta span{
  font-size: 15px;
    font-weight: 600;
}
.event-img span svg {
  margin-right: 10px;
}
.event-img .event-meta .evnt-loc {
  font-size: 15px;
  width: 55%;
}
.event-img .event-meta {
  left: -20px;
}
.event-txt .event-category {
  background: #00b3ac;
  color: #fff;
  padding: 2px 25px;
  display: inline-block;
  font-size: 13px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 600;
}
.event-txt h3 {
  margin-top: 14px;
  font-size: 38px;
  line-height: 45px;
  color: #222;
  margin-bottom: 14px;
}
.event-txt {
  width: 85%;
  padding-left: 40px;
}
.event-txt p {
  line-height: 27px;
  width: 80%;
  font-size: 18px;
}
.event-org h5 {
  font-size: 16px;
  line-height: 15px;
}
.event-org span {
  font-size: 12px;
  line-height: 20px;
}

.event-img .event-meta {
  bottom: 25px !important;
  left: -30px;
}
.event-org {
  padding-top: 20px;
}
.event-org div {
  padding-left: 15px;
}
/*Event Style 1 End*/

/* Cause Style 2 Start */

.life-cause-content.cause-content-style2 h3 {
  font-size: 32px;
  line-height: 35px;
  margin-bottom: 20px;
}
.life-cause-content.cause-content-style2 p {
  margin-top: -4px;
  margin-bottom: 50px;
  width: 100%;
}
.life-cause-content.cause-content-style2 .cause-target {
  margin-top: 17px;
}
.life-cause-content.cause-content-style2 .cause-target h6 {
  margin-top: -7px;
  color: #999999;
}
.life-cause-content.cause-content-style2 .cause-target .cause-amount {
  margin-right: 56px;
}
.life-cause-content.cause-content-style2 .cause-target .cause-amount span {
  font-size: 30px;
  font-weight: bold;
}
.life-cause-content.cause-content-style2 .cause-target .cause-amount h6 {
  font-size: 14px;
  color: #999;
  font-weight: 400;
}
.life-cause-content.cause-content-style2 .cause-target .cause-amount span i {
  font-weight: 500;
  /*margin-right: -10px;*/
}
.life-cause-content.cause-content-style2
  .cause-target
  .urgent-popup-list
  .d-inline
  span
  a {
  padding: 19px 57px;
  margin-top: 23px;
}
.life-cause-media.caue-media-style2 img {
  width: 100%;
}
.life-cause-content.cause-content-style2 .cause-target .urgent-popup-list a {
  padding: 19px 57px;
  margin-top: 23px;
}
.causes-style-2 .col-md-6 {
  margin-bottom: 50px;
}
.cause-item {
  margin-bottom: 75px;
}
.cause-item:nth-child(even) .cause-content-style2 {
  padding-left: 40px;
}

/* Cause Style 2 End */

/* Blog Style 3 Start */
.list-style3 .blog-media {
  margin-left: 94px;
}
.blog-post-item {
  margin-bottom: 100px;
}
.blog-post.list-style3 .blog-content {
  margin-left: 1px;
  width: 80%;
}
.blog-post.list-style3 .blog-content ul li.blog-category a:not(:first-child) {
  padding-left: 5px;
}
.blog-post.list-style3 .blog-content h3 {
  font-size: 40px;
  line-height: 50px;
}

.blog-post.list-style3 .blog-content p {
  padding-top: 15px;
  font-size: 18px;
  line-height: 32px;
}
.blog-post.list-style3 .blog-content ul {
  display: flex;
  padding-top: 4px;
}
.blog-post.list-style3 .blog-content ul li {
  list-style: none;
  padding-right: 26px;
  color: #333333;
  font-weight: 500;
  position: relative;
}
.blog-post.list-style3 .blog-content ul li:not(:last-child):after {
  content: "";
  width: 1px;
  height: 8px;
  background-color: #919191;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
}
.blog-post.list-style3 .blog-content ul li a {
  text-transform: capitalize;
}
.blog-post.list-style3 .blog-content ul li.blog-category {
  color: #00b3ac;
}
.blog-post.list-style3 .blog-post-item .blog-media img {
  border-radius: 50%;
}
.blog-post.list-style3 .blog-post-item {
  padding: 55px 0;
  margin: 0;
}
.blog-post.list-style3 .blog-post-item:nth-child(odd) {
  background-color: #d2fffd;
}
/* Blog Style 3 End */

/* Blog Style Grid 1 Stard */

.blog-post.grid_style1 {
  margin-bottom: 45px;
  margin-right: 36px;
}
.blog-post.grid_style1:hover .blog-media img {
  transform: scale(1.05);
}
.blog-post.grid_style1 .blog-media ul li {
  list-style: none;
  padding: 10px 14px;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
}
.blog-post.grid_style1 .blog-media {
  position: relative;
  overflow: hidden;
}
.blog-post.grid_style1 .blog-media img {
  width: 100%;
}
.blog-post.grid_style1 .blog-media .blog-meta .bg-white i {
  color: #58b4ad;
}
.blog-post.grid_style1 .blog-media .blog-meta .bg-theme-color {
  color: white !important;
}
.blog-post.grid_style1 .blog-media ul.blog-meta {
  position: absolute;
  top: 20px;
  left: 20px;
}
.blog-post.grid_style1 .blog-media ul.blog-meta li i {
  margin-right: 8px;
}
.blog-post.grid_style1 .blog-content h3 {
  font-size: 22px;
  line-height: 30px;
  margin-top: 23px;
  text-transform: capitalize;
}
.blog-post.grid_style1 .blog-content p {
  line-height: 28px;
}

/* Blog Style Grid 2 End */

/* cause style 3 start*/
.lif-cause-style4 .lif-cause-content h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 22px;
}
.lif-cause-style4 .cause-amount {
  display: flex;
  align-items: center;
  padding-top: 8px;
  justify-content: center;
}
.lif-cause-style4 .cause-amount span:first-child {
  padding: 0px;
  font-size: 20px;
}
.lif-cause-style4 .cause-amount span {
  padding-left: 10px;
}
.lif-cause-style4 .cause-amount span:last-child {
  font-size: 13px;
}
.lif-cause-style4 {
  border: 1px solid #d5d5d5;
  margin-top: 70px;
  margin-bottom: 50px;
}
.lif-cause-style4 .lif-cause-content {
  text-align: center;
  padding: 0px 50px 30px 30px;
}
.lif-cause-style4 .lif-cause-content p {
  letter-spacing: 0.3px;
  line-height: 30px;
}

.lif-cause-style4 .lif-cause-media figure {
  overflow: hidden;
}

.lif-cause-style4 .lif-cause-media img {
  transform: scale(1);
}
.lif-cause-style4 .lif-cause-media:hover img {
  transform: scale(1.1);
}
.content-style p {
  color: #fff;
  width: 60%;
  margin: auto;
}

.content-style {
  height: 100%;
  background: #004d4a;
  padding-top: 80px;
  text-align: center;
}
.content-style img {
  width: 100%;
}
.content-style h3 {
  font-size: 22px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 5px;
}

.content-style .cause-amount {
  display: flex;
  justify-content: center;
  padding: 15px 0px 20px 0px;
  align-items: center;
}
.content-style .cause-amount span {
  color: #fff;
}
.content-style .cause-amount span:last-child {
  font-size: 13px;
  padding-left: 8px;
  color: #c9c9c9 !important;
}
.content-style .cause-amount span {
  color: #fff !important;
}
/* cause style 3 End*/

/* team style 2 start*/
.lif-team.style2 .lif-team-content span {
  font-size: 14px;
  line-height: 20px;
  color: #f56a01;
  font-weight: 600;
}
.lif-team.style2 .lif-team-content h3 {
  font-size: 30px;
  line-height: 25px;
  color: #222;
  margin-top: 10px;
  margin-bottom: 12px;
}
.lif-team.style2 .lif-team-content p{
      font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.lif-team.style2 .lif-team-content p b{
      color: #f56a01;
}
.lif-team.style2 .filter-categories,
.lif-team.style2 .filter-regions {
  width: 100%;
  border: 1px solid #bcbcbc;
  border-radius: unset;
  height: 68px;
  display: flex;
  font-size: 15px;
  align-items: center;
  padding: 25px;
  color: #444;
}
.lif-team.style2 .lif-team-item {
  margin-bottom: 24px;
  background-color: #FFFAE1;
  border-radius: 10px;
}
.lif-team.style2 .lif-team-meta {
  height: 100%;
}
.lif-team.style2 .lif-team-meta > figure {
  height: 100%;
}
.lif-team.style2 .lif-team-meta > figure > img {
  height: 280px;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  border-radius: 10px 0px 0px 10px;
  object-position: top;
}
.lif-team.style2 .lif-team-meta {
  overflow: hidden;
}
.lif-team.style2 .lif-team-item:hover img {
  transform: scale(1.05);
}
.lif-team.style2 .lif-team-content {
  padding: 40px 20px;
}
.lif-team.style2 .team-social a {
  width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
}
.lif-team.style2 .filter-search input {
  width: 100%;
  padding: 22px 25px;
  position: relative;
  border: 1px solid #bcbcbc;
}
.lif-team.style2 .filter-search input::placeholder {
  color: #444;
}
.lif-team.style2 .filter-search a {
  position: absolute;
  right: 30px;
  top: 35%;
}
.lif-team.style2 .filter-search {
  position: relative;
}
.lif-team.style2 .row.lif-team-row {
  padding-top: 60px;
}
.lif-team.style2 .nice-select:after {
  height: 10px;
  width: 10px;
  right: 25px;
}
.lif-team.style2 .nice-select .list {
  width: 100%;
}
.lif-team.style2 .team-social-heading {
  padding-bottom: 8px;
  padding-top: 25px;
}
.lif-team.style2 .team-social-heading span{
  color: #666;
  font-size: 18px;
  font-weight: 700;
}
.lif-team.style2 .lif-team-meta span:first-child {
  position: relative;
  padding-right: 20px;
      font-size: 14px;
    font-weight: 600;
    color: #666666;
}
.lif-team.style2 .lif-team-meta span:first-child::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  right: 6px;
  background: #666666;
  top: 50%;
}
.lif-team.style2 + .pagination-wrap .page-numbers {
  background: #f4f4f4;
  color: black;
}
.lif-team.style2 + .pagination-wrap .page-numbers.next {
  color: white;
}
.lif-team.style2 + .pagination-wrap .pagenation {
  margin-top: 46px;
}
.lif-team.style2 .team-social a:hover {
  background: #fff !important;
  border-color: #f56a01 !important;
}
.lif-team.style2 .team-social a:hover i{
  color: #f56a01 !important;
}
.lif-team.style2 .team-social a {
  border: 1px solid;
}
/* team style 2 end*/

/* gallery style 1 start*/
.gallery-box img {
  width: 100%;
}
.grid-1 .gallery-box .gallery-info {
  position: absolute;
  left: 10px;
  bottom: 10px;
  right: 10px;
  background-color: white;
}
.grid-1 .gallery-box .gallery-info h3 {
  font-size: 20px;
  line-height: 30px;
  color: white;
}
.grid-1 .gallery-info > h3:hover a {
  color: #fff;
}
.grid-1 .gallery-box .gallery-info {
  padding: 20px;
  transition: 0.3s linear;
}
.grid-1 .gallery-box a {
  width: 100%;
  padding-bottom: 0px;
  overflow: hidden;
}
.grid-1 .gallery-box:hover h3 {
  color: #fff;
}
.grid-1 + .loadmore-wrap.theme-btn {
  padding: 10px 40px 0;
}
.grid-1 .gallery-box img {
  height: 340px;
  object-fit: cover;
}
.grid-1 + .loadmore-wrap #loadMore a {
  margin-top: 0;
}
.grid-1 .gallery-box {
  margin-bottom: 30px;
}
.grid-1 .gallery-box:hover .gallery-info {
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff !important;
}
.grid-1 .allery-box:hover .gallery-info h3 {
  color: #fff;
}
.grid-1 .loadmore-wrap.theme-btn {
  display: flex;
  justify-content: center;
}
/* gallery style 1 end*/
/* gallery style 2 start*/

.grid-2 .gallery-info h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -10%);
  width: 75%;
  visibility: hidden;
  opacity: 0;
  color: #fff;
  z-index: 9999;
  font-size: 22px;
  line-height: 32px;
}
.grid-2 .gallery-box:hover h3 {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: 0.3s linear;
}
.grid-2 .gallery-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.grid-2 .gallery-info > h3:hover a {
  color: #fff;
}
.grid-2 .gallery-box:hover:before {
  opacity: 0.7;
  visibility: visible;
}
.grid-2 .gallery-box {
  margin-bottom: 24px;
}
.loadmore-wrap {
  display: flex;
  justify-content: center;
}
.grid-2 .gallery-box img {
  height: 380px;
  object-fit: cover;
  object-position: center;
}
.grid-2.post-listing + .loadmore-wrap.theme-btn {
  padding-bottom: 0;
  padding-top: 25px;
}
.grid-2.post-listing .loadmore-wrap a {
  font-weight: 500;
}
/* gallery style 2 end*/
/* event detail new style start */
.event-detail .event-organizor ul > li > span:nth-child(2) {
  color: #00aa90;
}
.event-detail p {
  font-size: 17px;
}
/* event detail new style end */
/* charit event start */

.recent-event-item .row {
  align-items: center;
}
.style1 .recent-event-content h3 {
  font-size: 24px;
  color: #333333;
  margin-top: 8px;
}
.recent-event-content > span:first-child {
  color: #f05537;
}
.style1 .recent-event-item {
  padding-bottom: 30px;
}
.style1 .recent-event-content > span:first-child {
  color: #f05537 !important;
}
.style1 .recent-event-info {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.style1 .recent-event-info span {
  color: #999999 !important;
}
.style1 .recent-event-info:before {
  width: 85px;
  content: "";
  position: absolute;
  height: 1px;
  background: #d1d1d1;
  top: 30px;
  left: 0;
}
/* charit event end */
/* Popup start */
.donation-modal2 .donation-payment-cycle > a.active::before {
  border-top-color: #52a122 !important;
}
.donation-modal2 .custom-donation-amount > span {
  border-color: #00aa90 !important;
}
.donation-modal2 .donation-amount-box ul li a {
  border-radius: 0px;
  background-color: #e9e9e9;
}
.wpcm-container:before {
  content: "";
  position: absolute;
  background: #02a88f;
  height: 73%;
  width: 90%;
  z-index: -1;
  top: 245px;
  left: 65px;
}
/* Popup end */

/*====Cart Popup Start====*/
.cart-1 {
  padding-left: 15px;
}
.cart-1 .star-rating span::before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  font-family: star;
  color: #d9842f;
}
.popup-items h2 {
  font-size: 26px;
}
.popuo-button {
  background: #333;
  display: inline-block;
  height: 45px;
  color: white;
  padding: 9px 1.062rem;
  transition: ease, 0.9s;
  transform: translate(97px);
  position: absolute;
  right: 0;
  top: 90px;
}
.popup-items {
  position: fixed;
  top: 0;
  right: 0%;
  background: #fff;
  z-index: 9999;
  box-shadow: 0px 13px 4px #ded5d5;
  overflow-y: auto;
  height: auto;
  width: 510px;
  transition: all 0.5s cubic-bezier(0.19, 0.71, 0.58, 0.83);
}
.cart-header-7 .popup-items {
}
.popup-main {
  margin: 33px;
  overflow: hidden;
  overflow-y: auto;
}
.popuo-button:hover {
  transform: translate(0px);
}
.popuo-button span {
  visibility: hidden;
  opacity: 0;
}
.popuo-button:hover span {
  visibility: visible;
  opacity: 1;
}
.popuo-button:hover {
  color: #fff;
}
.cart-price {
  width: 76%;
  margin: auto;
}
.pop-overlay {
  background-color: #00000080;
  position: fixed;
  z-index: 99999;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 1px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}
.bar1 {
  -webkit-transform: rotate(-45deg) translate(-11px, 7px);
  transform: rotate(-45deg) translate(-11px, 7px);
}

.bar2 {
  opacity: 0;
}

.bar3 {
  -webkit-transform: rotate(45deg) translate(-2px, 0px);
  transform: rotate(45deg) translate(-2px, 0px);
}
.cross-bar {
  position: absolute;
  right: 52px;
  cursor: pointer;
}
.pop-open {
  width: 610px;
}
.qmt-urdu {
  font-size: 20px;
  padding-left: 5px;
}
.popup-items .theme-btn-2 {
  display: flex;
  justify-content: center;
  width: 88%;
  font-size: 22px;
  margin: auto;
  align-items: center;
  padding-top: 25px;
}
.update-custom-mini-cart-count svg {
  width: 25px;
  height: 30px;
}
.update-custom-mini-cart-count span {
  position: absolute;
  top: -5px;
  right: -15px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 13px;
  border-radius: 100%;
}
.update-custom-mini-cart-count {
  position: relative;
  margin-right: 20px;
}
/*====Cart Popup End====*/

/*====Shop Pages Start====*/
.product-wrap .products .product-box span.onsale {
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 23px;
  top: 2.3em;
  left: 3.3em;
  margin: 0;
  background-color: #0d9c14;
  color: #fff;
  font-size: 13px;
  z-index: 9;
  padding: 0px 7px;
  border-radius: inherit;
  min-width: auto;
  min-height: auto;
}
.product-wrap .products .product-box span.onhot {
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 23px;
  top: 2.3em;
  left: 7.1em;
  margin: 0;
  background-color: #e31414;
  color: #fff;
  font-size: 13px;
  z-index: 9;
  padding: 0px 7px;
  border-radius: inherit;
  min-width: auto;
  min-height: auto;
}
.product-wrap .products .product-box .product-img a {
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0px !important;
  background-color: #e96928;
  font-size: 13px;
  padding: 19px 10px;
  margin-bottom: -51px;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.product-wrap .products .product-box .product-img a.added {
  display: none;
}
.product-wrap .products .product-box .product-img a.added + a {
  visibility: visible;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  color: white;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px;
}
.product-wrap
  .products
  .product-box
  .product-img
  a.add_to_cart_button.loading::after {
  top: 0.8em;
}
.product-wrap .products .product-box .product-img {
  overflow: hidden;
  cursor: pointer;
}
.product-wrap .products .product-box .product-img a.add_to_cart_button:hover {
  background-color: #bb4f00;
}
.product-wrap .products .product-box .product-img:hover a.add_to_cart_button {
  visibility: visible;
  margin-bottom: 0px;
}
.product-wrap .products .product-box .star-rating::before {
  font-size: 13px;
}
.product-wrap .products .product-box .star-rating {
  margin-top: 30px;
  margin-bottom: 0px;
}
.product-wrap .products .product-box .star-rating span {
  font-size: 13px;
}
.product-wrap .products .product-box {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}
.product-wrap .products .product-box h3 {
  width: 100%;
  font-size: 20px;
  margin-top: 9px;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  float: none;
  font-size: 16px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 37px;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: none;
}
.product-wrap .products .product-box span.price ins span bdi {
  font-size: 24px;
  color: #333333;
}
.product-wrap .products .product-box span.price ins span bdi span {
  color: #e96928;
}
.product-wrap .products .product-box span.price {
  margin-bottom: 30px;
}
.product-wrap .products .product-box span.price {
  margin-top: 4px;
}
.product-wrap .products .product-box span.price del span bdi {
  display: none;
}
.product-wrap .woocommerce-product-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-wrap
  .woocommerce-product-info
  form.woocommerce-ordering
  select.orderby {
  height: 68px;
  width: 368px;
  border-radius: 0;
  border: 1px solid #bebebe;
  cursor: pointer;
  padding: 10px 26px;
  margin-bottom: 34px;
}
/*====Shop Pages End====*/

/*====Product Detail Style 2 Start====*/
.style2 .product-gallery-nav-wrap {
  display: inline-flex;
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.style2 .slick-track,
.style2 .slick-list {
  height: auto !important;
}
.style2 .product-gallery-for-wrap {
  position: relative;
}
.style2 .product-gallery-nav-wrap img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border: 5px solid white;
  box-shadow: 0px 0px 8px 5px #00000024 !important;
  cursor: pointer;
}
.style2 .product-gallery-nav-wrap img:not(:last-child) {
  margin-right: 15px;
}
.style2 .product-gallery-nav-wrap .slick-track {
  padding: 10px;
}
.style2 .product-gallery-for-wrap img {
  height: 680px !important;
  object-fit: cover;
}
.single-product .summary.entry-summary {
  width: 100% !important;
}
.single-product .product_title {
  font-size: 28px;
  font-weight: bold;
  color: #222;
}
.single-product .nav-tabs .nav-link {
  padding: 22px 45px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.nav-tabs li.active a.nav-link {
  color: white;
}
.woocommerce div.product .woocommerce-tabs ul.nav-tabs li a.nav-link {
  border: 0;
  border-radius: 0;
}
.single-product .nav-tabs .nav-item {
  margin-bottom: 0;
}
.single-product ul.variable-items-wrapper.color-variable-wrapper li span,
.single-product ul.variable-items-wrapper.color-variable-wrapper li {
  border-radius: 100px !important;
  padding: 0 !important;
  box-shadow: 3px 4px 10px 1px #00000015 !important;
  margin-top: 0 !important;
}
.single-product table.variations tr {
  display: flex;
  margin-bottom: 20px;
}
.single-product .variable-items-wrapper .variable-item {
  border-radius: 0 !important;
}
.single-product
  .variable-items-wrapper
  .variable-item.button-variable-item
  .variable-item-span {
  padding: 0 15px !important;
  font-size: 13px !important;
  color: #4e4e4e !important;
}
.single-product .variations td.label {
  padding-right: 2em !important;
}
.single-product .variations td a {
  margin-left: 15px !important;
}
.single-product .variations td {
  display: flex !important;
}
.single-product form.cart .button {
  padding: 22px 67px;
}
.single-product .variable-item:not(.radio-variable-item) {
  margin-bottom: 0 !important;
}
.single-product .variable-items-wrapper {
  align-items: center !important;
}
.single-product .variations label {
  font-weight: 700;
  font-size: 15px;
  color: #4e4e4e;
  font-weight: 400;
}
.single-product .price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.single-product .price ins bdi {
  color: #333;
  font-size: 24px;
  margin-right: 23px;
}
.single-product .price del bdi {
  text-decoration: line-through;
  font-size: 15px;
  font-weight: 400;
  color: #b5b5b5;
}
.single-product .price > span {
  font-size: 24px;
  color: #333;
  width: 15%;
}
.single-product .summary {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 80px;
}
.single-product .quantity .btn-primary {
  background-color: #eee;
  color: black;
  border: 0;
}
.single-product .single_variation_wrap .quantity {
  width: 100%;
}
.single-product .single_variation_wrap {
  width: 45%;
  display: flex;
}
.single-product .quantity .input-group {
  border: 1px solid #bbb;
  padding: 10px;
  margin-bottom: 10px;
}
.single-product .quantity input {
  height: 40px;
  border: 0;
}
.single-product .form-control:focus {
  box-shadow: unset;
}

.single-product .product_meta span.sku,
.single-product .product_meta a {
  font-weight: 400;
}
.single-product .tab-content > .active {
  padding: 45px 45px 30px !important;
  border: 1px solid #bbb;
}
.single-product .tab-content > .active p {
  font-size: 17px;
  line-height: 30px;
}
.single-product .tab-content > .active h2 {
  margin-bottom: 25px;
  font-size: 23px;
}
.single-product .form-submit input {
  color: white !important;
  padding: 17px 40px !important;
}
.single-product ol.commentlist li img.avatar {
  width: 46px !important;
}
.single-product ol.commentlist li .comment-text p.meta {
  font-size: 17px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.single-product .product_meta {
  display: flex;
  flex-wrap: wrap;
  margin-top: 58px;
}
.single-product .product_meta span {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  width: 100%;
  margin-bottom: 22px;
}
.single-product div.product p.stock {
  font-size: 15px;
  font-weight: 500;
}
.single-product .add-to-cart,
.single-product div.product p.stock {
  display: flex;
  width: 100%;
}
.single-product p.price {
  display: none !important;
}
.single-product div.product form.cart .group_table td:first-child {
  width: 40%;
  text-align: center;
}
.single-product .star-rating span::before {
  color: #ff9c00;
}
/*====Product Detail Style 2 End====*/

/*================================
          Team Style 4
  ==================================*/
.team-wrap {
  float: left;
  width: 100%;
}
.remove-ext7 .team-box {
  margin-bottom: 50px;
}
.remove-ext9 .team-box {
  margin-bottom: 60px;
}
.remove-ext14 .team-box {
  margin-bottom: 85px;
}
.team-box {
  float: left;
  width: 100%;
}
.team-thumb {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.team-thumb > a {
  float: left;
  width: 100%;
}
.team-thumb img {
  width: 100%;
}
/* .team-box:hover .team-thumb img {
  -webkit-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  -o-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
} */
.team-thumb > a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 30%;
  border-radius: 30%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.team-box:hover .team-thumb > a::before {
  -webkit-animation: circle 1s;
  -ms-animation: circle 1s;
  -o-animation: circle 1s;
  animation: circle 1s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 0.5;
    background: rgba(45, 26, 39, 0.2);
  }
  40% {
    opacity: 1;
    background: rgba(45, 26, 39, 0.2);
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 0.5;
    background: rgba(45, 26, 39, 0.2);
  }
  40% {
    opacity: 1;
    background: rgba(45, 26, 39, 0.2);
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.team-thumb + .team-info {
  margin-top: 25px;
}
.team-info {
  float: left;
  width: 100%;
  padding: 0 25px;
  position: relative;
}
.team-info > h4 {
  margin-bottom: 0;
  font-size: 28px;
}
.theme-bg .team-info > h4,
.secondary-bg .team-info > h4,
.dark-layer .team-info > h4 {
  color: #fff;
}
.dark-layer .team-info > span,
.theme-bg .team-info > span,
.secondary-bg .team-info > span {
  color: #ababab;
}
.team-info > h4 + span {
  margin-top: 5px;
}
.team-info > span {
  display: block;
  font-size: 18px;
}
.team-info > .social-links {
  position: absolute;
  left: 25px;
  right: 25px;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  bottom: -65px;
}
.team-box:hover .team-info > .social-links {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.team-box .social-links2 > a {
  line-height: 35px;
  height: 35px;
  width: 35px;
  font-size: 17px;
}
.team-box .social-links2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  opacity: 0;
  visibility: hidden;
}
.team-box:hover .social-links2 {
  opacity: 1;
  bottom: 36px;
  visibility: visible;
}
.view-more {
  float: left;
  width: 100%;
  margin-top: 60px;
}

.event-list-two .event-img figure {
  overflow: hidden;
}
.event-style3 {
  margin-bottom: 40px;
}
.event-txt {
  width: 92%;
}
.event-txt h3 {
  margin-bottom: 5px;
}
.event-style3 .event-txt h3 {
  line-height: 28px;
}
.event-style3 .event-txt span > i {
  padding-right: 10px;
}

.slick-list .slick-track .custom-slider-item {
  height: 180px;
  display: flex;
  align-items: center;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin-bottom: 0;
}
.single-product .product-detail-tabs .tab-content .tab-pane {
  border-top: none;
}
.single-product .product-detail-tabs .nav-tabs .active {
  position: relative;
}
.single-product .product-detail-tabs .nav-tabs .active::before {
  content: "";
  border-right: 0px solid transparent;
  border-left: 15px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  border-top: 10px solid #770f57;
}
.single-product .woocommerce-notices-wrapper {
  margin-top: 0px;
}
.woocommerce-notices-wrapper {
  margin-top: 80px;
}
.woocommerce .return-to-shop a.button.wc-backward {
  color: white;
  border-radius: 100px;
  margin-bottom: 14px;
  font-size: 16px;
}
.woocommerce
  .woocommerce-notices-wrapper
  .woocommerce-message
  a.button.wc-forward {
  color: white;
  border-radius: 100px;
  font-size: 16px;
}
.woocommerce p.cart-empty {
  margin-bottom: 20px;
}
form.checkout .woocommerce-checkout-review-order ul.payment_methods {
  border-bottom: 1px solid #727172 !important;
}
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 2em;
  padding-top: 0;
}
.form-row button {
  padding: 0.9em 1.4em;
}
#pp--pay-form input,
#pp--pay-form select {
  width: 95%;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #aaa;
}
form.woocommerce-cart-form {
  margin-top: 60px;
}
form.woocommerce-cart-form
  table.shop_table
  tr.cart_item
  td.product-thumbnail
  a
  img {
  width: 100px;
  border: 3px solid white;
}
form.woocommerce-cart-form
  table.shop_table
  tbody
  tr
  td.actions
  .coupon
  button.button {
  background-color: #3b0530;
  color: white;
  border-radius: 100px;
}
form.woocommerce-cart-form table.shop_table tbody tr td.actions button.button {
  border-radius: 100px;
  background-color: orange;
  color: white;
  opacity: 1;
}
form.woocommerce-cart-form
  table.shop_table
  tbody
  tr
  td.actions
  .coupon
  input.input-text {
  width: 200px;
  border-radius: 100px;
  margin-right: 15px;
  padding-left: 20px;
}
form.woocommerce-cart-form
  table.shop_table
  tr.cart_item
  td.product-quantity
  .quantity
  .input-group
  input.input-text {
  border: 1px solid #ffa50042;
}
form.woocommerce-cart-form
  table.shop_table
  tr.cart_item
  td.product-quantity
  .quantity
  .input-group
  span.input-group-btn
  button.btn {
  background-color: orange;
  border: 1px solid orange;
}
form.woocommerce-cart-form table.shop_table thead {
  background-color: orange;
}
form.woocommerce-cart-form table.shop_table thead tr th {
  color: white;
}
form.woocommerce-cart-form table.shop_table tbody {
  background-color: #fffae1;
}
form.woocommerce-cart-form table.shop_table tbody tr td.product-name a {
  font-size: 18px;
  font-weight: bold;
}
form.checkout .woocommerce-billing-fields span.woocommerce-input-wrapper input {
  height: 44px;
  border: 1px solid #aaa;
  padding: 0px 15px;
}
form.checkout
  .woocommerce-billing-fields
  span.selection
  span.select2-selection--single {
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 16px;
}
form.checkout
  .woocommerce-billing-fields
  span.selection
  span.select2-selection--single
  span.select2-selection__arrow {
  margin-top: 7px;
  margin-right: 5px;
}
form.checkout h3#order_review_heading {
  margin-bottom: 20px;
}
form.checkout
  .woocommerce-checkout-review-order
  table.shop_table
  tfoot
  tr.order-total {
  background-color: #f56a01;
}
form.checkout
  .woocommerce-checkout-review-order
  table.shop_table
  tfoot
  tr.order-total
  th {
  color: white;
}
form.checkout
  .woocommerce-checkout-review-order
  table.shop_table
  tfoot
  tr.order-total
  td
  strong
  span.amount {
  color: white;
}
form.checkout .woocommerce-additional-fields h3 {
  padding-top: 30px;
}
form.checkout
  .woocommerce-additional-fields
  .woocommerce-additional-fields__field-wrapper
  p.notes
  span.woocommerce-input-wrapper
  textarea.input-text {
  height: 130px;
}
form.checkout
  .woocommerce-additional-fields
  .woocommerce-additional-fields__field-wrapper
  p.notes {
  display: block;
  margin-bottom: 100px;
}
form.checkout .woocommerce-billing-fields p.form-row-wide {
  display: block;
}
.lifeline-theme .wpcm-dashboard-tabs {
  margin-top: 100px;
  margin-bottom: 100px;
}
.lifeline-theme .wpcm-dashboard-tabs .wpcm-login-register .wpcm-login {
  background-color: #fffae1;
  padding: 40px !important;
}
.lifeline-theme
  .wpcm-dashboard-tabs
  .wpcm-option-row
  .wpcm-row
  .wpcm-field-input
  button {
  background: #e96928;
  color: white;
  border-radius: 100px;
  margin-top: 20px;
}
.lifeline-theme .wpcm-dashboard-tabs::before {
  content: none;
}
.lifeline-theme .wpcm-dashboard-tabs .wpcm-login-register h3,
p {
  font-family: "Quicksand";
}
.lifeline-theme .wpcm-dashboard-tabs .wpcm-login-register .wpcm-register {
  background-color: #3b0530;
  padding: 40px;
}
.lifeline-theme .wpcm-dashboard-tabs .wpcm-login-register .wpcm-register h3 {
  color: white;
}
.lifeline-theme .wpcm-dashboard-tabs .wpcm-login-register .wpcm-register p {
  color: white;
}
.lifeline-theme
  .wpcm-dashboard-tabs
  .wpcm-login-register
  .wpcm-login
  input.wpcm-form-input {
  border: 1px solid #ffa5006b !important;
}
.lifeline-theme .wpcm-dashboard-tabs .wpcm-login-register input {
  font-family: "Quicksand";
}
.lifeline-theme form.woocommerce-form-login.login {
  background-color: #fefae1;
  border: none;
  padding: 40px;
}
.lifeline-theme form.woocommerce-form-login.login p.form-row {
  display: block;
}
.lifeline-theme form.woocommerce-form-login.login p.woocommerce-form-row input {
  height: 50px;
  border: 1px solid #e9692863;
  padding: 0px 15px;
}
.lifeline-theme
  form.woocommerce-form-login.login
  p.form-row
  label
  input.woocommerce-form__input-checkbox {
  margin-right: 5px;
}
.lifeline-theme
  form.woocommerce-form-login.login
  p.form-row
  label.woocommerce-form__label-for-checkbox {
  margin-top: 23px;
  margin-left: 10px;
}
.lifeline-theme
  form.woocommerce-form-login.login
  p.form-row
  button.woocommerce-form-login__submit {
  color: white;
  border-radius: 100px;
  margin-top: 20px;
}
.woocommerce-account .woocommerce {
  margin-top: 100px;
  margin-bottom: 100px;
}
.woocommerce-account .woocommerce h2 {
  padding-left: 30px;
}

/*====Container Setting Start====*/
@media (min-width: 576px) {
  .container,
  .container-sm,
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm,
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1280px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl,
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1320px;
  }
}
/*====Container Setting End====*/

/*====Donation Popup====*/
.wpcm-wrapper .donation-style-1 .col-content .wpcm-top-title,
.wpcm-wrapper .donation-style-1 .col-content .wpcm-popup-title {
  word-break: break-word;
}
.wpml-ls-legacy-list-vertical a {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding: 0px 16px;
  line-height: 1;
}

.wpml-ls-legacy-list-vertical .wpml-ls-flag {
  display: inline;
  vertical-align: middle;
  width: 15px;
  height: 9px;
}
/* Donation Style One Start*/
.wpcm-wrapper .donation-style-1 .col-content .wpcm-top-title {
  font-size: 16px;
  color: #5e5b5b;
  font-family: Manrope;
  display: none;
}
.wpcm-wrapper .donation-style-1 .col-content .wpcm-popup-title {
  margin-bottom: 20px;
  line-height: 40px;
  color: #181818;
  font-size: 30px;
  font-family: Manrope;
  font-weight: 700;
}
.wpcm-wrapper .donation-style-1 .col-content .wpcm-popup-tagline {
  display: none;
}
.wpcm-wrapper .donation-style-1 .col-content .wpcm-recurring-btns ul > li a {
  background-color: #232323;
  padding: 14px 0;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  font-family: Manrope;
  position: relative;
}
.wpcm-wrapper .donation-style-1 .col-content {
  padding: 40px;
  width: 65%;
}
.donation-style-1 .dialog-content {
  box-shadow: 0 0 40px 15px rgb(0 0 0 / 5%);
  padding: 10px;
}
.wpcm-wrapper .donation-style-1 .col-content .wpcm-payment-gateways ul li > a {
  padding: 12px 18px;
}
.wpcm-wrapper .donation-style-1 .col-content .el-select .el-input__inner {
  height: 67px;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 10px 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.wpcm-wrapper .donation-style-1 .col-content .wpcm-cstm-amt-txt {
  font-size: 18px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 15px;
  display: block;
  color: #262626;
}
.wpcm-wrapper .donation-style-1 .col-content .wpcm-pre-dfind-amt {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
.wpcm-wrapper .donation-style-1 .col-content .wpcm-pre-dfind-amt li {
  width: 25%;
  margin-right: 5px;
  margin-left: 5px;
}
.wpcm-wrapper .donation-style-1 .col-content .wpcm-pre-dfind-amt a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  border-radius: 0;
  height: 60px;
  width: 100%;
  padding: 0;
}
.wpcm-wrapper .donation-style-1 .col-content .wpcm-custm-amt-title {
  position: relative;
  background-color: #ffffff;
  color: #333;
  border: 1px solid #4958a9;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  height: 57px;
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpcm-wrapper .donation-style-1 .col-content .wpcm-custm-amt-box {
  display: flex;
  margin-top: 30px;
}
.wpcm-wrapper
  .donation-style-1
  .col-content
  .wpcm-custm-amt-box
  .wpcm-symbl-prefix {
  background-color: #f56a01;
  color: #fff;
  width: 143px;
  text-align: center;
  padding: 10px 0;
  font-size: 24px;
  font-weight: bold;
}
.wpcm-wrapper .donation-style-1 .col-content .wpcm-custm-amt-box input {
  border: none;
  font-size: 26px;
  line-height: 32px;
  padding: 0 15px;
  width: 100px;
  color: #3a3a3a;
  font-weight: bold;
}
.wpcm-wrapper
  .donation-style-1
  .col-content
  .wpcm-custm-amt-box
  .wpcm-proceed-btn {
  margin-left: 50px;
  width: 100%;
  border: none;
  background-color: #f56a01;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 900;
}
.wpcm-wrapper .donation-style-1 .wpcm-radial-progress-bar {
  text-align: center;
  padding: 40px 40px 30px;
  display: inline-block;
}
.donation-style-1 .circular span {
  left: 0;
  bottom: 40%;
  transform: translateY(70%);
  width: 100%;
  font-size: 12px;
  position: absolute;
  display: none;
}
.donation-style-1 .col-content {
  padding: 40px;
  max-width: 66%;
}
.donation-style-1 .wpcm-radial-progress-bar {
  text-align: center;
  padding: 40px 40px 30px;
  display: inline-block;
}
.wpcm-wrapper .donation-style-1 .wpcm-amount-collected,
.wpcm-wrapper .donation-style-1 .wpcm-amount-needed {
  padding: 40px 35px;
  border-top: 1px solid #c9c9c9;
}
.donation-style-1 .circular > div::before {
  content: "%";
  font-size: 31px;
  font-weight: 600;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  color: #333;
}
.donation-style-1 .circular > div input {
  color: #333 !important;
  font-size: 31px !important;
  font-weight: 700 !important;
  height: auto !important;
  top: 50%;
  transform: translateY(-50%);
}
.donation-style-1 .dialog-content {
  padding: 10px;
}
.donation-style-1 .el-custom-select .el-select .el-input__suffix {
  background-color: #eee;
  height: 19px;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
  width: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.donation-style-1 .el-select .el-input .el-select__caret {
  color: #232323;
  font-size: 9px;
  font-weight: bold;
}
.wpcm-wrapper .donation-style-1 .wpcm-amount-collected .amount-return + span {
  line-height: 28px;
}
.wpcm-wrapper .donation-style-1 .col-content .wpcm-custm-amt-title:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -30px;
  border: 15px solid;
  border-color: #4958a9 #bcbcbc00 transparent transparent;
}
@media (max-width: 1024px) {
  .donation-style-1 .col-content {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .recent-blog-post.style1 .recent-blog-centent h3 {
    font-size: 16px !important;
    padding: 5px 0px 0px 0px !important;
  }
  .recent-blog-post.style1 .row {
    margin: 0px;
  }
  .recent-blog-post.style1 .recent-blog-item .recent-blog-media img {
    height: 180px;
    object-fit: cover;
    width: 100%;
  }
  .recent-blog-post.style1 .col-md-4 {
    width: 50%;
    padding: 3px;
  }
  #post-14015 .col-sm-12 {
    padding: 0 5px;
  }
  .loadmore-wrap #loadMore {
    margin-top: 20px;
  }
  .grid-2.post-listing .gallery-box {
    margin-bottom: 6px;
  }
  .grid-2.post-listing .col-sm-6 {
    padding: 0 3px;
    width: 50%;
  }
  .grid-2.post-listing {
    padding: 0 3px;
  }
  .grid-2.post-listing .col-sm-6 a.d-block {
    margin: 0;
  }
  .wpcm-wrapper .donation-style-1 .col-content .wpcm-pre-dfind-amt li {
    width: 25%;
    margin-top: 10px;
  }
  .wpcm-wrapper .donation-style-1 .wpcm-radial-progress-bar {
    display: flex;
  }
  .wpcm-wrapper .donation-style-1 .col-content .wpcm-cstm-amt-txt {
    margin-bottom: 5px;
  }
  .wpcm-wrapper .donation-style-1 .col-content .wpcm-pre-dfind-amt a {
    font-size: 16px;
    height: 50px;
  }
  .wpcm-wrapper .donation-style-1 .col-content .wpcm-custm-amt-box,
  .wpcm-wrapper .donation-style-1 .col-content .el-select .el-input__inner,
  .wpcm-wrapper .donation-style-1 .col-content .wpcm-custm-amt-title {
    height: 50px;
  }
  .wpcm-wrapper
    .donation-style-1
    .col-content
    .wpcm-payment-gateways
    ul
    li
    > a {
    padding: 11px 15px;
  }
  .wpcm-wrapper
    .donation-style-1
    .col-content
    .wpcm-custm-amt-box
    .wpcm-symbl-prefix {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wpcm-wrapper .donation-style-1 .col-content .wpcm-recurring-btns ul > li a {
    background-color: #232323;
    padding: 11px 0;
  }
  .wpcm-wrapper .donation-style-1 .col-content {
    padding: 25px;
  }
  .wpcm-wrapper .donation-style-1 .col-content .wpcm-popup-title {
    line-height: 38px;
    font-size: 28px;
  }
}
/* Donation Style One End*/

/* Donation Style Two Start*/
.wpcm-wrapper .donation-style-2 .col-content .wpcm-recurring-btns ul > li a {
  padding: 15px 0;
}
.wpcm-wrapper .donation-style-2 .col-content .wpcm-payment-gateways ul li > a {
  margin: 5px 5px 0 0;
}
.wpcm-wrapper .donation-style-2 .wpcm-heading {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  color: #181818;
  margin: 15px 0 10px;
}
.wpcm-wrapper
  .donation-style-2
  .col-content
  .wpcm-custm-amt-box
  .wpcm-symbl-prefix {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.wpcm-wrapper .donation-style-2 .col-content .wpcm-custm-amt-box input {
  font-size: 26px;
  line-height: 32px;
  color: #3a3a3a;
  font-weight: bold;
  padding-left: 30px;
}
.wpcm-wrapper .donation-style-2 .col-content .wpcm-next-btn {
  margin: 40px 0 0 15px;
}
.donation-style-2 .el-custom-select .el-select .el-input__suffix {
  background-color: #eee;
  height: 19px;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
  width: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpcm-wrapper .donation-style-2 .col-content .wpcm-pre-dfind-amt {
  margin-left: -5px;
  margin-right: -5px;
  display: inline-flex;
  align-items: center;
}
.wpcm-wrapper .donation-style-2 .col-content .wpcm-pre-dfind-amt li {
  width: 20%;
  margin-right: 5px;
  margin-left: 5px;
}
.wpcm-wrapper .donation-style-2 .col-content .wpcm-pre-dfind-amt a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  border-radius: 0;
  height: 60px;
  width: 100%;
  padding: 0;
}
.wpcm-wrapper .donation-style-2 .wpcm-custom-amt-box-container {
  display: flex;
  justify-content: space-between;
}
.donation-style-2 .el-select .el-input .el-select__caret {
  color: #232323;
  font-size: 9px;
  font-weight: bold;
}
.donation-style-2 .el-input__inner::placeholder {
  color: #333;
}
@media (max-width: 992px) {
  .wpcm-wrapper .donation-style-2 .col-content .wpcm-amt-box-with-predfd {
    flex-wrap: wrap;
  }
  .wpcm-wrapper .donation-style-2 .col-content .wpcm-pre-dfind-amt {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .wpcm-wrapper .donation-style-2 .col-content {
    padding: 0 30px 30px;
    margin-top: -40px;
  }
  .wpcm-wrapper
    .donation-style-2
    .col-content
    .wpcm-payment-gateways
    ul
    li
    > a {
    padding: 8px 17px;
  }
  .wpcm-wrapper
    .donation-style-2
    .col-content
    .wpcm-donation-amt-fields
    .el-custom-select {
    width: 100%;
    padding-right: 0;
  }
  .wpcm-wrapper .donation-style-2 .wpcm-heading {
    font-size: 30px;
    line-height: 40px;
  }
  .wpcm-wrapper .donation-style-2 .col-content .wpcm-recurring-btns ul > li a {
    padding: 10px 0;
  }
}
@media (max-width: 480px) {
  .wpcm-wrapper .donation-style-2 .wpcm-heading {
    font-size: 25px;
    line-height: 35px;
  }
  .wpcm-wrapper .donation-style-2 .col-content .wpcm-pre-dfind-amt {
    flex-wrap: wrap;
  }
  .wpcm-wrapper .donation-style-2 .col-content .wpcm-next-btn {
    padding: 15px 50px;
  }
  .wpcm-wrapper .donation-style-2 .col-content .wpcm-pre-dfind-amt a {
    margin-bottom: 10px;
  }
}
/* Donation Style Two End*/

/* Donation Style Three Start*/
.donation-style-3 .el-custom-select .el-select .el-input__suffix {
  background-color: #eee;
  height: 19px !important;
  top: 50% !important;
  right: 23px;
  transform: translateY(-50%);
  width: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.donation-style-3 .el-select .el-input .el-select__caret {
  color: #232323;
  font-size: 9px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .wpcm-wrapper .donation-style-3 .col-content .wpcm-pre-dfind-amt a {
    padding: 15px 30px;
    margin-right: 13px;
  }
}
@media (max-width: 550px) {
  .wpcm-wrapper .donation-style-3 .col-content .wpcm-pre-dfind-amt {
    flex-wrap: wrap;
  }
  .wpcm-wrapper .donation-style-3 .col-content .wpcm-pre-dfind-amt a {
    margin-bottom: 10px;
    padding: 15px 25px;
  }
  .wpcm-wrapper
    .donation-style-3
    .col-content
    .wpcm-payment-gateways
    ul
    li
    > a {
    padding: 10px 20px;
  }
}
/* Donation Style Three End*/

/* Page Banner Style Start*/
.banner-style-1 {
  margin-top: 45px !important;
  background-color: #f6f6f6;
  padding-top: 50px;
}
.banner-style-1 .page-title > h2 {
  font-size: 45px;
  color: #1e73be !important;
  font-family: "Syne", sans-serif;
  font-weight: bold;
}
.banner-style-1 p {
  max-width: 65% !important;
  font-size: 18px !important;
  color: #3e3e3e;
  line-height: 30px;
  font-weight: 400;
  padding-bottom: 30px;
  position: relative;
}
.banner-style-1 p:before {
  content: "";
  background-color: #1e72bd;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 75px;
  height: 3px;
}
.banner-style-1 p:after {
  content: "";
  width: 5px;
  height: 3px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 52%;
  transform: translateX(-50%);
}
.banner-style-1 .black-layer:before {
  display: none;
}
/* Page Banner Style End*/

header.stick.sticky.style1 {
  box-shadow: 0 0 10px 10px rgb(0 0 0 / 5%);
}
.wpcm-wrapper .donation-style-1 .col-content .wpcm-pre-dfind-amt a.active,
.wpcm-wrapper .donation-style-1 .col-content .wpcm-pre-dfind-amt a:hover {
  border-color: #f56a01;
  color: #f56a01;
}
.wpcm-wrapper
  .donation-style-1
  .col-content
  .wpcm-payment-gateways
  ul
  li
  > a.active,
.wpcm-wrapper
  .donation-style-1
  .col-content
  .wpcm-payment-gateways
  ul
  li
  > a:hover {
  background-color: #f56a01;
  color: #fff;
}
.wpcm-wrapper
  .donation-style-1
  .col-content
  .wpcm-payment-gateways
  ul
  li
  > a.active,
.wpcm-wrapper
  .donation-style-1
  .col-content
  .wpcm-payment-gateways
  ul
  li
  > a:hover,
.wpcm-wrapper .donation-style-2 .col-content .wpcm-pre-dfind-amt a:hover,
.wpcm-wrapper .donation-style-2 .col-content .wpcm-recurring-btns ul > li a,
.wpcm-wrapper
  .donation-style-2
  .col-content
  .wpcm-payment-gateways
  ul
  li
  > a:hover,
.wpcm-wrapper .donation-style-2 .col-content .el-select .el-input__inner,
.wpcm-wrapper .donation-style-2 .col-content .wpcm-pre-dfind-amt a.active,
.wpcm-wrapper .donation-style-3 .col-content .wpcm-recurring-btns ul > li a,
.wpcm-wrapper
  .donation-style-3
  .col-content
  .wpcm-payment-gateways
  ul
  li
  > a.active,
.wpcm-wrapper .donation-style-3 .col-content .el-custom-select .el-input__inner,
.wpcm-wrapper .donation-style-3 .col-content .wpcm-pre-dfind-amt a:hover,
.wpcm-wrapper
  .donation-style-3
  .col-content
  .wpcm-payment-gateways
  ul
  li
  > a:hover,
.wpcm-wrapper
  .donation-style-2
  .col-content
  .wpcm-payment-gateways
  ul
  li
  > a.active,
.wpcm-wrapper .donation-style-3 .col-content .wpcm-pre-dfind-amt a.active,
.wpcm-wrapper .donation-style-3 .col-content .wpcm-back-btn,
.wpcm-wrapper .donation-style-2 .col-content .wpcm-back-btn {
  border-color: #f56a01;
}
.wpcm-wrapper .donation-style-1 .wpcm-amount-collected .amount-return > i,
.wpcm-wrapper
  .donation-style-1
  .wpcm-amount-needed
  .amount-return
  > i
  .wpcm-wrapper
  .donation-style-2
  .col-content
  .wpcm-recurring-btns
  ul
  > li
  a,
.wpcm-wrapper .donation-style-3 .col-content .wpcm-recurring-btns ul > li a,
.wpcm-wrapper .donation-style-3 .col-content .wpcm-pre-dfind-amt a:hover,
.wpcm-wrapper .donation-style-2 .col-content .wpcm-recurring-btns ul > li a,
.wpcm-wrapper .donation-style-2 .col-content .wpcm-recurring-btns ul > li a,
.wpcm-wrapper .donation-style-3 .col-content .wpcm-pre-dfind-amt a.active,
.wpcm-wrapper .donation-style-1 .wpcm-amount-needed .amount-return > i,
.wpcm-wrapper .donation-style-3 .col-content .wpcm-back-btn,
.wpcm-wrapper .donation-style-2 .col-content .wpcm-back-btn {
  color: #f56a01;
}
.wpcm-wrapper
  .donation-style-1
  .col-content
  .wpcm-recurring-btns
  ul
  > li
  a.active {
  background-color: #f56a01;
}
.wpcm-wrapper
  .donation-style-1
  .col-content
  .wpcm-recurring-btns
  ul
  > li
  a.active:after,
.wpcm-wrapper
  .donation-style-2
  .col-content
  .wpcm-recurring-btns
  ul
  > li
  a.active,
.wpcm-wrapper .donation-style-2 .col-content .wpcm-pre-dfind-amt a:hover,
.wpcm-wrapper .donation-style-2 .col-content .wpcm-next-btn,
.wpcm-wrapper
  .donation-style-2
  .col-content
  .wpcm-payment-gateways
  ul
  li
  > a:hover,
.wpcm-wrapper .donation-style-2 .col-content .wpcm-pre-dfind-amt a.active,
.wpcm-wrapper
  .donation-style-3
  .col-content
  .wpcm-payment-gateways
  ul
  li
  > a.active,
.wpcm-wrapper .donation-style-3 .col-content .wpcm-next-btn,
.wpcm-wrapper
  .donation-style-3
  .col-content
  .wpcm-recurring-btns
  ul
  > li
  a.active:after,
.wpcm-wrapper
  .donation-style-3
  .col-content
  .wpcm-payment-gateways
  ul
  li
  > a:hover,
.wpcm-wrapper
  .donation-style-2
  .col-content
  .wpcm-payment-gateways
  ul
  li
  > a.active,
.wpcm-wrapper
  .donation-style-2
  .col-content
  .wpcm-recurring-btns
  ul
  > li
  a.active:after,
.wpcm-wrapper
  .donation-style-2
  .col-content
  .wpcm-recurring-btns
  ul
  > li
  a.active:after,
.wpcm-wrapper
  .donation-style-3
  .col-content
  .wpcm-recurring-btns
  ul
  > li
  a.active,
.wpcm-wrapper .donation-style-3 .col-content .donation-done,
.wpcm-wrapper .donation-style-2 .col-content .wpcm-proceed-btn,
.donation-style-1 .wpdonation-box button {
  background-color: #f56a01;
}
.wpcm-wrapper .donation-style-1 .col-content .wpcm-recurring-btns ul > li,
.wpcm-wrapper .donation-style-1 .col-content .wpcm-payment-gateways ul > li {
  padding-bottom: 0;
}
.wpcm-wrapper .donation-style-1 .col-content .wpcm-payment-gateways ul {
  padding-top: 5px;
}
.wpcm-wrapper .donation-style-1 #stripe-gateway-ideal-bank,
.wpcm-wrapper .donation-style-1 .StripeElement {
  min-height: 45px;
  border: 1px solid #eee;
  border-radius: 5px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  height: 67px;
  border: none;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  padding: 15px 15px 0px;
  margin-bottom: 10px;
  margin-top: 10px;
  background-color: white;
  cursor: pointer;
}
.wpcm-wrapper .donation-style-1 .StripeElement {
  display: grid;
  align-content: center;
}
.wpcm-wrapper
  .donation-style-2
  .col-content
  .wpcm-recurring-btns
  ul
  > li
  a.active {
  background-color: #f56a01 !important;
  color: white !important;
}
.wpcm-wrapper .donation-style-2 .col-content .wpcm-cstm-amt-txt {
  font-size: 17px;
}
.wpcm-wrapper .donation-style-3 .col-content .wpcm-custm-amt-box input {
  font-size: 20px;
  font-weight: bold;
}
.wpcm-wrapper
  .donation-style-3
  .col-content
  .wpcm-recurring-btns
  ul
  > li
  a.active {
  color: #fff;
}
.wpcm-wrapper .donation-style-3 .col-content .wpcm-heading {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 15px;
  color: #181818;
}
.donation-style-1 .wpdonation-box button {
  padding: 20px 40px;
  margin-bottom: 15px;
  color: white;
}
.heading-style h2 {
  position: relative !important;
  display: inline-block !important;
}
.heading-style h2:before {
  content: "" !important;
  width: 100% !important;
  height: 13px !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0;
  background-color: #d2e3f2 !important;
  z-index: -1 !important;
}
.heading-style h2:after {
  display: none !important;
}
.heading-style .sec-title.style4 h2 {
  line-height: 15px !important;
}
.wpcm-wrapper .donation-style-1 .wpcm-amount-collected .amount-return,
.wpcm-wrapper .donation-style-1 .wpcm-amount-needed .amount-return {
  font-size: 40px;
  line-height: 50px;
  align-items: center;
}

.theme-btn {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  padding: 12px 35px;
  display: inline-block;
  border-radius: 100px;
  border: 2px solid;
}

.link-btn {
  z-index: 1;
  position: relative;
}
.link-btn a i {
  color: white;
}
.link-btn a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border: 2px solid white;
  border-radius: 100%;
}
/* project style one */

.project-info.w-100 {
  margin-top: 20px;
  margin-bottom: 50px;
}
.project-info h3 {
  font-size: 26px;
  color: black;
  line-height: 31px;
}
.project-info .progress-border {
  margin-top: 20px;
  margin-bottom: 10px;
}
.project-info .progress {
  background-color: #fffae1;
}
.project-info span.font-weight-bold {
  font-size: 22px;
  color: #f56a01;
}
.project-info .font-weight-normal {
  font-size: 17px;
  color: black;
  font-weight: bold !important ;
}
section.lif_project {
  padding: 120px 0;
}

.project-link-box a {
  padding: 10px 16px;
}
.project-link-box i {
  color: #fff;
  font-size: 14px;
}
.project-link-box {
  position: absolute;
  bottom: 7px;
  right: 7px;
  background: #6b195a;
  display: flex;
  justify-content: center;
  border-radius: 100px;
  align-items: center;
  height: 45px;
  width: 46px;
  transition: all 0.3s ease-in-out;
}

.project-box figure {
  position: relative !important;
}

.project-link-box:hover i {
  transform: rotate(178deg);
}

.project-link-box i {
  color: #fff;
  font-size: 14px;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
}

.project-link-box:hover {
  background: #f56a01;
}

.link-btn i {
  color: #000;
  font-size: 26px;
}

.gallery-box > a:after {
  content: "\f424";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 900;
  color: #fff;
  opacity: 0;
}
.gallery-box > a {
  z-index: 2;
}
.gallery-box:hover > a:after {
  opacity: 1;
}
.v-modal {
  opacity: 0.7;
}
.anr_captcha_field {
  margin: 15px 0;
}
header.sticky {
  position: fixed;
  top: -20px;
  left: 0;
  width: 100%;
  z-index: 9999 !important;
  padding-top: 15px;
}
header.sticky .header-1 nav > ul > li > a {
  padding-bottom: 32px;
}

header.sticky .header-1 a#header_button_lifeline {
  padding: 12px 20px !important;
  font-size: 12px !important;
}
header.sticky .project-hover p {
  display: none;
}
h4.bg-theme-dark.mb-0.lif-title {
  color: white;
}
a:hover {
  color: white;
}
.product-detail-tabs
  .tab-content
  #review_form_wrapper
  span.comment-reply-title {
  font-size: 20px;
  font-weight: 700;
}
.product-detail-tabs .tab-content #review_form_wrapper input {
  min-height: 45px;
  border: 1px solid #e1e2e3;
  width: 97%;
  padding: 10px;
}
.product-detail-tabs .tab-content #review_form_wrapper textarea {
  width: 100%;
  padding: 20px 20px;
  margin-bottom: 0;
  height: 160px !important;
  transition: 0.3s;
  border: 1px solid #e1e2e3;
  font-size: 14px;
}
.product-detail-tabs .tab-content #review_form_wrapper label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  width: 100%;
  font-weight: inherit;
  font-size: inherit;
}
.product-detail-tabs .tab-content #review_form_wrapper form {
  display: flex;
  flex-wrap: wrap;
}
.product-detail-tabs .tab-content #review_form_wrapper .comment-form-rating {
  width: 100%;
}
.product-detail-tabs .tab-content #review_form_wrapper .comment-form-comment {
  width: 100%;
  padding-top: 30px;
}
.product-detail-tabs
  .tab-content
  #review_form_wrapper
  .comment-form-cookies-consent {
  width: 100%;
}
.product-detail-tabs
  .tab-content
  #review_form_wrapper
  .comment-form-cookies-consent
  input {
  width: auto;
}
.product-detail-tabs .tab-content #review_form_wrapper p.comment-form-author {
  width: 50%;
}
.product-detail-tabs .tab-content #review_form_wrapper p.comment-form-email {
  width: 50%;
}
.project-style1 .project-hover a {
  display: none;
}
.project-style1:hover .project-hover a {
  display: block;
}
span.amount-return {
  font-size: 24px !important;
}
.rounded {
  border-radius: 0.25rem !important;
  padding: 10px !important;
  /*     margin-top: 20px !important; */
}
button#submit {
  margin-bottom: 50px;
}
.event-sidebar {
  border-radius: 5px;
  padding: 30px;
  box-shadow: 0px 0px 12px 0px #0000001f;
  margin: 20px;
}
.event-sidebar svg {
  width: 28px;
  height: auto;
  fill: #f56a01;
}
.event-sidebar .d-flex {
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.event-sidebar .content {
  padding-left: 27px;
  font-size: 0.9231rem;
  color: #888888;
}
.event-sidebar .content .title {
  text-transform: uppercase;
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 0.7692rem;
  letter-spacing: 1px;
  color: #000;
}
.event-sidebar.horizontal {
  display: flex;
  flex-wrap: wrap;
}
.event-sidebar.horizontal .d-flex {
  width: 25%;
}
.slideUp,
.slideDown {
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
}
.slideDown {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  position: fixed;
  top: 0;
  width: 100%;
}
.slideUp {
  transform: translateY(-140px);
  -webkit-transform: translateY(-140px);
  -moz-transform: translateY(-140px);
  -o-transform: translateY(-140px);
  position: fixed;
  top: 0;
  width: 100%;
}
header.slideDown {
  box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.1);
}
header.slideDown nav > ul > li > a,
header.slideUp nav > ul > li > a {
  padding-top: 30px;
  padding-bottom: 30px;
}
header.slideUp .logo img,
header.slideDown .logo img {
  height: 42px;
  width: auto;
}
header.slideDown .lifeline-donation-app .theme-btn,
header.slideUp .lifeline-donation-app .theme-btn {
  padding: 10px 29px;
}
#comments #commentform .rounded {
  margin-top: 20px;
}
#comments #commentform input {
    border: 1px solid #fffcf0;
    background-color: #fffcf0 !important;
    padding: 18px 15px !important;
    box-shadow: rgb(222 207 207 / 20%) 0px 3px 3px 0px;
    border-radius: 5px;
}
#comments #commentform textarea {
  height: 210px;
  border: 1px solid #fffcf0;
  margin-top: 0;
  background-color: #fffcf0 !important;
   box-shadow: rgb(222 207 207 / 20%) 0px 3px 3px 0px;
   border-radius: 5px;
}
#comments #commentform .sgr-infotext {
  margin-top: 20px;
}
#comments #submit {
  padding: 11px 25px !important;
}
.featured-area span {
  background-color: #ffd739;
  border-radius: 50px;
  padding: 0 10px;
}
.featured-area .rev-btn {
  position: relative;
  z-index: 2;
  transition: 0.1s ease-in-out;
}
.recent-art a.elementor-button {
  position: relative;
}
.featured-area .rev-btn:before,
.donation-sec a.elementor-button:before,
.recent-art a.elementor-button:before,
.new-footer .elementor-icon-box-icon:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #3d498d54;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.donation-sec a.elementor-button span {
  color: #000;
}
.featured-area .rev-btn:hover:before,
.donation-sec a.elementor-button:hover:before,
.recent-art a.elementor-button:hover:before,
.new-footer .elementor-icon-box-icon:hover:before {
  top: 0;
  left: 0;
}
.donation-sec span {
  color: #ffd739;
}
.w-awards .location-box {
  box-shadow: 0px 0px 20px 0px #00000026;
}
.w-awards .location-box img {
  position: absolute;
  top: -15px;
  left: 0;
}
.w-awards .location-box svg {
  height: auto;
  width: auto;
}
.w-awards .location-box .elementor-icon-box-icon {
  height: 53px;
  width: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffd739;
  border-radius: 50%;
}
.donation-sec a.elementor-button {
  position: relative;
}
.donation-sec a.elementor-button:before {
  background-color: #ffffff54;
}
.new-footer .elementor-icon-box-icon svg {
  height: auto;
  width: auto;
}
.new-footer .elementor-icon-box-icon {
  height: 110px;
  width: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #ffd739;
  text-align: center;
}
.new-footer .elementor-icon-box-icon:before {
  background-color: #ffd5373d;
}
.new-footer .elementor-icon-box-icon:hover {
  cursor: pointer;
}
.lif-cause_style10 .lif-cause-content {
  background-color: white;
  padding: 40px;
  padding-top: 0;
  width: 85%;
  transform: translate(35px, -65px);
  position: relative;
  box-shadow: 0px 0px 15px 2px #0000001f;
}
.lif-cause_style10 .lif-cause-content span.text-theme {
  background-color: #3d498d;
  color: white;
  font-size: 12px;
  padding: 3px 10px;
  text-transform: uppercase;
  position: absolute;
  top: -10px;
}
.lif-cause_style10 .lif-cause-content .wpcm-btn {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background-color: #3d498d;
  border-radius: 0px 0px 0px 0px;
  padding: 15px 37px 15px 37px;
  position: relative;
}
.lif-cause_style10 .lif-cause-content .wpcm-btn:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #3d498d54;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.lif-cause_style10 .lif-cause-content span.text-theme i {
  font-size: 12px;
  padding-right: 5px;
}
.lif-cause_style10 .lif-cause-content h3.lif-title {
  padding-top: 34px;
}
.lif-cause_style10 a.wpcm-btn:hover:before {
  top: 0;
  left: 0;
}
#header7 .header7 {
  background-color: #fff;
}
#header7 .header7 .logo {
  padding-left: 30px;
}
.header7-topbar {
  z-index: 2;
  position: relative;
  padding: 5px 10px;
}
#header7 .header7 .lifeline-donation-app a {
  border-radius: 0 !important;
  padding: 33px 35px;
}
.header7-topbar .social-medias a {
  border-radius: 50%;
}
#header7 .header7 nav ul li a {
  color: black !important;
}
#header7 nav > ul > li > a {
  padding: 34px 21px;
}
#header7 nav > ul > li {
  border-left: 1px solid #e7e7e7;
}
.featured-area.cart-1 h2 a:hover {
  color: #333;
}
.header5 nav > ul > li > a {
  padding-right: 30px;
}
.header4 nav > ul > li > a {
  padding-right: 30px;
}
a#header_button_lifeline {
  padding: 12px 24px !important;
  font-size: 12px !important;
}
.header-1 a#header_button_lifeline {
  padding: 14px 40px !important;
      font-size: 16px !important;
    margin-left: 15px;
    font-weight: 700;
}
.header4 a#header_button_lifeline{
  background-color: #F56A01;
}
.header4 a#header_button_lifeline:hover{
  background-color: transparent;
  color: #F56A01 !important;
}
.header4 #mega-menu-wrap-main_menu{
  margin-left: 35px !important;
}
.topbar-header5 .top-bar{
  background-color: #F56A01 !important;
}

/* .team-wrap.style-2 .team-box .team-thumb img {
  width: 240px;
  height: 240px;
  object-position: 50% 94.17%;
  border-radius: 50%;
}
.team-wrap.style-2 .team-box:hover .team-thumb img {
  transform: none;
} */
.team-wrap.style-2 .team-thumb > a:before {
  content: none;
}
.team-wrap.style-2 h4.lifeline-title {
  font-size: 23px;
}
.team-wrap.style-2 h4.lifeline-title a:hover {
  color: black;
}
.team-wrap.style-2 .team-info > span {
  font-size: 15px;
  font-weight: 700;
}
.team-wrap.style-2 .team-info > span {
  font-size: 15px;
  font-weight: 700;
}
.team-wrap.style-2 .team-info p {
  font-size: 16px;
  padding-top: 15px;
}
.team-wrap.style-2 .team-info .social-links2 {
  position: unset;
  visibility: visible;
  opacity: 1;
}
.team-wrap.style-2 .team-info .social-links2 a {
  background-color: transparent !important;
}
.team-wrap.style-2 .team-info .social-links2 a i {
  color: #6b195a;
}
/* .team-wrap.style-2 .team-box {
  margin-bottom: 36px;
} */
.lifeline-donation-app .cause6-bg {
  height: 100%;
  width: 100%;
  position: absolute;
}
.lifeline-donation-app .wpcm-cause-style6-img h2 {
  background-color: white;
  padding: 27px 50px;
  text-align: center;
  margin-bottom: -28px;
}
.lifeline-donation-app .wpcm-cause-style6-img h2 a {
  font-family: "Fredoka", Sans-serif;
}
.lifeline-donation-app .wpcm-cause-style6-img {
  align-content: end;
  margin-right: 30px;
}
.lifeline-donation-app .wpcm-cause-style6-contnt {
  margin: 40px 0px !important;
}
.lifeline-donation-app .wpcm-cause-style6-contnt {
  background-color: white;
  padding: 50px;
}
.lifeline-donation-app .wpcm-cause-style6-contnt button {
  border: 1px solid #f56a01;
  background-color: #f56a01;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 16px;
  padding: 17px 50px;
  transition: 0.3s ease-in-out;
}
.lifeline-donation-app .wpcm-cause-style6-contnt button:hover {
  border: 1px solid #f56a01 !important;
  color: #f56a01 !important;
  background-color: white !important;
}
.lifeline-donation-app .wpcm-cause-style6-contnt h3.wpcm-popup-title,
.lifeline-donation-app .wpcm-cause-style6-contnt .wpcm-recurring-btns,
.lifeline-donation-app .wpcm-cause-style6-contnt .wpcm-popup-tagline,
.lifeline-donation-app .wpcm-cause-style6-contnt strong.wpcm-cstm-amt-txt,
.lifeline-donation-app .wpcm-cause-style6-contnt .wpcm-amount-collected,
.lifeline-donation-app .wpcm-cause-style6-contnt .wpcm-amount-needed,
.lifeline-donation-app .wpcm-cause-style6-contnt .el-dialog__header,
.lifeline-donation-app .wpcm-cause-style6-contnt .wpcm-custm-amt-before-title,
.lifeline-donation-app .wpcm-cause-style6-contnt .wpcm-col-sm-4 {
  display: none;
}
.lifeline-donation-app
  .wpcm-cause-style6-contnt
  .wpcm-custm-amt-box
  .wpcm-symbl-prefix {
  display: block !important;
  position: absolute;
  color: white;
  background-color: #000;
  height: 60px;
  width: 45px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  align-content: center;
}
.lifeline-donation-app .wpcm-cause-style6-contnt .wpcm-pre-dfind-amt {
  width: 100%;
  display: flex;
}
.lifeline-donation-app .wpcm-cause-style6-contnt .wpcm-pre-dfind-amt li {
  width: 33.333%;
}
.lifeline-donation-app .wpcm-cause-style6-contnt .wpcm-pre-dfind-amt li a,
.lifeline-donation-app .wpcm-cause-style6-contnt .wpcm-custm-amt-box input {
  display: block;
  border-color: white;
  border-radius: 0px;
  color: #ffffff !important;
  font-weight: bold;
  font-size: 16px;
  background-color: #f56a01 !important;
  background: #f56a01 !important;
  text-align: center;
  margin-right: 15px;
  height: 60px;
  align-content: center;
}
.lifeline-donation-app
  .wpcm-cause-style6-contnt
  .wpcm-pre-dfind-amt
  li
  a.active,
.lifeline-donation-app
  .wpcm-cause-style6-contnt
  .wpcm-pre-dfind-amt
  li
  a:hover {
  border-color: #f56a01;
  background-color: white !important;
  color: #f56a01 !important;
}
.lifeline-donation-app .wpcm-cause-style6-contnt.wpcm-amount-box,
.lifeline-donation-app .wpcm-cause-style6-contnt .col-content {
  padding: 0;
}
.lifeline-donation-app .wpcm-cause-style6-contnt .wpcm-custm-amt-box input {
  display: block;
  width: 100%;
  text-align: left;
  border: 1px solid #f56a01 !important;
  background-color: white !important;
  color: #f56a01 !important;
  margin: 30px 0px;
  padding: 10px 60px;
  box-shadow: none;
  font-size: 20px;
}
.lifeline-donation-app
  .wpcm-cause-style6-contnt
  .wpcm-custm-amt-box
  input:hover {
  border: 1px solid #f56a01 !important;
}
.lifeline-donation-app .wpcm-cause-style6-contnt .custom-title {
  text-align: center;
}
.lifeline-donation-app
  .wpcm-cause-style6-contnt
  .wpdonation-box
  .wpdonation-title {
  font-size: 20px;
  line-height: 10px;
  color: #222;
  margin-top: -22px;
  font-family: "Fredoka", Sans-serif !important;
  font-weight: 500;
}
.lifeline-donation-app .wpcm-cause-style6-contnt .StripeElement {
  margin-bottom: 30px;
}
.lifeline-donation-app
  .wpcm-cause-style6-contnt
  .wpcm-payment-gateways
  .wpcm-gateway-list {
  display: flex;
  width: 100%;
  align-items: center;
  padding-bottom: 9px;
}
.lifeline-donation-app
  .wpcm-cause-style6-contnt
  .wpcm-payment-gateways
  .wpcm-gateway-list
  li {
  width: 33.333%;
}
.lifeline-donation-app .wpcm-cause-style6-contnt .wpdonation-box {
  margin-bottom: 0;
}
.lifeline-donation-app
  .wpcm-cause-style6-contnt
  .wpcm-payment-gateways
  .wpcm-gateway-list
  li
  img {
  height: 18px;
  width: auto;
  margin-right: 5px;
}
.lifeline-donation-app .wpcm-cause-style6-contnt .wpcm-payment-gateways {
  margin-top: 15px !important;
}
.lifeline-donation-app
  .wpcm-cause-style6-contnt
  .wpcm-payment-gateways
  .wpcm-gateway-list
  li
  a {
  font-size: 14px;
}
.lifeline-donation-app .wpcm-cause-style6-contnt .wpcm-payment-gateways button {
  width: 97%;
}
.lifeline-donation-app
  .wpcm-cause-style6-contnt
  .wpcm-payment-gateways
  button.wpcm-back-btn {
  width: 47% !important;
  margin-left: 10px;
}
.wpcm-cause-style7 .wpcm-cause-style7-contnt .custom7-title h2 {
  text-align: center;
}
.wpcm-cause-style7 .wpcm-cause-style7-contnt .col-content h2.wpcm-heading {
  display: none;
}
.wpcm-cause-style7 .wpcm-cause-style7-contnt .col-content {
  padding: 15px 50px !important;
}
.wpcm-cause-style7 .wpcm-cause-style7-contnt .wpcm-recurring-btns ul {
  justify-content: center;
}
.wpcm-cause-style7 .wpcm-cause-style7-contnt .wpcm-recurring-btns ul li {
  width: 33.3333% !important;
  flex: 0 33.33% !important;
}
.wpcm-cause-style7 .wpcm-cause-style7-contnt .wpcm-recurring-btns ul li a {
  font-size: 14px !important;
  padding: 15px 0 !important;
}
.wpcm-cause-style7 .wpcm-cause-style7-contnt strong.wpcm-cstm-amt-txt {
  display: none !important;
}
.wpcm-cause-style7 .wpcm-cause-style7-contnt ul.wpcm-pre-dfind-amt li {
  width: 33.33%;
}
.wpcm-cause-style7 .wpcm-container::before {
  content: none !important;
}
.wpcm-cause-style7 .wpcm-cause-style7-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wpcm-cause-style7 .wpcm-cause-style7-img figure {
  height: 100%;
}
.wpcm-cause-style7 .wpcm-cause-style7-img h2 {
  background-color: #ffffff54;
  text-align: center;
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
}
.wpcm-cause-style7 .wpcm-cause-style7-img {
  position: relative;
}
.wpcm-cause-style7 .wpcm-cause-style7-contnt {
  background-color: #eeeeee;
  padding: 50px;
}
.wpcm-cause-style7 .wpcm-cause-style7-img h2 a:hover {
  color: #222;
}
.wpcm-cause-style7 input {
  background-color: #fff !important;
}
.wpcm-cause-style7 .wpcm-cause-style7-contnt .col-content .mb-4 {
  margin: 0 !important;
}
.wpcm-cause-style7 .wpcm-cause-style7-contnt .wpcm-donation-amt-fields ul li a {
  font-size: 16px !important;
  padding: 14px 9px !important;
}
.wpcm-cause-style7 .wpcm-cause-style7-contnt input {
  font-size: 16px !important;
}
.wpcm-cause-style7 .wpcm-cause-style7-contnt .wpcm-pre-dfind-amt {
  margin-top: 25px;
}
.wpcm-cause-style7 .wpdonation-box {
  margin-bottom: -10px !important;
  margin-top: -20px !important;
}
.wpcm-cause-style7 .wpdonation-box h2.wpdonation-title {
  color: #201a1a !important;
  font-family: "Fredoka", Sans-serif !important;
  font-weight: 500 !important;
}
.wpcm-cause-style7 .donation-done,
.wpcm-cause-style7 .wpcm-back-btn {
  font-size: 14px !important;
  margin-top: 15px !important;
  line-height: 30px !important;
}
.wpcm-cause-style7 .wpcm-cause-style7-contnt .wpcm-gateway-list a {
  font-size: 14px;
  border: 1px solid #d3d3d3;
}
.wpcm-cause-style7 .wpcm-cause-style7-contnt .wpcm-gateway-list a img {
  height: 17px;
}
.lif-cause_style10 .cause-amount h6 span {
  font-size: 26px;
  font-weight: bold;
  padding-left: 10px;
}
.lif-cause_style10 .cause-amount h6 {
  padding-bottom: 25px;
}
.lif-cause_style10 .cause-amount a.theme-btn {
  font-size: 16px;
  fill: #ffffff;
  color: #ffffff !important;
  background-color: #3d498d;
  border-radius: 0px 0px 0px 0px !important;
  padding: 15px 37px 15px 37px !important;
  position: relative !important;
  border: none;
  overflow: visible !important;
}
.lif-cause_style10 .cause-amount a.theme-btn:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #3d498d54;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.lif-cause_style10 .cause-amount a.theme-btn:hover:before {
  top: 0;
  left: 0;
}
.recent-donors .wpcm-top-donors-widget {
  border: none;
}
.recent-donors .wpcm-top-donors-widget {
  padding: 0 !important;
}
.recent-donors .wpcm-top-donors-widget .slick-slide {
  border: 2px solid #bebebe;
  margin: 0px 10px;
  height: 260px;
}
.recent-donors .wpcm-top-donors-widget li.slick-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.recent-donors
  .wpcm-top-donors-widget
  li.slick-current.slick-active.slick-active {
  background-color: white;
}
.recent-donors
  .wpcm-top-donors-widget
  li.slick-slide
  .wpcm-donr-donation
  strong {
  font-size: 14px;
  color: #3d498d;
}
.recent-donors .wpcm-top-donors-widget li.slick-slide .wpcm-donr-donation h5 {
  margin-bottom: 0;
}
.recent-donors .wpcm-top-donors-widget li.slick-slide .wpcm-donr-donation {
  padding-left: 0;
  margin-top: -32px;
}
.testimonials-wrapper .testimonials-large-image .testimonial-large-image {
  height: 530px;
  width: 530px;
  border-radius: 50%;
  position: relative;
  align-content: center;
}
.testimonials-wrapper .testimonials-large-image .animate__fadeIn img {
  height: 465px;
  width: 465px;
  object-fit: cover;
  border-radius: 50%;
}
.testimonials-wrapper
  .testimonials-large-image
  .testimonial-large-image:before {
  content: "";
  height: 530px;
  width: 530px;
  border-radius: 50%;
  position: absolute;
  left: 170px;
  top: 0;
  background-color: #ffd739;
  z-index: -1;
}
.testimonials-wrapper .testimonials-thumbnails img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid white;
  box-shadow: 0px 3px 8px 1px #00000040;
}
.testimonials-wrapper .testimonials-thumbnails {
  height: 100%;
  align-content: center;
  margin-left: 30px;
}
.testimonials-wrapper .testimonials-thumbnails .testimonial-thumbnail {
  position: relative;
  margin-bottom: 10px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
.testimonials-wrapper
  .testimonials-thumbnails
  .testimonial-thumbnail.active:before {
  content: "";
  height: 100%;
  width: 100%;
  background: #3d498d;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.testimonials-wrapper .testimonials-content h2 span {
  position: relative;
}
.testimonials-wrapper .testimonials-content h2 {
  font-size: 50px;
  color: black;
}
.testimonials-wrapper .testimonials-content h2 span:before {
  content: "";
  height: 5px;
  width: 100%;
  background-color: #3d498d;
  position: absolute;
  bottom: 5px;
  left: 0;
  border-radius: 10px;
}
.testimonials-wrapper .testimonials-content p {
      font-size: 18px;
    color: #666666;
    font-weight: 500;
    line-height: 32px;
}
.testimonials-wrapper .testimonials-content svg{
  fill: white;
}
.testimonials-wrapper .testimonials-content .testi-content-meta span{
  font-size: 17px;
    font-weight: 600;
}
.testimonials-wrapper .testimonials-content h4 {
  font-size: 30px;
  color: black;
}
.testimonials-wrapper .testimonials-content {
  height: 100%;
  align-content: center;
}
.testimonials-wrapper .testimonial-content {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
.testimonials-wrapper .testi_sec_icon {
  height: 95px;
  width: 95px;
  background-color: #3d498d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.testimonials-wrapper .testi_sec_icon i {
  color: white;
  font-size: 22px;
}
.testimonials-wrapper .testi-content-meta {
  width: 70%;
}
.elementor-widget-Gallery .gallery-box a {
  margin: 5px;
}
.elementor-widget-Gallery .gallery-box a:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #ffd739;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.elementor-widget-Gallery .gallery-box a:hover:before {
  opacity: 0.9;
}
.elementor-widget-Gallery .gallery-box > a:after {
  color: #000;
  font-size: 30px;
}
.elementor-widget-BlogPost .blog-txt .bloggrid2-meta-parent {
  background-color: #3d498d;
  border-radius: 0px 0px 0px 0px !important;
  padding: 17px !important;
  position: relative !important;
  border: none;
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin-top: -27px;
}
.elementor-widget-BlogPost .blog-gridstyle2 .blog-txt p.lif-desc {
  font-size: 16px;
  color: #666;
  line-height: 25px;
  font-weight: 600;
}
.elementor-widget-BlogPost .blog-txt .bloggrid2-meta-parent:hover:before {
  top: 0;
  left: 0;
}
.elementor-widget-BlogPost .blog-txt .bloggrid2-meta-parent span {
  font-size: 14px;
  color: #ffffff !important;
  font-weight: 400 !important;
}
.elementor-widget-BlogPost .blog-txt .bloggrid2-meta-parent:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #3d498d54;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.elementor-widget-BlogPost .blog-txt .bloggrid2-meta-parent span i {
  margin-right: 7px;
}
.elementor-widget-BlogPost .blog-txt h3.lif-title {
  margin-top: 30px;
  font-size: 30px;
  line-height: 40px;
}
.elementor-widget-BlogPost .blog-txt h3.lif-title a:hover {
  color: #3d498d;
}
.container.header7_cont {
  max-width: 1250px;
  padding: 0;
}
.header7_cont #header7 .header-1.header3.header7 {
  /* width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: transparent; */
  position: unset;
} 
.header7_cont #header7 .header-1.header3.header7 .row {
  width: 1250px;
  background-color: white;
  margin: auto;
}
.container.header7_cont .container {
  max-width: 1250px;
  padding: 0;
}
.header7 .update-custom-mini-cart-count svg {
  width: 42px;
  height: 35px;
}
.header7 .update-custom-mini-cart-count span {
  right: -8px;
  width: 23px;
  height: 23px;
  background-color: #ffd739;
  color: black;
  font-weight: bold;
}
.header7 #header_button_lifeline {
  height: 92px;
  display: flex;
  align-items: center;
}
.header7 a#header_button_lifeline {
  padding: 15px 33px !important;
  font-size: 17px !important;
  background-color: #3d498d;
  border-color: #3d498d;
}
.header7_cont .social-medias a {
  background-color: transparent !important;
  /* color: black !important; */
}
.social-medias a i{
  padding: 10px;
  border-radius: 10px;
}
.header7_cont .top-bar ul li i {
  color: #3d498d;
  font-size: 13px;
}
section#lifeline_banner {
  margin-top: -30px;
}
.header7_cont .top-bar ul li span {
  font-weight: bold;
}
.header7 a#header_button_lifeline:hover {
  background-color: white;
  border-color: #3d498d;
  color: #3d498d !important;
}
.elementor-widget-Causes .pagenation {
  display: none;
}
.w-awards .elementor-inner-section {
  overflow: visible;
}
.newpage-button a {
  position: relative;
  margin-bottom: 10px;
}
.newpage-button a.elementor-button:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #3d498d54;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.newpage-button a.elementor-button:hover:before {
  top: 0;
  left: 0;
}
.newpage-heading span {
  position: relative;
}
.newpage-heading span:before {
  content: "";
  height: 5px;
  width: 100%;
  background-color: #3d498d;
  position: absolute;
  bottom: 5px;
  left: 0;
  border-radius: 10px;
}
.recent-donors .slick-slider button.slick-arrow {
  right: 37px;
}
.recent-donors .slick-slider button.slick-prev {
  left: 11px;
}
.recent-donors .slick-slider button.slick-arrow:hover:before {
  background-color: white;
  color: #3d498d;
}
.w-awards img {
  display: block !important;
}
.home-6-spin-icon svg {
  width: auto;
  height: auto;
}
.home-6-spin-icon .elementor-icon {
  height: 170px;
  width: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s ease-in-out;
}
.home-6-spin-icon .elementor-icon:before {
  content: "";
  height: 150px;
  width: 150px;
  position: absolute;
  left: 10px;
  top: 10px;
  border: 1px dashed;
  border-radius: 50%;
}
.home-6-spin-icon .elementor-icon:hover:before {
  animation: none;
}
.home-6-spin-icon .elementor-icon:hover {
  cursor: pointer;
}
.home-6-spin-icon .elementor-icon:before {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 150px;
  height: 150px;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 35s linear infinite;
  animation: spin 35s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.new-home-tabs .elementor-tabs .elementor-tab-title {
  margin: 10px 20px;
  padding: 0 !important;
}
.new-home-tabs .elementor-tabs .elementor-tab-title.elementor-active {
  border-bottom: 1px solid #3d498d !important;
}
.new-home-tabs .elementor-tabs .elementor-tab-title {
  border-bottom: 1px solid #000 !important;
}
.new-home-tabs .elementor-tab-content {
  padding: 0 0 20 0px !important;
}
.new-home-tabs .elementor-tabs .elementor-tab-title:first-child {
  margin-left: 0 !important;
}
.new-home-tabs .elementor-tabs-wrapper {
  justify-content: left !important;
}
.new-home-tabs .elementor-tab-content.elementor-active {
  padding: 20px 0px;
}
.lif-cause_style10 .life-cause-media img {
  height: 420px;
  width: auto;
  object-fit: cover;
}
.home-six-arow-button .elementor-icon svg {
  transition: 0.3s ease-in-out;
}
.home-six-arow-button .elementor-icon:hover svg {
  fill: black;
}
.page-id-15336 footer {
  display: none;
}
.testimonials-wrapper .testimonials-large-image {
  text-align: right;
}
.header-1.header3.header7 .logo img {
  height: auto;
  width: 190px;
}
.home-six-color-box .elementor-widget-wrap {
  transition: 0.3s ease-in-out;
}
.home-six-color-box,
.home-six-color-box-2,
.home-six-color-box-3 {
  transition: 0.3s ease-in-out;
}
.home-six-color-box:hover,
.home-six-color-box-2:hover,
.home-six-color-box-3:hover {
  transform: translate(0px, -3px);
}
.home-six-color-box .elementor-widget-wrap:hover {
  background-color: #ffebf3 !important;
  border-color: #ffd6e7 !important;
}
.home-six-color-box-2 .elementor-widget-wrap:hover {
  background-color: #ebffec !important;
  border-color: #d6ffd8 !important;
}
.home-six-color-box-3 .elementor-widget-wrap:hover {
  background-color: #ecf0ff !important;
  border-color: #d6dfff !important;
}
.home-six-color-box .elementor-widget-wrap:hover,
.home-six-color-box-2 .elementor-widget-wrap:hover,
.home-six-color-box-3 .elementor-widget-wrap:hover {
  box-shadow: 0px 6px 8px 0px #00000012;
}
.charity-gallery .slick-list .slick-slide .lif-img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.lifeline-cart-widget .update-custom-mini-cart-count span {
  left: 17px;
  right: auto;
}

/* Mega Menu */

.mega-menu {
  background: none repeat scroll 0 0 #ffffff;

  -webkit-border-radius: 0 0 3px 3px;

  -moz-border-radius: 0 0 3px 3px;

  -ms-border-radius: 0 0 3px 3px;

  -o-border-radius: 0 0 3px 3px;

  border-radius: 0 0 3px 3px;

  padding: 35px;

  position: absolute;

  top: 100%;

  z-index: 999999999;

  left: -9999px;

  -webkit-transform: perspective(200px) rotateX(-15deg);

  -moz-transform: perspective(200px) rotateX(-15deg);

  -ms-transform: perspective(200px) rotateX(-15deg);

  -o-transform: perspective(200px) rotateX(-15deg);

  transform: perspective(200px) rotateX(-15deg);

  -webkit-transform-origin: -40% 0 0;

  -moz-transform-origin: -40% 0 0;

  -ms-transform-origin: -40% 0 0;

  -o-transform-origin: -40% 0 0;

  transform-origin: -40% 0 0;

  -webkit-transition: transform 0.8s ease 0s;

  -moz-transition: transform 0.8s ease 0s;

  -ms-transition: transform 0.8s ease 0s;

  -o-transition: transform 0.8s ease 0s;

  transition: transform 0.8s ease 0s;
  -webkit-box-shadow: 0 20px 16px rgba(0, 0, 0, 0.1);

  -moz-box-shadow: 0 20px 16px rgba(0, 0, 0, 0.1);

  -ms-box-shadow: 0 20px 16px rgba(0, 0, 0, 0.1);

  -o-box-shadow: 0 20px 16px rgba(0, 0, 0, 0.1);

  box-shadow: 0 20px 16px rgba(0, 0, 0, 0.1);
  border-top: 2px solid #fafafa;
}

.menus.menus > ul > li:hover > .mega-menu {
  left: 0;

  -webkit-transform: rotateX(0deg);

  -moz-transform: rotateX(0deg);

  -ms-transform: rotateX(0deg);

  -o-transform: rotateX(0deg);

  transform: rotateX(0deg);
}

.menus.menus > ul > li:hover > .mega-menu.center {
  left: 50%;

  -webkit-transform: translateX(-50%) rotateX(0deg);

  -moz-transform: translateX(-50%) rotateX(0deg);

  -ms-transform: translateX(-50%) rotateX(0deg);

  -o-transform: translateX(-50%) rotateX(0deg);

  transform: translateX(-50%) rotateX(0deg);
}

.menu-list {
  float: left;

  list-style: none outside none;

  margin: 0;

  padding: 0;

  width: 100%;
}

.menu-list > li {
  float: left;

  margin-bottom: 7px;

  width: 100%;
}

.menu-list > li:last-child {
  margin: 0;
}

.dotted-title {
  color: #686868;

  float: left;

  font-family: Raleway;

  font-size: 18px;

  font-weight: 800;

  letter-spacing: 0.3px;

  line-height: 15px;

  margin: 0 0 25px;

  padding-bottom: 10px;

  position: relative;

  text-transform: uppercase;

  width: 100%;
}

.dotted-title:before {
  background: none repeat scroll 0 0 #686868;

  bottom: 0;

  content: "";

  height: 1px;

  left: 0;

  position: absolute;

  width: 50px;
}

.dotted-title:after {
  border-top: 1px dotted #686868;

  bottom: 0;

  content: "";

  height: 1px;

  left: 50px;

  position: absolute;

  width: 11px;
}

.menu-list > li > a {
  color: #686868;

  float: left;

  font-family: lato;

  font-size: 14px;

  letter-spacing: 0.3px;

  line-height: 20px;

  padding-left: 14px;

  position: relative;

  width: 100%;
}

.menu-list > li > a:before {
  background: none repeat scroll 0 0 #686868;

  content: "";

  height: 3px;

  left: 0;

  margin-top: -1.5px;

  position: absolute;

  top: 50%;

  width: 3px;
}

.mega-menu iframe {
  border: medium none;

  float: left;

  width: 100%;
}

.margin {
  float: left;

  height: 30px;

  width: 100%;
}

.responsive-header {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);

  float: left;

  left: 0;

  position: relative;

  top: 0;

  width: 100%;

  z-index: 100000;

  padding-bottom: 20px;

  display: none;

  -webkit-border-radius: 0 0 3px 0;

  -moz-border-radius: 0 0 3px 0;

  -ms-border-radius: 0 0 3px 0;

  -o-border-radius: 0 0 3px 0;

  border-radius: 0 0 3px 0;

  -webkit-box-shadow: 0 0 14px #4f4f4f;

  -moz-box-shadow: 0 0 14px #4f4f4f;

  -ms-box-shadow: 0 0 14px #4f4f4f;

  -o-box-shadow: 0 0 14px #4f4f4f;

  box-shadow: 0 0 14px #4f4f4f;
}

.responsive-logo {
  display: table;

  margin: 0 auto;

  padding: 15px 0;

  text-align: center;
}

.responsive-logo a {
  float: left;

  width: 100%;

  color: #7f7f7f;
}

.responsive-logo a img {
  float: left;

  height: auto;
}

.responsive-logo a h1 {
  float: left;

  font-family: open sans;

  font-size: 22px;

  font-weight: 500;

  line-height: 40px;

  margin-left: 20px;
}

.responsive-header > span {
  background: none repeat scroll 0 0 rgba(240, 240, 240, 0.8);

  border-bottom: 1px solid #e7e7e7;

  color: #bfbfbf;

  float: left;

  font-size: 19px;

  margin-left: 10%;

  padding: 5px 10px;

  text-align: center;

  cursor: pointer;

  width: 80%;

  -webkit-border-radius: 3px 3px 0 0;

  -moz-border-radius: 3px 3px 0 0;

  -ms-border-radius: 3px 3px 0 0;

  -o-border-radius: 3px 3px 0 0;

  border-radius: 3px 3px 0 0;
}

.responsive-header > ul {
  background: none repeat scroll 0 0 rgba(240, 240, 240, 0.8);

  border-top: 1px solid #f7f7f7;

  float: left;

  margin-left: 10%;

  padding: 10px;

  display: none;

  position: relative;

  width: 80%;

  -webkit-border-radius: 0 0 3px 3px;

  -moz-border-radius: 0 0 3px 3px;

  -ms-border-radius: 0 0 3px 3px;

  -o-border-radius: 0 0 3px 3px;

  border-radius: 0 0 3px 3px;
}

.responsive-header > ul li {
  float: left;

  width: 100%;
}

.responsive-header > ul li:before {
  display: none;
}

.responsive-header > ul li a {
  border-bottom: 1px solid #e7e7e7;

  border-top: 1px solid #f7f7f7;

  color: #919191;

  float: left;

  font-family: Lato;

  font-size: 13px;

  letter-spacing: 0.2px;

  line-height: 12px;

  overflow: hidden;

  padding: 10px;

  text-overflow: ellipsis;

  white-space: nowrap;

  width: 100%;

  -webkit-transition: all 0.4s linear;

  -moz-transition: all 0.4s linear;

  -ms-transition: all 0.4s linear;

  -o-transition: all 0.4s linear;

  transition: all 0.4s linear;
}

.responsive-header > ul li:hover > a,
.responsive-header > ul li.opened > a {
  color: #2f8cff;
}

.responsive-header > ul li:first-child > a {
  border-top: 0;
}

.responsive-header > ul li:last-child > a {
  border-bottom: 0;
}

.responsive-header > ul ul {
  padding-left: 20px;

  border-bottom: 1px solid #e7e7e7;

  float: left;

  width: 100%;

  display: none;
}
h4.projects-style1-title a:hover {
  color: unset !important;
}

.lif-cause_style11 .cause11-meta {
  background-color: white;
  padding: 30px 20px 35px 20px;
}

.lif-cause_style11 .cause11-meta a {
  font-size: 20px;
  font-weight: 700;
  line-height: 12px;
  color: black;
}
.lif-cause_style11 .cause11-meta a:hover {
  color: #84286b;
}
.lif-cause_style11 .donation-bar .progress {
  background: #e9e9e9;
  padding: 5px;
  height: auto;
  border-radius: 0px;
}
.progress-bar {
  background-color: white;
  color: black;
  font-weight: 600;
  padding: 1px;
}

.lif-cause_style11 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.lif-cause_style11 .life-cause-media {
  position: relative;
}

.lif-cause_style11 .life-cause-media figure.mb-0::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0px 0px;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease-in-out;
  z-index: 1;
}
.lif-cause_style11 .life-cause-media figure.mb-0 {
  position: relative;
}
.lif-cause_style11:hover .life-cause-media figure.mb-0::before {
  background: rgba(0, 0, 0, 0.5);
}

.lif-cause_style11 .cause11-donate-btn {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #84286b !important;
  color: white !important;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  transition: opacity 0.3s ease-in-out;
  z-index: 2;
  font-size: 15px;
}

.lif-cause_style11:hover .cause11-donate-btn {
  visibility: visible;
  opacity: 1;
}

.lif-cause_style11 .cause11-meta a {
  color: black;
  transition: color 0.3s ease-in-out;
}

.lif-cause_style11:hover .cause11-meta a {
  color: #84286b;
}
.lif-cause_style11 .life-cause-media img {
  border-radius: 10px 10px 0px 0px;
  height: 310px;
  object-fit: cover;
}
.lifeline_accordion .accordion-content.flex-grow-1 {
  width: 60%;
}
.lifeline_accordion .accordion-content.flex-grow-1 p {
  font-size: 15px;
  line-height: 20px;
}
.lifeline_accordion .accordion-image.ms-3 {
  width: 40%;
}
.lifeline_accordion .accordion-body .btn {
  padding: 8px 35px;
}

.lifeline_accordion .accordion-body {
  padding: 40px 16px;
}
.style-2 .testimonial-flex-img {
  display: flex;
}
.style-2 .testimonial-flex-img .testimonial-img.mb-3 {
  width: 50%;
}
.style-2 .testimonial-flex-img .testimonial-img img {
  width: 160px;
  height: 160px;
}
.style-2 .testimonial-flex-img .testimonial-rating.mt-2 {
  width: 50%;
  text-align: end;
  padding-top: 110px;
  padding-right: 35px;
}
.style-2 p.testimonial-text {
  text-align: left;
  font-size: 16px;
}
.style-2 .testimonial-item.text-center.p-4.shadow-sm.rounded {
  padding: 30px !important;
}
.style-2 .testimonial-info {
  text-align: left;
}

.style-2 .testimonial-thumbs.owl-carousel.owl-theme.owl-loaded {
  display: none;
}

.blog-style-3 .post-content {
  text-align: left !important;
  padding: 33px 50px;
  background-color: #fff9f9;
}

.blog-style-3 .post-image img {
  height: 228px !important;
}
.blog-style-3 span.post-date {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.blog-style-3 span.post-date i.far.fa-clock {
  color: #84286b;
  font-size: ;
}
.blog-style-3 .lif-desc {
  margin-bottom: 0;
}
.blog-style-3 .lif-title {
  margin-bottom: 30px;
}
.blog-style-3 .read-more {
  margin-top: 5px !important;
  color: #84286b !important;
}

/* Post Image Styling */
.blog-style-3 .post-item {
  position: relative;
  overflow: hidden;
}

.blog-style-3 .post-image {
  position: relative;
}

.blog-style-3 .post-image img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
}

/* Black Overlay (Initially Hidden) */

.blog-style-3 .post-item .post-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #84286b45;
  transition: 0.3s ease-in-out;
  opacity: 0;
  z-index: 1;
}
.blog-style-3 .post-item:hover .post-image::after {
  opacity: 1;
  width: 100%;
}
.blog-style-3 .post-item .post-image {
  position: relative;
}
/* Arrow Styling (Initially Hidden & Centered Vertically) */
.blog-style-3 .post-item::before {
  content: "→";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  background: #f6eff4;
  color: black;
  font-size: 20px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  z-index: 2; /* Ensures the arrow appears above the overlay */
  transform: translateY(-50%);
}

/* First Image Arrow on Right */
.blog-style-3 .post-item[data-post-id="0"]::before {
  right: 20px; /* Right Side */
}

/* Second Image Arrow on Left */
.blog-style-3 .post-item[data-post-id="1"]::before {
  left: 20px; /* Left Side */
  content: "←"; /* Left Arrow */
}

/* Hover Effects */
.blog-style-3 .post-item:hover::after {
  background: #84286b;
  opacity: 0.5;
}

.blog-style-3 .post-item:hover::before {
  opacity: 1;
  transform: translateY(-50%) scale(1.2); /* Slight zoom effect on hover */
}

.blog-style-3 .post-item:hover img {
  transform: scale(1.1);
}
.blog-style-3 .post-content h3 a:hover {
  color: #84286b;
}
.testimonial-thumbs {
  display: none !important;
}

/*===== New homepage Header Style =====*/

.elementor-element-ae78a59 ul.menu {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: -ms-flex;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  column-gap: 20px;
  padding-left: 10px;
}

.elementor-element-ae78a59 ul.menu li {
  color: white;
}

.elementor-element-ae78a59 ul.menu li ul.sub-menu li {
  color: #333;
}

.elementor-element-ae78a59 ul.menu li {
  font-size: 17px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 600;
  position: relative;
}
.elementor-element-ae78a59 ul.menu li {
  font-size: 17px;
}

.elementor-element-ae78a59 ul.menu ul {
  position: absolute;
  left: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  min-width: 250px;
  top: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  line-height: initial;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 600ms cubic-bezier(0.68, 0, 0.265, 1);
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
}

.elementor-element-ae78a59 ul.menu ul ul {
  left: 100%;
  top: 0;
  background-color: #f5f5f5;
}

.elementor-element-ae78a59 ul.menu > li + li {
  margin-left: 45px;
}

.elementor-element-ae78a59 ul.menu > li {
  line-height: 65px;
}

.elementor-element-ae78a59 ul.menu ul li {
  font-size: 15px;
  width: 100%;
  font-weight: 600;
  color: #333;
}

.elementor-element-ae78a59 ul.menu ul li + li {
  border-top: 1px dashed #eaeaea;
}

.elementor-element-ae78a59 ul.menu ul li a {
  width: 100%;
  display: block;
  padding: 20px 10px;
  font-weight: 500;
}

.elementor-element-ae78a59 ul.menu li.menu-item-has-children:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.elementor-element-ae78a59 ul.menu ul li a:hover {
  color: #84286b !important;
}
.style-2 .testimonial-flex-img {
  display: flex;
}
.style-2 .testimonial-flex-img .testimonial-img.mb-3 {
  width: 50%;
}
.style-2 .testimonial-flex-img .testimonial-img img {
  width: 160px;
  height: 160px;
}
.style-2 .testimonial-flex-img .testimonial-rating.mt-2 {
  width: 50%;
  text-align: end;
  padding-top: 110px;
  padding-right: 35px;
}
.style-2 p.testimonial-text {
  text-align: left;
  font-size: 16px;
}
.style-2 .testimonial-item.text-center.p-4.shadow-sm.rounded {
  padding: 30px !important;
}
.style-2 .testimonial-info {
  text-align: left;
}

.style-2 .testimonial-thumbs.owl-carousel.owl-theme.owl-loaded {
  display: none;
}

.lifeline-testimonial-style3 .person-info {
  display: flex;
  margin-top: 40px;
  column-gap: 25px;
}
.lifeline-testimonial-style3 .person-meta {
  padding-top: 30px;
}
.lifeline-testimonial-style3 .rating-stars {
  margin-top: 5px;
}
.lifeline-testimonial-style3 .testimonial-card {
  box-shadow: 7px 7px 5px 0px rgba(207, 207, 207, 0.75);
}
form.mailchimp-form {
  display: flex;
  column-gap: 15px;
}
.mailchimp-input input {
  width: 450px;
  padding: 20px !important;
  font-family: "Space Grotesk";
}
.mailchimp-input {
  display: flex;
}
.mailchimp-input i {
  font-size: 30px;
  padding-right: 20px;
  color: white;
  background-color: #6d9051;
  padding-left: 20px;
  padding-top: 15px;
}
button.mailchimp-submit {
  padding: 20px 40px;
  font-size: 17px;
  font-weight: 600;
  color: white;
  background-color: #6d9051;
}

.new-demo nav > ul > li ul li ul {
  margin-left: 170px;
}

/*===============blog-style-5 start===========*/

.blog-style5 .grid5-blog-wrapper .grid5-blog-img {
  position: relative;
  overflow: hidden;
}
.blog-style5 .grid5-blog-wrapper .grid5-blog-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  z-index: 1;
  border-radius: 10px;
}

.blog-style5 .grid5-blog-wrapper .grid5-blog-item:hover .grid5-blog-img::after {
  opacity: 1;
  visibility: visible;
}

.blog-style5 .grid5-blog-wrapper .grid5-date {
  position: absolute;
  bottom: 160px;
  right: 116px;
  background: #f45a46;
  color: #fff;
  font-size: 13px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 2;
  font-family: "Space Grotesk";
  padding-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  font-weight: 600;
}

.blog-style5 .grid5-blog-wrapper .grid5-blog-item:hover .grid5-date,
.grid5-blog-img:hover .grid5-date {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.blog-style5 .grid5-blog-wrapper .grid5-date i {
  background: #ffffff;
  padding: 10px;
  color: grey;
}
.blog-style5 .grid5-blog-content {
  text-align: center;
  padding: 15px 30px;
}
.blog-style5 .grid5-blog-content h3.grid5-title.lif-title a:hover {
  color: #000;
}
.blog-style5 .grid5-blog-content span.grid5-cmnts-count.font-weight-bold {
  font-size: 14px;
  font-family: "Space Grotesk";
}
.blog-style5 .grid5-blog-content span.grid5-cmnts-count.font-weight-bold i {
  color: #f25b45;
}
.blog-style5 .grid5-blog-content span.grid5-author-name {
  font-size: 14px;
  font-family: "Space Grotesk";
}
.blog-style5 .grid5-blog-content span.grid5-author-name i {
  color: #f25b45;
}

/*===============blog-style-5 end===========*/

/*===============hotspot-style-start===========*/

.custom-hotspot-container {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.custom-hotspot-wrapper {
  position: relative;
  display: inline-block;
}
.custom-hotspot-image {
  max-width: 100%;
  height: auto;
  display: block;
}
.custom-hotspot-point {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
}
.custom-hotspot-point a {
  color: inherit;
  text-decoration: none;
}
.custom-hotspot-tooltip {
  position: absolute;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}
.custom-hotspot-tooltip::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
/* Tooltip Positions */
.custom-hotspot-tooltip.position-top {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 10px;
}
.custom-hotspot-tooltip.position-top::before {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px 8px 0 8px;
}
.custom-hotspot-tooltip.position-bottom {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
}
.custom-hotspot-tooltip.position-bottom::before {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 8px 8px 8px;
}
.custom-hotspot-tooltip.position-left {
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 10px;
}
.custom-hotspot-tooltip.position-left::before {
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-width: 8px 0 8px 8px;
}
.custom-hotspot-tooltip.position-right {
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
}
.custom-hotspot-tooltip.position-right::before {
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-width: 8px 8px 8px 0;
}
.custom-hotspot-tooltip.position-top-left {
  bottom: 100%;
  right: 0;
  margin-bottom: 10px;
}
.custom-hotspot-tooltip.position-top-left::before {
  top: 100%;
  right: 20px;
  border-width: 8px 8px 0 8px;
}
.custom-hotspot-tooltip.position-top-right {
  bottom: 100%;
  left: 0;
  margin-bottom: 10px;
}
.custom-hotspot-tooltip.position-top-right::before {
  top: 100%;
  left: 20px;
  border-width: 8px 8px 0 8px;
}
.custom-hotspot-tooltip.position-bottom-left {
  top: 100%;
  right: 0;
  margin-top: 10px;
}
.custom-hotspot-tooltip.position-bottom-left::before {
  bottom: 100%;
  right: 20px;
  border-width: 0 8px 8px 8px;
}
.custom-hotspot-tooltip.position-bottom-right {
  top: 100%;
  left: 0;
  margin-top: 10px;
}
.custom-hotspot-tooltip.position-bottom-right::before {
  bottom: 100%;
  left: 20px;
  border-width: 0 8px 8px 8px;
}
/* Hotspot Animations */
.custom-hotspot-point.animation-softbeat {
  animation: softbeat 2s infinite;
}
@keyframes softbeat {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.custom-hotspot-point.animation-expand {
  animation: expand 2s infinite;
}
@keyframes expand {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
.custom-hotspot-point.animation-overlay::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  background: rgb(255 255 255);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  animation: overlay 2s infinite;
}
@keyframes overlay {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
/* Tooltip Triggers */
.custom-hotspot-point.trigger-hover:hover .custom-hotspot-tooltip {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.custom-hotspot-point.trigger-click .custom-hotspot-tooltip.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
/* Tooltip Animations */
.custom-hotspot-tooltip.tooltip-animation-fade {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.custom-hotspot-tooltip.tooltip-animation-slide {
  transition: all 0.3s ease;
}
.custom-hotspot-point.trigger-hover:hover
  .custom-hotspot-tooltip.tooltip-animation-slide.position-top {
  transform: translateX(-50%) translateY(-10px);
}
.custom-hotspot-point.trigger-hover:hover
  .custom-hotspot-tooltip.tooltip-animation-slide.position-bottom {
  transform: translateX(-50%) translateY(10px);
}
.custom-hotspot-point.trigger-hover:hover
  .custom-hotspot-tooltip.tooltip-animation-slide.position-left {
  transform: translateY(-50%) translateX(-10px);
}
.custom-hotspot-point.trigger-hover:hover
  .custom-hotspot-tooltip.tooltip-animation-slide.position-right {
  transform: translateY(-50%) translateX(10px);
}
.custom-hotspot-tooltip.tooltip-animation-bounce {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/* Responsive */
@media (max-width: 768px) {
  .custom-hotspot-tooltip {
    max-width: 250px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .custom-hotspot-tooltip {
    max-width: 200px;
    font-size: 12px;
  }
}
.custom-hotspot-tooltip {
  text-align: center;
}
.custom-hotspot-tooltip p {
  font-size: 17px;
  padding-bottom: 30px;
  width: 60%;
  margin: auto;
  color: white;
  font-weight: 500;
}
.custom-hotspot-tooltip img {
  width: 160px;
  margin-top: 30px;
}
.hotspot-amount {
  background: white;
  padding: 12px 30px;
  font-weight: 700;
  color: #f45a46;
  font-size: 13px;
  border-radius: 40px;
}
span.hotspot-location {
  width: 100%;
  display: block;
  padding-bottom: 25px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 14px;
}
.elementor-23163
  .elementor-element.elementor-element-lifeline_hotspot
  .custom-hotspot-point {
  height: 40px !important;
  width: 40px !important;
  padding: 10px;
}

/*===============hotspot-style-end===========*/

/*===============da-charity-donation-slidder-start===========*/

.cause10-slider-container .cause-card-inner {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  width: 95%;
  font-family: sans-serif;
  position: relative;
  padding: 20px;
  height: 510px;
  cursor: pointer;
}

.cause10-slider-container .cause-featured-image {
  position: relative;
  margin: 0;
}

.cause10-slider-container .cause-featured-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  height: 400px;
  object-fit: cover;
}
.cause10-slider-container .cause-center-button {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cause10-slider-container .cause-featured-image:hover .cause-center-button {
  opacity: 1;
  visibility: visible;
}
/* 
.cause-center-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
 */
.cause8-wpcm-btn {
  padding: 14px 35px;
  font-weight: bold;
  border-radius: 24px;
  text-decoration: none;
  font-size: 14px;
}

.cause10-slider-container .cause-card-inner .cause-content {
  background: white;
  padding: 25px;
  border-radius: 20px;
  color: white;
  position: relative;
  top: -120px;
  width: 90%;
  margin: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.cause-meta-info {
  font-size: 13px;
  margin-bottom: 5px;
  opacity: 0.9;
  column-gap: 20px;
  display: flex;
  margin-bottom: 10px;
}

.cause8-title {
  font-size: 16px;
  font-weight: bold;
  margin: 8px 0;
  line-height: 1.3;
}

.progressbar {
  margin-top: 10px;
}

.dontn-amnt-info {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: gray;
}

.progress {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  overflow: hidden;
  height: 8px;
  margin-top: 6px;
}

.cause8-progress-bar {
  background: white;
  height: 100%;
  width: 0.06%;
  position: relative;
}

.cause8-progress-bar span {
  display: none;
}
/*===============da-charity-donation-slidder-end===========*/

/*===============Story Widget Style===========*/

.life-story-carousel {
  position: relative;
  /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
  border-radius: 20px;
  padding: 40px;
  min-height: 500px;
}

.life-story-carousel .slick-slide {
  outline: none;
}

.story-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  align-items: center;
  min-height: 400px;
  position: relative;
}

/* .story-image {
  position: relative;
  height: 400px;
  border-radius: 15px;
  overflow: hidden;
} */

.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

/* .story-content {
    height: 400px;
    position: relative;
    left: -80px;
} */

.story-by-label {
  font-size: 14px;
  font-weight: 600;
  color: #666;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.story-title {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.story-author {
  font-size: 18px;
  font-weight: 600;
  color: #667eea;
}
.story-author .story-submitter {
    margin-bottom: 0px;
}
.event-style8-location {
    width: 100%;
}
.story-excerpt {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}
.slick-slider button.slick-arrow {
  color: transparent;
  background-color: #f45a46;
  padding: 0;
  position: absolute;
  top: 40%;
  /* right: 30px; */
}

/* Slick Navigation Arrows */
.life-story-carousel .slick-prev,
.life-story-carousel .slick-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.life-story-carousel .slick-prev:hover,
.life-story-carousel .slick-next:hover {
  background: white;
  transform: scale(1.1);
}

.life-story-carousel .slick-prev {
  left: -25px;
}

.life-story-carousel .slick-next {
  right: -25px;
}

.life-story-carousel .slick-prev:before,
.life-story-carousel .slick-next:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  color: #667eea;
  opacity: 1;
}

.life-story-carousel .slick-prev:before {
  content: "\f053"; /* fa-chevron-left */
}

.life-story-carousel .slick-next:before {
  content: "\f054"; /* fa-chevron-right */
}
.life-story-carousel .slick-slider button.slick-arrow {
  top: 40%;
  /* right: 30px; */
}

/* Slick Dots */
.life-story-carousel .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.life-story-carousel .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0;
}

.life-story-carousel .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0;
  padding: 0;
}

.life-story-carousel .slick-dots li.slick-active button,
.life-story-carousel .slick-dots li button:hover {
  background: white;
  transform: scale(1.2);
}

/* Hide navigation when disabled */
.life-story-carousel.hide-navigation .slick-prev,
.life-story-carousel.hide-navigation .slick-next {
  display: none !important;
}

.life-story-carousel.hide-dots .slick-dots {
  display: none !important;
}
/*===============Story Widget Style End===========*/

/*===============testimonail Style 4 start===========*/
.lifeline-testimonials-style4 {
  padding: 35px;
  text-align: center;
  background-position: center;
}
.lifeline-testimonials-style4 .owl-item {
  width: 400px;
}
.lifeline-testimonials-style4 svg {
  background: #f45a45;
  padding: 15px;
  width: 60px;
  border-radius: 50px;
  fill: white;
}
.lifeline-testimonials-style4 .testimonial4-text {
  width: 100%;
  margin: auto;
  padding-top: 75px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  padding-bottom: 40px;
}

.team-wrap.style-2 .team-box::before {
  content: "";
  display: block;
  background-color: #ffedeb;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: -1;
  border-radius: 20px;
}
.team-wrap.style-2 .team-thumb a img {
    border: 5px solid #ffedeb;
    object-fit: cover;
    image-rendering: pixelated;
        object-position: top;
    
}
.team-wrap.style-2 .team-box:hover.team-box::before {
    background-color: #f56a01 !important;
}
.team-wrap.style-2 .team-box:hover .team-thumb a img {
    border: 5px solid #f56a01;
}
.team-wrap.style-2 .col-sm-6.col-lg-4 {
  margin-bottom: 60px;
}
.team-wrap.style-2 .team-thumb a img {
  /* border: 3px solid #ffedeb; */
  border-radius: 20px;
}

.team-wrap.style-2 .team-info .social-links2 a {
  background-color: #ffffff !important;
  border-radius: 50%;
}
.team-box:hover .lifeline-title a {
  color: #fff !important;
}
.team-box:hover span {
  color: #fff !important;
}
.team-box:hover p {
  color: #fff !important;
}
.team-wrap.style-2 .team-box {
  position: relative;
  padding: 0 10px;
}
/* .team-box:hover a img {
    border: 3px solid #f45a46 !important;
} */
.event9-parent .event9-info {
  display: flex;
  border: 1px solid #f45a46 !important;
  margin: 15px 0;
  padding: 15px !important;
  border-radius: 10px !important;
}

.event9-parent .event9-date .date-month {
  line-height: 20px;
}
.event9-parent .event9-title {
  width: 60%;
  transform: translate(15px, 0px);
}
.event9-parent .event9-buy-ticket {
  width: 20%;
  transform: translate(25px, 0px);
}
.event9-parent .event9-date span {
  border: 1px solid #f45a46;
  border-radius: 50%;
  padding: 10px;
  width: 95px;
  height: 95px;
}
.event9-parent .event9-info .event9-title .event9-meta {
  display: flex;
}
.event9-parent .event9-info .event9-title .event9-meta span svg {
  width: 18px !important;
  height: auto;
}
.event9-buy-ticket button {
  font-size: 14px;
  font-family: "Lexend";
  color: #f45a46;
  font-weight: 500;
  text-decoration: underline;
  background-color: transparent;
}
.event9-parent .event9-info .event9-title h3 {
  margin-top: 5px;
}
.event9-parent .event9-info .event9-date strong {
  font-size: 20px !important;
  font-weight: bold;
  font-family: lexend;
  color: #000000;
}
.event9-parent .event9-info .event9-date small {
  font-size: 14px !important;
  font-weight: bold;
  font-family: lexend;
  color: #000000;
}
.event9-parent .event9-info span.event9-time {
  margin-right: 5px;
}
.event8-img::before {
  content: "";
  display: block;
  background-color: #f45a46;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  height: 57%;
  z-index: -1;
  border-radius: 20px;
}
.event8-info-detail {
  background-color: #ffffff;
  position: relative;
  top: -100px;
  bottom: 0px;
  border-radius: 10px;
  padding: 35px 20px 25px 20px !important;
  margin: 0 10px;
}
figure.event-8-thumbnail-img img {
  height: 337px;
  object-fit: cover;
}
.event8-time-location {
  display: flex;
}
.event8-img img {
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
}
.about-us-map .custom-hotspot-tooltip .hotspot-amount {
  background: #ffd739;
  padding: 12px 30px;
  font-weight: 700;
  color: #000000;
  font-size: 13px;
  border-radius: 40px;
}
.about-us-map .custom-hotspot-tooltip {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/*===============blog style 6 start===========*/

.custom-blog-wrapper .custom-blog-item {
  background-color: #ffffff;
  padding: 15px 15px 30px 15px;
  box-shadow: rgb(143 143 156 / 20%) 0px 7px 29px 0px;
  border-radius: 20px;
  margin-bottom: 50px;
}
.custom-blog-wrapper .custom-blog-item .custom-blog-img figure img {
  border-radius: 20px;
  object-fit: cover;
}
.custom-blog-wrapper .custom-blog-item .grid6-title {
  margin-top: 25px;
  padding-bottom: 5px;
}
.custom-blog-wrapper .custom-blog-item .grid5-excerpt {
  border-bottom: 1px solid #66666633;
  padding-bottom: 30px;
  margin-bottom: 25px;
}
.custom-blog-wrapper .custom-blog-item .grid6-blog-content {
  padding: 0 15px;
}
.custom-blog-wrapper .custom-blog-item .grid6-blog-content .grid6-blog-date i {
  font-size: 16px;
  color: #000;
  margin-right: 2px;
}
.custom-blog-wrapper .custom-blog-item .grid6-blog-content .grid6-blog-date {
  font-size: 15px;
}
.custom-blog-wrapper
  .custom-blog-item
  .grid6-blog-content
  .grid6-author-name
  i {
  font-size: 16px;
  color: #000;
  margin-right: 2px;
}
.custom-blog-wrapper .custom-blog-item .grid6-blog-content .grid6-author-name {
  font-size: 15px;
}

/*===============page banner style 1 start===========*/

.page-banner-style1 h2 {
  color: white;
}
.page-banner-style1 .breadcrumb-item {
  color: #d8bb4a;
}
.page-banner-style1 .breadcrumb-item.active {
  color: #d8bb4a !important;
}
.page-banner-style1 .breadcrumb {
  justify-content: start;
}

/*===============page banner style 1 end===========*/

/*===============Causes Style 2 start===========*/
.causes-style-2 .cause-item {
  background-color: #fffdf4;
  border-radius: 20px;
  height: 505px;
  margin-bottom: 130px;
}
.causes-style-2 .life-cause-media .caue-media-style2 img{
  object-fit: cover;
  object-position: center;
}
.causes-style-2 .life-cause-content.cause-content-style2 {
  padding: 50px 50px;
}
.causes-style-2 .col-lg-6.col-md-12 {
  padding: 0px;
}
.causes-style-2 .life-cause-content.cause-content-style2 .cause-target {
  margin-top: 17px;
}
.causes-style-2 .life-cause-content.cause-content-style2 .cause-target h6 {
  margin-top: 3px !important;
    font-size: 15px;
    font-weight: 600;
    padding-left: 5px;
}

.causes-style-2 .progress {
  height: 30px !important;
  padding: 8px !important;
  overflow: visible;
}
.causes-style-2 .progress .progress-value{
      transform: translate(0px, -36px) !important;
    background: #FFFEC6;
    padding: 12px;
}
.causes-style-2 .progress-bar {
  border-radius: 20px;
}
.causes-style-2 span.cause2-location {
  background: #3e488d;
  color: white;
  padding: 9px 39px;
  font-weight: 600;
  border-radius: 50px;
  font-size: 17px;
}
.causes-style-2 .cause-content-style2 h3 {
    margin-top: 25px;
}

/*===============Causes Style 2 End===========*/

/*===============Project Grid Style 2 start===========*/

.project-grid2-card {
  border-radius: 20px !important;
  padding: 0px !important;
  box-shadow: 0px 0px 5px 5px rgb(244 244 244) !important;
}
.project-grid2-card .amount-info {
  font-size: 15px;
  display: flex;
  gap: 7px;
  align-items: center;
}
.project-grid2-card span.amount-value {
  font-weight: bold;
  font-size: 30px;
  margin: 0;
  color: #3E488D;
}
.project-grid2-card .amount-label {
    font-weight: 600;
    line-height: 13px;
    font-size: 11px;
    color: #666666;
}
.project-grid2-card span.location {
  font-size: 16px;
  font-weight: 600;
  margin-right: 20px;
  color: #3E488D;
}
.project-grid2-card p.project-description {
  padding-bottom: 25px;
  font-size: 17px;
  font-family: "Quicksand";
      font-weight: 500;
      color: #666666;
      line-height: 28px !important;
}
.project-grid2-card h4.project-title {
  font-size: 26px;
  font-weight: bold;
  font-family: "Quicksand";
  padding-top: 13px;
}
.project-grid2-card .amount-info span b {
    font-size: 30px;
    color: #000;
}
.project-grid2-image-wrapper img {
    object-fit: cover;
}
.project-grid2-card .amount-info span strong {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: -7px;
    left: -1px;
}
.project-grid2-image-wrapper button {
    font-size: 16px;
    padding: 7px 25px;
    background-color: #fff9c6;
}

/*===============Project Grid Style 2 End===========*/

/*===============Project Listing New Style Start===========*/

.project-listing-new .project-listing-image {
  padding: 0px;
}
/* .project-listing-new .project-listing-style4 {
  background-color: #fffcef;
  border-radius: 20px;
} */
.project-listing-new .project-listing-style4 .project-listing-content .donation-received-spent {
    display: flex;
    width: 100%;
    padding: 25px 0px 0px 0px;
}
.project-listing-new .project-listing-style4 .project-listing-content .project-listing-donation{
    display: flex;
    align-items: center;  
}
.project-listing-new .project-listing-style4 .project-listing-content .donation-deadline-location {
    display: flex;
    width: 100%;
    margin-top: 7px;
}
.project-listing-style4 .project-listing-content .donation-received-spent .project-listing-donation ,
.project-listing-style4 .project-listing-content .donation-deadline-location .project-listing-deadline {
    width: 50%;
}
.project-listing-style4 .project-listing-content .donation-received-spent .project-listing-spent ,
.project-listing-style4 .project-listing-content .donation-deadline-location .project-listing-location {
    width: 50%;
}
.project-listing-new .project-listing-style4 .donation-project-listing-img img {
    object-fit: cover;
}

.project-listing-new .project-listing-detail {
    padding: 40px;
}
.project-listing-new .project-listing-detail p.project-listing-excerpt{
  font-size: 18px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
    width: 85%;
    margin: 0;
    color: #666666 !important;
}
.project-listing-new  .col-md-6.project-listing-content {
    padding: 0;
}
.project-listing-new .project-listing-category{
      transform: translate(-40px, 0px);
}
.project-listing-new .project-listing-category strong {
    padding: 9px 15px;
    border-radius: 50px;
    font-size: 13px;
}
.project-listing-new .donation-received-spent p.project-listing-spent{
        display: flex;
    align-items: center;
}
.project-listing-new .donation-received-spent p span{
      font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #666666;
    padding-left: 6px;
}
.project-listing-new .donation-received-spent p span b{
  color: #3D498D;
}
.project-listing-new .donation-deadline-location p{
  display: flex;
  align-items: center;
}
.project-listing-new .donation-deadline-location p span{
      font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #666666;
    padding-left: 6px;
}
.project-listing-new .donation-deadline-location p span b{
  color: #3D498D;
}
.project-listing-new p.project-listing-location{
  font-size: 22px !important;
} 
.project-listing-new .project-listing-content p{
	margin-bottom: 7px;
	margin-left: 10px;
  
}
.project-listing-new .project-listing-content p strong{
	margin-right: 10px;

}
.project-listing-new .project-listing-content h4{
	margin-bottom: 0px;
}
.project-listing-new .col-md-12.project-listing-item{
  background-color: #ffffff;
  border-radius: 20px;
  margin-bottom: 120px !important;
  box-shadow: 0px 0px 8px 8px rgb(244 244 244);
}

.project-listing-new .project-listing-detail .project-listing.lif-title {
    margin-top: 55px;
    margin-bottom: 15px;
}
.project-listing-new .donation-project-listing-img img{
  object-fit: cover;
  object-position: center;
}
.project-listing-new .donation-deadline-location .project-listing-location i {
    background-color: #fff9c6;
    padding: 6px 15px;
    font-size: 14px;
    margin-right: 5px;
    border-radius: 5px;
    color: #3d498d;
    transform: translate(0px, -3px);
}
.project-listing-new .project-listing-style4 .project-listing-category strong{
  padding: 12px 35px;
  border-radius: 0px 50px 50px 0px;
}

/*===============Project Listing New Style End===========*/

/*===============causes New Style12 Start===========*/

.cause12-card-small-image .cause12-image.cause12-image-small img {
  border-radius: 20px;
  background-color: #fffcef;
}
.cause12-card-large-image .cause12-image.cause12-image-large img {
  border-radius: 20px;
  background-color: #fffcef;
}
.causes-12-grid-style .cause12-card {
    margin-bottom: 60px;
}
.cause12-content {
    padding: 50px 30px 30px 30px;
    background-color: #fffcef;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 9;
    margin-top: -12px;
}
.cause12-donation-button {
    gap: 40px;
    padding-top: 20px;
}
.cause12-donation-button a {
    background-color: #ffd739;
    padding: 10px 35px;
    border-radius: 50px;
    border: 1px solid #ffd739;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Quicksand';
}
.cause12-donation-button a:hover {
    background-color: transparent;
    border: 1px solid #ffd739;
}
.cause12-amount span {
    background-color: #fff9c6;
     border: 1px solid #fff9c6;
    padding: 12px 35px;
    border-radius: 50px;
    font-size: 18px;
    color: #000000;
}
.cause12-amount span:hover {
    background-color: transparent;
    border: 1px solid #ffd739;
}
.cause12-content .cause12-title {
    padding-bottom: 15px;
}

/*===============causes New Style12 End===========*/

/*===============event New Style10 Start===========*/

.event10-card{
  border-radius: 20px;
}
.event10-card .date-img-event10 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 45px;
}
.event10-card .evet-tittle-time-location {
    padding: 0 12px;
}
.event10-card .evet-tittle-time-location .event10-title {
    padding-bottom: 12px;
}
.event10-card .event-date-year small {
    position: absolute;
    background-color: #fff;
    color: #000;
    padding: 5px 0px;
    transform: translate(-50px, -3px);
    font-weight: 700;
    width: 101px;
}



/*===============event New Style10  End===========*/

/*===============event New Style11 Start===========*/

.event11-details-wrapper {
    background-color: #ffffff;
    padding: 45px 60px;
    box-shadow: rgb(169 169 191 / 20%) 0px 7px 29px 0px;
    transform: translate(-15px, 0px);
    height: 390px;
}
.event11-image-wrapper {
    z-index: 2;
}
.event11-details-wrapper .event11-date-time-section {
    justify-content: space-between;
}
.event11-date-time .event11-date-badge i{
  color: #ffd739;
}
.event11-details-wrapper .event11-date-time {
    border: 1px solid #ffd739;
    padding: 10px 25px;
    border-radius: 50px;
}
.event11-details-wrapper .event11-date-time .event11-time::before {
    content: "";
    background-color: #ffd739;
    height: 20px;
    width: 1px;
    transform: translate(-16px, 0px);
}
.event11-details-wrapper .event11-date-time .event11-time {
  margin-left: 15px;
}
.event11-details-wrapper .event11-date-time-section {
    padding: 0px 0px 20px 0px !important;
}
.event11-details-wrapper .event11-organizer {
    padding-top: 15px;
}


/*===============event New Style11  End===========*/

/*===============Blog Detail Page Start===========*/

.blog-post-detail .blog-meta {
    display: flex;
    gap: 40px;
    list-style: none;
    margin: 40px 50px 25px;
}
.blog-post-detail .blog-content {
    margin: 0 50px;
}
.blog-post-detail .blog-content h2 {
    font-size: 40px;
    margin-bottom: 25px;
    font-weight: bold;
    color: #000000;
}
.blog-post-detail .blog-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px !important;
    color: #666666;
    font-family: 'Quicksand' !important;
}
.blog-post-detail .blog-gallery-img {
    margin: 45px 0;
}
.blog-post-detail .blog-meta li i {
    color: #ffd739;
    margin-right: 3px;
    font-size: 20px;

}
.blog-post-detail .blog-content .blog-detail-icon-list {
    display: flex;
    gap: 66px;
    list-style: none;
    margin-top: 40px;
}
.blog-post-detail .blog-content .blog-detail-icon-list li p {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Quicksand' !important;
    color: #000000;
    margin-bottom: 0px;
}
.blog-post-detail .blog-content .blog-detail-icon-list li p i {
    margin-right: 10px;
    background-color: #fff9c6;
    padding: 5px;
    border-radius: 50px;
    font-size: 14px;
    color: #3d498d;
    font-weight: bold;
}
.blog-post-detail .blog-content .blog-gallery-img img {
    width: 100%  ;
}
.blog-post-detail .donors-slides{
  margin-top: 50px;
}
.blog-post-detail .donors-slides h4 {
    font-size: 40px;
    margin-bottom: 40px;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
    color: #000000;
}
.blog-post-detail .donors-slides .wpcm-donor-avatar-new img{
  border-radius: 50%;
  width: 130px;
    height: 130px;
    margin: auto;
}
.blog-post-detail .donors-slides .wpcm-donor-avatar-new{
margin-bottom: 20px;
}
.blog-post-detail .donors-slides .wpcm-top-donors-widget .slick-slide{
  border: 1px solid #ffd944;
  padding: 35px 0;
  height: 280px !important;
}
.blog-post-detail .donors-slides .wpcm-top-donors-widget .slick-slide:hover {
    cursor: pointer;
   box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.blog-post-detail .donors-slides .wpcm-donr-donation-new p{
  margin-bottom: 0px;
  color: #666666;
}
.blog-post-detail .donors-slides .wpcm-donr-donation-new h5{
  margin-bottom: 0px;
}


/*===============Blog Detail Page End===========*/

/*=============== Comment style Start============*/

.comment-box span img {
    border-radius: 50%;
    object-fit: cover;
}
.comment-box span {
  width: 16%;
}
.comment-box {
  padding-top: 50px;
  margin-top: 0px;
  padding-bottom: 50px;
}
.comments-threads .comments-list ul.children {
    list-style: none;
}

.comment-box .comment-detail {
  width: 84%;
}
.comment-box .comment-detail h4 {
    font-size: 24px;
    font-family: quicksand;
    font-weight: 700;
    padding-bottom: 15px;
}
.comment-box .comment-detail i {
    font-size: 19px;
    color: #666666;
    font-family: quicksand;
    font-weight: 400;
}
.comment-box .comment-detail p {
    margin-top: 15px;
    font-size: 16px;
    font-family: quicksand;
    color: #666666;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.comment-box .comment-detail a {
    background-color: #ffda47;
    padding: 4px 20px;
    color: #ffffff;
    font-weight: 500;
    border: 1px solid #ffda47;
    border-radius: 5px;
}
.comment-box .comment-detail a:hover {
  background-color: transparent;
  border: 1px solid #ffda47;
  color: #000000;

}
.comments-threads h3 span ,
.comments-threads h3 {
    color: #000 !important;
    font-size: 40px;
    font-family: 'Quicksand';
    font-weight: 700;
}
.reply-comments h3 span ,
.reply-comments h3 {
    color: #000;
    font-size: 40px;
    font-family: 'Quicksand';
    font-weight: 700;
}
.comments-threads {
    padding-top: 50px;
    margin: 0 50px;
}
.reply-comments button {
    background-color: #ffda47;
    color: #000000 !important;
    font-weight: 500;
    border: 1px solid #ffda47;
    border-radius: 50px !important;
    font-size: 16px;
}
.reply-comments button:hover {
   background-color: transparent;
  border: 1px solid #ffda47;
  color: #000000 !important;

}
.comments.reply-comments {
    margin: 0 50px;
}

/*=============== Comment Style End============*/


.Questions.or.Inquiries p span input {
    border-radius: 50px;
}
.Questions.or.Inquiries p span textarea {
    border-radius: 20px;
}
.Questions.or.Inquiries .company-name p {
    display: flex;
    gap: 10px;
}
.Questions.or.Inquiries .company-name p span {
    width: 50%;
}

.Questions.or.Inquiries input[type=text],
.Questions.or.Inquiries input[type=number],
.Questions.or.Inquiries input[type=email]{
    height: 50px;
    margin-bottom: 20px;
}
.Questions.or.Inquiries input[type=text],
.Questions.or.Inquiries input[type=number],
.Questions.or.Inquiries input[type=email],
.Questions.or.Inquiries textarea {
    border: 1px solid #E7E7E7;
    padding: 10px 20px;
    width: 100%;
    font-size: 14px;
}
.Questions.or.Inquiries textarea {
    height: 135px
}
.Questions.or.Inquiries input[type=submit] {
    text-transform: uppercase;
    margin-top: 30px;

}
.Questions.or.Inquiries input[type=submit]:hover {
    background-color: white;
    color: #000000;
}
.Questions.or.Inquiries p{
    margin-bottom: 0;
}
.Questions.or.Inquiries ::placeholder{
    color: #4E4933;
}
.submit-btn p input {
    background-color: #3A4587;
    border: 1px solid #3A4587;
    padding: 15px 40px;
}
.submit-btn p input:hover {
    border: 1px solid #3A4587;
}
.causes-detail-page{
  margin: 100px 0px;
  padding: 0px 30px;
}
.causes-detail-page h2{
  font-size: 48px;
  padding-bottom: 25px;
}
.causes-detail-page img{
  border-radius: 20px 0px 0px 20px;
  width: 100%;
}
.causes-detail-page .post-intro img{
  height: 605px;
}
.causes-detail-page .cause-content p{
  font-size: 16px;
  line-height: 30px !important;
  color: #666666;
  font-weight: 500;
}
.causes-detail-page .cause-content p.para-bottom{
  margin-top: 50px;
  margin-bottom: 65px;
}
.causes-detail-page .cause-content h3{
  font-size: 38px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.causes-detail-page .cause-content h3.acheive{
  padding-bottom: 0;
  padding-top: 0;
}
.causes-detail-page .cause-content .row{
  align-items: center;
}
.causes-detail-page .cause-content ul{
  list-style: none;
  line-height: 35px;
  color: #666666;
  font-size: 17px;
  font-weight: 500;
}
.causes-detail-page .cause-content{
  margin: 0px 20px;
}

.causes-detail-page .stat-item {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.stat-item.text-center.text-md-left.border-radius-left-top{
  border-radius: 0px 20px 0px 0px;
}
.stat-item.text-center.text-md-left.border-radius-left-bottom{
      border-radius: 0px 0px 20px 0px;
}
.causes-detail-page .three-boxes{
box-shadow: rgba(100, 100, 111, 0.2) 0px -10px 15px 0px;
border-radius: 0px 20px 20px 0px;
}
.causes-detail-page .border{
      border: 1px solid #3d498d !important;
    width: 50%;
    margin: auto;
}
.causes-detail-page .stat-item h3{
  font-size: 48px;
  margin-bottom: 0px;
}
.causes-detail-page .stat-item P{
  font-size: 16px;
    margin: 0;
    color: #626262;
    font-weight: 600;
    line-height: 21px !important;
}
.causes-detail-page .col-md-3,
.causes-detail-page .col-md-9 {
    padding: 0;
}
.causes-detail-page .cause-target.w-100{
      display: flex;
    justify-content: space-between;
    background: #fffcf0;
    padding: 42px 30px;
    border-radius: 20px;
    align-items: center;
}
.causes-detail-page .cause-amount h6{
  font-size: 21px;
    margin: 0;
    color: #a4a3a3;
    font-weight: 600;
}
.causes-detail-page .donation-progress h6{
  font-size: 21px;
    margin: 0;
    color: #a4a3a3;
    font-weight: 600;
    margin-top: -13px;
}
.causes-detail-page .donation-progress .progress-wrapper{
  margin-top: 16px;
}
.causes-detail-page .dontion-meta{
  height: 65px;
}
.causes-detail-page .cause-amount span{
  font-size: 26px;
  font-weight: 700;
  color: #000;
}
.causes-detail-page .cause-amount span i{
      color: #fcce00;
    font-weight: 700;
}
.causes-detail-page .cause-target .progress{
  height: 14px;
  border-radius: 5px;
  background-color: #ebecee;
}
.causes-detail-page .cause-target .progress-bar {
    background-color: #ffd739;
}
.gen-detail-wrap .post-intro{
  padding: 0px !important;
}
.causes-detail-page .cause-amount{
  margin-top: -14px;
}
.causes-detail-page .donation-progress .progress-percentage{
    position: absolute;
    top: -10px;
    transform: translateX(-50%);
    color: #333;
    font-size: 11px;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.95);
    padding: 13px;
    border-radius: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    z-index: 15;
    border: 2px solid #ffd739;
    width: 32px;
    text-align: center;
    height: 32px;
    align-items: center;
    justify-content: center;
    display: flex
;
}
.causes-detail-page .lifeline-donation-app a{
    font-size: 18px;
    background: #ffd739;
    padding: 14px 50px;
    border-radius: 50px;
    border: 1px solid #ffd739;
    font-weight: 700;
    color: #000;
}
.causes-detail-page .lifeline-donation-app a:hover{
    background: white;
    color: #ffd739;
    border: 1px solid #ffd739;
}
.causes-detail-page .donors-slides{
  margin-top: 120px;
}
.causes-detail-page .donors-slides h4{
  font-size: 38px;
    margin-bottom: 30px;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
}
.causes-detail-page .donors-slides .wpcm-donor-avatar-new img{
  border-radius: 50%;
  width: 130px;
    height: 130px;
    margin: auto;
}
.causes-detail-page .donors-slides .wpcm-donor-avatar-new{
margin-bottom: 20px;
}
.causes-detail-page .donors-slides .wpcm-top-donors-widget .slick-slide{
  border: 1px solid #ffd944;
}


/*=============== Project Detail Style 2 Start============*/
.project-detail-style-2 .container{
  max-width: 1280px;
}
.project-detail-style-2{
  margin: 100px 0px;

}
.project-detail-style-2 .post-intro {
    position: relative;
}
.project-detail-style-2 .post-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 20%); /* Black with 50% opacity */
    z-index: 1;
    border-radius: 20px;
}
.project-detail-style-2 .post-intro img{
  height: 460px;
  border-radius: 20px;
  object-fit: cover;
}
.project-detail-style-2-title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}

.project-detail-style-2 .project-detail-style-2-title h2 {
    margin: 0;
    padding: 25px 35px;
    font-size: 45px;
    width: 80%;
}


.project-detail-style-2 ul.pst-mta{
	    background: #fffcf1;
    padding: 30px 30px;
    margin-top: 60px;
    justify-content: space-between;
    border-radius: 20px;
}
.project-detail-style-2 ul.pst-mta li{
    font-size: 36px;
    font-weight: 700;
    color: #000000;
}
.project-detail-style-2 ul.pst-mta li.location{
  font-size: 28px;
}
.project-detail-style-2 ul.pst-mta li.location i{
	background: #fff8c4;
    padding: 4px;
    font-size: 18px;
    margin-right: 7px;
    border-radius: 5px;
    color: #3d498d;
}
.project-detail-style-2 ul.pst-mta li p{
  font-size: 14px;
    font-weight: 600;
    color: #3d498d;
    line-height: 14px !important;
    padding-left: 10px;
}
.project-detail-style-2 ul.pst-mta li p span{
  color: #7a7a78;
  font-size: 12px;
}
.project-detail-style-2 ul.pst-mta li .lifeline-donation-app{
  margin-top: -14px;
}
.project-detail-style-2 ul.pst-mta li .lifeline-donation-app span {
      font-size: 12px;
    background: #ffd739;
    padding: 14px 25px;
    border-radius: 10px;
}
.project-detail-style-2 h3{
      padding: 0px 35px;
    margin-top: 40px;
    font-size: 34px;
    margin-bottom: 15px;
}
.project-detail-style-2 p{
      padding: 0px 35px;
    font-size: 17px;
    line-height: 30px !important;
    font-weight: 500;
    color: #666666;
}
.project-detail-style-2 .project-style-1-detail ul{
      padding: 35px;
    list-style: none;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    padding-top: 15px;
}
.project-detail-style-2 .project-style-1-detail ul li {
    padding-bottom: 10px;
    width: 100%;
    display: flex;
    align-items: baseline;
    column-gap: 3px;
}
.project-detail-style-2 .project-style-1-detail ul li i {
    color: #ffde5d;
    background-color: #fff9c6;
    border-radius: 50%;
    font-size: 12px;
    margin-right: 2px;
}
.project-detail-style-2 .pics{
  padding: 0px 35px;
  margin-top: 50px;
  align-items: center;
}
.project-detail-style-2 .pics ul{
      list-style: none;
    line-height: 35px;
    font-weight: 500;
}
.project-detail-style-2 .pics ul li i{
      background-color: #fffdec;
    padding: 4px 7px;
    font-size: 13px;
    margin-right: 5px;
    border-radius: 5px;
    color: #ffd739;
}
.project-detail-style-2 .pics img{
  width: 100%;
  object-fit: cover;
  height: 280px;
  border-radius: 20px;
}
.project-detail-style-2 .pics .col-lg-5 img{
  height: 170px;
  object-fit: cover;
  object-position: top;
}
.project-detail-style-2 .donors-slides{
  margin-top: 70px;
  padding: 0px 35px;
}
.project-detail-style-2 .donors-slides h4{
  font-size: 38px;
    margin-bottom: 30px;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
}
.project-detail-style-2 .donors-slides .wpcm-donor-avatar-new img{
  border-radius: 50%;
  width: 85px;
    height: 85px;
    margin: auto;
}
.project-detail-style-2 .donors-slides .wpcm-donor-avatar-new{
margin-bottom: 20px;
}
.project-detail-style-2 .donors-slides .wpcm-top-donors-widget .slick-slide{
  border: 1px solid #ffd944;
  border-radius: 5px;
}
.project-detail-style-2 .donors-slides .wpcm-donr-donation-new h5{
  font-size: 18px;
}
.project-detail-style-2 .donors-slides .wpcm-donr-donation-new p{
  font-size: 13px;
  padding: 0;
}













/*=============== Project Detail Style 2 End============*/



/*=============== Project Detail Style 1 Start============*/
.project-detail-style1{
  margin: 120px 0px;
}
.project-detail-style1 .container{
  max-width: 1280px;
}
.project-detail-style1 .project-donation.progress-bar {
    display: flex;
    font-family: Arial, sans-serif;
    padding-bottom: 47px;
    background-color: #fffdf4;
}
.project-detail-style1 .project-donation.progress-bar .amount-text {
    padding: 8px 20px;
    display: flex;
    list-style: none;
    gap: 15px;
    background-color: #FFF9C4;
    border-radius: 50px;
}
.project-detail-style1 .project-detail-style1-author{
  display: flex;
    align-items: center;
    border: 1px solid #FDD835;
    border-radius: 8px;
    padding: 0px 25px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    height: 150px;
}
.project-detail-style1 .custom-author-box {
    display: flex;
    column-gap: 17px;
    
}
.project-detail-style1 .custom-author-box.avator{
  align-items: center;
}
.project-detail-style1 .custom-author-box span.hj-author{
  background-color: #fff9c6;
    height: 65px;
    width: 65px;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 17px;
    border-radius: 50%;
    color: black;
    font-weight: 700;
    font-size: 22px;
    margin-right: 10px;
}
.project-detail-style1 .custom-author-box .author-meta span{
  font-size: 13px;
  font-weight: 600;
  color: #a3a3a3;
}

.project-detail-style1 .custom-author-box .author-meta h5{
  font-size: 15px;
  margin: 0;
}
.project-detail-style1 .custom-author-box .author-meta.one h5{
  margin-top: 5px;
  margin-bottom: 5px;
}
.project-detail-style1 .custom-author-box .author-meta p{
  font-size: 13px;
  font-weight: 600;
  color: #a3a3a3;
  margin: 0;
}
.project-detail-style1 .custom-author-box .author-avatar {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}
.project-detail-style1 .custom-author-box .author-meta {
    display: flex;
    flex-direction: column;
}
.project-detail-style1 .tax-recep{
  background: #fff9c6;
    width: 97%;
    margin: auto;
    transform: translate(0px, -2px);
    z-index: 1;
    padding: 17px 20px;
}
.project-detail-style1 .tax-recep p{
      margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #70706c;
}
.project-detail-style1 .meta-field-background{
  background-color: #fffdf4;
  padding: 50px 30px;
  border-radius: 20px;
  padding-top: 18px;
  margin-top: 20px;
}
.project-detail-style1 .tax-recep p span{
  color: #48649b;
}
.project-detail-style1 .project-donation .goal-wrapper {
    display: flex;
    align-items: baseline;
}
.project-detail-style1 .project-donation .circular-progress {
    position: relative;
}
.project-detail-style1 .project-donation .circle {
    transform: rotate(-90deg);
}
.project-detail-style1 .project-donation circle.bg {
    fill: none;
    stroke: #F0F0F0;
    stroke-width: 6;
}
.project-detail-style1 .project-donation circle.progress {
    fill: none;
    stroke: #FDD835; /* yellow */
    stroke-width: 6;
    stroke-linecap: round;
    /* stroke-dasharray: 163.36; */
    stroke-dashoffset: 100.00;
    transition: stroke-dashoffset 1s ease;
}
.project-detail-style1 .project-donation .percentage-text {
    position: absolute;
    top: 50%;
    font-size: 28px;
    font-weight: 700;
    left: 27%;
}
.project-detail-style1 .project-donation .goal-amount{
  text-align: left;
  margin-left: -15px;
}
.project-detail-style1 .featured-img-title img{
  height: 490px;
  object-fit: cover;
  border-radius: 20px;
  margin-top: 30px;
}
.project-detail-style1 .featured-img-title {
    position: relative;
}

.project-detail-style1 .cause-detail-info-style1 {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 30%;
    background: rgba(255, 255, 255, 0.95); /* light white overlay */
    padding: 15px;
    z-index: 10;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}
.project-detail-style1 .cause-detail-info-style1 b{
      font-size: 28px;
    font-weight: 700;
    color: #005177;
}
.project-detail-style1 .cause-detail-info-style1 p{
  font-size: 16px;
  font-weight: 600;
}
.project-detail-style1 .cause-detail-info-style1 a{
  font-size: 14px;
    background: #005177;
    color: white;
    padding: 15px 30px;
    border-radius: 10px;
    font-weight: 600;
}
.project-detail-style1 .lifeline-donation-app {
  margin-top: 40px;
  margin-bottom: 20px;
}

.project-detail-style1 .featured-img-title h2{
  font-size: 40px;
  padding-left: 20px;
}
.project-detail-style1 .project-donation .goal-amount p{
    color: #777;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-left: 25px;
        font-family: 'Quicksand' !important;
}
.project-detail-style1 .project-donation .goal-amount span{
        display: flex;
    list-style: none;
    column-gap: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #666666;
    background-color: #fff9c6;
    padding: 9px 30px;
    border-radius: 50px;

}
.project-detail-style1 .project-style-1-detail{
  padding: 35px;
}
.project-detail-style1 .project-style-1-detail p{
  font-size: 16px;
    font-weight: 500;
    line-height: 30px !important;
    color: #666666;
}
.project-detail-style1 .project-style-1-detail h3{
      margin-top: 40px;
    font-size: 28px;
    margin-bottom: 15px;
}
.project-detail-style1 .project-style-1-detail ul{
  list-style: none;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    padding-top: 15px;
}
.project-detail-style1 .project-style-1-detail ul li{
  padding-bottom: 10px;
  width: 100%;
    display: flex;
    align-items: baseline;
    column-gap: 3px;
}
.project-detail-style1 .project-style-1-detail ul li i{
  color: #ffde5d;
  background-color: #fff9c6;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 2px;
}
.project-detail-style1 .project-style-1-detail img{
  height: 340px;
  object-fit: cover;
  width: 100%;
  margin-top: 50px;
  border-radius: 20px;
}
.project-detail-style1 .donors-slides{
  margin-top: 70px;
  padding: 0px 35px;
}
.project-detail-style1 .donors-slides h4{
  font-size: 38px;
    margin-bottom: 30px;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
}
.project-detail-style1 .donors-slides .wpcm-donor-avatar-new img{
  border-radius: 50%;
  width: 85px;
    height: 85px;
    margin: auto;
}
.project-detail-style1 .donors-slides .wpcm-donor-avatar-new{
margin-bottom: 20px;
}
.project-detail-style1 .donors-slides .wpcm-top-donors-widget .slick-slide{
  border: 1px solid #ffd944;
  border-radius: 5px;
}
.project-detail-style1 .donors-slides .wpcm-donr-donation-new h5{
  font-size: 18px;
}
.project-detail-style1 .donors-slides .wpcm-donr-donation-new p{
  font-size: 13px;
  padding: 0;
}
/*=============== Project Detail Style 1 End============*/

/*=============== causes Style 7 Start============*/

.cause-item-style7 {
    overflow: hidden;
    cursor: pointer;
}
.causes-style-7-data {
    transition: transform 0.3s ease;
}
/* Parent styles */
.cause-item-style7 {
    position: relative;
    overflow: hidden;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

/* Image overlay effect */



/* Content placement */
.causes-style-7-data {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 25px;
    color: #fff;
    border-radius: 10px;
}

/* Headings, paragraphs default style */
.causes-style-7-data .lif-title,
.causes-style-7-data .lif-title a,
.causes-style-7-data .donation-country,
.causes-style-7-data .donation-needed,
.causes-style-7-data .donation-needed span {
    color: #fff;
    transition: color 0.3s ease-in-out;
}

/* Hover effect for text */


.cause-item-style7:hover .lif-title a,
.cause-item-style7:hover .donation-country,
.cause-item-style7:hover .donation-needed h4,
.cause-item-style7:hover .donation-needed span {
    color: #fff !important;
}
.cause-item-style7 .cause-donation-meta{
    display: flex;
        column-gap: 20px;
    align-items: center;
}
.cause-item-style7 .cause-donation-meta .donation-bar{
    width: 60%;
}
.cause-item-style7 .donation-needed span{
    font-size: 15px;
    font-weight: 600;
}
.causes-style-7-data .donation-country{
    font-weight: 500;
    font-size: 15px;
}


.cause-item-style7 h4.text-white i{
  font-weight: 500 !important;
}
.cause-item-style7 img{
  object-fit: cover;
}
.cause-item-style7 .progress{
        padding: 2px;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    height: 15px;
    margin-top: 6px;
}
.cause-item-style7 .progress-bar {
    background-color: #d8b732;
    color: #d8b732;
    font-weight: 600;
    padding: 1px;
    border-radius: 20px;
}
.causes-style-7-data {
    --mask: radial-gradient(60.08px at 50% 90px,#000 99%,#0000 101%) calc(50% - 37px) 0/119px 100%,
    radial-gradient(69.08px at 50% -59px,#0000 99%,#000 101%) 50% 28px/102px 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
    background-color: #d8b732bd;
    padding-top: 60px;
    padding-bottom: 30px;
    opacity: 1;
    transition: 0.3s ease-in-out;
}
.causes-style-7-data:hover{
    background-color: #d8b732
}
.caues-7-row .col-md-6:nth-child(2) .cause-item-style7 .causes-style-7-data {

background-color: #6c3667db;



}
.caues-7-row .col-md-6:nth-child(3) .cause-item-style7 .causes-style-7-data {

background-color: #019cf59e;

}
.caues-7-row .col-md-6:nth-child(1) .cause-item-style7 .causes-style-7-data .cause-donation-meta .donation-bar .progress .progress-bar{
    background-color: #d8b732;
}

.caues-7-row .col-md-6:nth-child(2) .cause-item-style7 .causes-style-7-data .cause-donation-meta .donation-bar .progress .progress-bar{
    background-color: #ac45ab;
}
.caues-7-row .col-md-6:nth-child(3) .cause-item-style7 .causes-style-7-data .cause-donation-meta .donation-bar .progress .progress-bar{
    background-color: #019cf5;
}
.education-style-7 .caues-7-row .col-md-6:nth-child(3) .cause-item-style7 .causes-style-7-data .cause7-donate a{
    background-color: white;
    color: #019CF6;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 35px;
    border-radius: 50px;
    border: 1px solid white;
} 
.education-style-7 .caues-7-row .col-md-6:nth-child(3) .cause-item-style7 .causes-style-7-data .cause7-donate a:hover{
  background-color: transparent;
  color: white;
}
.education-style-7 .caues-7-row .col-md-6:nth-child(2) .cause-item-style7 .causes-style-7-data .cause7-donate a{
    background-color: white;
    color: #AC46AC;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 35px;
    border-radius: 50px;
    border: 1px solid white;
} 
.education-style-7 .caues-7-row .col-md-6:nth-child(2) .cause-item-style7 .causes-style-7-data .cause7-donate a:hover{
  background-color: transparent;
  color: white;
}
.education-style-7 .caues-7-row .col-md-6:nth-child(1) .cause-item-style7 .causes-style-7-data .cause7-donate a{
    background-color: white;
    color: #D8B732;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 35px;
    border-radius: 50px;
    border: 1px solid white;
} 
.education-style-7 .caues-7-row .col-md-6:nth-child(1) .cause-item-style7 .causes-style-7-data .cause7-donate a:hover{
  background-color: transparent;
  color: white;
}
.education-style-7 .caues-7-row .col-md-6:nth-child(1) .cause-item-style7:hover .causes-style-7-data{
    background-color: #d8b732;
}

.education-style-7 .caues-7-row .col-md-6:nth-child(2) .cause-item-style7:hover .causes-style-7-data{
    background-color: #ac45ab;
}
.education-style-7 .caues-7-row .col-md-6:nth-child(3) .cause-item-style7:hover .causes-style-7-data{
    background-color: #019cf5;
}








/*=============== causes Style 7 End============*/







/*=============== Blog Style 7 Start============*/
 .blog-style-7 .custom-blog-item{
      background-color: none;
    padding: 0;
    box-shadow: none;
    border-radius: 0px;
    margin-bottom: 0px;
} 
.blog-style-7 .grid6-blog-content{
  padding: 40px 40px !important;
    transform: translate(0px, -15px);
    border-radius: 20px;
    background-color: #fefdf7 !important;
}
.blog-style-7 .grid5-excerpt {
    border-bottom: none !important;
    padding: 0px !important;
    margin: 0px !important;
}
.blog-style-7 .grid6-title {
    margin-top: 12px !important;
    padding-bottom: 0px !important;
    margin-bottom: 25px;
}
.blog-style-7 .grid6-author-name{
  font-size: 18px !important;
  font-weight: 600;
  color: #666666; 
}
.blog-style-7 .grid6-blog-date{
  font-size: 16px !important;
}
.blog-style-7 .grid6-blog-date i{
  font-size: 20px !important;
}







/*=============== Blog Style 7 End============*/


/*=============== Home Education Form Style Start ============*/

.home-education-form .wpcm-wrapper .donation-style-3 .col-content .wpcm-heading{
  display: none;
}
.home-education-form .donation-style-3 .wpcm-amount-box strong.wpcm-cstm-amt-txt{
  display: none;
}
.home-education-form .lifeline-donation-app{
  margin-top: 0;
  margin-bottom: 0;
}
.home-education-form .mb-4{
  margin: 0px !important;
}
.home-education-form .donation-style-3 .wpcm-amount-box .wpcm-pre-dfind-amt li a{
    padding: 10px 65px;
    font-size: 20px;
    border-radius: 50px;
    border: 1px solid #f56a01;
    color: #f56a01;
    transition: 0.3s ease-in-out;
    box-shadow: none;
    font-weight: 600;
}
.home-education-form .donation-style-3 .wpcm-custom-amt-box-container .wpcm-custm-amt-box .wpcm-symbl-prefix{
  padding: 6px 20px;
  border-radius: 10px;
  font-size: 22px;
  background-color: #f56a01;
}
.home-education-form .donation-style-3 .wpcm-container{
  padding: 0px;
}
.home-education-form .donation-style-3 .wpcm-col{
  padding: 0px !important;
}
.home-education-form .wpcm-wrapper .donation-style-3 .col-content .wpcm-custm-amt-box input {
    font-size: 18px;
    font-weight: 600;
    border-radius: 0px 50px 50px 0px;
}
.home-education-form .wpcm-next-btn:hover{
  background-color: transparent !important;
}
.home-education-form .donation-style-3 .el-select__wrapper{
  margin-bottom: 25px !important;
  margin-top: 30px;
  border-radius: 50px;
}


.home-education-form .donation-style-3 .col-content .wpcm-row .wpcm-col-sm-12 .wpcm-next-btn button.el-button{
  width: 420px;
  box-shadow: none;
  border-radius: 50px;
  background-color: var(--ldp-primary-color);;
  border: 1px solid #151515;
  margin-top: 20px;
  margin-left: 0px;
}
.home-education-form .donation-style-3 .col-content .wpcm-row .wpcm-col-sm-12 .wpcm-next-btn button.el-button:hover{
  color: white !important;
  background-color: white;
}
.home-education-form .donation-style-3 .wpcm-col-sm-12{
  padding: 0px !important;
}
.home-education-form .donation-style-3 .wpcm-custom-amt-box-container{
  width: 50%;
}
.home-education-form .donation-style-3 .wpdonation-box{
  margin: 0px 0px;
 }
.home-education-form .donation-style-3 .wpcm-custom-amt-box-container .wpcm-custm-amt-box{
  width: 100%;
  box-shadow: none;
      border: 1px solid #f56a01;
    border-radius: 20px 50px 50px 20px;
    margin-top: 20px;
}
.home-education-form .donation-style-3 .wpcm-amount-box .wpcm-pre-dfind-amt{
  justify-content: space-between;
  margin-bottom: 0px;
}
.home-education-form .donation-style-3 .col-content .wpcm-row .wpcm-col-sm-12{
  padding-bottom: 0px;
  justify-content: space-between;
}
.home-education-form .donation-style-3 .wpcm-custm-amt-before-title{
  display: none;
}
.home-education-form .donation-style-3 .wpcm-donation-amt-fields{
  margin-top: 0;
}
.home-education-form .donation-style-3 .wpcm-amount-box .wpcm-pre-dfind-amt li a:hover{
  color: white;
  background-color: #f56a01;
}
.home-education-form .wpcm-container:before{
  display: none;
}
.home-education-form .donation-style-3 h2.wpdonation-title{
  display: none;
}
.home-education-form .donation-style-3 .single-credit-cardd input {
    height: 38px;
    border-radius: 0;
    margin-bottom: 10px;
    border: 1px solid #dddddd;
    border-radius: 20px;
    font-size: 14px;
    padding: 15px;
}
.home-education-form .donation-style-3 .wpcm-payment-gateways .wpcm-gateway-list li{
  width: auto;
}
.home-education-form .donation-style-3 .wpcm-payment-gateways{
  margin: auto;
  width: 96%;
}
.home-education-form .donation-style-3 .wpcm-payment-gateways .wpcm-gateway-list li a{
    padding: 5px 15px;
    border: 1px solid #d3d3d3;
    display: flex;
    border-radius: 20px;
    color: #000;
    transition: 0.3s ease-in-out;
    font-size: 12px;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 5px 5px 0 0;
}
.home-education-form .donation-style-3 .wpcm-payment-gateways .wpcm-gateway-list li a span img{
  margin-right: 3px;
}
.home-education-form .donation-style-3 .easy-donation-box{
    width: 96%;
    margin: auto;
}
.home-education-form .donation-style-3 .wpcm-payment-gateways .donation-done {
    height: 52px;
    border: 1px solid var(--ldp-primary-color);
    background-color: var(--ldp-primary-color);
    color: #fff;
    transition: 0.3s ease-in-out;
    font-size: 17px;
    margin-top: 5px;
    border-radius: 20px;
    margin-bottom: 25px;
}
.home-education-form .donation-style-3 button.el-button.wpcm-back-btn{
   height: 52px;
    border: 1px solid var(--ldp-primary-color);
  color: #3D467B;
    transition: 0.3s ease-in-out;
    font-size: 17px;
    margin-top: 5px;
    border-radius: 20px;
    margin-bottom: 25px;
}
.home-education-form .donation-style-3 button.el-button.wpcm-back-btn:hover{
  color: white;
}
.home-education-form .donation-style-3 h2.wpcm-heading{
  display: none;
}


/*=============== Home Education Form Style End ============*/






















@keyframes homePulseWhite {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.home-pulse-animation .elementor-custom-embed-image-overlay {
  position: relative;
}

.home-pulse-animation .elementor-custom-embed-play {
  width: 118px;
  height: 118px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  animation: homePulseWhite 2s infinite;
  transition: background-color 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.home-pulse-animation .elementor-custom-embed-play svg {
  fill: #ffffff;
  width: 25px !important;
  height: 25px !important;
  z-index: 3;
  filter: none;
}
.home-pulse-animation .elementor-widget-video .elementor-custom-embed-image-overlay img{
  height: 510px;
}
.home-pulse-animation {
  height: 510px;
}
.home-education-header .elementor-30312 .elementor-element.elementor-element-39ce6055 .webinane-el-nav-menu--main > .webinane-el-nav-menu > li > .webinane-el-nav-menu--dropdown{
margin-top: 0px !important;
}
.home-education-header ul.sub-menu.webinane-el-nav-menu--dropdown{
  padding: 10px 10px;
  width: 250px;
  border: 1px solid #F06D03;
}

.home-education-header ul.sub-menu.webinane-el-nav-menu--dropdown li a{
  font-size: 16px !important;
  font-weight: 600 !important;
  border-bottom: 1px solid #c4c4c4;
  padding-left: 0px;
  padding-bottom: 5px;
  padding-top: 20px;
}
.home-education-header .webinane-el-nav-menu li ul li ul {
    left: 240px;
}
/* @media only screen and (max-width: 480px) {
  .Questions.or.Inquiries input {
      height: 50px !important;
      padding: 10px !important;
      font-size: 12px !important;
      font-weight: 600;
      border-radius: 10px;
      color: #444 !important;
  }
  .Questions.or.Inquiries textarea {
      padding: 10px !important;
      font-size: 12px !important;
      font-weight: 600;
      border-radius: 10px;
      color: #444 !important;
  }
  .Questions.or.Inquiries .wpcf7-submit {
              color: white !important;
        height: 45px !important;
        padding: 8px 22px !important;
  }
    .Questions.or.Inquiries .wpcf7-submit:hover {
        color: #F56A01 !important;
    }
} */

.hopenesst-home-doantion-food {
    height: 355px;
}
.lifeline-story-style1 .story-content {
    position: absolute;
    right: 0;
    width: 690px;
    height: 440px;
    object-fit: cover;
}

.event8-info-detail .event8-title {
    font-size: 30px !important;
    line-height: 38px !important;
    font-weight: bold;
}
.story-label-author-name .story-author {
    transform: translate(0px, -4px);
}
.story-label-author-name {
    display: flex;
    gap: 15px;
}
.hopenesst-header .webinane-el-nav-menu li ul li ul {
    left: 240px;
}
.lifeline-story-style1 .story-section-description {
    margin-bottom: 5px;
}


@media only screen and (max-width: 1920px) {
  footer {
  background-image: url("http://lifeline.webinane.com/wp-content/uploads/2025/08/new-footer-shape.png");
  background-repeat: no-repeat;
}
}
@media only screen and (max-width: 1366px) {
  footer {
  background-image: url(http://lifeline.webinane.com/wp-content/uploads/2025/08/new-footer-shape.png);
    background-repeat: no-repeat;
    background-position-y: -160px;
}
}
.donation-cards-row .donation-card-item .donation-excerpt{
padding: 0px 30px;
margin-top: -20px;
    margin-bottom: 7px;
}
.donation-card-item .donation-button-overlay a{
  background-color: white !important;
  color: #000 !important;
  padding: 11px 50px !important;
  font-size: 14px !important;
  font-weight: 700;
  transform: translate(0%, -100%) !important;
  width: 100%;
}
.donation-card-item .donation-button-overlay a i{
  display: none;
}

.donation-cards-row .donation-card-item .donation-card .donation-content .donation-progress-bar {
	margin-top: -9px !important; 
	margin-bottom: 0;
	position: relative;
	margin: 0 30px;
}
.donation-cards-row .donation-card-item .donation-card .donation-content .donation-progress-bar .progress-outer {
	height: 17px;
	background-color: #fff;
	padding: 4px;
	border-radius: 50px;
	position: absolute;
	width: 100%;
}
 .donation-card  .donation-content {
	padding: 0;
}
.donation-cards-row .donation-card-item .donation-card .donation-content {
	border: 1px solid #fea600;
	    border-radius: 0px 0px 10px 10px;
}
.donation-cards-row .donation-card-item .donation-card .donation-content .donation-amounts {
	padding: 20px 30px;
  padding-top: 35px;
}
.donation-cards-row .donation-card-item .donation-title {
	padding: 10px 30px;
  margin-bottom: 20px;
}
.donation-cards-row .donation-card-item .donation-amounts .goal-amount,
.donation-cards-row .donation-card-item .donation-amounts .raised-amount {
	display: block;
}
.donation-cards-row .donation-card-item {
	padding: 0;
}
.donation-cards-row .donation-amounts i {
	font-style: normal;
  color: #FF0709;
  margin-right: -2px;
}
.donation-cards-row .donation-amounts .amount-label {
	padding-left: 3px;
}
.donation-cards-row .donation-content .donate-button {
	    border: 1px solid #fea600;
    color: #fea600;
	position: relative;
	    transform: translate(40px, 23px);
	transition: .3s ease-in-out;
}
.donation-cards-row .donation-content a.donate-button i {
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-color: #fea600;
    color: white;
    position: absolute;
    left: -10px;
    top: 0;
	font-size: 18px;
	border: 1px solid  #fea600;
	transition: .3s ease-in-out;
}
.donation-cards-row .donation-card {
	overflow: visible;
	border-radius: 10px;
}
.donation-cards-row .donation-card .donation-image img {
    border-radius: 10px 10px 0px 0px;
    height: 300px;
    object-fit: cover;
    object-position: center;
}
.donation-cards-row .donation-card-item .trending-badge {
	background-color: #fea600;
}
.donation-cards-row .donation-card .progress-inner {
	background-color: #ffd737;
}
.donation-cards-row .donation-card:hover a.donate-button {
	background-color: #fea600;
	color: white;
}
.donation-cards-row .donation-card:hover a.donate-button i {
	background-color: white;
	color: #fea600;
	border: 1px solid #fea600;
	left: -5px;
}
.donation-card {
  position: relative;
  overflow: hidden;
}

.donation-card .donation-image {
  position: relative;
}

.donation-card .donation-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); /* black layer */
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
  border-radius: 10px 10px 0px 0px;
}

/* Donation Button Center */
.donation-card .donation-button-overlay {
  position: absolute;
  top: 65%;
  left: 47%;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
  width: 50%;
}

/* Hover Effect */
.donation-card:hover .donation-image::after {
  opacity: 1;
}

.donation-card:hover .donation-button-overlay {
  opacity: 1;
}
.donation-card{
  cursor: pointer;
}
.donation-card:hover .donation-title a {
  color: #3E488D !important; /* apna theme color dal lo */
}






/*=============== Event Detail Style 1 Start ============*/
.event-detail-style-1 .event-details-section{
  padding: 25px;
  background-color: #fffdf1;
      border: 1px solid #f3f3f3;
  padding-top: 38px;
}

.event-detail-style-1 .event-details-section ul{
  margin-top: 30px;
}
.event-detail-style-1 .event-details-section ul li {
    margin-bottom: 25px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e3e1e1;
    font-size: 15px;
    font-weight: 500;
}
.event-detail-style-1 .event-details-section ul li a:hover{
    color: #3C4B8D !important;
}

.event-detail-style-1 .event-details-section ul li strong{
  font-size: 15px;
}

.event-detail-style-1 .event-details-section ul li i{
  color: #3C4B8D;
  margin-right: 3px;
  font-size: 15px;
}
.event-detail-style-1 .venue-map{
height: 90px;
}
.event-detail-style-1 .event-img{
  border-radius: 20px 20px 0px 0px;
}
.event-detail-style-1 .event-img img{
  height: 450px;
  object-fit: cover;
  border-radius: 20px 20px 0px 0px;
}

.event-detail-style-1 .event-title{
      transform: translate(0px, -97px);
    background: #ffffffb0;
    position: absolute;
    width: 98%;
}
.event-detail-style-1 .event-title h2{
  font-size: 36px;
  padding: 20px;
  margin: 0;
}
.event-detail-style-1 .event-details-section ul.dropdown-menu{
  margin-top: 5px;
  width: 202px;
  padding: 10px 6px;
}
.event-detail-style-1 .event-details-section ul.dropdown-menu li {
    margin-bottom: 8px;
    padding-bottom: 0px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 15px;
    font-weight: 600;
}
.event-detail-style-1 .event-details-section ul.dropdown-menu li a{
  font-weight: 500;
}


.event-detail-style-1 .event-details-section .ul.dropdown-menu li i{
  font-size: 15px;
}

.event-detail-style-1 .event-details-section .ul.dropdown-menu li a{
  font-weight: 500;
}

.event-detail-style-1 .event-details-section .dropdown .btn-primary{
  background-color: #3C4B8D;
  font-weight: 600;
}
.event-detail-style-1 .event-content{
  padding: 10px 25px;
}
.event-detail-style-1 .event-content p{
  font-size: 17px;
  font-weight: 500;
  line-height: 30px !important;
  color: #666666;
}
.event-detail-style-1 .event-content img{
  width: 100%;
  object-fit: cover;
  margin-top: 50px;
}
.event-detail-style-1 .tickets-section{
  margin: 25px;
  margin-top: 0;
  background: #FFFDF1;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.event-detail-style-1 .tickets-section h4{
  font-size: 32px;
  font-weight: 700;
  border-bottom: 2px solid #3C4B8D;
}
.event-detail-style-1 .ticket-info h5{
  font-size: 25px;
  font-weight: 700;
}
.event-detail-style-1 .ticket-info p{
    font-size: 16px;
    line-height: 28px !important;
    font-weight: 500;
}
.event-detail-style-1 .ticket-meta{
  justify-content: end;
  margin-top: 30px;
}
.event-detail-style-1 .ticket-meta .ticket-price{
  font-size: 23px;
  font-weight: 700;
  color: #3C4B8D;
}
.event-detail-style-1 .ticket-meta span b{
  color: #000;
  font-size: 20px;
}
.event-detail-style-1 .ticket-availability{
display: flex;
    justify-content: end;
    font-size: 16px;
    font-weight: 600;
}
.event-detail-style-1 .ticket-item {
    padding: 25px 35px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    margin-bottom: 15px;
    background: white;
}
.event-detail-style-1 .tickets-footer .btn-primary{
  padding: 12px 50px;
    font-size: 18px;
    font-weight: 700;
    background-color: #3C4B8D;
    border: 1px solid #3C4B8D;
}

.event-detail-style-1 .tickets-footer .btn-primary:hover{
  background-color: white;
  color: #3C4B8D;
}
.event-detail-style-1 .rsvp-section{
  margin: 25px;
    margin-top: 0;
    background: #FFFDF1;
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.event-detail-style-1 .rsvp-section h4{
  font-size: 32px;
    font-weight: 700;
    border-bottom: 2px solid #3C4B8D;
}
.event-detail-style-1 .rsvp-buttons {
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: 45%;
}
.event-detail-style-1 .count-number {
    font-size: 70px;
    font-weight: 700;
    color: #3C4B8D;
    line-height: 1;
    padding-right: 5px;
}
.event-detail-style-1 .rsvp-info{
  margin-right: 0;
}
.event-detail-style-1 .rsvp-info h5 {
    font-size: 25px;
    font-weight: 700;
}
.event-detail-style-1 .rsvp-info p {
    font-size: 16px;
    line-height: 28px !important;
    font-weight: 500;
}
.event-detail-style-1 .rsvp-going-count{
  flex-direction: row;
  align-items: baseline;
      border-bottom: 1px solid #00000038;
    justify-content: end;
}
.event-detail-style-1 .count-label {
    font-size: 20px;
    color: black;
    font-weight: 600;
    transform: translate(0px, -2px);
}
.event-detail-style-1 .rsvp-actions{
  margin-top: 40px;
}
.event-detail-style-1 .remaining-text{
      display: flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: end;
}
.event-detail-style-1 .rsvp-item {
    padding: 25px 35px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    margin-bottom: 15px;
    background: white;
}
.event-detail-style-1 .rsvp-buttons .rsvp-going-btn {
    padding: 8px 20px;
    font-size: 17px;
    font-weight: 700;
    background-color: #3C4B8D;
    border: 1px solid #3C4B8D;
    width: 200px;
}
.event-detail-style-1 .rsvp-buttons .rsvp-going-btn:hover {
    
    color: #3C4B8D;
    background-color: white;
    border: 1px solid #3C4B8D;
}
.event-detail-style-1 .rsvp-buttons .rsvp-cant-go-btn{
  padding: 8px 20px;
    font-size: 17px;
    font-weight: 700;
    background-color: white;
    border: 1px solid #3C4B8D;
    width: 200px;
}
.event-detail-style-1 .rsvp-buttons .rsvp-cant-go-btn:hover{
  
    background-color: #3C4B8D;
    color: white;
    border: 1px solid #3C4B8D;
}





.event-detail-style-1 .rsvp-form-actions .rsvp-submit-btn {
    padding: 8px 40px;
    font-size: 17px;
    font-weight: 700;
    background-color: #3C4B8D;
    border: 1px solid #3C4B8D;
}
.event-detail-style-1 .rsvp-form-actions .rsvp-submit-btn:hover {
    
    color: #3C4B8D;
    background-color: white;
    border: 1px solid #3C4B8D;
}
.event-detail-style-1 .rsvp-form-actions .rsvp-cancel-btn{
  padding: 8px 40px;
    font-size: 17px;
    font-weight: 700;
    background-color: white;
    color: #3C4B8D;
    border: 1px solid #3C4B8D;
}
.event-detail-style-1 .rsvp-form-actions .rsvp-cancel-btn:hover{
  
    background-color: #3C4B8D;
    color: white;
    border: 1px solid #3C4B8D;
}
/*=============== Event Detail Style 1 End ============*/





.cause-item-style7 {
  overflow: hidden;
}
.cause-item-style7 .lif-img {
  border-radius: 15px !important;
}
.cause.education-style-7 .cause-item-style7 .causes-style-7-data  .cause7-donate .lifeline-donation-app  {
	padding-top: 19px !important;
} 
.cause.education-style-7 .cause-item-style7 {
  border-radius: 15px;
}
.cause-item-style7:hover .causes-style-7-data {
  transform: translate(0px, 0px) !important;
}
.cause.education-style-7 .cause-item-style7 .causes-style-7-data {
  transform: translate(0px, 63px);
  border-radius: 15px;
}
.nonprofit-events .buy-tickets.mobile {
    display: none;
  }
  .nonprofit-events .buy-tickets.desktop {
    display: block;
  }
.charity-donors .donor-avatar {
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 25px;
}
.charity-donors .donor-avatar img{
  width: 140px;
  height: 140px;
  border-radius: 50%;
}
.charity-donors .donr-donation h5{
  font-size: 20px;
  color: #000;
  margin: 0;
}
.charity-donors .donr-donation span{
  font-weight: 400;
  color: #666666;
}
.charity-donors h4{
  font-size: 35px;
  font-weight: 700;
}
.charity-donors .wpcm-top-donors-widget .slick-slider button.slick-prev{
  z-index: 1 !important;
  left: 0 !important;
}
.charity-donors .wpcm-top-donors-widget .slick-slider button.slick-arrow{
  right: 25px !important;
}
.charity-donors .slick-slider button.slick-arrow::before {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    border: 1px solid #ffd944;
    color: #ffd944;
    font-weight: 900;
    display: block;
}

.charity-donors .slick-slider button.slick-arrow {
    color: transparent;
    background-color: transparent;
    padding: 0;
    position: absolute;
    top: 60%;
}

.event9-title .lif-title {
    width: 85%;
}
.causes-12-grid-style .cause12-content .cause12-amount {
    width: 100%;
    justify-content: space-between !important;
    display: flex;
}


.blog-post-detail .blog-img img {
    border-radius: 20px;
}










.homekids-causes .progressbar {
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 90%;
	z-index: 2;
}
.homekids-causes .cause-content {
	position: unset;
}
.homekids-causes .progressbar .dontn-amnt-info {
	color: white;
}
.homekids-causes .cause-featured-image:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000000;
    top: 0;
    left: 0;
    position: absolute;
    opacity: .4;
    z-index: 1;
}
.homekids-causes .cause-featured-image .progress {
	margin-bottom: 0;
}
.homekids-causes h3.cause8-title {
    width: 71%;
    padding-left: 10px;
    padding-right: 10px;
	margin-bottom: 0;
}
.homekids-causes h3.cause8-title a{
  color: #000 !important;
}
..homekids-causes figure {
	border-radius: 0;
}
.homekids-causes .cause-content {
	padding: 0;
}
.homekids-causes .cause8-wpcm-btn {
    height: 100px;
    width: 120px;
border-radius: 0 !important;
    color: white !important;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-right: -30px;
}
.homekids-causes .lifeline-donation-app {
	width: 100%;
}
.homeless-cause .homekids-causes .d-flex {
justify-content: space-between;
}
.homekids-causes .d-flex {
	align-items: center;
}
.homekids-causes .slick-current {
	padding: 30px;
	padding-bottom: 0;
}
.homekids-causes .slick-current .cause-slide img {
	height: 100%;
	object-fit: cover;
}
.homekids-causes .cause-slide{
  height: 650px;
}
.homekids-causes .slick-current .cause-slide .cause-content {
	align-content: center;
}
.homekids-causes  .cause-slide-inner {
	height: 100%;
}
.homekids-causes .slick-track {
	display: flex;
	align-items: center;
} 
.homekids-causes .slick-track .progress {
	height: 25px;
	display: flex;
	align-items: center;
  padding: 6px;
  background-color: white;
	border-radius: 50px;
position: relative;
}
.homekids-causes .slick-track .progress .cause8-progress-bar {
	border-radius: 50px;
}
.homeless-causes .slick-track .progress .cause8-progress-bar span {
	padding: 0px 8px;
}
.homekids-causes .slick-track .progress .cause8-progress-bar {
background-color: #6d9051;
}
.homekids-causes .slick-current {
	position: relative;
} 
.homeless-cause .homekids-causes .progressbar .cause8-progress-bar {
  background-color: #6d9051 !important;
}
.homeless-cause .homekids-causes .slick-current:before {
  background-color: #6d9051;
}
.homekids-causes .slick-current:before {
	content: "";
	height: 60%;
	width: 100%;
	background-color: #F56A01;
	position: absolute;
	top: 0;
	left: 0;
}
.homeless-cause  .cause-featured-image {
  border-radius: 0;
}
.homeless-cause .homekids-causes .slick-current {
	height: auto;
}
.homekids-causes .slick-current {
	height: 740px;
}
.homekids-causes .slick-current img{
  height: 550px !important;
  object-fit: cover !important;
}
.homekids-causes .cause-content { 
  border-radius: 0;
  transform: translateY(0px) !important;
  transition: 0.3s ease-in-out !important;
  overflow: hidden;
	background-color: #fff;
	box-shadow: none;

}
.homekids-causes .slick-current {
	background-color: #FFF;
}
.homekids-causes .slick-current .cause-slide {
	transform: none !important;
	padding: 0;
}
.homekids-causes .slick-current .cause-slide .cause-content {
	width: 100% !important; 
}
.homekids-causes  .cause-slide {
	opacity: 1 !important;
}
.sr7-thumbs {
	z-index: 9;
	position: absolute;
	bottom: 100px !important;
	right: 10px !important;
}
.homekids-causes .slick-track .progress .cause8-progress-bar {
	height: 15px;
	display: flex;
	align-items: center;
}
.homekids-causes .slick-track .progressbar span strong {
	font-weight: 400 !important;
}

.homekids-causes .slick-track .progressbar .dontn-amnt-info 
{
	font-size: 16px;
font-style: normal;
}
.homekids-causes .slick-track .progressbar {
	visibility: hidden;
	opacity: 0;
}
.homekids-causes .slick-track .slick-current .progressbar {
	visibility: visible;
	opacity: 1;
}
.homekids-causes .slick-track .cause-featured-image {
	border: 10px solid #b8d8d3;
}
.homekids-causes .slick-track .slick-current .cause-featured-image {
	border: none;
}
.homeless-cause .homekids-causes .cause-slider-nav .slick-arrow {
  background-color: #6d9051;
}
.homekids-causes .cause-slider-nav .slick-arrow {
	height: 80px;
	width: 80px;
	border-radius: 50%;
	background-color: #F56A01;
}
.homekids-causes .cause-slider-nav .slick-arrow i {
	color: white;
  font-size: 20px;
  line-height: 38px;
}
.homekids-causes .cause-featured-image img{
  height: 500px;
  object-fit: cover;
}
.homekids-causes .cause-slide-inner{
  align-items: center;
  justify-content: center;
  height: 732px !important;
}
.homekids-causes .slick-center .cause-featured-image img{
  transform: none !important;
}



.homekids-causes .cause-slide.slick-slide{
  width: 440px !important;
  height: 680px !important;
}
.homekids-causes .cause-slide.slick-slide.slick-current.slick-active.slick-center{
  width: 490px !important;
}
.homekids-causes .slick-track .cause-featured-image{
 transform: translate(0px, 85px);
}
.homekids-causes .slick-current .cause-featured-image{
  transform: translate(0px, 0px);
}

/* ---------------------- customization-style-start ---------------------------- */

.border-heading a,
.homeless-charity-about-us .border-heading h3 {
	padding-left: 50px;
}
.border-heading a,
.homeless-charity-stats .border-heading h3 span,
.border-heading h3 {
	position: relative;
}
.border-heading a:before,
.homeless-charity-stats .border-heading h3 span:before,
.homeless-charity-about-us .border-heading h3:before {
content: "";
	height: 3px;
	width: 40px;
	background-color: #dfebe9;
	position: absolute;
	left: 0;
	top: 50%;

}
.homeless-charity-about-us .border-heading a:hover {
  transform: translate(0px, -2px);


}
.homeless-charity-about-us .border-heading a {
	color: #000 !important; 
	font-size: 18px !important;
	font-family: "Nunito", Sans-serif;
	font-weight: 700;
  transition: .3s ease-in-out;
margin-left: 5px;
display: inline-block;

}
.homeless-charity-about-us .border-img img {
	border: 7px solid #dfebe9;
}
.homeless-charity-stats .border-heading h3 span:before {
right: -50px;
	left: unset;
} 
.homeless-charity-stats .hover .elementor-icon {
	opacity: 0;
	transition: .3s ease-in-out;
    transform: translate(-5px, 5px);
}
.homeless-charity-stats .hover:hover .elementor-icon {
	opacity: 1;
transform: translate(0px, 0px);
}
.homeless-charity-stats .hover:hover {
	cursor: pointer;
}
.homeless-charity-stats .hover:hover h4,
.homeless-charity-stats .hover:hover span,
.homeless-charity-stats .hover:hover p {
	color: white !important;
}
.homeless-charity-stats .hover h4,
.homeless-charity-stats .hover span,
.homeless-charity-stats .hover p {
	transition: .2s ease-in-out;
}
.homeless-charity-stats .hover {
	transition: .4s ease-in-out;
}
.homeless-charity-stats .hover:hover {
    box-shadow: 0px 5px 5px 0px #0000001f;
    transform: translate(0px, -5px);
}
.homless-charity-videos img {
	object-fit: contain !important;
	height: 130px;
object-position: left !important;
}
.homless-charity-videos .video {
	position: relative;
	height: 133px;
}
.homless-charity-videos .video .elementor-custom-embed-image-overlay {
	position: relative;
}
.homless-charity-videos .video .elementor-custom-embed-image-overlay:before {
	content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #00000054;
}
.homless-charity-videos .video  .elementor-custom-embed-play {
	left: unset;
	right: 0%;
	  height: 70px;
    width: 70px;
    background-color: #ffffff;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.homless-charity-videos .video  .elementor-custom-embed-play svg {
	fill: #6d9051; 
}
.homless-charity-videos .full-video,
.homless-charity-videos .full-video  .elementor-open-lightbox {
	height: 100%;
}
.homless-charity-videos .full-video .elementor-custom-embed-image-overlay {
	height: 91.5%;
}
.homless-charity-videos .full-video .elementor-custom-embed-play {
	left: 50%;
}
.homless-charity-videos .full-video .elementor-open-lightbox {
	--video-aspect-ratio: unset !important;
}
.homless-charity-videos .full-video img {
	height: 100%;
	width: 100%;
	object-fit: cover !important;
}

.homless-charity-videos .video  .elementor-custom-embed-play  {
  animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 1);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
}
.homeless-chairty-how-it-work .tabs .e-n-tab-title {
	border: 1px solid #6d9051 !important;
}
.homeless-chairty-how-it-work .tabs .e-n-tab-title:nth-child(1) {
	border-right: none !important;
}
.homeless-chairty-how-it-work .tabs .e-n-tab-title:nth-child(2) {
	border-right: none !important;
}
.homeless-reviews a,
.homeless-chairty-how-it-work a {
    position: relative;

}
.homeless-reviews a:before {
  border-radius: 0px;
      content:"";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 5px;
	left: 5px;
	background-color: #6d9051;
	z-index: -1;
	opacity: .4;
	transition: .3s ease-in-out;
}
.homeless-chairty-how-it-work a:before {
    content:"";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 5px;
	left: 5px;
	background-color: #6d9051;
	z-index: -1;
	opacity: .4;
  border-radius: 50px;
	transition: .3s ease-in-out;
}
.homeless-reviews a:hover:before,
.homeless-chairty-how-it-work a:hover:before {
    top: 0;
    left: 0;
}
.homeless-causes .progressbar {
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 90%;
	z-index: 2;
}
.homeless-causes .cause-content {
	position: unset;
}
.homeless-causes .progressbar .dontn-amnt-info {
	color: white;
}
.homeless-causes .cause-featured-image:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000000;
    top: 0;
    left: 0;
    position: absolute;
    opacity: .4;
    z-index: 1;
}
.homeless-causes .cause-featured-image .progress {
	margin-bottom: 0;
}
.homeless-causes h3.cause8-title {
font-family: "Chelsea Market", Sans-serif !important;
	font-weight: 400;
	font-size: 22px;
	color: #000;
	line-height: 30px;
	margin-bottom: 0;
}
.homeless-causes figure {
	border-radius: 0;
}
.homeless-causes .cause-content {
	padding: 0;
}
.homeless-causes .cause8-wpcm-btn {
    height: 100px;
    width: 120px;
border-radius: 0 !important;
    color: white !important;
    display: flex;
    justify-content: center;
    align-items: center;
	font-family: "Chelsea Market", Sans-serif !important;
font-weight: 400 !important;
	margin-right: -30px;
}
.homeless-causes .lifeline-donation-app {
	width: 100%;
}
.homeless-causes .d-flex {
	align-items: center;
}
.homeless-causes .slick-current {
	padding: 30px;
	padding-bottom: 0;
}
.homeless-causes .slick-current .cause-slide img {
	height: 100%;
	object-fit: cover;
}
.homeless-causes .slick-current .cause-slide .cause-featured-image {
	height: 550px;
}
.event-style8 .event-item {
background-color: #eef3f2;
margin-bottom: 20px;
	padding: 20px 30px;
  border-radius: 15px;
  
}
.homeless-causes .slick-current .cause-slide .cause-content {
	align-content: center;
}
.homeless-causes  .cause-slide-inner {
	height: 100%;
}
.homeless-causes .slick-track {
	display: flex;
	align-items: center;
} 
.homeless-causes .slick-track .progress {
	height: 25px;
	display: flex;
	align-items: center;
  padding: 6px;
  background-color: white;
	border-radius: 50px;
position: relative;
}
.homeless-causes .slick-track .progress .cause8-progress-bar {
	border-radius: 50px;
}
.homeless-causes .slick-track .progress .cause8-progress-bar span {
	padding: 0px 8px;
}
.homeless-causes .slick-track .progress .cause8-progress-bar {
background-color: #6d9051;
}
.homeless-causes .slick-current {
	position: relative;
} 
.homeless-causes .slick-current:before {
	content: "";
	height: 60%;
	width: 100%;
	background-color: #6d9051;
	position: absolute;
	top: 0;
	left: 0;
}
.homeless-causes .slick-current {
	height: 100%;
}
.homeless-causes .cause-content {
border-radius: 0;
	background-color: #fff;
	box-shadow: none;
}
.homeless-causes .slick-current {
	background-color: #FFF;
}
.homeless-causes .slick-current .cause-slide {
	transform: none !important;
	padding: 0;
}
.homeless-causes .slick-current .cause-slide .cause-content {
	width: 100% !important; 
}
.homeless-causes  .cause-slide {
	opacity: 1 !important;
}
.sr7-thumbs {
	z-index: 9;
	position: absolute;
	bottom: 100px !important;
	right: 10px !important;
}
.homeless-causes .slick-track .progress .cause8-progress-bar {
	height: 15px;
	display: flex;
	align-items: center;
}
.homeless-causes .slick-track .progressbar span strong {
	font-weight: 400 !important;
}

.homeless-causes .slick-track .progressbar .dontn-amnt-info 
{
	font-size: 16px;
font-style: normal;
}
.homeless-causes .slick-track .progressbar {
	visibility: hidden;
	opacity: 0;
}
.homeless-causes .slick-track .slick-current .progressbar {
	visibility: visible;
	opacity: 1;
}
.homeless-causes .slick-track .cause-featured-image {
	border: 10px solid #b8d8d3;
}
.homeless-causes .slick-track .slick-current .cause-featured-image {
	border: none;
}
.homeless-causes .cause-slider-nav .slick-arrow {
	height: 80px;
	width: 80px;
	border-radius: 50%;
	background-color: #6d9051;
}
.homeless-causes .cause-slider-nav .slick-arrow i {
	color: white;
  font-size: 20px;
  line-height: 38px;
}
@media only screen and (max-width: 1366px) {
	.homeless-causes .cause-slider-nav .slick-arrow {
		display: none !important;
	}
}

.event-style8 .event-item .event-details {
	padding-left: 25px;
}
.event-style8 .event-date .date-circle {
	height: 77px;
	width: 77px;
}
.event-style8 .event-date .date-circle .year {
	background-color: #6d9051;
	border-radius: 50%;
    font-family: "Chelsea Market", Sans-;
	font-size: 14px;
	    transform: translate(0px, 8px);
}
.elementor-element-events_calendar {
	background-color: #e1ecea;
	padding: 40px;
	border-radius: 20px;
}
.elementor-element-events_calendar #events-list,
.elementor-element-events_calendar .fc-listMonth-button,
.elementor-element-events_calendar .fc-today-button,
.elementor-element-events_calendar table thead,
.elementor-element-events_calendar .fc-dayGridMonth-button {
	display: none !important;
}
.elementor-element-events_calendar .fc-button-group {
	position: unset !important;
}

.elementor-element-events_calendar .fc-button-group .fc-next-button {
	position: absolute;
	right: 40px;
	top: 40px;
}
.elementor-element-events_calendar  .fc-toolbar-title {
	font-size: 40px;
	color: #000;
	padding-right: 38px;
}
.elementor-element-events_calendar .fc-button-group  .fc-button {
	height: 38px;
	width: 38px;
	border-radius: 50px !important;
	background-color: white;
	border: none;
display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s ease-in-out;
}
.elementor-element-events_calendar .fc-button-group  .fc-button .fc-icon::before {
color: #6d9051;
}
.elementor-element-events_calendar .fc-button-group  .fc-button:hover {
	background-color: #6d9051;
}
.elementor-element-events_calendar .fc-button-group  .fc-button:hover .fc-icon::before {
color: #fff;
}
.elementor-element-events_calendar table td,
.elementor-element-events_calendar table {
	border: none !important;
}
.event-style8 .col-md-12:nth-child(2) {
    justify-content: right;
    display: flex;
}
.event-style8 .col-md-12:nth-child(2) .event-item {
    width: 90%;
}
.elementor-element-events_calendar .fc-daygrid-day-top {
    background-color: #cadacb;
    height: 38px;
    width: 38px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    color: #000;
}
.elementor-element-events_calendar .fc-day-today {
	background-color: transparent !important;
}
.elementor-element-events_calendar .fc-day-today .fc-daygrid-day-top {
	background-color: #6d9051;
	color: white;
}
.elementor-element-events_calendar .fc-scroller {
	overflow-y: hidden !important;
	    justify-content: center;
    display: flex;
    padding-left: 38px;
padding-top: 20px;
}
.donation-style-3 .col-content .wpcm-row .wpcm-col-sm-12 .wpcm-next-btn {
background-color: transparent
}
.wpdonation-box input {
	width: 100%;
	padding: 10px;
}
.textfield .el-select__wrapper {
	height: 55px;
}
.textfield .el-select__wrapper input {
	border: none;
	
}
.blog-style4 {
padding: 30px;
padding-top: 0;
padding-right: 0;
}

.blog-style4 .blog-img:before {
    content: '';
    height: 100%;
    width: 108%;
    background-color: #6d9051;
    bottom: -50px;
    left: -30px;
    position: absolute;
}
.blog-style4 .blog-txt .blog-meta {
	position: relative;
	padding-top: 8px;
}
.blog-style4 .blog-txt .blog-meta .comments-count  {
	color: white;
}
.blog-style4 .blog-txt .blog-meta .lif-subtitle {
padding-left: 0 !important;
}
.homesless-newsleter .fa-envelope-open {
display: none;
}
.homesless-newsleter .mailchimp-input {
	position: relative;
	z-index: 2;
	transition: .3s ease-in-out;
}
.homesless-newsleter .mailchimp-input:hover:before {
	top: 0;
	left: 0;
}
.homesless-newsleter .mailchimp-input:before {
	content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #ffffff7a;
    z-index: -1;
    top: 10px;
    left: 10px;	
}
.homesless-newsleter .mailchimp-submit {
	position: relative;
	z-index: 2;
transition: .3s ease-in-out;
	    margin-left: 20px;
}
.homesless-newsleter .mailchimp-submit:hover:before {
	top: 0;
	left: 0;
}
.homesless-newsleter .mailchimp-submit:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    height: 100%;
    width: 100%;
    background-color: #6d90516b;
    z-index: -1;
}
.homesless-newsleter .mailchimp-input input {
	width: 550px;
}
.homesless-customer-review .owl-item {
position: relative;
	z-index: 2;
}
.homesless-customer-review  .owl-item:before {
    content: '';
    position: absolute;
    top: 67px;
    left: 45px;
    height: 70%;
    width: 87%;
    background-color: #ffffff;
    transform: rotate(-4deg);
    box-shadow: 0 0 16px 0 #0000001f;
    z-index: -1;
}
.homesless-customer-review .owl-item {
    padding: 90px 0px 26px 50px;
}
.homesless-customer-review .owl-item .testimonial-card {
		 box-shadow: 0 0 16px 0 #0000001f;
}
.homesless-customer-review  .owl-item:after {
    content: '';
    position: absolute;
    top: 50px;
    left: 43px;
    height: 70%;
    width: 82%;
    background-color: #ffffff;
    transform: rotate(-10deg);
    box-shadow: 0 0 16px 0 #0000001f;
    z-index: -2;
}
.homesless-customer-review  .owl-stage-outer:before {
    content: '';
    height: 25px;
    width: 25px;
    bottom: 1px;
    left: 25%;
    background-color: #fff;
    z-index: 999999;
    position: absolute;
    clip-path: polygon(100% 0, 0 0, 110% 100%);
}
.homeless-slide-bg-color {
	background-color: #6d9051;
	border-radius: 5px;
padding: 0 10px;
}
.lif-cause_style11 .life-cause-media .cause11-hover {
	position: relative;
} 
.lif-cause_style11 .progress {
	margin-top: 0;
}
.child-labor .lifeline-testimonials .owl-nav {
	padding: 10px 20px;
	    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
    background-color: #84286b;
    border-radius: 100px 0px 0px 100px;
	text-align: left;
transform: translatex(73%);
}
.child-labor .lifeline-testimonials .owl-nav button {
	height: 60px;
	width: 60px;
	border: 2px solid white;
	border-radius: 50px;
}
.child-labor .lifeline-testimonials .owl-nav button span {
	font-size: 39px;
	color: white;
	line-height: 28px;
}
.child-labor .lifeline-testimonials .owl-nav button:hover {
	background-color: #b82f93;
}
.elementor-custom-embed-play {
    height: 110px;
    width: 110px;
    background-color: #84286bcf;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.child-labor-video .elementor-custom-embed-play {
  animation: pulse-animation 2s infinite !important;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(132, 40, 107, 0.7);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(132, 40, 107, 0);
  }
}
.child-labor-questions .accordion-button:focus {
	box-shadow: none;
}
.blog-style-3 .post-item .post-image {
	height: 400px;
}
.blog-style-3 .post-item .post-image img {
	height: 100% !important;
	object-fit: cover;
	border-radius: 10px;
}
.blog-style-3 .post-item .post-image {
	border-radius: 10px;
	overflow: hidden;
}
.blog-style-3 .post-content {
	height: 400px;
  border-radius: 10px;
align-content: center;
}
.child-labor-donation-form .dialog-content {
	background-color: white;
	border-radius: 20px;
	border: 15px solid #fde8e8;
	padding-bottom: 15px;
	padding-top: 30px !important;
}
.child-labor-donation-form .wpcm-container:before {
	content: none;
}
.child-labor-donation-form  .col-content .wpcm-heading {
    font-size: 26px;
}
.child-labor-donation-form .wpcm-recurring-btns a {
	background-color: transparent !important;
border: 1px solid #dcdcdc !important;
	color: #000 !important;
	border-radius: 10px;
	    padding: 10px 0 !important; 
	font-size: 16px !important;
	font-weight: 500 !important;
}
.child-labor-donation-form .wpcm-recurring-btns li {
	margin-right: 15px !important;
}
.child-labor-donation-form .wpcm-heading {
	padding-bottom: 0 !important;
}
.child-labor-donation-form .wpcm-recurring-btns a.active {
	border:  1px solid #fff9f9 !important;
	background-color: #fff9f9 !important;
	color: #84286b !important;
}
.child-labor-donation-form .wpcm-recurring-btns  a.active:after {
	background-color: #fff9f9 !important;
}
.child-labor-donation-form  .col-content .mb-4 {
	margin-bottom: 0 !important;
}
.child-labor-donation-form strong.wpcm-cstm-amt-txt {
	margin-top: 0 !important;
}
.child-labor-donation-form .donation-style-3 .wpcm-donation-amt-fields {
	margin-top: 0!important;
}
.child-labor-donation-form  .donation-style-3 .wpcm-amount-box strong.wpcm-cstm-amt-txt {
	font-size: 15px !important;
}
.child-labor-donation-form .wpcm-pre-dfind-amt a {
padding: 8px 10px !important;
    font-size: 14px !important;
    min-width: 55px !important;
} 
.child-labor-donation-form  .wpcm-col-sm-12 .el-button,
.child-labor-donation-form  .wpcm-col-sm-12 .wpcm-custm-amt-box {
	margin-top: 0 !important;
}
.child-labor-donation-form  .donation-style-3 .col-content .wpcm-custm-amt-box input {
    font-size: 15px !important;
    font-weight: 500 !important;
}
.child-labor-donation-form  .donation-style-3 .wpcm-custm-amt-box .wpcm-symbl-prefix {
	    font-size: 18px !important;
	background-color: #fde8e8 !important;
    color: #84286b !important;
}
.child-labor-donation-form .donation-style-3 .col-content .wpcm-row .wpcm-col-sm-12 .wpcm-next-btn button.el-button,
.child-labor-donation-form  .donation-style-3 .wpcm-custm-amt-box {
	height: 44px !important;
}
.child-labor-donation-form .wpcm-next-btn .el-button span {
    font-weight: 600 !important;
    font-size: 15px !important;
}
.child-labor-donation-form .wpcm-col-sm-12 .wpcm-custm-amt-box input {
	background-color: #fde8e869 !important;
}
.child-labor-donation-form  .donation-style-3 .wpcm-custm-amt-box {
	box-shadow: none !important;
}
.child-labor-donation-form .donation-style-3 .col-content .wpcm-row .wpcm-col-sm-12 .wpcm-next-btn button.el-button {
	background-color: #fde8e8 !important;
color: #84286b !important;
border: 2px solid #fde8e8 !important; 
}
.child-labor-donation-form .donation-style-3 .col-content .wpcm-row .wpcm-col-sm-12 .wpcm-next-btn button.el-button span {
	color: #84286b !important;
}
.child-labor-donation-form .donation-style-3 .col-content .wpcm-row .wpcm-col-sm-12 .wpcm-next-btn button.el-button:hover {
	background-color: transparent !important;
}
.child-labor-donation-form .wpcm-pre-dfind-amt a:hover {
	color: #84286b !important;
	border-color: #fde8e8 !important;
}
.child-labor-donation-form .wpcm-heading {
	display: none;
}
.child-labor-donation-form .wpdonation-box h2.wpdonation-title {
	margin-top: 0 !important;
	font-size: 20px !important;
}
.child-labor-donation-form .wpdonation-box input {
	border: 1px solid #dddddd !important;
	height: 45px !important;
	border-radius: 10px !important;
	font-size: 14px !important;
	margin-bottom: 10px !important;
}
.child-labor-donation-form  .wpcm-gateway-list li {
	width: 31% !important;
}
.child-labor-donation-form  .wpcm-gateway-list li a {
	font-size: 12px !important;
	padding: 10px 5px !important;
	border: 1px solid #d3d3d3 !important;
	border-radius: 10px;
	color: #888 !important;
}
.child-labor-donation-form  .wpcm-gateway-list li a img {
	width: 14px;
	height: auto;
}
.child-labor-donation-form .wpcm-payment-gateways button.el-button {
	height: 45px !important; 
	border-radius: 10px;
	margin-top: 18px !important;
} 
.child-labor-donation-form .wpcm-payment-gateways button.donation-done {
	border: 1px solid #fde8e8 !important;
	background-color: #fde8e8 !important;
color: #84286b !important;
	font-size: 14px !important;
	width: 90% !important;
}
.child-labor-donation-form .wpcm-payment-gateways button.donation-done:hover {
	background-color: white !important;
color: #3e3e3e !important;
border: 1px solid #dcdcdc !important;
}
.child-labor-donation-form .wpcm-payment-gateways .wpcm-back-btn:hover {
		border: 1px solid #fde8e8 !important;
	background-color: #fde8e8 !important;
color: #84286b !important;
}
.child-labor-donation-form .wpcm-payment-gateways .wpcm-back-btn {
border: 1px solid #dcdcdc !important;
	color: #3e3e3e !important;
	font-size: 14px !important;
	width: 43% !important;
    margin-left: 0 !important;
}
.child-labor-donation-form .wpcm-payment-gateways {
	padding-bottom: 15px;
}
.child-labor-donation-form .wpcm-gateway-list li a.active, 
.child-labor-donation-form .wpcm-gateway-list li a:hover {
	background-color: #fde8e8 !important;
	border: 1px solid #fde8e8 !important;
color: #84286b !important;
}
.child-labor-donation-form .wpcm-pre-dfind-amt li a.active {
	border: 1px solid #dcdcdc !important;
	background-color: #fde8e8 !important;
	color: #84286b !important;
}
.child-labor-donation-form  .wpcm-payment-gateways #my-card {
	width: 93%;
}
.child-labor-donation-form .wpcm-gateway-list li a.active img,
.child-labor-donation-form .wpcm-gateway-list li a:hover img {
	filter: invert(0) !important;
}
.child-labor-donation-form .el-custom-select .el-select__wrapper {
	height: 45px !important;
	border-radius: 10px !important;
	font-size: 14px !important;
}
.hopenesst .lifeline-testimonials 
.owl-nav.disabled {
	display: none !important;
}

.hopenesst.lifeline-testimonial-style2 {
	border: 50px solid white;
	z-index: 1;
	background-color: #2c4eaf;
}
.hopenesst.lifeline-testimonial-style2 .testimonial-rating {
	display: none;
}
.hopenesst.lifeline-testimonial-style2 .testimonial-style2-quote svg {
	fill: #fff;
	height: 50px;
	width: auto;
}
.hopenesst.lifeline-testimonial-style2 .testimonial-style2-quote {
	margin-bottom: 33px;
}
.hopenesst.lifeline-testimonial-style2 .owl-nav button {
	    height: 50px;
    width: 50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: #ffffff !important;
    border: 2px solid #2c4eaf !important;
    border-radius: 50% !important;
	
}
.hopenesst.lifeline-testimonial-style2 .testimonial-item  {
	padding: 50px !important;
}
.hopenesst.lifeline-testimonial-style2 .owl-nav button span {
    color: #2c4eaf !important;
    font-size: 34px !important;
    margin-bottom: 4px;
}
.hopenesst.lifeline-testimonial-style2 {
	position: relative;
}
.hopenesst.lifeline-testimonial-style2 .owl-prev {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-50%, -50%);
}
.hopenesst.lifeline-testimonial-style2 .owl-next {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(100%, -50%);
}
.hopenesst.lifeline-testimonial-style2 .testimonial-bottom-row .testimonial-info {
	display: flex;
	align-items: baseline;
}
.hopenesst.lifeline-testimonial-style2 .testimonial-bottom-row .testimonial-info h5 {
	padding-right: 8px;
}
.hopenesst.lifeline-testimonial-style2:before {
    content: '';
    position: absolute;
    width: 65px;
    height: 50px;
    background-color: #eaeaea;
    top: -50px;
    left: 20%;
}
.hopenesst.lifeline-testimonial-style2:after {
    content: '';
    position: absolute;
    width: 65px;
    height: 50px;
    background-color: #eaeaea;
    bottom: -50px;
    left: 20%;
}
.hopenesst-video .elementor-open-lightbox,
.hopenesst-video {
	height: 550px;
}
.sidebar-wrap2  {
	margin-top: 0;
}

.sidebar-wrap2 {
	background-color: #fffcf1;
	padding: 40px 30px;
}
.widget-box2 .wp-block-latest-comments {
	padding-left: 0;
}
.sidebar-wrap2  #wi_urgent_cause-2 {
	padding: 0;
}
.sidebar-wrap2 .widget_wi_urgent_cause {
	margin-bottom: 0;
}
.sidebar-wrap2 .widget_wi_urgent_cause h4.wpcm-widget-title {
	margin-bottom: 0 ;
	padding-bottom: 15px;
	font-size: 25px !important;
}
.sidebar-wrap2 .widget_wi_urgent_cause img {
	    width: -webkit-fill-available;
    object-fit: cover;
    object-position: top;
}
.sidebar-wrap2 .widget_wi_urgent_cause h3 {
    font-size: 22px !important;
    line-height: 30px !important;
    color: black;
    padding: 21px 25px;
    margin-bottom: 3px;
    font-family: 'Quicksand';
    font-weight: 700;
    padding-bottom: 0;
}
.sidebar-wrap2 .widget_wi_urgent_cause p {
    font-family: 'Quicksand';
    font-size: 14px !important;
    padding: 5px 25px;
    font-weight: 500;
    line-height: 25px;
}
.sidebar-wrap2 .widget_wi_urgent_cause .progress {
	margin: 15px;
	height: 12px;
	margin-bottom: 10px;
}
.sidebar-wrap2 .widget_wi_urgent_cause .dontn-amnt-info {
	    margin: 0px 15px;
}
.sidebar-wrap2 .widget_wi_urgent_cause .lifeline-donation-app {
	text-align: center;
}
.sidebar-wrap2 .widget_wi_urgent_cause .lifeline-donation-app .wpcm-btn {
    display: block;
    padding: 8px 25px;
    border-radius: 50px;
    font-size: 14px;
    margin: 10px;
    margin-bottom: 25px;
    background-color: #ffd739;
    font-weight: 700;
border: 2px solid #ffd739;
}
.sidebar-wrap2 .widget_wi_urgent_cause .lifeline-donation-app .wpcm-btn:hover {
	background-color: white;
	color: #ffd739;
	border: 2px solid #ffd739;
}
.wpcm-settings-wrapper  .el-tabs__nav-wrap.is-top  .el-tabs__nav-scroll {
	padding: 30px !important;
    padding-bottom: 68px !important;
}
.hopenest-header .webinane-el-nav-menu .menu-item-has-children .sub-menu {
width: 250px;
padding: 10px;
}
.sidebar-wrap2 .widget_media_gallery .wp-block-gallery figure 
{
	width: 50%;
}
.cause12-container .causes-12-grid-style {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.cause12-container .causes-12-grid-style li {
	width: 50%;
	padding-bottom: 60px;
	list-style: none;
}
/* .cause12-container .causes-12-grid-style div:nth-child(3) {
	    transform: translate(0px, -27%);
}
.cause12-container .causes-12-grid-style div:nth-child(5) {
	    transform: translate(0px, -41%);
}
.cause12-container .causes-12-grid-style div:nth-child(7) {
	    transform: translate(0px, -90%);
} */
.sidebar-wrap2 .wp-block-latest-posts li:before {
	content: none;
}
.sidebar-wrap2 .wp-block-latest-posts li {
	padding-left: 0;
}
.contact-us-newsletter .mailchimp-submit {
	transform: translate(-80px, 0px);
}
.contact-us-newsletter .mailchimp-input input {
	width: 350px;
}
.contact-us-newsletter .mailchimp-input input::placeholder {
	color: #dddddd;
}
.contact-us-newsletter .mailchimp-form {
	position: relative;
}
.contact-us-newsletter .mailchimp-form .fa-envelope-open {
    position: absolute;
    right: 95px;
    z-index: 1;
    top: 14px;
    background-color: white;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    font-size: 14px;
}
.contact-us-newsletter .mailchimp-submit {
	border: 2px solid #ffd739;
}
.contact-us-newsletter   .mailchimp-submit:hover {
	background-color: #ffa439 !important;	
} 
.nonprofit-slide .sr7-thumb-img-wrap,
.nonprofit-slide .sr7-thumb-img {
	border-radius: 20px;
}
.nonprofit-population-tabs .elementor-tabs .elementor-tabs-wrapper
{
	border: 1px solid #ffd800;
border-radius: 50px;
justify-content: space-between;
}
.nonprofit-population-tabs .elementor-tabs .elementor-tabs-wrapper .elementor-active:before {
	content: '';
position: absolute;
    bottom: 20px;
    left: 27px;
    width: 80px;
    height: 2px;
    background-color: #000000;
    border-radius: 50px;
	
}
.nonprofit-population-tabs .elementor-tabs .elementor-tabs-wrapper .elementor-active {
background-color: #fffbf5;
	border-radius: 50px;
	position: relative;
}
.nonprofit-population-tabs .elementor-tab-content {
	    padding: 26px 15px;
}
.nonprofit-population-tabs .elementor-tab-content p {
	margin-bottom: 0;
}
.nonprofit-new-causes .cause-item-style7 {
	border-radius: 20px;
}
.nonprofit-new-causes .cause-item-style7 .causes-style-7-data {
	background-color: #fff9ee !important;
	padding-left: 35px;
	padding-right: 35px;
}
.nonprofit-new-causes .cause-item-style7:hover  .causes-style-7-data {
		background-color: #ffd800 !important;
}
.nonprofit-new-causes .cause-item-style7:hover .causes-style-7-data .lif-title a,
.nonprofit-new-causes .cause-item-style7 .causes-style-7-data .lif-title a {
	color: black !important ;
}
.nonprofit-new-causes .cause-item-style7 .causes-style-7-data .donation-country {
	    background-color: #ff8700;
    padding: 2px 12px;
    border-radius: 5px;
    font-size: 13px;
	    margin-bottom: 9px;
    display: inline-block;
}
.nonprofit-new-causes .cause-item-style7 .causes-style-7-data .donation-needed span.text-white {
	color: #666666 !important;
}
.nonprofit-new-causes .cause-item-style7 .causes-style-7-data .donation-needed h4.text-white
{
	color: #000 !important;
	font-size: 21px;
}
.nonprofit-new-causes .cause-item-style7 .donation-bar .progress .progress-bar {
	background-color: #ff8700 !important;
}
.nonprofit-events .event11-details-wrapper .event11-title h3 {
	font-size: 40px !important;
	line-height: 50px !important;
}
.nonprofit-events .event11-details-wrapper {
	padding-top: 0;
	padding-bottom: 0;
	height: auto;
}
.nonprofit-events .event11-card {
	 box-shadow: rgb(169 169 191 / 20%) 0px 7px 29px 0px;
	border-radius: 20px !important;
}
.event11-card .event11-details-wrapper {
		transform: translate(0px, 0px) ;
	box-shadow: none;
}
.event12 .event11-card .event11-listing-wrapper {
	padding: 35px;
	padding-right: 0;
}
.event12 .event11-details-wrapper {
	display: flex;
	width: 100%;
	align-items: center;
}
.event12 .event11-details-wrapper .event12-contnet {
	width: 70%;
}

.event12 .event11-details-wrapper {
	padding-right: 0;
}
.event12 .event11-ticket-buy .event11-buy-ticket-wrapper {
	margin-left: 0 !important;
}
.event12 .buy-tickets a.btn {
	padding: 8px 34px !important;
	margin-top: 15px;
} 
.event12 .buy-tickets span {
	color: #333333;
	font-weight: bold;
}
.lifeline-story-style2 .story-post-card {
	box-shadow: 0px 2px 5px 1px #0000000a;
}
.lifeline-story-style2 .story-style2-meta {
	padding: 30px;
    border: dashed;
    border-radius: 25px;
    border-color: #fff4b9;
	height: 100%;
}
.lifeline-story-style2 .story-post-card .story-amount .amount-value span  {
	color: #ff8700;
}
.lifeline-story-style2 .story-post-card .story-amount .amount-label {
	margin-left: 7px;
}
.lifeline-story-style2 .life-story-posts .col-md-6:nth-child(2),
.lifeline-story-style2 .life-story-posts .col-md-6:nth-child(5),
.lifeline-story-style2 .life-story-posts .col-md-6:nth-child(8),
.lifeline-story-style2 .life-story-posts .col-md-6:nth-child(11) {
	transform: translate(0px, -70px);
}
.nonprofit-video-tabs .custom-tabs-style .nav-pills li .active::before {
	background-color: #ffd800;
}
.nonprofit-video-tabs .custom-tabs-style .nav-pills li .active p  {
	color: black !important;
} 
.nonprofit-video-tabs .custom-tabs-style h4 {
	color: #000;
	font-size: 20px;
	font-weight: 700;
}
.nonprofit-video-tabs .custom-tabs-style h4:before {
	width: 235px;
	height: 2px;
	background-color: #f56a01;
}
.nonprofit-video-tabs .custom-tabs-style .nav-pills li .active::before {
	right: 0;
	left: 0;
	border: none;
}
.nonprofit-video-tabs .nav {
	background-color: #fff9ea;
	border: 10px solid white;
	border-radius: 20px;
}
.nonprofit-video-tabs .custom-tabs-style .nav-pills li .active p {
	color: #000;
}
.nonprofit-grid-events .event9-info .event9-image {
	height: 100%;
}
.nonprofit-grid-events
.event9-buy-ticket {
	    position: absolute;
    bottom: 45px;
    left: 33px;
}
.nonprofit-grid-events
.event9-buy-ticket button {
	    background-color: white;
    border-radius: 50px;
    padding: 4px 22px;
    text-decoration: none;
    color: black;
	transition: .3s ease-in-out;
}
.nonprofit-grid-events
.event9-buy-ticket button:hover {
	background-color: #ffd800;
}
.nonprofit-grid-events .event9-image {
	position: relative:
}
.nonprofit-grid-events .event9-info {
	border: 1px solid #ffd739 !important;
}
.nonprofit-grid-events .event9-info img {
	border-radius: 10px;
}
.nonprofit-grid-events .event9-info h3 {
	width: 90%;
}
.nonprofit-grid-events .event9-info  .event9-image a {
	height: 100%;
	width: 100%;
	display: block;
	padding: 15px;
	position: relative;
}
.nonprofit-grid-events .event9-info  .event9-image a:before {
	content: '';
    height: 100%;
    width: 80%;
    background-color: #fff9ea;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 20px;
    z-index: -1;
}
.nonprofit-grid-events .event9-info  .event9-image img {
	padding: 0px !important;
}
.nonprofit-grid-events .event9-info {
border-radius: 20px !important;
}
.event10-parent .event10-card .event-date-top {
background-color: #3d498d !important;
	transition: .3s ease-in-out;
}
.event10-parent .event10-card .event-date-top small {
font-size: 15px !important;
    border-radius: 10px 10px 0px 0px !important;
}
.event10-parent .event10-card {
	transition: .3s ease-in-out;
}
.event10-parent .event10-card:hover {
	background-color: #3d498d !important;
}

.event10-parent .event10-card:hover .event-date-top {
background-color: #ffd739 !important;
	color: black !important;
}
.event10-parent .event10-card .organizer-details h6,
.event10-parent .event10-card .organizer-details small,
.event10-parent .event10-card:hover .evet-tittle-time-location h5 a{
transition: .3s ease-in-out;
}
.event10-parent .event10-card:hover .organizer-details h6,
.event10-parent .event10-card:hover .organizer-details small,
.event10-parent .event10-card:hover .evet-tittle-time-location h5 a,
.event10-parent .event10-card:hover .evet-tittle-time-location span,
.event10-parent .event10-card:hover .evet-tittle-time-location i {
	color: white !important;
}
.Volunteer-form p>.wpcf7-form-control-wrap {
	display: flex;
}
.Volunteer-form p>.wpcf7-form-control-wrap .wpcf7-list-item {
	width: 20% !important;
}
.Volunteer-form .wpcf7-checkbox.wpcf7-validates-as-required {
	padding-top: 10px;
}
.Volunteer-form p>.wpcf7-form-control-wrap .wpcf7-list-item label input {
	height: auto;
	margin-bottom: 0;
}
.Volunteer-form .flex {
	display: flex;
	gap: 20px;
	margin-bottom: 15px;
	
}
.Volunteer-form label {
	font-weight: 600;
	font-size: 16px;
}
.Volunteer-form .text-left {
	display: flex;
}
.Volunteer-form .wpcf7-list-item label span {
font-size: 14px !important;
	color: #666;
}
.Volunteer-form .wpcf7-list-item label input {
	width: 14px !important;
	color: #666;
}
.Volunteer-form input,
.connect-with-us-form input {
	border: 1px solid #d8dde1;
height: 56px;
	border-radius: 50px;
	width: 100%;
	padding: 0 25px 0 25px;
	font-size: 16px;
font-weight: 500;
	color: #666;
	margin-bottom: 10px;
}
.Volunteer-form  .wpcf7-textarea,
.connect-with-us-form textarea {
	border: 1px solid #d8dde1;
	padding: 0 25px 0 25px;
font-size: 16px;
font-weight: 500;
	color: #666;
min-height: 154px;
	border-radius: 30px;
	width: 100%;
	padding-top: 16px;
	padding-bottom: 17px;
}
.connect-with-us-form .wpcf7-submit {
    color: white;
    width: 185px !important;
    background-color: #3d498d;
    border: 2px solid #3d498d;
    font-weight: 600;
}
.connect-with-us-form .wpcf7-submit:hover {
	background-color: #f56a01;
	border-color: #3d498d;
}
.Volunteer-form .wpcf7-submit {
	color: white;
}
.nonprofit-new-causes .cause7-donate a {
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    color: #ff8700;
    background-color: white;
    padding: 13px 40px;
    border-radius: 50px;
    font-size: 14px;
}
.nonprofit-new-causes .causes-style-7-data span,
.nonprofit-new-causes  .causes-style-7-data h4 i,
.nonprofit-new-causes  .causes-style-7-data h4,
.story-post-card .story-style2-meta .story-read-more a,
.story-post-card .story-style2-meta h3,
.story-post-card .story-style2-meta .story-amount span,
.nonprofit-events .event11-card  .event11-organizer-details h6,
.nonprofit-events .event11-buy-ticket a,
.nonprofit-grid-events
.event9-buy-ticket button,
.nonprofit-new-causes .causes-style-7-data  .lif-title a {
	 font-family: "Nunito", sans-serif;
	font-weight: 800 !important;
}
.nonprofit-events .buy-tickets span,
.nonprofit-events .event11-date-time span,
.story-post-card .story-style2-meta .story-excerpt-section p,
.nonprofit-news .grid6-author-section .grid6-author-name,
.nonprofit-new-causes .causes-style-7 .donation-country {
	 font-family: "Nunito", sans-serif;
	font-weight: 400 !important;
}
.nonprofit-new-causes .cause-item-style7 .donation-needed span {
	font-size: 14px;
}

.nonprofit-new-causes .cause-item-style7 .cause7-donate {
	margin-top: 25px;
}
.nonprofit-new-causes .causes-style-7-data {
	transform: translate(0px, 65px);
	border-radius: 20px;
}
.nonprofit-new-causes .cause-item-style7 img {
	border-radius: 20px;
}
.nonprofit-events .event11-card .event11-featured-image img {
	width: 400px !important;
	height: 345px !important;
object-position: top;
	object-fit: cover;
}
.nonprofit-events .event11-card .event11-details-wrapper {
	padding-left: 45px;
}
.nonprofit-events .event11-card .event11-title {
	width: 90%;
}
.nonprofit-events .event11-card .event11-organizer-avatar img {
	border: 2px solid white;
border-radius: 50px !important;
	box-shadow: 0px 0px 10px 0px #0000001f;
}
.nonprofit-events .event11-card .event11-organizer-avatar:before {
	content: '';
	height: 100%;
	width: 100%;
	border-radius: 50px;
	position: absolute;
	top: 0;
	left: 0;
	    background-color: #3d498db0;
    border: 2px solid white;
}
.nonprofit-events .event11-card  .event11-organizer-avatar {
	position: relative;
}
.nonprofit-events .event11-card  .event11-organizer-details .event11-designation {
display: none;	
}
.nonprofit-events .event11-card  .event11-organizer-details  h6 {
	font-size: 18px;
}
.nonprofit-events .event11-date-time span {
	font-size: 14px;
	color: #666;
}
.nonprofit-events .event11-details-wrapper .buy-tickets {
	width: 35%;
	text-align: center;
	border-left: 1px solid #ffd739;
	height: 320px;
    align-content: center;
}
.nonprofit-news .custom-blog-item {
	padding: 0;
}
.nonprofit-news .grid6-blog-content {
	padding: 27px 30px !important;
	    background-color: #fff9ea;
    border-radius: 15px;
    transform: translate(0px, -10px);
}
.nonprofit-news .grid6-blog-content .grid6-title {
	margin-top: 12px;
}
.nonprofit-news .custom-blog-item {
box-shadow: none;
}
.nonprofit-news .grid5-excerpt {
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}
.nonprofit-news .grid6-title {
	padding-bottom: 19px !important;
}
.nonprofit-news .custom-blog-img img {
	border-radius: 15px 15px 0px 0px !important;
}
.nonprofit-news .grid6-author-section .grid6-author-name {
	font-size: 19px !important;
}
.nonprofit-mailchip i {
display: none;
} 
.nonprofit-mailchip .mailchimp-submit {
	width: 210px;
	height: 80px;
}
.nonprofit-mailchip input::placeholder {
	color: #222;
}
.nonprofit-mailchip .mailchimp-input {
 transform: translate(10px, 0px);
} 
footer .widget_lifeline-about ul li i {
	background-color: #f56a01;
	color: white;
	height:  44px;
	width: 44px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer .widget_lifeline-about ul li { 
padding-left: 60px;
}
@media (max-width: 480px) {
	.blog-post-detail .blog-meta {
    gap: 30px;
    margin: 15px 0px 15px;
}
.blog-post-detail .blog-meta li i {
    margin-right: 2px;
    font-size: 15px;
}
.blog-post-detail .blog-meta li{
  font-size: 12px;
}
.blog-post-detail .blog-content {
    margin: 0px;
}
	.blog-post-detail .blog-content h2 {
    font-size: 18px;
    margin-bottom: 0px;
		line-height:25px;
}
	.blog-post-detail .blog-content p {
    font-size: 12px;
    font-weight: 400;
}
	.blog-post-detail .blog-gallery-img img {
    margin-bottom: 15px;
}
	.blog-post-detail .blog-gallery-img {
    margin: 0px;
}
	.comments-threads {
    padding-top: 50px;
    margin: 0px;
}
	.comments.reply-comments {
    margin: 0px;
}
	.comments-threads h3 span, .comments-threads h3 {
    font-size: 24px;
}
	.comment-box {
    gap: 15px;
}
	.comment-box .comment-detail h4 {
    font-size: 16px;
    padding-bottom: 5px;
}
	.comment-box .comment-detail i {
    font-size: 14px;
}
	.comment-box .comment-detail a {
    font-size: 13px;
}
	.reply-comments h3 span, .reply-comments h3 {
    color: #000;
    font-size: 20px;
}
	#comments h3 {
    font-size: 20px;
    text-align: left !important;
}
	.contact-us-newsletter .mailchimp-submit {
    transform: translate(-145px, 0px);
}
	.contact-us-newsletter .mailchimp-input input {
    width: 325px;
    height: 50px;
}
	.contact-us-newsletter .mailchimp-form .fa-envelope-open {
    right: 30px;
		font-size:10px;
		width: 25px;
		height: 25px;
		top: 13px;
}
	.blog-post-detail .blog-content .blog-detail-icon-list {
    display: none;
}
	.Questions.or.Inquiries input[type=text], .Questions.or.Inquiries input[type=number], .Questions.or.Inquiries input[type=email] {
    height: 50px;
    margin-bottom: 12px;
}
	.Questions.or.Inquiries .company-name p {
    gap: 4px;
}
	#comments #commentform input {
    border: 1px solid #f2dddd;
    box-shadow:none;
}
	#comments #commentform textarea {
    border: 1px solid #f2dddd;
    box-shadow: none;
}
	.blog-post-detail .donors-slides {
    margin-top: 25px;
}
	.blog-post.style1 .blog-media img {
    border-radius: 20px;
    height: 250px;
    object-fit: cover;
}
	.blog-post.style1 .blog-media ul.blog-meta li a {
    text-transform: capitalize;
    font-size: 13px;
}
	.blog-post.style1 .blog-media ul li {
    color: #666666;
    font-size: 13px;
    padding-right: 18px;
}
	.blog-post.style1 .blog-content h3 {
		line-height:22px;
    padding-top: 0px;
    margin-bottom: 0px;
		padding-bottom:5px;
}
	.custom-blog-wrapper .custom-blog-item {
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 30px;
}
	.custom-blog-wrapper .custom-blog-item .custom-blog-img figure img {
    border-radius: 10px;
}
	.custom-blog-wrapper .custom-blog-item .grid6-title {
    margin-top: 0px;
    padding-bottom: 0px;
}
	.custom-blog-wrapper .custom-blog-item .grid5-excerpt {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
	.custom-blog-wrapper .custom-blog-item .grid6-post-date {
    font-size: 13px;
}
}
@media(max-width: 980px) {
	header {
		display: none !important;
	}
}
.hopenesst-causes .donation-card-item .donation-content .donation-amounts i {
	color: white;
}
.hopenesst-causes .donation-card-item .donation-title {
	margin-bottom: 0;
}
  footer .container {
    margin: 0 !important;
		padding: 0;
   
  }
  footer  {
 padding-left: 40px !important;
    padding-right: 40px !important;
  }
.home-education-form .donation-style-3 ul.wpcm-pre-dfind-amt li {
	width: 25%;
	
}
.home-education-form .donation-style-3 ul.wpcm-pre-dfind-amt li a {
	margin-right: 15px !important;
}
.home-education-form .donation-style-3 ul.wpcm-pre-dfind-amt li:last-child a {
	margin-right: 0;
}
.nonprofit-events .buy-tickets.desktop h3 {
	font-size: 70px;
}
.nonprofit-events  .event11-date-time-section  {
	padding-bottom: 0 !important;
}
.nonprofit-events .event11-details-wrapper .event12-contnet .event11-excerpt span {
	display: block;
	width: 80%;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	padding-top: 8px;
  padding-bottom: 15px;
}
.header7_cont .header7-topbar .top-bar .top-list {
	display: none !important;
}
.header7_cont .logo {
	padding-left: 0 !important;
}
.header7_cont {
	position: relative;
	z-index: 2;
}
.sidebar-wrap2 h2.wp-block-heading,
.sidebar-wrap2 h4.wpcm-widget-title {
	font-weight: 700 !important;
	font-size: 25px !important; 
	font-family: 'Quicksand', sans-serif !important;
}
.sidebar-wrap2 {
	 border-radius: 20px;
}
.sidebar-wrap2 .mnth-donor-img img.avatar {
    display: flex;
    height: 150px;
    width: 220px;
    border-radius: 15px;
    object-fit: cover;
    margin: auto;
}
.sidebar-wrap2 .mnth-donor-img {
	padding-top: 20px;
	position: relative;
}
.sidebar-wrap2 .mnth-donor-img span {
height: 55px;
    width: 55px;
    background-color: #ffffff;
    display: flex
;
	align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid #ffd739;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sidebar-wrap2 .mnth-donor-img span img {
	height: 35px;
}
.sidebar-wrap2 .mnth-donor-content {
padding-top: 35px;
}
.sidebar-wrap2 .mnth-donor-content h3 {
font-size: 20px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
}
.sidebar-wrap2 #wi_donor_of_month-3 {
	padding: 0 !important;
}
.sidebar-wrap2 .mnth-donor-content p {
	display: none !important;
}
.sidebar-wrap2 .wp-block-gallery .wp-block-image {
	width: 48% !important;
}
.sidebar-wrap2 .widget-box2 {
	margin-bottom: 15px;
}
.sidebar-wrap2 .wpcm-mnth-donor-widget .text-center {
    background-color: #fff9c6;
    padding: 20px;
    padding-bottom: 30px;
    border-radius: 20px;
}
.sidebar-wrap2 .wpcm-mnth-donor-widget .wpcm-widget-title {
	margin-bottom: 20px;
}
.sidebar-wrap2 .wp-block-gallery {
	background-color: white;
	padding: 15px;
	border-radius: 20px;
}
.sidebar-wrap2 #wi_donor_of_month-3 {
	margin-bottom: 40px;
}
.sidebar-wrap2 .wp-block-latest-posts__list li {
	background-color: white;
border-radius: 20px;
}
.sidebar-wrap2 .wp-block-latest-posts__list li img {
border-radius: 10px;
}
.sidebar-wrap2 .wp-block-latest-posts__list li a {
	font-size: 16px;
	font-weight: 700;
	color: #000;
}
.sidebar-wrap2 .wp-block-gallery {
	margin-bottom: 40px;
}
.sidebar-wrap2 .wpcm-urgnt-causes2-widget img {
height: 230px;
    border-radius: 20px 20px 0px 0px;
}
.sidebar-wrap2 .wpcm-urgnt-causes2-widget .cause-content {
background-color: #ffd739;
padding: 0px 25px 20px 25px;
}
.sidebar-wrap2 .wpcm-urgnt-causes2-widget .cause-content .progress {
	  margin: 0;
    padding: 3px;
    background-color: #ffffff !important;
    height: 16px;
	border-radius: 50px;
	border: 1px solid #ffd739;
	transform: translate(0px, -8px);
	position: relative;
}
.sidebar-wrap2 .wpcm-urgnt-causes2-widget .cause-content .progress .progress-bar {
border-radius: 50px;
	background-color: #ffd739 !important;
	font-size: 10px;
}
.sidebar-wrap2 .wpcm-urgnt-causes2-widget .cause-content .progress .progress-bar span {
position: absolute;
right: 5px;
	color: black;
}
.sidebar-wrap2 .wpcm-urgnt-causes2-widget figure {
	margin-bottom: 0;
}
.sidebar-wrap2 .wpcm-urgnt-causes2-widget .dontn-amnt-info {
margin: 0;
}
.sidebar-wrap2 .dontn-amnt-info span {
font-weight: 700;
	font-family: 'Quicksand';
color: black;
}
.sidebar-wrap2 .dontn-amnt-info span i {
font-style: normal;
	color: #ff0000;
}
.sidebar-wrap2 .dontn-amnt-info span strong {
	font-size: 17px;
color: #ff0000 !important;
}
.dontn-amnt-info {
padding-top: 10px;	
}
.sidebar-wrap2 .urgnt-causes-iner {
background-color: white;
	border-radius: 20px;
}
ul#mega-menu-main_menu {
	z-index: 0;
}
.event9-date i {
	color: #FFD800 !important;
	padding-right:2px;
}
.mega-menu-wrap .widget_media_image {
    height: 180px !important;
    overflow: hidden !important;
    padding: 0 !important;
    border-radius: 15px !important;
    image-rendering: pixelated;
    box-shadow: 0px 0px 4px 2px #ff870033 !important;
}
.mega-menu-wrap .widget_media_image img {
	border-radius: 15px !important;
	display: block;
  transition: transform 2s linear !important;
}
.mega-sub-menu {
	border-radius: 15px !important;
}
.mega-menu-wrap .widget_media_image:hover img {
	transform: translateY(-50%) !important;
}
.mega-menu-row .mega-sub-menu li.mega-menu-item {
	padding-top: 0 !important;
}
.mega-menu-row .mega-sub-menu li.mega-menu-item a {
transition: .3s ease-in-out !important;
    background-color: white !important;
    padding: 6px 10px !important;
    border-radius: 15px !important;
    font-size: 13px !important;
    text-align: center !important;
    margin-top: -20px !important;
    width: 89% !important;
    margin: auto !important;
    transform: translate(0px, -19px) !important;
    box-shadow: 0px 0px 5px 0px #00000029 !important;
}
.elementor-widget-maxmegamenu .fundrasing-ngo>.mega-sub-menu .mega-menu-row .mega-sub-menu li.mega-menu-item a {
	transition: .3s ease-in-out !important;
}
.elementor-widget-maxmegamenu .fundrasing-ngo>.mega-sub-menu .mega-menu-row .mega-sub-menu li.mega-menu-item a:hover {
color: #3f3f3f !important
}
.mega-menu .fundrasing-ngo>.mega-sub-menu  {
	left: -110px !important;
	width: 125% !important;
}
.mega-menu-position>.mega-sub-menu {
	width: 133% !important;
	left: -110px !important;
	    box-shadow: 0px 0px 7px 0px #ff87005c !important;
}
.mega-menu-position .mega-menu-column {
    padding: 0 10px !important;
}
.mega-menu-position .mega-menu-column .mb,
.mega-menu-position .mega-menu-column .mega-menu-item-type-post_type {
	margin-bottom: 10px !important;
}
.mega-menu-position .mega-sub-menu {
	padding: 5px !important;
}
.mega-menu-position .mega-sub-menu li.mega-menu-item-type-custom,
.mega-menu-position .mega-sub-menu li.mega-menu-item-type-post_type {
	padding: 0px!important;
}
.mega-menu-position .mega-menu-row  {
padding-top: 15px !important;
}
.mega-menu-position .mega-menu-row .mega-sub-menu li.mega-menu-item a:hover {
	    transform: translate(0px, -21px) !important;
    box-shadow: 0px 2px 4px 0px #0000002b !important;
}
.responsive-wrapper-style1 {
	display: none;
}
.mega-menu-toggle {
	background: #f56a01 !important;
	height: 34px !important;
	border-radius: 10px !important;
}
#mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
	background-color: white !important;
}
#mega-menu-wrap-main_menu .mega-menu-toggle ~ button.mega-close:before {
border-radius: 50px;
	font-size: 20px !important;
        background-color: #f56a01 !important;
	margin-top: 5px;
	margin-left: 5px;
}
#mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated {
    transform: scale(0.6) !important;
}
.multiple-donation .ld-total-row {
  background-color: white;
  padding: 0;
  padding-left: 20px;
      width: 60%;
    margin-right: 0 !important;
    margin: auto;
    border-radius: 10px;
    
}
.multiple-donation .ld-total-row .donate-button:hover {

  color: white;
  background-color: #4f663c;
}
.ld-total-label {
      color: black;
    font-size: 20px;
}
.multiple-donation .ld-total-row .donate-button {
  background-color: #6a8b50;
    color: white;
    padding: 25px 20px;
    transition: .3s ease-in-out;
    border-radius: 10px;
} 
.multiple-donation {
 background-color: #dfebe9;
 padding: 40px;
 border-radius: 15px;
}
.ld-items-grid {
  max-width: 100%;
}
.ld-items-grid {
  margin-top: 0;
}
.ld-items-grid  .ld-item-card {
  background-color: #fff;
}
.ld-item-description {
  width: 70%;
  padding-left: 50px;
}
.ld-item-info .ld-item-name {
  font-size: 24px;
  font-family: "Nunito", Sans-serif;
  color: #222222;
  font-weight: 700;
  width: 50%;
}
.ld-item-price-quantity .ld-item-quantity label {
  color: white;
}
.ld-item-details .ld-item-image {
  height: 85px;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: #dfebe9;

}
.ld-item-details .ld-item-image img {
  width: 50px;
  height: auto;
}
.ld-total-amount,
.ld-item-price {
  font-size: 50px;
  font-family: "Nunito", Sans-serif;
  font-weight: 700;
  color: white;
  border-radius: 0px 10px 10px 0px;
  
}
.ld-total-amount i,
.ld-item-price i {
  font-style: unset;
  font-size: 30px;
  font-weight: 400;
  margin-right: -10px;
}
.ld-item-details  {
  padding: 0px 0px 0px 20px;
}
.ld-total-amount,
.ld-item-price-quantity {
  background-color: #6a8b50;
  height: 120px;
  padding: 20px;
}

/* ---------------------- customization-style-end ---------------------------- */



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