@media (max-width: 1170px) {
  .ova-pl-10 {
    padding-left: 10px;
  }

  .ova-pr-10 {
    padding-right: 10px;
  }
}
/********** Fix Group **********/
.header_group .elementor-widget-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header_group .elementor-widget-wrap .elementor-element {
  margin: 0px;
}
.header_group.dir_left .elementor-widget-wrap {
  justify-content: flex-start;
}
.header_group.dir_center .elementor-widget-wrap {
  justify-content: center;
}

.elementor-drop-cap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 3px;
  font-weight: 500;
  color: #fff;
  margin-top: 10px;
  margin-right: 10px;
}
.elementor-drop-cap .elementor-drop-cap-letter {
  font-size: 35px;
  line-height: 1;
}

.mailchimp-home1 {
  display: flex;
  flex-wrap: wrap;
  padding: 80px;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
}
@media (max-width: 1100px) {
  .mailchimp-home1 {
    flex-direction: column;
  }
}
@media (max-width: 454px) {
  .mailchimp-home1 {
    padding: 80px 20px;
  }
}
.mailchimp-home1 .title {
  display: flex;
  flex-wrap: wrap;
  width: 30%;
}
@media (max-width: 1100px) {
  .mailchimp-home1 .title {
    margin-bottom: 30px;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 454px) {
  .mailchimp-home1 .title {
    flex-direction: column;
    align-items: center;
  }
}
.mailchimp-home1 .title .icon span {
  font-size: 63px;
  color: #eae5e3;
  line-height: 75px;
}
.mailchimp-home1 .title .text {
  margin-left: 30px;
}
@media (max-width: 454px) {
  .mailchimp-home1 .title .text {
    text-align: center;
    margin: 0;
  }
}
.mailchimp-home1 .title .text p {
  margin: 0;
  font-size: 30px;
  color: #ff6d12;
  margin: 0;
  line-height: 37px;
}
.mailchimp-home1 .title .text h4 {
  margin: 0;
  font-family: "Abril Fatface";
  font-size: 36px;
  line-height: 40px;
  color: #2c2734;
  font-weight: 400;
}
.mailchimp-home1 .sub-form {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 1100px) {
  .mailchimp-home1 .sub-form {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 876px) {
  .mailchimp-home1 .sub-form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.mailchimp-home1 .sub-form .email {
  width: 65%;
}
@media (max-width: 1100px) {
  .mailchimp-home1 .sub-form .email {
    width: 75%;
  }
}
@media (max-width: 876px) {
  .mailchimp-home1 .sub-form .email {
    width: 100%;
    margin-bottom: 30px;
  }
}
.mailchimp-home1 .sub-form .email input[type=email] {
  height: 70px;
  width: 100%;
  background: #f7f4f2;
  border: none;
  outline: none;
  padding: 0 40px;
  font-size: 16px;
  color: #88858e;
  border-radius: 35px;
}
.mailchimp-home1 .sub-form .btn-submit {
  width: 30%;
}
@media (max-width: 1100px) {
  .mailchimp-home1 .sub-form .btn-submit {
    width: 25%;
  }
}
@media (max-width: 876px) {
  .mailchimp-home1 .sub-form .btn-submit {
    width: auto;
  }
}
.mailchimp-home1 .sub-form .btn-submit input[type=submit] {
  height: 70px;
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  background: #ff6d12;
  border: none;
  outline: none;
  padding: 0 40px;
  margin-left: 10px;
  font-weight: 700;
  border-radius: 35px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mailchimp-home1 .sub-form .btn-submit:hover input[type=submit] {
  background: #2c2734;
}

.form-home-2 {
  position: relative;
  display: block;
  border-radius: 8px;
  background-color: #f7f4f2;
  text-align: center;
  padding: 36px 50px 50px;
  width: 100%;
  height: 100%;
}
.form-home-2 .title {
  margin-bottom: 24px;
}
.form-home-2 .title h2 {
  margin: 0;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 4px;
  color: #2c2734;
}
.form-home-2 .title p {
  font-size: 16px;
  margin: 0;
}
.form-home-2 .your-name {
  text-align: center;
}
.form-home-2 .your-name input[type=text] {
  height: 67px;
  width: 100%;
  background-color: #fff;
  border: none;
  outline: none;
  margin-bottom: 10px;
  font-size: 16px;
  color: #88858e;
  border-radius: 30px;
  padding: 0 80px;
  text-align: center;
  overflow: visible;
}
@media only screen and (max-width: 768px) {
  .form-home-2 .your-name input[type=text] {
    padding: 0 20px;
  }
}
.form-home-2 .your-email {
  text-align: center;
}
.form-home-2 .your-email input[type=email] {
  height: 67px;
  width: 100%;
  background-color: #fff;
  border: none;
  outline: none;
  margin-bottom: 10px;
  font-size: 16px;
  color: #88858e;
  border-radius: 30px;
  padding: 0 80px;
  text-align: center;
  overflow: visible;
}
@media only screen and (max-width: 768px) {
  .form-home-2 .your-email input[type=email] {
    padding: 0 20px;
  }
}
.form-home-2 .btn-submit {
  text-align: center;
}
.form-home-2 .btn-submit input[type=submit] {
  display: inline-block;
  vertical-align: middle;
  height: 67px;
  width: 100%;
  border: none;
  outline: none;
  background-color: #ff6d12;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  border-radius: 33.5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-home-2 .btn-submit input[type=submit]:hover {
  background-color: #2C2734;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .form-home-2 {
    padding: 36px 10px 50px;
  }
}

.form-become input[type=text] {
  height: 67px;
  width: 100%;
  background-color: #f7f4f2;
  border: none;
  outline: none;
  margin-bottom: 20px;
  font-size: 16px;
  color: #88858e;
  border-radius: 30px;
  overflow: visible;
  padding-left: 35px;
}
.form-become input[type=email] {
  height: 67px;
  width: 100%;
  background-color: #f7f4f2;
  border: none;
  outline: none;
  margin-bottom: 20px;
  font-size: 16px;
  color: #88858e;
  border-radius: 30px;
  padding-left: 35px;
  overflow: visible;
}
.form-become textarea {
  width: 100%;
  height: 180px;
  background-color: #f7f4f2;
  border: none;
  outline: none;
  margin-bottom: 20px;
  font-size: 16px;
  color: #88858e;
  border-radius: 30px;
  padding: 20px 20px 20px 35px;
  overflow: visible;
}
.form-become .btn-submit {
  text-align: center;
}
.form-become .btn-submit input[type=submit] {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  background-color: #ff6d12;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  border-radius: 33.5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0px 55px;
  height: 67px;
  float: left;
}
.form-become .btn-submit input[type=submit]:hover {
  background-color: #2C2734;
}

.wrap_ova_header {
  width: 100%;
  position: relative;
  /*Breadcrumbs*/
  /*title*/
}
.wrap_ova_header.left #breadcrumbs ul.breadcrumb {
  justify-content: flex-start;
}
.wrap_ova_header.right #breadcrumbs ul.breadcrumb {
  justify-content: flex-end;
}
.wrap_ova_header.center #breadcrumbs ul.breadcrumb {
  justify-content: center;
  display: inline-flex;
}
.wrap_ova_header.bg_feature_img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.wrap_ova_header .cover_color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrap_ova_header .ova_header_el {
  position: relative;
  z-index: 1;
}
.wrap_ova_header .ovatheme_breadcrumbs_el {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.wrap_ova_header .ovatheme_breadcrumbs_el ul.breadcrumb {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.wrap_ova_header .header_title {
  margin: 0;
  padding: 0;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 1.1em;
  font-weight: 500;
}

.elementor-widget-ova_header .wrap_ova_header .ova_header_el .header_title {
  padding: 99px 0 12px 0;
  color: #fff;
  text-transform: capitalize;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.2px;
}
.elementor-widget-ova_header .wrap_ova_header .ova_header_el .ovatheme_breadcrumbs {
  padding: 0 0 100px 0;
}
.elementor-widget-ova_header .wrap_ova_header .ova_header_el .ovatheme_breadcrumbs .breadcrumb {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.2px;
  font-weight: 400;
}
.elementor-widget-ova_header .wrap_ova_header .ova_header_el .ovatheme_breadcrumbs .breadcrumb .separator {
  color: #fff;
}
.elementor-widget-ova_header .wrap_ova_header .ova_header_el .ovatheme_breadcrumbs .breadcrumb .separator:before {
  font-size: 20px;
}
.elementor-widget-ova_header .wrap_ova_header .ova_header_el .ovatheme_breadcrumbs .breadcrumb li {
  color: #fff;
  display: inline;
}
.elementor-widget-ova_header .wrap_ova_header .ova_header_el .ovatheme_breadcrumbs .breadcrumb a {
  color: #fff;
  line-height: 26px;
  letter-spacing: 0.2px;
  font-weight: 400;
}

.element_give_donations .archive_give_donation {
  padding-bottom: 0;
}
.element_give_donations .archive_give_donation .summary {
  width: 100%;
  padding-right: 0;
}
.element_give_donations .archive_give_donation .summary .swiper-button-prev, .element_give_donations .archive_give_donation .summary .swiper-button-next {
  border-color: 1px solid #e5e5e5;
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  outline: none;
  transition: all 0.3s linear;
}
.element_give_donations .archive_give_donation .summary .swiper-button-prev:after, .element_give_donations .archive_give_donation .summary .swiper-button-next:after {
  font-size: 20px;
  color: #333333;
  transition: all 0.3s linear;
}
.element_give_donations .archive_give_donation .summary .swiper-button-prev:hover:after, .element_give_donations .archive_give_donation .summary .swiper-button-next:hover:after {
  color: #ff6d12;
}
.element_give_donations .archive_give_donation .summary .swiper-loading {
  visibility: hidden;
}
.element_give_donations .archive_give_donation .summary .swiper-pagination .swiper-pagination-bullet {
  outline: none;
  width: 6px;
  height: 6px;
  margin: 5px;
  background: #d1d1d6;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.element_give_donations .archive_give_donation .summary .swiper-pagination .swiper-pagination-bullet-active {
  width: 12px;
  border-radius: 5px;
  opacity: 1;
}
.element_give_donations .archive_give_donation .summary .wrap_summary {
  margin: 0;
  transition: 0.4s ease;
}
@media (max-width: 767px) {
  .element_give_donations .archive_give_donation .summary .wrap_summary {
    margin: 0;
  }
}
.element_give_donations .archive_give_donation .summary .wrap_summary .give_detail {
  width: 33.3333%;
  margin-bottom: 30px;
}
.element_give_donations .archive_give_donation .summary .wrap_summary .give_detail:nth-last-child(-n+3) {
  margin-bottom: 0px;
}
@media (max-width: 1024px) {
  .element_give_donations .archive_give_donation .summary .wrap_summary .give_detail:nth-last-child(-n+3) {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .element_give_donations .archive_give_donation .summary .wrap_summary .give_detail {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .element_give_donations .archive_give_donation .summary .wrap_summary .give_detail {
    width: 100%;
  }
}
.element_give_donations .archive_give_donation .summary .wrap_summary .give_detail .detail_body {
  background-color: #fff;
  overflow: hidden;
}
.element_give_donations .archive_give_donation .summary .wrap_summary .give_detail.give_slide {
  width: 100% !important;
  padding: 0 !important;
  display: block !important;
}
.element_give_donations .archive_give_donation .summary .wrap_summary .give_detail.give_slide2 {
  width: 100% !important;
  padding: 0 30px 50px 0;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .element_give_donations .archive_give_donation .summary .wrap_summary .give_detail.give_slide2 {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .element_give_donations .archive_give_donation .summary .wrap_summary .give_detail.give_slide2 {
    display: block;
  }
}
.element_give_donations .archive_give_donation .summary .wrap_summary .give_detail.give_slide2 .image_future {
  width: 50%;
  position: relative;
}
@media (max-width: 1023px) {
  .element_give_donations .archive_give_donation .summary .wrap_summary .give_detail.give_slide2 .image_future {
    width: 100%;
  }
}
.element_give_donations .archive_give_donation .summary .wrap_summary .give_detail.give_slide2 .image_future .thumbnail {
  display: block;
  position: relative;
  margin-right: -78px;
  border-radius: 10px 10px 10px 10px;
}
@media (max-width: 1023px) {
  .element_give_donations .archive_give_donation .summary .wrap_summary .give_detail.give_slide2 .image_future .thumbnail {
    margin-right: 0;
    border-radius: 10px 10px 0px 0px;
  }
}
.element_give_donations .archive_give_donation .summary .wrap_summary .give_detail.give_slide2 .image_future .thumbnail:after {
  border-radius: 10px 10px 10px 10px;
}
@media (max-width: 1023px) {
  .element_give_donations .archive_give_donation .summary .wrap_summary .give_detail.give_slide2 .image_future .thumbnail:after {
    border-radius: 10px 10px 0px 0px;
  }
}
.element_give_donations .archive_give_donation .summary .wrap_summary .give_detail.give_slide2 .detail_content {
  position: relative;
  width: 50%;
  display: block;
}
@media (max-width: 1023px) {
  .element_give_donations .archive_give_donation .summary .wrap_summary .give_detail.give_slide2 .detail_content {
    width: 100%;
  }
}
.element_give_donations .archive_give_donation .summary .wrap_summary .give_detail.give_slide2 .detail_content .detail_body {
  margin-left: -42px;
  margin-top: 60px;
  position: relative;
  padding: 90px 0px 70px 0px;
  border: none;
  border-radius: 10px 10px 10px 10px;
  overflow: visible;
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
}
@media (max-width: 1024px) {
  .element_give_donations .archive_give_donation .summary .wrap_summary .give_detail.give_slide2 .detail_content .detail_body {
    margin-left: 0;
    margin-top: 0;
    border-radius: 0px 0px 10px 10px;
    padding: 30px 0px;
    box-shadow: none;
    border: 1px solid #eee;
  }
}
.element_give_donations .archive_give_donation .summary .wrap_summary .give_detail.give_slide2 .detail_content .detail_body .post_cat {
  position: absolute;
  right: 20px;
  top: -38px;
}
.element_give_donations .archive_give_donation .summary .wrap_summary .give_detail.give_slide2 .detail_content .detail_body .post_cat a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #ff9d00;
  padding: 10px 20px;
  border-radius: 5px 5px 0px 0px;
  text-transform: capitalize;
  transition: 0.4s ease;
}
.element_give_donations .archive_give_donation .summary .wrap_summary .give_detail.give_slide2 .detail_content .detail_body .post_cat a:hover {
  background-color: #2c2734;
}
.element_give_donations .archive_give_donation .summary .wrap_summary .give_detail.give_slide2 .detail_content .detail_body .title {
  margin: 10px 100px 18px 100px;
}
@media (max-width: 1023px) {
  .element_give_donations .archive_give_donation .summary .wrap_summary .give_detail.give_slide2 .detail_content .detail_body .title {
    margin: 10px 30px 18px 30px;
  }
}
.element_give_donations .archive_give_donation .summary .wrap_summary .give_detail.give_slide2 .detail_content .detail_body .desc {
  padding: 0px 100px 50px 100px;
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .element_give_donations .archive_give_donation .summary .wrap_summary .give_detail.give_slide2 .detail_content .detail_body .desc {
    padding: 0px 30px 30px 30px;
    margin-bottom: 60px;
  }
}
.element_give_donations .archive_give_donation .summary .wrap_summary .give_detail.give_slide2 .detail_content .detail_body .progress {
  margin: 0px 100px 15px 100px;
}
@media (max-width: 1024px) {
  .element_give_donations .archive_give_donation .summary .wrap_summary .give_detail.give_slide2 .detail_content .detail_body .progress {
    margin: 0px 35px 15px 35px;
  }
}
.element_give_donations .archive_give_donation .summary .wrap_summary .give_detail.give_slide2 .detail_content .detail_body .raised {
  margin: 0 100px;
}
@media (max-width: 1024px) {
  .element_give_donations .archive_give_donation .summary .wrap_summary .give_detail.give_slide2 .detail_content .detail_body .raised {
    margin: 0 35px;
  }
}
.element_give_donations .archive_give_donation .summary .wrap_summary.column_2 .give_detail {
  width: 50%;
}
@media (max-width: 767px) {
  .element_give_donations .archive_give_donation .summary .wrap_summary.column_2 .give_detail {
    width: 100%;
    margin-bottom: 60px;
  }
}

/***** Archive Give ********/
.archive_give_donation {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 120px;
  padding: 0px 10px;
}
@media (max-width: 991.98px) {
  .archive_give_donation {
    padding-bottom: 60px;
    padding: 0;
  }
}
.archive_give_donation .summary {
  width: 66.6667%;
}
@media (max-width: 991.98px) {
  .archive_give_donation .summary {
    width: 100%;
  }
}
.archive_give_donation .summary .wrap_summary {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 991.98px) {
  .archive_give_donation .summary .wrap_summary {
    margin: 0;
  }
}
.archive_give_donation .summary .wrap_summary.give-slide {
  position: relative;
}
.archive_give_donation .summary .wrap_summary.give-slide2 {
  position: relative;
}
.archive_give_donation .summary .wrap_summary .give_detail {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.archive_give_donation .summary .wrap_summary .give_detail:hover {
  transition: 0.3s all ease;
}
.archive_give_donation .summary .wrap_summary .give_detail:hover .detail_body {
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.15);
}
.archive_give_donation .summary .wrap_summary .give_detail:hover .image_future .thumbnail {
  border-radius: 10px 10px 0px 0px;
}
.archive_give_donation .summary .wrap_summary .give_detail:hover .image_future .thumbnail:after {
  opacity: 1;
  transition: 0.3s all ease;
  border-radius: 10px 10px 0px 0px;
}
.archive_give_donation .summary .wrap_summary .give_detail:hover .image_future .thumbnail img {
  transition: 0.3s all ease;
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .archive_give_donation .summary .wrap_summary .give_detail:hover .image_future .thumbnail img {
    transform: scale(1);
  }
}
.archive_give_donation .summary .wrap_summary .give_detail:hover .image_future .media .gallery {
  transform: translateX(0px);
  opacity: 1 !important;
  transition: 0.3s all ease;
}
.archive_give_donation .summary .wrap_summary .give_detail:hover .image_future .media .video {
  transform: translateX(0px);
  opacity: 1 !important;
  transition: 0.3s all ease 0.1s;
}
.archive_give_donation .summary .wrap_summary .give_detail:hover .progress .wrap_percentage_1:after, .archive_give_donation .summary .wrap_summary .give_detail:hover .progress .wrap_percentage_1 .percentage, .archive_give_donation .summary .wrap_summary .give_detail:hover .progress .wrap_percentage_2:after, .archive_give_donation .summary .wrap_summary .give_detail:hover .progress .wrap_percentage_2 .percentage {
  transition: 0.3s all ease;
}
@media (max-width: 767px) {
  .archive_give_donation .summary .wrap_summary .give_detail:hover .progress .wrap_percentage_1:after, .archive_give_donation .summary .wrap_summary .give_detail:hover .progress .wrap_percentage_1 .percentage, .archive_give_donation .summary .wrap_summary .give_detail:hover .progress .wrap_percentage_2:after, .archive_give_donation .summary .wrap_summary .give_detail:hover .progress .wrap_percentage_2 .percentage {
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  .archive_give_donation .summary .wrap_summary .give_detail {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .archive_give_donation .summary .wrap_summary .give_detail {
    width: 100%;
    padding: 0px 10px;
  }
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future {
  position: relative;
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .post_cat {
  position: absolute;
  right: 20px;
  bottom: 0;
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .post_cat a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #ff9d00;
  padding: 10px 20px;
  border-radius: 5px 5px 0px 0px;
  text-transform: capitalize;
  transition: 0.4s ease;
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .post_cat a:hover {
  background-color: #2c2734;
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .thumbnail {
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .thumbnail:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s all ease;
  border-radius: 10px 10px 0px 0px;
}
@media (max-width: 767px) {
  .archive_give_donation .summary .wrap_summary .give_detail .image_future .thumbnail:after {
    opacity: 1;
    background-color: transparent;
    background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3));
    border-radius: 10px 10px 0px 0px;
  }
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .thumbnail img {
  width: 100%;
  transition: 0.3s all ease;
  border-radius: 10px 10px 0px 0px;
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .media {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 10;
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .media ul.gallery_archive {
  display: none;
}
@media (max-width: 767px) {
  .archive_give_donation .summary .wrap_summary .give_detail .image_future .media {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
  }
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .media .gallery, .archive_give_donation .summary .wrap_summary .give_detail .image_future .media .video {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  opacity: 0 !important;
  transform: translateX(50px);
}
@media (max-width: 767px) {
  .archive_give_donation .summary .wrap_summary .give_detail .image_future .media .gallery, .archive_give_donation .summary .wrap_summary .give_detail .image_future .media .video {
    opacity: 1 !important;
    transform: translateX(0);
    font-size: 16px;
  }
  .archive_give_donation .summary .wrap_summary .give_detail .image_future .media .gallery i, .archive_give_donation .summary .wrap_summary .give_detail .image_future .media .video i {
    background-color: #ff6d12;
    padding: 10px;
    border-radius: 100%;
  }
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .media .gallery {
  transition: 0.3s all ease 0.1s;
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .media .gallery:hover {
  color: #ff6d12;
  transition: 0.3s all ease;
}
@media (max-width: 767px) {
  .archive_give_donation .summary .wrap_summary .give_detail .image_future .media .gallery:hover {
    color: #222222;
    transition: 0.3s all ease;
  }
}
@media (max-width: 767px) {
  .archive_give_donation .summary .wrap_summary .give_detail .image_future .media .gallery {
    opacity: 1;
    transform: translateX(0);
  }
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .media .video {
  margin-left: 15px;
  transition: 0.3s all ease;
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .media .video:hover {
  color: #ff6d12;
  transition: 0.3s all ease;
}
@media (max-width: 767px) {
  .archive_give_donation .summary .wrap_summary .give_detail .image_future .media .video:hover {
    color: #222222;
    transition: 0.3s all ease;
  }
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .progress {
  margin-top: -5px;
  height: 10px;
  border-radius: 0;
  background-color: #eae5e3;
  position: relative;
  z-index: 10;
  overflow: visible;
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .progress .wrap_percentage_1 {
  background-color: #fa7f4b;
  background-image: linear-gradient(to left, #fac54b, #faa24b, transparent);
  position: relative;
  border-radius: 0;
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .progress .wrap_percentage_1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -10px;
  right: -10px;
  background-color: transparent;
  border-top: 10px solid #fa7f4b;
  border-right: 10px solid transparent;
  transition: 0.3s all ease;
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .progress .wrap_percentage_1 .percentage {
  position: absolute;
  top: -10px;
  right: -10px;
  transform: translate(50%, -100%);
  z-index: 777;
  padding: 0 5px;
  background-color: #fa7f4b;
  color: #fff;
  transition: 0.3s all ease;
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .progress .wrap_percentage_2 {
  background-color: #fa7f4b;
  background-image: linear-gradient(to left, #fac54b, #faa24b, transparent);
  position: relative;
  border-radius: 0;
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .progress .wrap_percentage_2:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -10px;
  right: 0;
  background-color: transparent;
  border-top: 10px solid #fa7f4b;
  border-left: 10px solid transparent;
  transition: 0.3s all ease;
}
.archive_give_donation .summary .wrap_summary .give_detail .image_future .progress .wrap_percentage_2 .percentage {
  position: absolute;
  top: -10px;
  right: 15px;
  transform: translate(50%, -100%);
  z-index: 777;
  padding: 0 5px;
  background-color: #fa7f4b;
  color: #fff;
  transition: 0.3s all ease;
}
.archive_give_donation .summary .wrap_summary .give_detail .detail_body {
  border: 1px solid #eae5e3;
  border-top: none;
  transition: 0.3s all ease;
  padding: 35px 0px 25px 0px;
  border-radius: 0px 0px 10px 10px;
}
.archive_give_donation .summary .wrap_summary .give_detail .detail_body .title {
  margin: 10px 35px 18px 35px;
}
.archive_give_donation .summary .wrap_summary .give_detail .detail_body .title a {
  color: #2c2734;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  transition: 0.3s all ease;
}
.archive_give_donation .summary .wrap_summary .give_detail .detail_body .title a:hover {
  color: #ff6d12;
  transition: 0.3s all ease;
}
.archive_give_donation .summary .wrap_summary .give_detail .detail_body .desc {
  margin-bottom: 30px;
  color: #88858e;
  font-size: 18px;
  line-height: 30px;
  padding: 0px 35px 30px 35px;
  border-bottom: 1px solid #eae5e3;
}
.archive_give_donation .summary .wrap_summary .give_detail .detail_body .donate_remaining {
  display: flex;
  justify-content: baseline;
  align-items: center;
  padding-bottom: 15px;
}
.archive_give_donation .summary .wrap_summary .give_detail .detail_body .donate_remaining .donate {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  transition: 0.3s all ease;
  padding: 10px 20px;
  background-color: #222222;
}
.archive_give_donation .summary .wrap_summary .give_detail .detail_body .donate_remaining .donate:hover {
  transition: 0.3s all ease;
  background-color: #f0c84c;
}
.archive_give_donation .summary .wrap_summary .give_detail .detail_body .progress {
  height: 9px;
  overflow: visible;
  border-radius: 20px;
  margin: 55px 35px 10px 35px;
  background-color: #eae5e3;
}
.archive_give_donation .summary .wrap_summary .give_detail .detail_body .progress .wrap_percentage_2 {
  background-color: #ff6d12;
  position: relative;
  border-radius: 20px;
}
.archive_give_donation .summary .wrap_summary .give_detail .detail_body .progress .wrap_percentage_1 {
  background-color: #ff6d12;
  position: relative;
  border-radius: 20px;
}
.archive_give_donation .summary .wrap_summary .give_detail .detail_body .progress .percentage {
  color: #2c2734 !important;
  position: absolute;
  top: -35px;
  right: -20px;
  z-index: 777;
  color: #fff;
  transition: 0.3s all ease;
  font-size: 16px;
}
.archive_give_donation .summary .wrap_summary .give_detail .detail_body .raised {
  display: flex;
  margin-bottom: 20px;
  margin-top: 30px;
  font-size: 20px;
  line-height: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0px 35px 0px 35px;
}
.archive_give_donation .summary .wrap_summary .give_detail .detail_body .raised > div span {
  display: block;
}
.archive_give_donation .summary .wrap_summary .give_detail .detail_body .raised .income {
  display: flex;
  font-size: 20px;
  line-height: 40px;
  color: #2c2734;
  align-items: flex-end;
}
.archive_give_donation .summary .wrap_summary .give_detail .detail_body .raised .income span:last-child {
  color: #88858e;
  padding: 0px 5px 0 5px;
  font-size: 14px;
  line-height: 40px;
}
.archive_give_donation .summary .wrap_summary .give_detail .detail_body .raised .ingo {
  font-size: 17px;
  line-height: 24px;
  color: #202b5d;
  padding-right: 5px;
}
@media (max-width: 1200px) {
  .archive_give_donation .summary .wrap_summary .give_detail .detail_body .raised .ingo {
    display: none;
  }
}
.archive_give_donation .summary .wrap_summary .give_detail .detail_body .raised .goal {
  display: flex;
  font-size: 20px;
  line-height: 40px;
  color: #2c2734;
  align-items: flex-end;
}
.archive_give_donation .summary .wrap_summary .give_detail .detail_body .raised .goal span:last-child {
  color: #88858e;
  padding: 0px 0px 0 5px;
  font-size: 14px;
  line-height: 40px;
}
.archive_give_donation .summary .pagination_archive_give {
  margin: 0px 0px 90px 0px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .archive_give_donation .summary .pagination_archive_give .blog_pagination ul.pagination {
    justify-content: center;
  }
}
.archive_give_donation .summary .pagination_archive_give .blog_pagination ul.pagination li a {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  transition: 0.5s;
}
.archive_give_donation .summary .pagination_archive_give .blog_pagination ul.pagination li a:hover {
  color: #fff;
  background-color: #fa7f4b;
}
.archive_give_donation .summary .pagination_archive_give .blog_pagination ul.pagination li .pagi_dots {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  transition: 0.5s;
  margin-right: 10px;
}
.archive_give_donation .summary .pagination_archive_give .blog_pagination ul.pagination li.active a {
  color: #fff;
  background-color: #fa7f4b;
}
.archive_give_donation .sidebar {
  width: 33.3333%;
  padding-left: 30px;
  position: sticky;
  position: -webkit-sticky;
  top: 130px;
  bottom: 550px;
  height: 580px;
}
@media (max-width: 991.98px) {
  .archive_give_donation .sidebar {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    height: auto;
    top: 0;
    bottom: 0;
  }
}
.archive_give_donation .sidebar .give-sidebar {
  width: 100% !important;
}
@media (max-width: 991.98px) {
  .archive_give_donation .sidebar .give-sidebar {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.archive_give_donation .sidebar .give-sidebar .widget-title {
  margin-top: 0;
  padding-bottom: 25px;
}
.archive_give_donation.type_2 {
  padding-bottom: 0;
}
.archive_give_donation.type_2 .summary {
  width: 100%;
}
.archive_give_donation.type_2 .summary .wrap_summary .give_detail {
  width: 33.3333%;
}
@media (max-width: 991.98px) {
  .archive_give_donation.type_2 .summary .wrap_summary .give_detail {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .archive_give_donation.type_2 .summary .wrap_summary .give_detail {
    width: 100%;
  }
}
.archive_give_donation.type_2 .sidebar {
  display: none;
}
.archive_give_donation.type_5 {
  padding-bottom: 0;
}
.archive_give_donation.type_5 .summary {
  width: 100%;
}
.archive_give_donation.type_5 .summary .wrap_summary .give_detail {
  width: 33.3333%;
}
@media (max-width: 991.98px) {
  .archive_give_donation.type_5 .summary .wrap_summary .give_detail {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .archive_give_donation.type_5 .summary .wrap_summary .give_detail {
    width: 100%;
  }
}
.archive_give_donation.type_5 .sidebar {
  display: none;
}
.archive_give_donation.type_3 {
  padding-bottom: 0;
}
.archive_give_donation.type_3 .summary {
  width: 100%;
}
.archive_give_donation.type_3 .summary .wrap_summary .give_detail {
  width: 25%;
}
@media (max-width: 1200px) {
  .archive_give_donation.type_3 .summary .wrap_summary .give_detail {
    width: 33.3333%;
  }
}
@media (max-width: 991.98px) {
  .archive_give_donation.type_3 .summary .wrap_summary .give_detail {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .archive_give_donation.type_3 .summary .wrap_summary .give_detail {
    width: 100%;
  }
}
.archive_give_donation.type_3 .summary .wrap_summary .give_detail .raised {
  display: block;
}
.archive_give_donation.type_3 .summary .wrap_summary .give_detail .raised .income {
  padding-bottom: 5px;
}
.archive_give_donation.type_3 .summary .wrap_summary .give_detail .raised .ingo {
  display: none;
}
.archive_give_donation.type_3 .sidebar {
  display: none;
}
.archive_give_donation.type_4 {
  padding-bottom: 0;
}
.archive_give_donation.type_4 .summary {
  width: 100%;
}
.archive_give_donation.type_4 .summary .wrap_summary .give_detail {
  width: 100%;
}

/***** End Archive Give ********/
/***** Fix Form Donation Give ********/
.give-form .give-submit {
  height: auto;
  padding: 5px 20px;
  transition: 0.3s all ease;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.give-form .give-submit:hover {
  transition: 0.3s all ease;
  color: #fff;
  background-color: #343434 !important;
  border-color: #343434 !important;
}
.give-form #give-gateway-radio-list {
  display: flex;
}
.give-form #give-gateway-radio-list li {
  display: flex !important;
  align-items: center;
}
.give-form #give-gateway-radio-list li:first-child {
  margin-right: 20px;
}

/***** End Fix Form Donation Give ********/
/***** Fix PrettyPhoto Give ********/
.pp_pic_holder .ppt {
  display: none !important;
}

/***** End Fix PrettyPhoto Give ********/
.contact-page input {
  height: 67px;
  width: 100%;
  border: none;
  background: #f7f4f2;
  padding: 0 40px;
  margin-bottom: 30px;
  border-radius: 30px;
  outline: none;
  font-size: 16px;
  color: #88858e;
}
.contact-page textarea {
  font-size: 16px;
  color: #88858e;
  height: 180px;
  width: 100%;
  background: #f7f4f2;
  padding: 20px 40px 30px;
  border: none;
  border-radius: 40px;
  outline: none;
  margin-bottom: 20px;
}
.contact-page p {
  margin: 0;
}
.contact-page p input[type=submit] {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  background-color: #ff6d12;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  padding: 16.5px 60px;
  border-radius: 33.5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  max-width: 234px;
}
.contact-page p input[type=submit]:hover {
  background-color: #2c2734;
  color: #fff;
}