.donate_now .windzfare_heading_wrapper {
  border-bottom: 1px dashed #ececec;
  padding-bottom: 20px;
}

.donate_now .windzfare_heading_wrapper p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  margin: 0px 0px 0px 0px;
}

/* Forms (donation_form) */
.donation_form .to_donation .donation_amount_tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #222222;
}

.donation_form .to_donation .select_currency_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fef9fa;
  border-radius: 5px;
  border: 1px solid #f6c0cb;
  margin-bottom: 25px;
  overflow: hidden;
}

.donation_form .to_donation .select_currency_box .select_amount {
  border-radius: 0px;
  border: 0px solid #f6c0cb;
  border-left: 1px solid #f6c0cb;
}

.donation_form .to_donation .currency_dropdown {
  width: 45px;
}

.donation_form .to_donation .currency {
  padding: 9px 10px 9px 10px;
  border-left: 1px solid #f6c0cb;
}

.donation_form .to_donation .select_amount_box {
  display: block;
  align-items: center;
  font-size: 14px;
  padding: 0px 0px;
  overflow: hidden;
}

.donation_form .to_donation .selectdonate {
  border-right: 1px solid #f6c0cb;
  padding: 10px 10px 10px 10px;
}

.donation_form .to_donation .select_amount {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #f6c0cb;
  color: #222222;
  background: #fef9fa;
  font-weight: 500;
  outline: 0px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  padding: 0px 20px;
}

.donation_form .to_donation .select_amount.custom {
  text-align: left;
}

.donation_form .to_donation .select_amount.active:not(.custom) {
  color: #ffffff;
  background: #222222;
  text-align: center;
}

.donation_form .to_donation button.select_amount:focus {
  outline: 0px;
}

.donation_form .to_donation .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #222222;
  border-radius: 100%;
  margin-right: 10px;
}

.donation_form .to_donation .select_amount.active .dot {
  background: #ffffff;
}

.donation_form .to_donation .select_amount input[type=text] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border: 0px solid #f6c0cb;
  border-radius: 0px;
  background: #ffffff;
  color: #222222;
  font-weight: 500;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
}

.donation_form .to_donation .select_amount input[type=text]:focus {
  outline: 0px;
}

.donation_form .to_donation .select_amount.custom.active input[type=text] {
  opacity: 1;
  visibility: visible;
}

.donation_form .select2-container--default .select2-selection--single .select2-selection__arrow,
.donation_form .select2-container .select2-selection--single,
.donation_form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  padding: 0px 10px;
  border: none;
}

.donation_form .select2-container--default .select2-selection--single .select2-selection__rendered,
.donation_form .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0px;
  line-height: 52px;
}

.donation_form .as_guest h5 {
  font-weight: 600;
  color: #222222;
}

.donation_form .as_guest h5 span {
  padding: 0px 20px;
}

.donation_form .as_guest h5 a {
  background: #222222;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  padding: 12px 24px;
  display: inline-block;
}

.donation_form label {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 10px;
}

.donation_form .form-group {
  margin-top: 10px;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.donation_form .form-control:focus {
  color: #495057;
  border-color: #222222;
  outline: 0;
  box-shadow: none;
}

.donation_form .select2-container--default .select2-selection--multiple,
.donation_form .select2-container--default .select2-selection--single {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0px 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  background-color: #fef9fa;
  background-clip: padding-box;
  border: 1px solid #f6c0cb;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  outline-offset: 0;
}

.donation_form .select_currency_box .select2-container--default .select2-selection--single {
  border: 0px solid #f6c0cb;
}

.donation_form .select2-container--default .select2-selection--multiple:focus,
.donation_form .select2-container--default .select2-selection--single:focus,
.donation_form .select2-container--default.select2-container--focus .select2-selection--multiple,
.donation_form .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #222222;
  outline: none;
  outline-offset: 0px;
}

.donation_form .windzfare_button_group {
  text-align: left;
  margin: 40px 0px 0px 0px;
  display: flex;
  align-items: center;
}

.donation_form .windzfare_button {
  background: #222222;
  box-shadow: 0px 2px 13px rgba(34, 34, 34, 0.5);
}

.donation_form .windzfare_button:hover {
  background: #ffffff;
  color: #222222;
}

.donation_form .form-group.typedonate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.donation_form .form-group.typedonate .select2-container {
  width: 170px !important;
}

.donation_form .payment_getway {
  margin-left: 80px;
}

.donation_form .payment_getway a {
  margin: 0px 10px;
}

.donation_form .payment_getway a:first-child {
  margin-left: 0px;
}

.donation_form .payment_getway a:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 991px) {
  .donation_form {
    margin-bottom: 40px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Hind", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #222222;
  overflow-x: hidden;
  webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 0px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin-bottom: 0px;
  font-family: "Hind", sans-serif;
}

a {
  color: #222222;
  text-decoration: none;
  transition: color 0.5s, background-color 0.8s;
}

a:hover {
  color: #222222;
  text-decoration: none;
  transition: color 0.5s, background-color 0.8s;
}

img {
  max-width: 100%;
}

.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.more_gap {
  padding-top: 110px;
  padding-bottom: 110px;
}

.white-color {
  color: #ffffff;
}

.black-color {
  color: #222222;
}

.primary-color {
  color: #222222;
}

.second-color {
  color: #5c27fe;
}

.third-color {
  color: #ff8810;
}

.fourth-color {
  color: #9348eb;
}

.fifth-color {
  color: #03d8d6;
}

.sixth-color {
  color: #5c27fe;
}

/* Define BG Color */
.white-bg-color {
  background: #ffffff;
}

.black-bg-color {
  background: #222222;
}

.primary-bg-color {
  background: #222222;
}

.second-bg-color {
  background: #5c27fe;
}

.third-bg-color {
  background: #ff8810;
}

.fourth-bg-color {
  background: #9348eb;
}

.fifth-bg-color {
  background: #03d8d6;
}

.sixth-bg-color {
  background: #5c27fe;
}

/* Social Color */
.facebook a {
  color: #345895;
}

.twitter a {
  color: #00a0ee;
}

.linkedin a {
  color: #2867b2;
}

.instagram a {
  color: #e1306c;
}

.gplus a {
  color: #951d1d;
}

.skype a {
  color: #00aff0;
}

.rss a {
  color: #8265ff;
}

.pinterest a {
  color: #ff081e;
}

/*-------------------------------*/
/*Preloader*/
/*-------------------------------*/
.preloader {
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1111;
  overflow-x: hidden;
  background: #fff;
}

.preloader-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.siteloading-preloader {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 2em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.siteloading-preloader,
.siteloading-preloader:before,
.siteloading-preloader:after {
  animation: 1.15s infinite ease-in-out;
  -o-animation: 1.15s infinite ease-in-out;
  -webkit-animation: 1.15s infinite ease-in-out;
  -moz-animation: 1.15s infinite ease-in-out;
}

.siteloading-preloader:before,
.siteloading-preloader:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  animation: siteloading-animation 1.73s infinite ease-in-out;
  -o-animation: siteloading-animation 1.73s infinite ease-in-out;
  -webkit-animation: siteloading-animation 1.73s infinite ease-in-out;
  -moz-animation: siteloading-animation 1.73s infinite ease-in-out;
}

.siteloading-preloader:before {
  background-color: #222222;
}

.siteloading-preloader:after {
  background-color: #03d8d6;
  animation-delay: 0.86s;
  -o-animation-delay: 0.86s;
  -webkit-animation-delay: 0.86s;
  -moz-animation-delay: 0.86s;
}

@keyframes siteloading-animation {
  0% {
    transform: translateX(-100%) scale(0);
  }
  50% {
    transform: translateX(0%) scale(1);
  }
  100% {
    transform: translateX(100%) scale(0);
  }
}

/*---- Effect ----*/
.album_gallery_part {
  overflow: hidden;
}

.album_gallery_part img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.album_gallery_part:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}

/*---------- Button Section ------------*/
.windzfare_button_group {
  position: relative;
  z-index: 1;
  display: block;
}

.windzfare_button {
  position: relative;
  width: auto;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  outline: none;
  padding: 12px 45px;
  background: transparent;
  border: 0px solid #ffffff;
  border-radius: 30px;
  box-shadow: 0px 0px 13px rgba(34, 34, 34, 0.2);
  overflow: hidden;
  cursor: pointer;
  backface-visibility: hidden;
  transition: all 0.5s ease;
}

.windzfare_button:hover {
  transition: all 0.5s ease;
}

.windzfare_button span.button_value {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  line-height: 27px;
}

.windzfare_button span.button_value i {
  margin-left: 4px;
}

.windzfare_button span.windzfare_button_icon {
  position: relative;
  z-index: 2;
}

.windzfare_button.windzfare_button_icon_left .windzfare_button_icon {
  margin-right: 15px;
}

.windzfare_button.windzfare_button_icon_right .windzfare_button_icon {
  margin-left: 15px;
}

.windzfare_button:before,
.windzfare_button:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  border-radius: 30px;
  transition: all 0.5s ease;
}

/*----- Button -----*/
.windzfare_button {
  color: #ffffff;
}

.windzfare_button:hover {
  color: #222222;
}

.windzfare_button:before {
  background: #ffffff;
}

.windzfare_button:after {
  background: #222222;
}

/*----- Button Second -----*/
.windzfare_button.second {
  color: #ffffff;
  box-shadow: 0px 0px 13px rgba(92, 39, 254, 0.2);
}

.windzfare_button.second:hover {
  color: #5c27fe;
}

.windzfare_button.second:before {
  background: #ffffff;
}

.windzfare_button.second:after {
  background: #5c27fe;
}

/*----- Button third -----*/
.windzfare_button.third {
  color: #ffffff;
  box-shadow: 0px 0px 13px rgba(255, 136, 16, 0.2);
}

.windzfare_button.third:hover {
  color: #ff8810;
}

.windzfare_button.third:before {
  background: #ffffff;
}

.windzfare_button.third:after {
  background: #ff8810;
}

/*----- Button fourth -----*/
.windzfare_button.fourth {
  color: #ffffff;
  box-shadow: 0px 0px 13px rgba(147, 72, 235, 0.2);
}

.windzfare_button.fourth:hover {
  color: #9348eb;
}

.windzfare_button.fourth:before {
  background: #ffffff;
}

.windzfare_button.fourth:after {
  background: #9348eb;
}

/*----- Button fifth -----*/
.windzfare_button.fifth {
  color: #ffffff;
  box-shadow: 0px 0px 13px rgba(3, 216, 214, 0.2);
}

.windzfare_button.fifth:hover {
  color: #03d8d6;
}

.windzfare_button.fifth:before {
  background: #ffffff;
}

.windzfare_button.fifth:after {
  background: #03d8d6;
}

/*----- Button sixth -----*/
.windzfare_button.sixth {
  color: #ffffff;
  box-shadow: 0px 0px 13px rgba(92, 39, 254, 0.2);
}

.windzfare_button.sixth:hover {
  color: #5c27fe;
}

.windzfare_button.sixth:before {
  background: #ffffff;
}

.windzfare_button.sixth:after {
  background: #5c27fe;
}

/*---------- Button Alternate ------------*/
.windzfare_button.alt {
  background: #ffffff;
  color: #222222;
}

.windzfare_button.alt:hover {
  background: #222222;
  color: #ffffff;
}

.windzfare_button.alt:before {
  background: #222222;
}

.windzfare_button.alt:after {
  background: #ffffff;
}

/*---------- Button Alternate Second ------------*/
.windzfare_button.alt.second {
  background: #ffffff;
  color: #5c27fe;
}

.windzfare_button.alt.second:hover {
  background: #5c27fe;
  color: #ffffff;
}

.windzfare_button.alt.second:before {
  background: #5c27fe;
}

.windzfare_button.alt.second:after {
  background: #ffffff;
}

/*---------- Button Alternate Third ------------*/
.windzfare_button.alt.third {
  background: #ffffff;
  color: #ff8810;
}

.windzfare_button.alt.third:hover {
  background: #ff8810;
  color: #ffffff;
}

.windzfare_button.alt.third:before {
  background: #ff8810;
}

.windzfare_button.alt.third:after {
  background: #ffffff;
}

/*---------- Button Alternate fourth ------------*/
.windzfare_button.alt.fourth {
  background: #ffffff;
  color: #9348eb;
}

.windzfare_button.alt.fourth:hover {
  background: #9348eb;
  color: #ffffff;
}

.windzfare_button.alt.fourth:before {
  background: #9348eb;
}

.windzfare_button.alt.fourth:after {
  background: #ffffff;
}

/*---------- Button Alternate fifth ------------*/
.windzfare_button.alt.fifth {
  background: #ffffff;
  color: #03d8d6;
}

.windzfare_button.alt.fifth:hover {
  background: #03d8d6;
  color: #ffffff;
}

.windzfare_button.alt.fifth:before {
  background: #03d8d6;
}

.windzfare_button.alt.fifth:after {
  background: #ffffff;
}

/*---------- Button Alternate sixth ------------*/
.windzfare_button.alt.sixth {
  background: #ffffff;
  color: #5c27fe;
}

.windzfare_button.alt.sixth:hover {
  background: #5c27fe;
  color: #ffffff;
}

.windzfare_button.alt.sixth:before {
  background: #5c27fe;
}

.windzfare_button.alt.sixth:after {
  background: #ffffff;
}

/*---------- Button Effect 1 ------------*/
.windzfare_button.effect_1:before {
  right: 100%;
  top: 0;
}

.windzfare_button.effect_1:hover::before {
  right: 0;
}

.windzfare_button.effect_1:after {
  left: 0;
  top: 0;
}

.windzfare_button.effect_1:hover::after {
  left: 100%;
}

/*---------- Button Effect 2 ------------*/
.windzfare_button.effect_2:before {
  bottom: 100%;
  left: 0;
}

.windzfare_button.effect_2:hover::before {
  bottom: 0;
}

.windzfare_button.effect_2:after {
  left: 0;
  top: 0;
}

.windzfare_button.effect_2:hover::after {
  top: 100%;
}

/*---------- Button Effect 3 ------------*/
.windzfare_button.effect_3:before {
  left: 100%;
  top: 0;
}

.windzfare_button.effect_3:hover::before {
  left: 0;
}

.windzfare_button.effect_3:after {
  right: 0;
  top: 0;
}

.windzfare_button.effect_3:hover::after {
  right: 100%;
}

/*---------- Button Effect 4 ------------*/
.windzfare_button.effect_4:before {
  top: 100%;
  left: 0;
}

.windzfare_button.effect_4:hover::before {
  top: 0;
}

.windzfare_button.effect_4:after {
  bottom: 0;
  left: 0;
}

.windzfare_button.effect_4:hover::after {
  bottom: 100%;
}

/*---------- Button Effect 5 ------------*/
.windzfare_button.effect_5:before {
  left: 0;
  top: 0;
  transform: scale(0);
}

.windzfare_button.effect_5:hover::before {
  right: 0;
  transform: scale(1);
}

.windzfare_button.effect_5:after {
  left: 0;
  top: 0;
  transform: scale(1);
}

.windzfare_button.effect_5:hover::after {
  left: 0;
  transform: scale(0);
}

/*---------- Button Effect 6 ------------*/
.windzfare_button.effect_6:before {
  right: 90%;
  top: 0;
}

.windzfare_button.effect_6:hover::before {
  right: -90%;
}

.windzfare_button.effect_6:after {
  left: 90%;
  top: 0;
}

.windzfare_button.effect_6:hover::after {
  left: -90%;
}

/*---------- Button Effect 7 ------------*/
.windzfare_button.effect_7:before {
  top: 90%;
  left: 0;
}

.windzfare_button.effect_7:hover::before {
  top: -50%;
  transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
}

.windzfare_button.effect_7:after {
  bottom: 90%;
  left: 0;
}

.windzfare_button.effect_7:hover::after {
  bottom: -50%;
  transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
}

/*---------- Button Effect 8 ------------*/
.windzfare_button.effect_8:before {
  top: 90%;
  left: 0;
}

.windzfare_button.effect_8:hover::before {
  top: -50%;
  transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
}

.windzfare_button.effect_8:after {
  bottom: 90%;
  left: 0;
}

.windzfare_button.effect_8:hover::after {
  bottom: -50%;
  transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
}

/*---------- Button Effect 9 ------------*/
.windzfare_button.effect_9:before {
  top: 0;
  left: 100%;
}

.windzfare_button.effect_9:hover:before {
  top: 0;
  left: 50%;
}

.windzfare_button.effect_9:after {
  top: 0;
  right: 0;
}

.windzfare_button.effect_9:hover:after {
  top: 0;
  right: 50%;
}

.windzfare_button.effect_9:hover {
  border-radius: 30px;
}

/*---------- Button Effect 10 ------------*/
.windzfare_button.effect_10:before {
  top: 0;
  right: 100%;
}

.windzfare_button.effect_10:hover:before {
  top: 0;
  right: 0;
}

.windzfare_button.effect_10:after {
  top: 0;
  left: 0;
}

.windzfare_button.effect_10:hover:after {
  top: 0;
  left: 100%;
}

.windzfare_button.windzfare_button_icon_left.effect_10 .windzfare_button_icon {
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.windzfare_button.windzfare_button_icon_left.effect_10:hover .windzfare_button_icon {
  left: -25%;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}

.windzfare_button.windzfare_button_icon_right.effect_10 .windzfare_button_icon {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  margin-left: 0px;
  transition: all 0.5s ease;
}

.windzfare_button.windzfare_button_icon_right.effect_10:hover .windzfare_button_icon {
  left: 130%;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}

/*---------- Button Effect 11 ------------*/
.windzfare_button.effect_11:before {
  left: 0;
  bottom: 100%;
}

.windzfare_button.effect_11:hover:before {
  left: 0;
  bottom: 0;
}

.windzfare_button.effect_11:after {
  top: 0;
  left: 0;
}

.windzfare_button.effect_11:hover:after {
  top: 100%;
  left: 0;
}

.windzfare_button.windzfare_button_icon_left.effect_11 .windzfare_button_icon {
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.windzfare_button.windzfare_button_icon_left.effect_11:hover .windzfare_button_icon {
  left: -50%;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}

.windzfare_button.windzfare_button_icon_right.effect_11 .windzfare_button_icon {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  margin-left: 0px;
  transition: all 0.5s ease;
}

.windzfare_button.windzfare_button_icon_right.effect_11:hover .windzfare_button_icon {
  left: 115%;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}

/*---------- Button Effect 12 ------------*/
.windzfare_button.effect_12:before {
  content: attr(data-text);
  right: 100%;
  top: 0;
  opacity: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.windzfare_button.effect_12:hover:before {
  right: 0%;
  opacity: 1;
}

.windzfare_button.effect_12:hover span {
  transform: translateX(200%);
}

.windzfare_button.effect_12:after {
  top: 0;
  left: 0;
}

.windzfare_button.effect_12:hover:after {
  top: 100%;
  left: 0;
}

/*---------- Button Effect 13 ------------*/
.windzfare_button.effect_13:before {
  content: attr(data-text);
  right: 0;
  bottom: 100%;
  opacity: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.windzfare_button.effect_13:hover:before {
  bottom: 0%;
  opacity: 1;
}

.windzfare_button.effect_13:hover span {
  transform: translateY(200%);
}

.windzfare_button.effect_13:after {
  top: 0;
  left: 0;
}

.windzfare_button.effect_13:hover:after {
  top: 100%;
  left: 0;
}

.anim-img {
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-30px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}

.slider {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
}

.slider .typed {
  color: #222222;
}

.slider .typed-cursor {
  font-size: 60px;
  font-weight: 700;
  color: #222222;
}

.slider .slide-content {
  padding: 150px 0px 225px 0px;
}

.slider .slide-content .sub_heading {
  font-family: "Hind", sans-serif;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #ffffff;
  text-transform: uppercase;
}

.slider .slide-content .heading {
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 25px;
}

.slider .slide-content .windzfare_button_group {
  margin-top: 50px;
}

.slider .slide-content .windzfare_button_group .windzfare_button {
  margin: 0px 15px;
}

.slider .slide-content .windzfare_button_group .windzfare_button:first-child {
  margin-left: 0px;
}

.slider .slide-content .windzfare_button_group .windzfare_button:last-child {
  margin-right: 0px;
}

.slider_type2 .slider .slide-content {
  padding: 190px 0px 240px 0px;
}

@media screen and (max-width: 991px) {
  .slider .slide-content .heading {
    font-size: 48px;
    line-height: 54px;
  }
}

@media screen and (max-width: 767px) {
  .slider .slide-content .heading {
    font-size: 36px;
    line-height: 42px;
  }
}

/*--------- slider_carousel Navs --------*/
.owl-carousel.slider_carousel .owl-nav {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}

.owl-carousel.slider_carousel .owl-nav .owl-prev {
  float: left;
  margin-left: -2px;
}

.owl-carousel.slider_carousel .owl-nav .owl-next {
  float: right;
  margin-right: -2px;
}

.owl-carousel.slider_carousel .owl-nav button.owl-prev,
.owl-carousel.slider_carousel .owl-nav button.owl-next {
  background: transparent;
  color: #222222;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 40px;
  height: 60px;
  line-height: 28px;
  border-radius: 0%;
  border: 2px solid #222222;
  outline: none;
  transition: color 0.5s, background-color 0.8s;
}

.owl-carousel.slider_carousel.side_nav .owl-nav {
  margin-top: 0px;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: auto;
  bottom: 75px;
  left: 0;
  width: auto;
  z-index: 1;
}

.owl-carousel.slider_carousel.side_nav .owl-nav .owl-prev,
.owl-carousel.slider_carousel.side_nav .owl-nav .owl-next {
  float: none;
  margin: 0px 10px;
}

.owl-carousel.slider_carousel.side_nav .owl-nav button.owl-prev,
.owl-carousel.slider_carousel.side_nav .owl-nav button.owl-next {
  background: transparent;
  color: #222222;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 0%;
  border: 1px solid #222222;
  outline: none;
  transition: color 0.5s, background-color 0.8s;
}

.owl-carousel.slider_carousel.side_nav .owl-nav button.owl-prev:hover,
.owl-carousel.slider_carousel.side_nav .owl-nav button.owl-next:hover {
  background: #222222;
  color: #ffffff;
}

/*--------- slider_carousel Dots --------*/
.owl-carousel.slider_carousel .owl-dots {
  position: absolute;
  right: auto;
  bottom: 75px;
  text-align: center;
  display: flex;
  width: 100%;
  height: 30px;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

.owl-carousel.slider_carousel .owl-dots button.owl-dot {
  outline: none;
  margin: 0px 5px;
}

.owl-carousel.slider_carousel .owl-dots button.owl-dot span {
  background: #ffffff;
  outline: none;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 100%;
}

.owl-carousel.slider_carousel .owl-dots button.owl-dot.active span {
  background: #222222;
}

.owl-carousel.slider_carousel.side_dots .owl-dots {
  right: 5px;
  text-align: right;
  width: auto;
}

.section.more_gap.causes {
  padding-bottom: 75px;
}

.causes {
  padding-bottom: 75px;
}

.causes .windzfare_button_group {
  text-align: center;
}

.causes .windzfare_button_group .windzfare_button {
  padding: 13px 80px;
}

.causes.bg_image_4 .windzfare_title {
  color: #ffffff;
}

.windzfare_causes {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 15px 25px rgba(34, 34, 34, 0.12);
  margin: 0px 0px 35px 0px;
}

.windzfare_causes .windzfare_causes_image {
  position: relative;
}

.windzfare_causes .windzfare_causes_image img {
  width: 100%;
}

.windzfare_causes .windzfare_causes_image .windzfare_highlight_tag {
  position: absolute;
  bottom: 35px;
  left: 40px;
}

.windzfare_causes .windzfare_causes_content {
  padding: 33px 35px 30px 35px;
}

.windzfare_causes .windzfare_causes_content h4 {
  position: relative;
  color: #222222;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  transition: color 0.5s, background-color 0.8s;
}

.windzfare_causes .windzfare_causes_content h4 a {
  color: #222222;
}

.windzfare_causes .windzfare_causes_content h4 a:hover {
  color: #222222;
}

.windzfare_causes .windzfare_causes_content p {
  font-size: 18px;
  line-height: 28px;
  color: #666666;
}

.windzfare_causes .windzfare_causes_content img {
  width: auto;
}

.windzfare_causes:hover .windzfare_causes_content h4 {
  color: #222222;
}

.windzfare_causes .windzfare_button_group {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 20px 30px;
}

.windzfare_causes .windzfare_button_group .windzfare_button {
  font-size: 12px;
  font-weight: 500;
  padding: 6px 25px;
  background: transparent;
  color: #222222;
}

/*--------- windzfare_causes_carousel Navs --------*/
.owl-carousel.windzfare_causes_carousel.side_nav .owl-nav {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: -1;
}

.owl-carousel.windzfare_causes_carousel.side_nav .owl-nav .owl-prev {
  float: left;
  margin-left: -60px;
}

.owl-carousel.windzfare_causes_carousel.side_nav .owl-nav .owl-next {
  float: right;
  margin-right: -60px;
}

.owl-carousel.windzfare_causes_carousel.side_nav .owl-nav .owl-next i {
  margin-left: 2px;
}

.owl-carousel.windzfare_causes_carousel .owl-nav {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  top: 0;
  left: 0;
  transform: translateY(0%);
  width: 100%;
  z-index: -1;
}

.owl-carousel.windzfare_causes_carousel .owl-nav .owl-prev,
.owl-carousel.windzfare_causes_carousel .owl-nav .owl-next {
  float: none;
  margin: 0px 10px;
}

.owl-carousel.windzfare_causes_carousel .owl-nav button.owl-prev,
.owl-carousel.windzfare_causes_carousel .owl-nav button.owl-next {
  background: transparent;
  color: #222222;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  border: 2px solid #222222;
  outline: none;
  transition: color 0.5s, background-color 0.8s;
}

.owl-carousel.windzfare_causes_carousel .owl-nav button.owl-prev:hover,
.owl-carousel.windzfare_causes_carousel .owl-nav button.owl-next:hover {
  background: #222222;
  color: #ffffff;
}

/*--------- windzfare_causes_carousel Dots --------*/
.owl-carousel.windzfare_causes_carousel .owl-dots {
  position: relative;
  text-align: center;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.owl-carousel.windzfare_causes_carousel .owl-dots button.owl-dot {
  outline: none;
  margin: 0px 5px;
}

.owl-carousel.windzfare_causes_carousel .owl-dots button.owl-dot span {
  background: #222222;
  outline: none;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 100%;
}

.owl-carousel.windzfare_causes_carousel .owl-dots button.owl-dot.active span {
  background: #222222;
}

.owl-carousel.windzfare_causes_carousel .owl-dots.disabled {
  display: none;
}

/*---- Progressbar -----*/
.windzfare_progress_content {
  position: relative;
  margin-top: 50px;
}

.windzfare_progress_content:last-child {
  margin-bottom: 0;
}

.windzfare_progress_content .windzfare_progress_bar_back {
  background: #eeeeee;
}

.windzfare_progress_content .windzfare_progress_bar {
  position: relative;
  width: 0;
  height: 10px;
  background: #222222;
  animation: progress 1.5s ease-in-out forwards;
  box-shadow: 0px 5px 7px rgba(34, 34, 34, 0.2);
}

.windzfare_progress_content .windzfare_progress_bar.striped {
  position: relative;
}

.windzfare_progress_content .windzfare_progress_bar.striped:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.5) 25%, transparent 5%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  overflow: hidden;
}

.windzfare_progress_content .windzfare_progress_bar.striped.left_anim:before {
  animation: moveleft 2s linear infinite;
}

.windzfare_progress_content .windzfare_progress_text {
  position: absolute;
  left: 0;
  bottom: 100%;
  background: #222222;
  font-size: 12px;
  line-height: 16px;
  padding: 0px 5px;
  color: #ffffff;
  margin-bottom: 10px;
}

.windzfare_progress_content .windzfare_progress_value {
  position: absolute;
  right: 0;
  bottom: 100%;
  background: #222222;
  border-radius: 10px;
  font-size: 12px;
  line-height: 20px;
  padding: 0px 7px;
  color: #ffffff;
  margin-bottom: 10px;
}

.windzfare_progress_content .windzfare_progress_value:after {
  content: "";
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #222222;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}

.windzfare_progress_content .windzfare_progress_amount {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
}

.windzfare_progress_content .windzfare_progress_amount span {
  font-family: "Hind", sans-serif;
}

.windzfare_progress_content .windzfare_progress_amount span i {
  width: 22px;
  height: 22px;
  line-height: 23px;
  border: 1px solid #ededed;
  border-radius: 100%;
  display: inline-block;
  color: #222222;
  text-align: center;
}

.windzfare_progress_content .windzfare_progress_amount span b {
  color: #222222;
}

.windzfare_progress_content.windzfare_progress_type2 {
  text-align: center;
  overflow: hidden;
}

.windzfare_progress_content.windzfare_progress_type2 .windzfare_progress_text {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: 0;
  margin-bottom: 0;
  left: calc(50% - 15px);
  transform: translate(-80%, -50%);
}

.windzfare_progress_content.windzfare_progress_type2 .windzfare_progress_value {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: 0;
  margin-bottom: 0;
  left: calc(50%);
  transform: translate(-50%, -50%);
}

.windzfare_progress_content.windzfare_progress_type2 .windzfare_progress_text + .windzfare_progress_value {
  left: calc(50% + 15px);
  transform: translate(10%, -50%);
}

.windzfare_progress_content .windzfare_progress_type3 .windzfare_progress_bar {
  position: absolute;
  right: 0;
}

.windzfare_progress_content .windzfare_progress_type3 .windzfare_progress_bar.striped {
  position: absolute;
  right: 0;
}

.windzfare_progress_content .windzfare_progress_type3 .windzfare_progress_text {
  left: auto;
  right: 0;
}

.windzfare_progress_content .windzfare_progress_type3 .windzfare_progress_value {
  right: auto;
  left: 0;
}

.windzfare_progress_content.windzfare_progress_bar_circle .windzfare_progress_bar_back {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #191f28;
  margin-right: 50px;
  box-shadow: none;
  position: relative;
  overflow: hidden;
}

.windzfare_progress_content.windzfare_progress_bar_circle .windzfare_progress_bar_back:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}

.windzfare_progress_content.windzfare_progress_bar_circle .windzfare_progress_bar_back > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
  background: #191f28;
}

.windzfare_progress_content.windzfare_progress_bar_circle .windzfare_progress_bar_back .windzfare_progress_left {
  left: 0;
}

.windzfare_progress_content.windzfare_progress_bar_circle .windzfare_progress_bar_back .windzfare_progress_left .windzfare_progress_bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  transform-origin: center left;
  animation: loading-2 1.5s linear forwards 1.8s;
}

.windzfare_progress_content.windzfare_progress_bar_circle .windzfare_progress_bar_back .windzfare_progress_bar {
  width: 100%;
  height: 100%;
  background: none;
  border: 5px solid #222222;
  position: absolute;
  top: 0;
  box-shadow: none;
}

.windzfare_progress_content.windzfare_progress_bar_circle .windzfare_progress_bar_back .windzfare_progress_right {
  right: 0;
}

.windzfare_progress_content.windzfare_progress_bar_circle .windzfare_progress_bar_back .windzfare_progress_right .windzfare_progress_bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}

.windzfare_progress_content.windzfare_progress_bar_circle .windzfare_progress_bar_back .windzfare_progress_value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #191f28;
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  line-height: 75px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 1;
}

.windzfare_progress_content.windzfare_progress_bar_circle .windzfare_progress_bar_back .windzfare_progress_value:after {
  display: none;
}

@keyframes loading-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

@keyframes loading-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(144deg);
  }
}

.second .windzfare_progress_content .windzfare_progress_bar {
  background: #5c27fe;
  box-shadow: 0px 5px 7px rgba(92, 39, 254, 0.2);
}

.second .windzfare_progress_content .windzfare_progress_text {
  background: #5c27fe;
}

.second .windzfare_progress_content .windzfare_progress_value {
  background: #5c27fe;
}

.second .windzfare_progress_content .windzfare_progress_value:after {
  border-top: 5px solid #5c27fe;
}

.second .windzfare_progress_content .windzfare_progress_amount span i {
  color: #5c27fe;
}

.second .windzfare_progress_content .windzfare_progress_amount span b {
  color: #5c27fe;
}

.third .windzfare_progress_content .windzfare_progress_bar {
  background: #ff8810;
  box-shadow: 0px 5px 7px rgba(255, 136, 16, 0.2);
}

.third .windzfare_progress_content .windzfare_progress_text {
  background: #ff8810;
}

.third .windzfare_progress_content .windzfare_progress_value {
  background: #ff8810;
}

.third .windzfare_progress_content .windzfare_progress_value:after {
  border-top: 5px solid #ff8810;
}

.third .windzfare_progress_content .windzfare_progress_amount span i {
  color: #ff8810;
}

.third .windzfare_progress_content .windzfare_progress_amount span b {
  color: #ff8810;
}

.fourth .windzfare_progress_content .windzfare_progress_bar {
  background: #9348eb;
  box-shadow: 0px 5px 7px rgba(147, 72, 235, 0.2);
}

.fourth .windzfare_progress_content .windzfare_progress_text {
  background: #9348eb;
}

.fourth .windzfare_progress_content .windzfare_progress_value {
  background: #9348eb;
}

.fourth .windzfare_progress_content .windzfare_progress_value:after {
  border-top: 5px solid #9348eb;
}

.fourth .windzfare_progress_content .windzfare_progress_amount span i {
  color: #9348eb;
}

.fourth .windzfare_progress_content .windzfare_progress_amount span b {
  color: #9348eb;
}

.fifth .windzfare_progress_content .windzfare_progress_bar {
  background: #03d8d6;
  box-shadow: 0px 5px 7px rgba(3, 216, 214, 0.2);
}

.fifth .windzfare_progress_content .windzfare_progress_text {
  background: #03d8d6;
}

.fifth .windzfare_progress_content .windzfare_progress_value {
  background: #03d8d6;
}

.fifth .windzfare_progress_content .windzfare_progress_value:after {
  border-top: 5px solid #03d8d6;
}

.fifth .windzfare_progress_content .windzfare_progress_amount span i {
  color: #03d8d6;
}

.fifth .windzfare_progress_content .windzfare_progress_amount span b {
  color: #03d8d6;
}

.sixth .windzfare_progress_content .windzfare_progress_bar {
  background: #5c27fe;
  box-shadow: 0px 5px 7px rgba(92, 39, 254, 0.2);
}

.sixth .windzfare_progress_content .windzfare_progress_text {
  background: #5c27fe;
}

.sixth .windzfare_progress_content .windzfare_progress_value {
  background: #5c27fe;
}

.sixth .windzfare_progress_content .windzfare_progress_value:after {
  border-top: 5px solid #5c27fe;
}

.sixth .windzfare_progress_content .windzfare_progress_amount span i {
  color: #5c27fe;
}

.sixth .windzfare_progress_content .windzfare_progress_amount span b {
  color: #5c27fe;
}

@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes moveleft {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/*-- Strip Animation Left to Right --*/
.windzfare_progress_content .windzfare_progress_bar.striped.right_anim:before {
  animation: moveright 2s linear infinite;
}

@keyframes moveright {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

/* Animation */

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}

.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

@media (print), (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}

.windzfare_progress_circular_content {
  text-align: center;
  /* left,center,right */
}

.windzfare_progress_circular {
  width: 200px;
  height: 200px;
}

.windzfare_progress_circular .windzfare_progress_circular_track {
  fill: #555;
  stroke: #000;
  stroke-width: 4px;
  transform: rotate(90deg) translate(0px, -80px);
}

.windzfare_progress_circular .windzfare_progress_circular_fill {
  fill: rgba(0, 0, 0, 0);
  stroke-width: 4;
  stroke: #999;
  stroke-dasharray: 219.99078369140625;
  stroke-dashoffset: -219.99078369140625;
  transition: stroke-dashoffset 2s;
  transform: rotate(90deg) translate(0px, -80px);
}

.windzfare_progress_circular .windzfare_progress_circular_value {
  text-anchor: middle;
  fill: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  font-style: normal;
  /* default,normal,italic,oblique */
  text-transform: unset;
  /* inherit,initial,unset,uppercase,lowercase,capitalize */
  text-decoration: none;
  /* default,none,underline,overline,line-through */
}

.windzfare_progress_circular .windzfare_progress_circular_text {
  text-anchor: middle;
  fill: #aaa;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  font-style: normal;
  /* default,normal,italic,oblique */
  text-transform: unset;
  /* inherit,initial,unset,uppercase,lowercase,capitalize */
  text-decoration: none;
  /* default,none,underline,overline,line-through */
}

.events {
  padding-top: 100px;
  padding-bottom: 95px;
}

.windzfare_events {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 0px 13px rgba(34, 34, 34, 0.07);
  margin: 0px 0px 15px 0px;
  text-align: left;
}

.windzfare_events .windzfare_events_image {
  position: relative;
}

.windzfare_events .windzfare_events_image img {
  width: 100%;
}

.windzfare_events .windzfare_events_date {
  display: inline-block;
  width: 65px;
  height: 65px;
  font-family: "Poppins", sans-serif;
  text-align: center;
  color: #ffffff;
  background: #222222;
  border-radius: 100%;
  position: absolute;
  right: 30px;
  bottom: -30px;
  border: 3px solid #ffffff;
  padding-top: 10px;
}

.windzfare_events .windzfare_events_date .day {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.windzfare_events .windzfare_events_date .month {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.windzfare_events .windzfare_events_content {
  padding: 45px 40px;
}

.windzfare_events .windzfare_events_content h3 {
  position: relative;
  line-height: 30px;
  margin-bottom: 25px;
  transition: color 0.5s, background-color 0.8s;
}

.windzfare_events .windzfare_events_content h3 a {
  color: #222222;
}

.windzfare_events .windzfare_events_content p {
  font-size: 18px;
  line-height: 26px;
  color: #666666;
}

.windzfare_events:hover .windzfare_events_content h3 a {
  color: #222222;
}

.windzfare_events .windzfare_events_bottom {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.windzfare_events .windzfare_events_bottom a {
  background: #ffffff;
  color: #222222;
  display: inline-block;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  padding: 0px 15px;
  border: 1px solid #222222;
}

.windzfare_events .windzfare_events_bottom a:hover {
  background: #222222;
  color: #ffffff;
}

.windzfare_events .windzfare_events_bottom span {
  padding-left: 15px;
  color: #222222;
  font-weight: 500;
}

.windzfare_events .windzfare_events_location {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.windzfare_events .windzfare_events_location img {
  margin-right: 20px;
}

.windzfare_events.second .windzfare_events_date {
  background: #5c27fe;
}

.windzfare_events.second:hover .windzfare_events_content h3 a {
  color: #5c27fe;
}

.windzfare_events.second .windzfare_events_bottom a {
  color: #5c27fe;
  border: 1px solid #5c27fe;
}

.windzfare_events.second .windzfare_events_bottom a:hover {
  background: #5c27fe;
  color: #ffffff;
}

.windzfare_events.second .windzfare_events_bottom span {
  color: #5c27fe;
}

.windzfare_events.second .windzfare_events_location i {
  color: #5c27fe;
}

.windzfare_events.third .windzfare_events_date {
  background: #ff8810;
}

.windzfare_events.third:hover .windzfare_events_content h3 a {
  color: #ff8810;
}

.windzfare_events.third .windzfare_events_bottom a {
  color: #ff8810;
  border: 1px solid #ff8810;
}

.windzfare_events.third .windzfare_events_bottom a:hover {
  background: #ff8810;
  color: #ffffff;
}

.windzfare_events.third .windzfare_events_bottom span {
  color: #ff8810;
}

.windzfare_events.third .windzfare_events_location i {
  color: #ff8810;
}

.windzfare_events.fourth .windzfare_events_date {
  background: #9348eb;
}

.windzfare_events.fourth:hover .windzfare_events_content h3 a {
  color: #9348eb;
}

.windzfare_events.fourth .windzfare_events_bottom a {
  color: #9348eb;
  border: 1px solid #9348eb;
}

.windzfare_events.fourth .windzfare_events_bottom a:hover {
  background: #9348eb;
  color: #ffffff;
}

.windzfare_events.fourth .windzfare_events_bottom span {
  color: #9348eb;
}

.windzfare_events.fourth .windzfare_events_location i {
  color: #9348eb;
}

.windzfare_events.fifth .windzfare_events_date {
  background: #03d8d6;
}

.windzfare_events.fifth:hover .windzfare_events_content h3 a {
  color: #03d8d6;
}

.windzfare_events.fifth .windzfare_events_bottom a {
  color: #03d8d6;
  border: 1px solid #03d8d6;
}

.windzfare_events.fifth .windzfare_events_bottom a:hover {
  background: #03d8d6;
  color: #ffffff;
}

.windzfare_events.fifth .windzfare_events_bottom span {
  color: #03d8d6;
}

.windzfare_events.fifth .windzfare_events_location i {
  color: #03d8d6;
}

.windzfare_events.sixth .windzfare_events_date {
  background: #5c27fe;
}

.windzfare_events.sixth:hover .windzfare_events_content h3 a {
  color: #5c27fe;
}

.windzfare_events.sixth .windzfare_events_bottom a {
  color: #5c27fe;
  border: 1px solid #5c27fe;
}

.windzfare_events.sixth .windzfare_events_bottom a:hover {
  background: #5c27fe;
  color: #ffffff;
}

.windzfare_events.sixth .windzfare_events_bottom span {
  color: #5c27fe;
}

.windzfare_events.sixth .windzfare_events_location i {
  color: #5c27fe;
}

.windzfare_events_list {
  position: relative;
  background: #ffffff;
  margin: 0px 0px 24px 0px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #eeeeee;
  text-align: left;
}

.windzfare_events_list:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px dotted #eeeeee;
}

.windzfare_events_list .windzfare_events_list_wrapper {
  display: flex;
}

.windzfare_events_list .windzfare_events_list_wrapper .windzfare_events_list_image {
  position: relative;
  min-width: 145px;
  width: 145px;
  margin-right: 20px;
}

.windzfare_events_list .windzfare_events_list_wrapper .windzfare_events_list_content h6 {
  position: relative;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 5px;
  margin-top: -7px;
  transition: color 0.5s, background-color 0.8s;
}

.windzfare_events_list .windzfare_events_list_wrapper .windzfare_events_list_content h6 a {
  color: #222222;
}

.windzfare_events_list .windzfare_events_list_wrapper .windzfare_events_list_content .windzfare_events_list_date {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.windzfare_events_list .windzfare_events_list_wrapper .windzfare_events_list_content p {
  color: #222222;
  line-height: 30px;
}

.windzfare_events_list .windzfare_events_list_wrapper .windzfare_events_list_content img {
  width: auto;
}

.windzfare_events_list .windzfare_events_list_wrapper:hover .windzfare_events_list_content h6 a {
  color: #222222;
}

.windzfare_events_list.second .windzfare_events_list_wrapper .windzfare_events_list_content .windzfare_events_list_date {
  color: #5c27fe;
}

.windzfare_events_list.second .windzfare_events_list_wrapper:hover .windzfare_events_list_content h6 a {
  color: #5c27fe;
}

.windzfare_events_list.third .windzfare_events_list_wrapper .windzfare_events_list_content .windzfare_events_list_date {
  color: #ff8810;
}

.windzfare_events_list.third .windzfare_events_list_wrapper:hover .windzfare_events_list_content h6 a {
  color: #ff8810;
}

.windzfare_events_list.fourth .windzfare_events_list_wrapper .windzfare_events_list_content .windzfare_events_list_date {
  color: #9348eb;
}

.windzfare_events_list.fourth .windzfare_events_list_wrapper:hover .windzfare_events_list_content h6 a {
  color: #9348eb;
}

.windzfare_events_list.fifth .windzfare_events_list_wrapper .windzfare_events_list_content .windzfare_events_list_date {
  color: #03d8d6;
}

.windzfare_events_list.fifth .windzfare_events_list_wrapper:hover .windzfare_events_list_content h6 a {
  color: #03d8d6;
}

.windzfare_events_list.sixth .windzfare_events_list_wrapper .windzfare_events_list_content .windzfare_events_list_date {
  color: #5c27fe;
}

.windzfare_events_list.sixth .windzfare_events_list_wrapper:hover .windzfare_events_list_content h6 a {
  color: #5c27fe;
}

.upcoming_event {
  position: relative;
  background: #ffffff;
  margin: 0px 0px 40px 0px;
  text-align: left;
}

.upcoming_event .upcoming_event_image {
  position: relative;
}

.upcoming_event .upcoming_event_image img {
  width: 100%;
}

.upcoming_event .upcoming_event_wrapper {
  background: #191f28;
}

.upcoming_event .upcoming_event_content {
  padding: 0px 35px;
}

.upcoming_event .upcoming_event_content .upcoming_event_content_inner {
  padding: 37px 0px 60px 0px;
}

.upcoming_event .upcoming_event_content .upcoming_event_content_inner .highlight_tag {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #ff8810;
}

.upcoming_event .upcoming_event_content .upcoming_event_content_inner h3 {
  position: relative;
  line-height: 36px;
  margin-top: 15px;
  margin-bottom: 25px;
  transition: color 0.5s, background-color 0.8s;
}

.upcoming_event .upcoming_event_content .upcoming_event_content_inner h3 a {
  color: #ffffff;
}

.upcoming_event .upcoming_event_content .upcoming_event_content_inner h3 a:hover {
  color: #222222;
}

.upcoming_event .upcoming_event_location {
  display: flex;
  align-items: center;
}

.upcoming_event .upcoming_event_location img {
  margin-right: 20px;
}

.upcoming_event .upcoming_event_location p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 18px;
}

.upcoming_event .upcoming_event_content_right {
  text-align: right;
}

.upcoming_event .upcoming_event_content_right .windzfare_button {
  padding: 13px 79px;
  background: transparent;
  font-weight: 400;
  letter-spacing: 1px;
}

.upcoming_event .upcoming_event_content_right p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 15px;
  letter-spacing: 1px;
}

.upcoming_event .upcoming_event_content_right p span {
  color: #ff8810;
}

.upcoming_event #clockdiv {
  display: flex;
  background: #ffffff;
  border-radius: 15px;
  padding: 28px 82px;
  justify-content: space-around;
  margin-top: -43px;
  width: 100%;
}

.upcoming_event #clockdiv > div {
  position: relative;
  font-family: "Poppins", sans-serif;
  display: flex;
  padding: 0px 20px;
  min-width: 140px;
  color: #222222;
}

.upcoming_event #clockdiv > div:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background: #ebebeb;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.upcoming_event #clockdiv > div:last-child:after {
  display: none;
}

.upcoming_event #clockdiv > div > span {
  font-size: 36px;
}

.upcoming_event #clockdiv > div .smalltext {
  position: relative;
  font-family: "Hind", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 5px;
  line-height: 12px;
}

.upcoming_event #clockdiv > div .smalltext:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #222222;
  left: 0;
  bottom: 3px;
}

.upcoming_event #clockdiv > div.first {
  color: #222222;
}

.upcoming_event #clockdiv > div.first .smalltext:after {
  background: #222222;
}

.upcoming_event #clockdiv > div.second {
  color: #5c27fe;
}

.upcoming_event #clockdiv > div.second .smalltext:after {
  background: #5c27fe;
}

.upcoming_event #clockdiv > div.third {
  color: #ff8810;
}

.upcoming_event #clockdiv > div.third .smalltext:after {
  background: #ff8810;
}

.upcoming_event #clockdiv > div.fourth {
  color: #9348eb;
}

.upcoming_event #clockdiv > div.fourth .smalltext:after {
  background: #9348eb;
}

.upcoming_event #clockdiv > div.fifth {
  color: #03d8d6;
}

.upcoming_event #clockdiv > div.fifth .smalltext:after {
  background: #03d8d6;
}

.upcoming_event #clockdiv > div.sixth {
  color: #5c27fe;
}

.upcoming_event #clockdiv > div.sixth .smalltext:after {
  background: #5c27fe;
}

@media screen and (max-width: 767px) {
  .upcoming_event {
    text-align: center;
  }
  .upcoming_event .upcoming_event_content .upcoming_event_content_inner {
    display: block;
  }
  .upcoming_event .upcoming_event_location {
    display: block;
  }
  .upcoming_event .upcoming_event_location img {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .upcoming_event .upcoming_event_content_right {
    text-align: center;
    margin-top: 30px;
  }
  .upcoming_event .upcoming_event_content_right .windzfare_button {
    padding: 10px 35px;
    font-size: 12px;
  }
  .upcoming_event #clockdiv {
    display: block;
    position: relative;
    left: 0;
    transform: none;
    border-radius: 0px;
  }
  .upcoming_event #clockdiv > div {
    justify-content: center;
    padding: 15px 0px;
  }
  .upcoming_event #clockdiv > div:after {
    display: none;
  }
}

/*-- Event Social --*/
.event_social {
  margin-top: 30px;
}

.event_social ul {
  margin: 0px;
  padding: 0;
  display: flex;
  align-items: center;
}

.event_social ul li {
  list-style-type: none;
  margin-right: 15px;
  /* Social Color */
}

.event_social ul li a {
  display: block;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 44px;
  border-radius: 100%;
}

.event_social ul li a i {
  min-width: 1em;
  min-height: 1em;
  display: block;
}

.event_social ul li:last-child {
  margin-right: 0px;
}

.event_social ul li.facebook a {
  background: #345895;
}

.event_social ul li.twitter a {
  background: #00a0ee;
}

.event_social ul li.linkedin a {
  background: #2867b2;
}

.event_social ul li.instagram a {
  background: #e1306c;
}

.event_social ul li.gplus a {
  background: #951d1d;
}

.event_social ul li.skype a {
  background: #00aff0;
}

.event_social ul li.rss a {
  background: #8265ff;
}

.event_social ul li.pinterest a {
  background: #ff081e;
}

@media screen and (max-width: 991px) {
  .event_social ul li {
    margin-right: 8px;
  }
  .event_social ul li a {
    width: 30px;
    height: 30px;
    line-height: 34px;
    font-size: 14px;
  }
}

.donate_now .windzfare_heading_wrapper {
  border-bottom: 1px dashed #ececec;
  padding-bottom: 20px;
}

.donate_now .windzfare_heading_wrapper p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  margin: 0px 0px 0px 0px;
}

/* Forms (donation_form) */
.donation_form .to_donation .donation_amount_tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #222222;
}

.donation_form .to_donation .select_currency_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fef9fa;
  border-radius: 5px;
  border: 1px solid #f6c0cb;
  margin-bottom: 25px;
  overflow: hidden;
}

.donation_form .to_donation .select_currency_box .select_amount {
  border-radius: 0px;
  border: 0px solid #f6c0cb;
  border-left: 1px solid #f6c0cb;
}

.donation_form .to_donation .currency_dropdown {
  width: 45px;
}

.donation_form .to_donation .currency {
  padding: 9px 10px 9px 10px;
  border-left: 1px solid #f6c0cb;
}

.donation_form .to_donation .select_amount_box {
  display: block;
  align-items: center;
  font-size: 14px;
  padding: 0px 0px;
  overflow: hidden;
}

.donation_form .to_donation .selectdonate {
  border-right: 1px solid #f6c0cb;
  padding: 10px 10px 10px 10px;
}

.donation_form .to_donation .select_amount {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #f6c0cb;
  color: #222222;
  background: #fef9fa;
  font-weight: 500;
  outline: 0px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  padding: 0px 20px;
}

.donation_form .to_donation .select_amount.custom {
  text-align: left;
}

.donation_form .to_donation .select_amount.active:not(.custom) {
  color: #ffffff;
  background: #222222;
  text-align: center;
}

.donation_form .to_donation button.select_amount:focus {
  outline: 0px;
}

.donation_form .to_donation .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #222222;
  border-radius: 100%;
  margin-right: 10px;
}

.donation_form .to_donation .select_amount.active .dot {
  background: #ffffff;
}

.donation_form .to_donation .select_amount input[type=text] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border: 0px solid #f6c0cb;
  border-radius: 0px;
  background: #ffffff;
  color: #222222;
  font-weight: 500;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
}

.donation_form .to_donation .select_amount input[type=text]:focus {
  outline: 0px;
}

.donation_form .to_donation .select_amount.custom.active input[type=text] {
  opacity: 1;
  visibility: visible;
}

.donation_form .select2-container--default .select2-selection--single .select2-selection__arrow,
.donation_form .select2-container .select2-selection--single,
.donation_form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  padding: 0px 10px;
  border: none;
}

.donation_form .select2-container--default .select2-selection--single .select2-selection__rendered,
.donation_form .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0px;
  line-height: 52px;
}

.donation_form .as_guest h5 {
  font-weight: 600;
  color: #222222;
}

.donation_form .as_guest h5 span {
  padding: 0px 20px;
}

.donation_form .as_guest h5 a {
  background: #222222;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  padding: 12px 24px;
  display: inline-block;
}

.donation_form label {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 10px;
}

.donation_form .form-group {
  margin-top: 10px;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.donation_form .form-control:focus {
  color: #495057;
  border-color: #222222;
  outline: 0;
  box-shadow: none;
}

.donation_form .select2-container--default .select2-selection--multiple,
.donation_form .select2-container--default .select2-selection--single {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0px 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  background-color: #fef9fa;
  background-clip: padding-box;
  border: 1px solid #f6c0cb;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  outline-offset: 0;
}

.donation_form .select_currency_box .select2-container--default .select2-selection--single {
  border: 0px solid #f6c0cb;
}

.donation_form .select2-container--default .select2-selection--multiple:focus,
.donation_form .select2-container--default .select2-selection--single:focus,
.donation_form .select2-container--default.select2-container--focus .select2-selection--multiple,
.donation_form .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #222222;
  outline: none;
  outline-offset: 0px;
}

.donation_form .windzfare_button_group {
  text-align: left;
  margin: 40px 0px 0px 0px;
  display: flex;
  align-items: center;
}

.donation_form .windzfare_button {
  background: #222222;
  box-shadow: 0px 2px 13px rgba(34, 34, 34, 0.5);
}

.donation_form .windzfare_button:hover {
  background: #ffffff;
  color: #222222;
}

.donation_form .form-group.typedonate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.donation_form .form-group.typedonate .select2-container {
  width: 170px !important;
}

.donation_form .payment_getway {
  margin-left: 80px;
}

.donation_form .payment_getway a {
  margin: 0px 10px;
}

.donation_form .payment_getway a:first-child {
  margin-left: 0px;
}

.donation_form .payment_getway a:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 991px) {
  .donation_form {
    margin-bottom: 40px;
  }
}

/*---------- Background ------------*/
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  max-width: 100%;
}

.windzfare-wrapper {
  /*--------- urgent_cause_carousel Navs --------*/
  /*--------- urgent_cause_carousel Dots --------*/
}

.windzfare-wrapper .bg_color_1 {
  background-color: #fbfcfd;
}

.windzfare-wrapper .bg_color_2 {
  background-color: #f0f4f6;
}

.windzfare-wrapper .overlapping_urgent_cause {
  margin-top: -62px;
  position: relative;
  z-index: 3;
}

.windzfare-wrapper .urgent_cause_block {
  position: relative;
  background: #ffffff;
  padding: 60px 100px;
  border-radius: 15px;
  overflow: hidden;
}

.windzfare-wrapper .urgent_cause_block:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/layer1.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.windzfare-wrapper .urgent_cause_block.fourth:before {
  background-image: url(../images/layer2.png);
}

.windzfare-wrapper .urgent_cause_block .urgent_cause_heading h3 {
  line-height: 36px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.windzfare-wrapper .urgent_cause_block .windzfare_progress_content .windzfare_progress_bar {
  height: 8px;
}

.windzfare-wrapper .windzfare_highlight_tag {
  background: #222222;
  color: #ffffff;
  display: inline-block;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3px;
  padding: 4px 10px;
}

.windzfare-wrapper .give_donation {
  margin-top: 15px;
}

.windzfare-wrapper .give_donation .donation_amount_tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #222222;
}

.windzfare-wrapper .give_donation .donation_amount_tab .wp_fare_amount {
  border-left: 1px solid #f6c0cb;
  border-right: none;
  border-bottom: none;
  border-radius: 0;
  border-top: none;
  width: 85px;
  padding: 5px;
  height: 40px;
}

.windzfare-wrapper .give_donation .select_currency_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fef9fa;
  border-radius: 5px;
  border: 1px solid #f6c0cb;
  outline: none;
}

.windzfare-wrapper .give_donation .currency_dropdown {
  margin: 0 20px;
}

.windzfare-wrapper .give_donation .currency {
  padding: 10px 10px 10px 10px;
  border-left: 1px solid #f6c0cb;
}

.windzfare-wrapper .give_donation .select_amount_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  background: #fef9fa;
  padding: 0px 0px;
  border-radius: 5px;
  border: 1px solid #f6c0cb;
  overflow: hidden;
}

.windzfare-wrapper .give_donation .selectdonate {
  border-right: 1px solid #f6c0cb;
  padding: 10px 10px 10px 10px;
  width: 150px;
}

.windzfare-wrapper .give_donation .select_amount {
  width: 90px;
  height: 40px;
  border: 0;
  border-radius: 0px;
  background: transparent;
  color: #222222;
  font-weight: 500;
  outline: 0px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}

.windzfare-wrapper .give_donation .select_amount.radio_circle {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.windzfare-wrapper .give_donation .select_amount.radio_circle .checkmark {
  position: relative;
  height: 6px;
  width: 6px;
  background: #222222;
  border: 0px solid #788a9c;
  margin-right: 10px;
}

.windzfare-wrapper .give_donation .select_amount.radio_circle .checkmark:after {
  display: none;
}

.windzfare-wrapper .give_donation .select_amount.active {
  color: #ffffff;
  background: #222222;
}

.windzfare-wrapper .give_donation .select_amount.active.radio_circle .checkmark {
  background: #ffffff;
}

.windzfare-wrapper .give_donation button.select_amount:focus {
  outline: 0px;
}

.windzfare-wrapper .give_donation .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #222222;
  border-radius: 100%;
  margin-right: 10px;
}

.windzfare-wrapper .give_donation .select_amount.active .dot {
  background: #ffffff;
}

.windzfare-wrapper .give_donation .select_amount input[type=text] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border: 0px solid #f6c0cb;
  border-radius: 0px;
  background: #ffffff;
  color: #222222;
  font-weight: 500;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
}

.windzfare-wrapper .give_donation .select_amount input[type=text]:focus {
  outline: 0px;
}

.windzfare-wrapper .give_donation .select_amount.custom.active input[type=text] {
  opacity: 1;
  visibility: visible;
}

.windzfare-wrapper .give_donation .windzfare_button_group {
  text-align: left;
  margin: 20px 0px 0px 0px;
}

.windzfare-wrapper .give_donation .windzfare_button {
  font-size: 12px;
  padding: 8px 30px;
  background: #222222;
}

.windzfare-wrapper .owl-carousel.urgent_cause_carousel.side_nav .owl-nav {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: -1;
}

.windzfare-wrapper .owl-carousel.urgent_cause_carousel.side_nav .owl-nav .owl-prev {
  float: left;
  margin-left: -60px;
}

.windzfare-wrapper .owl-carousel.urgent_cause_carousel.side_nav .owl-nav .owl-next {
  float: right;
  margin-right: -60px;
}

.windzfare-wrapper .owl-carousel.urgent_cause_carousel .owl-nav {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  top: 0;
  left: 0;
  transform: translateY(0%);
  width: 100%;
  z-index: -1;
}

.windzfare-wrapper .owl-carousel.urgent_cause_carousel .owl-nav .owl-prev,
.windzfare-wrapper .owl-carousel.urgent_cause_carousel .owl-nav .owl-next {
  float: none;
  margin: 0px 10px;
}

.windzfare-wrapper .owl-carousel.urgent_cause_carousel .owl-nav button.owl-prev,
.windzfare-wrapper .owl-carousel.urgent_cause_carousel .owl-nav button.owl-next {
  background: #ffffff;
  color: #222222;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 100%;
  border: 2px solid #222222;
  outline: none;
  transition: color 0.5s, background-color 0.8s;
}

.windzfare-wrapper .owl-carousel.urgent_cause_carousel .owl-nav button.owl-prev:hover,
.windzfare-wrapper .owl-carousel.urgent_cause_carousel .owl-nav button.owl-next:hover {
  background: #222222;
  color: #ffffff;
}

.windzfare-wrapper .owl-carousel.urgent_cause_carousel .owl-dots {
  position: relative;
  text-align: center;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.windzfare-wrapper .owl-carousel.urgent_cause_carousel .owl-dots button.owl-dot {
  outline: none;
  margin: 0px 5px;
}

.windzfare-wrapper .owl-carousel.urgent_cause_carousel .owl-dots button.owl-dot span {
  background: #222222;
  outline: none;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 100%;
}

.windzfare-wrapper .owl-carousel.urgent_cause_carousel .owl-dots button.owl-dot.active span {
  background: #222222;
}

@media screen and (max-width: 991px) {
  .windzfare-wrapper .give_donation .donation_amount_tab {
    display: block;
  }
  .windzfare-wrapper .give_donation .select_amount_box {
    margin-top: 15px;
  }
  .windzfare-wrapper .give_donation .select_amount {
    display: none;
  }
  .windzfare-wrapper .give_donation .select_amount.custom {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .windzfare-wrapper .urgent_cause_block {
    padding: 40px 40px;
  }
  .windzfare-wrapper .give_donation .selectdonate {
    border-right: 0px;
  }
  .windzfare-wrapper .give_donation .select_amount_box {
    display: block;
  }
  .windzfare-wrapper .give_donation .select_amount {
    width: 100%;
  }
}
/*# sourceMappingURL=styles.min.css.map */