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: 30px;
}
.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: 46px;
  width: 46px;
  border-radius: 50%;
  line-height: 46px;
  text-align: center;
  border: 1px solid #cbcbcb;
  font-family: "Font Awesome 5 Free";
  color: #444444;
  font-weight: 900;
  display: block;
}
.slick-slider button.slick-arrow:hover::before {
  color: #fff;
}
.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: 14px;
}
.header1-topbar .social-medias > a {
  display: inline-block;
  height: 43px;
  width: 43px;
  line-height: 43px;
  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: space-between;
}

/*============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: 40px;
  font-weight: normal;
}
.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: 20px;
  border-radius: 100px;
  border: 2px solid;
}
.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: 14px;
  margin-bottom: 28px;
  line-height: 28px;
  max-width: 88%;
}
.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;
}
.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 12px;
}
.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: 26px;
  line-height: 33px;
  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: 16px;
  line-height: 26px;
  margin-top: 15px;
  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: 16px;
  padding-bottom: 10px;
  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: 32px;
font-size: 25px;
}
.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: 18px;
  padding: 16px 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);
}
.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: 50px 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: 35px 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: 30px;
  opacity: 0;
  visibility: hidden;
}
.cause-style5:hover .cause-hover {
  opacity: 1;
  visibility: visible;
  bottom: 10px;
}
.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: 28px;
  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-title h3 {
  font-size: 23px;
  line-height: 25px;
}
.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;
}
.custom-about-box {
  padding: 50px;
  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: 50px;
  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: 150px;
  width: 150px;
  border-radius: 50%;
  position: absolute;
  bottom: 0px;
  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: 55px;
  line-height: 65px;
}
.reviews-slider .sponsor-amount span {
  display: block;
  font-size: 24px;
  color: white;
}
.sponsors-style .review-media figure {
  position: relative;
}
.reviews-slider .theme-btn {
  color: #fff;
}
.sponsors-style .theme-btn:hover {
  color: #fff;
}
.sponsors-style .review-media-body span {
  color: #fff;
  font-size: 16px;
}
.sponsors-style .review-media-body h5 {
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 7px;
  font-weight: 700;
}
.sponsors-style .review-media-body p {
  font-size: 18px;
  color: #e0dfdf;
  max-width: 46%;
  line-height: 28px;
}
.reviews-slider.sponsors-style .review-media figure::before {
  display: none;
}
.reviews-slider.sponsors-style {
  padding: 0 0 50px 70px;
}
.reviews-slider.sponsors-style::before {
  content: "";
  left: 0;
  right: 0;
  top: 40px;
  bottom: -50px;
  position: absolute;
}
.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: 75%;
}
.blog-style3 .blog-content .blog-date {
  padding: 0px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: start;
  border-radius: 100px;
  font-size: 15px;
  color: white;
  font-weight: 600;
  margin-bottom: 10px;
}
.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: 15px;
}
.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;
}
.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;
}
.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;
}
.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;
}
.featured-story-txt .theme-btn {
  border-radius: 100px;
  border: 2px solid;
}
.featured-story-txt h2 {
  font-size: 55px;
  line-height: 65px;
}
.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==========*/
aside.sidebar-wrap2 {
  margin: 100px 0px;
}
.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 {
  border: 1px solid #d2d2d2;
  padding: 25px 20px;
  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;
}
.lif-team.style1 .team-meat-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.lif-team.style1 .team-meat-item i {
  margin-right: 10px;
}
.lif-team.style1 .team-meat-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.lif-team.style1 .team-content h3 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 35px;
  text-transform: capitalize;
}
.lif-team.style1 .team-media img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: top;
}
.lif-team.style1 .team-item {
  margin-bottom: 50px;
}
.lif-team.style1 .team-content span {
  color: #222222;
  padding-top: 0;
  display: block;
  font-weight: 500;
  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-left: 30px;
}
.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;
}
.blog-post.style1 .blog-media ul.blog-meta li a {
  text-transform: capitalize;
}
.blog-post.style1 .blog-media ul li:first-child {
  padding-right: 28px;
}
.blog-post.style1 .blog-media ul li i {
  color: #f56a01;
  padding-right: 6px;
}
.blog-post.style1 .blog-media ul.blog-meta {
  display: flex;
  width: fit-content;
  background-color: white;
  padding: 18px 28px;
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.blog-post.style1 .blog-content .blog-category {
  padding-top: 35px;
}
.blog-post.style1 .blog-media {
  position: relative;
}
.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: 8px;
  font-size: 30px;
  line-height: 40px;
  width: 80%;
}
.blog-post.style1 .blog-content p {
  padding-top: 6px;
  padding-bottom: 41px;
  font-size: 17px;
  line-height: 28px;
  width: 74%;
}
.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: 28px;
  line-height: 38px;
}
.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-img:hover img {
  transform: scale(1.15) rotate(3deg);
}
.event-img {
  overflow: hidden;
}
.event-list-two .event-img {
  width: 55vw;
  height: 400px;
  margin-bottom: 60px;
}
.event-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.event-img .event-meta svg {
  height: 40px;
  width: 40px;
  fill: #fff;
}
.event-img .event-meta {
  position: absolute;
  bottom: 0;
  padding: 30px 34px;
  width: 610px;
}
.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: 14px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 500;
}
.event-txt h3 {
  margin-top: 14px;
  font-size: 38px;
  line-height: 45px;
  color: #222;
  margin-bottom: 14px;
}
.event-txt {
  width: 85%;
}
.event-txt p {
  line-height: 27px;
  width: 80%;
  font-size: 18px;
}
.event-org h5 {
  font-size: 22px;
  line-height: 26px;
}
.event-org span {
  font-size: 14px;
  line-height: 26px;
}
.event-img {
  margin-bottom: 15px;
}
.event-img .event-meta {
  bottom: 50px;
  left: -20px;
}
.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: 40px;
  line-height: 50px;
  margin-bottom: 20px;
}
.life-cause-content.cause-content-style2 p {
  font-size: 17px;
  line-height: 26px;
  margin-top: -4px;
  width: 90%;
}
.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: 40px;
  font-weight: bold;
}
.life-cause-content.cause-content-style2 .cause-target .cause-amount h6 {
  font-size: 15px;
  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: 16px;
  line-height: 24px;
  color: #666;
}
.lif-team.style2 .lif-team-content h3 {
  font-size: 30px;
  line-height: 35px;
  color: #222;
}
.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 {
  border: 1px solid #bcbcbc;
  margin-bottom: 24px;
}
.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;
}
.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: 43px 20px;
}
.lif-team.style2 .team-social a {
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
}
.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: 23px;
}
.lif-team.style2 .lif-team-meta span:first-child {
  position: relative;
  padding-right: 20px;
}
.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;
}
.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: 45px;
  height: 45px;
  width: 45px;
  font-size: 18px;
}
.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 {
  overflow: visible;
}
.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;
}
.life-cause-content.cause-content-style2 .cause-target i {
  color: #f56a01 !important;
}
.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: 1140px;
  }
}
@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 !important;
}
.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: 15px;
  font-weight: 600;
  color: #fff;
  padding: 13px 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: -24px;
  left: 0;
  width: 100%;
  z-index: 9999 !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: 35px !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 #c9c9c9;
}
#comments #commentform textarea {
  height: 160px;
  border: 1px solid #c9c9c9;
  margin-top: 0;
}
#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;
}
.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: 10px 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: 15px 17px !important;
  font-size: 14px !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: -15px;
}
.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: 22px;
  color: black;
}
.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;
}
.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: 1280px;
  padding: 0;
}
.header7_cont #header7 .header-1.header3.header7 {
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: transparent;
}
.header7_cont #header7 .header-1.header3.header7 .row {
  width: 1280px;
  background-color: white;
  margin: auto;
}
.container.header7_cont .container {
  max-width: 1280px;
  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: #ffd739;
  color: black !important;
}
.header7_cont .top-bar ul li i {
  color: #3d498d;
}
.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;
}
.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;
}
