/*!
Theme Name: saanidhya
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: saanidhya
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

saanidhya is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* 
font-family: "Fredoka", serif;
font-family: "Nunito", serif;
font-family: "Vujahday Script", serif;
*/

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
html,
body {
  overflow-x: clip;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
a,
aside,
body,
del,
div,
dl,
footer,
header,
li,
main,
ol,
p,
section,
span,
ul {
  padding: 0;
  margin: 0;
  text-shadow: none;
  outline: 0;
  box-shadow: none;
  text-decoration: none;
  list-style: none;
}
b,
strong {
  font-weight: 700;
}
body {
  font-family: "Nunito", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #061408;
  overflow-x: clip;
}
p {
  margin-bottom: 30px;
}
p:last-child {
  margin: 0;
}
a {
  color: #061408;
  -webkit-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
a:hover,
a:focus,
a:active {
  color: #811c58;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fredoka", serif;
  font-style: normal;
  font-weight: 700;
}
.mt-100 {
  margin-top: 100px;
}
.mt-50 {
  margin-top: 50px;
}
.ptb-75 {
  padding: 75px 0px;
}
.mtb-75 {
  margin: 75px 0;
}
.mtb-100 {
  margin: 100px 0;
}
.mtb-120 {
  margin: 120px 0;
}
.ptb-100 {
  padding: 100px 0;
}
.pt-120 {
  padding-top: 120px;
}
header {
  padding: 30px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 99;
  -webkit-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
header.sticky {
  padding: 0;
  transform: translateY(-56px);
}
.header-top {
  padding-bottom: 18px;
  -webkit-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.header-bottom {
  -webkit-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
header.sticky .header-bottom {
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.ht-top-grid,
.ht-top-right {
  flex-wrap: wrap;
  gap: 15px;
}
.ht-top-left a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  gap: 10px;
}
.ht-top-left a + a {
  padding-left: 25px;
  margin-left: 25px;
  border-left: 1px solid #fff;
}
.ht-top-left a:hover,
.ht-top-left a:focus,
.ht-top-left a:active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-donate {
  padding: 8px 16px;
  color: #fff;
  box-shadow: none;
  outline: none;
  background: transparent;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  border-radius: 100px;
}
.btn-donate:hover,
.btn-donate:focus,
.btn-donate:active {
  color: #fff;
  background: #811c58;
  border-color: #811c58;
}
.social {
  gap: 5px;
  flex-wrap: wrap;
}
.social a:hover,
.social a:focus,
.social a:active {
  opacity: 0.75;
}
header .navbar-brand img {
  max-width: 200px;
}
header .navbar-nav {
  margin-left: 60px;
}
header .menu-item a {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #3c3c3c;
  position: relative;
  padding: 0;
}
header .navbar-nav .menu-item {
  position: relative;
}
header .navbar-nav .menu-item.menu-item-has-children {
  padding-right: 14px;
}
header .navbar-nav .menu-item.menu-item-has-children::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: #3c3c3c;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  right: 0;
  width: 6px;
  height: 6px;
  top: 12px;
}
header .menu-item + .menu-item {
  margin-left: 40px;
}
header .menu-item a:hover,
header .menu-item a:focus,
header .menu-item.current-menu-item a {
  color: #811c58;
}
header .navbar-nav > li.menu-item-has-children ul.sub-menu {
  position: absolute;
  top: 100%;
  margin: auto;
  min-width: 250px;
  background: #fff;
  padding: 20px;
  border-radius: 0 0 15px 15px;
  box-shadow: 10px 20px 20px rgba(0, 0, 0, 0.1);
  border-top: 2px solid #811c58;
  -ms-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -ms-transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -ms-transform-origin: top;
  -webkit-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  display: block;
  z-index: 100;
}
header .navbar-nav .menu-item-has-children:hover ul.sub-menu {
  display: block;
  opacity: 1;
  -ms-transform: rotateX(0);
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  -ms-transform-origin: top;
  -webkit-transform-origin: top;
  transform-origin: top;
}
header .navbar-nav .sub-menu li + li {
  margin: 10px 0 0;
}
header .navbar-nav .sub-menu a {
  padding: 0 !important;
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #3c3c3c;
}
header .navbar-nav .sub-menu .menu-item a:hover,
header .navbar-nav .sub-menu .menu-item a:focus,
header .navbar-nav .sub-menu .menu-item a:active,
header .navbar-nav .sub-menu .menu-item.menu-item.current-menu-item a {
  color: #811c58;
}
header .navbar,
header .navbar-brand {
  padding: 0;
  margin: 0;
}
header .navbar {
  background: #fff;
}
header .nav-bg {
  padding: 6px 15px;
  position: relative;
  z-index: 1;
}
header .nav-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
  transform: skewX(-7deg);
  border-radius: 10px;
}
.btn-search {
  background: transparent;
  border-radius: 0;
  border: 0;
  outline: none;
  box-shadow: none;
  padding: 0;
}
.nav-right-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.btn-primary {
  display: flex;
  align-items: center;
  gap: 9px;
  background: #811c58;
  border: 1px solid #811c58;
  color: #fff;
  padding: 20px 40px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  border-radius: 40px;
  width: fit-content;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #000;
  border-color: #811c58;
  color: #fff;
}
.header-bottom .btn-primary {
  padding: 10px 20px;
  text-transform: uppercase;
}
h1 {
  font-size: 70px;
  line-height: 80px;
  margin-bottom: 5px;
}
h1 b,
h1 strong {
  color: #811c58;
}
.home-banner {
  padding: 200px 0 0;
}
.hb-desc h1,
.hb-desc p {
  color: #fff;
}
.hb-desc p {
  font-size: 24px;
  line-height: 34px;
}
.hb-img img {
  max-width: 95%;
  margin: 0 auto;
}
.home-banner .row,
.home-donation .row {
  row-gap: 30px;
}
.home-banner .col-lg-3 {
  display: inherit;
}
.hb-box {
  padding: 65px 40px;
  background: #ffffff;
  box-shadow: 0px 4px 25px rgba(0, 0, 142, 0.15);
  border-radius: 20px;
  width: 100%;
}
.hb-box img {
  height: 60px;
  object-fit: fill;
  margin-bottom: 22px;
}
.hb-box h3 {
  font-family: "Nunito", serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
  color: #7e1655;
  margin-bottom: 12px;
}
.hb-box p {
  font-style: normal;
  font-weight: 400;
  color: #3c3c3c;
  margin: 0;
}
.home-banner .row .col-lg-3:nth-child(2n) .hb-box h3 {
  color: #f54b00;
}
.home-banner .row .col-lg-3:nth-child(3n) .hb-box h3 {
  color: #f7ad00;
}
.home-banner .row .col-lg-3:nth-child(4n) .hb-box h3 {
  color: #51b690;
}
img {
  max-width: 100%;
}
.ha-img img {
  max-width: 95%;
}
.small-title {
  font-family: "Vujahday Script", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 38px;
  color: #811a5a;
  gap: 20px;
  margin-bottom: 12px;
}
h2.sub-heading {
  font-size: 55px;
  line-height: 68px;
  text-transform: capitalize;
  color: #061408;
  margin-bottom: 35px;
}
h2.sub-heading b,
h2.sub-heading strong {
  position: relative;
  color: #811a5a;
  padding-bottom: 6px;
}
h2.sub-heading b:before,
h2.sub-heading strong:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='169' height='17' viewBox='0 0 169 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.39282 14.2706C28.3244 6.65253 99.3766 -4.78533 168.133 10.4079' stroke='%23811A5A' stroke-width='4'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.left-border-text {
  padding-left: 18px;
  border-left: 3px solid #811a5a;
  margin-bottom: 35px;
}
.left-border-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #061408;
  margin: 0;
}
.ha-desc-box {
  display: grid;
  grid-template-columns: 72px 360px;
  gap: 40px;
  margin-bottom: 30px;
}
.ha-desc-box img {
  width: 72px;
  height: 72px;
  object-fit: cover;
}
.had-desc h3 {
  font-family: "Nunito", serif;
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 38px;
  color: #811a5a;
  margin-bottom: 5px;
}
.had-desc p {
  margin: 0;
}
.btn-secondary {
  padding: 20px 40px;
  color: #811a5a;
  border: 1px solid #811a5a;
  box-shadow: none;
  background: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  border-radius: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background: #811a5a;
  border-color: #811a5a;
  color: #fff;
}
.home-donation .small-title,
.home-gallary .small-title,
.home-contact .small-title,
.abt-cta .small-title {
  color: #f7ad00;
  justify-content: center;
}
.home-donation h2.sub-heading,
.home-easy h2.sub-heading,
.home-gallary h2.sub-heading,
.abt-cta h2.sub-heading,
.donation-recent h2.sub-heading {
  color: #fff;
}
.home-donation h2.sub-heading b,
.home-donation h2.sub-heading strong,
.home-easy h2.sub-heading b,
.home-easy h2.sub-heading strong,
.home-gallary h2.sub-heading b,
.home-gallary h2.sub-heading strong,
.donation-recent h2.sub-heading b,
.donation-recent h2.sub-heading strong {
  color: #f7ad00;
}
.home-donation h2.sub-heading b:before,
.home-donation h2.sub-heading strong:before {
  background-image: url("data:image/svg+xml,%3Csvg width='169' height='16' viewBox='0 0 169 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.03906 13.7774C27.9707 6.15936 99.0229 -5.27849 167.779 9.91478' stroke='%23F7AD00' stroke-width='4'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}
.hdon-img img {
  width: 100%;
  border-radius: 20px;
}
.don-cat {
  position: absolute;
  top: 0;
  right: 0;
  background: #f7ad00;
  padding: 6px 30px;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 0 20px 0 0;
}
.hdon-inner {
  max-width: 94%;
  margin: 0 auto;
  position: relative;
  top: -45px;
  background: #ffffff;
  box-shadow: 0px 4px 25px rgba(0, 0, 142, 0.15);
  border-radius: 20px;
  padding: 18px;
}
.hdon-inner h3 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 38px;
  color: #061408;
  margin-bottom: 12px;
}
.hdon-inner h4 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 30px;
  text-align: right;
  color: #061408;
}
.hdon-grid h5 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 30px;
  color: #061408;
  margin: 0;
}
.hdon-grid h5 b,
.hdon-grid h5 strong {
  font-size: 14px;
  font-weight: 300;
  color: #f7ad00;
}
.progress-bar {
  background: #f7ad00;
}
.home-donation .row .col-lg-4:nth-child(2n) .don-cat,
.home-donation .row .col-lg-4:nth-child(2n) .progress-bar {
  background: #2189fa;
}
.home-donation .row .col-lg-4:nth-child(2n) .hdon-grid h5 b,
.home-donation .row .col-lg-4:nth-child(2n) .hdon-grid h5 strong {
  color: #2189fa;
}
.home-donation .row .col-lg-4:nth-child(3n) .don-cat,
.home-donation .row .col-lg-4:nth-child(3n) .progress-bar {
  background: #51b690;
}

.home-donation .row .col-lg-4:nth-child(3n) .hdon-grid h5 b,
.home-donation .row .col-lg-4:nth-child(3n) .hdon-grid h5 strong {
  color: #51b690;
}

.home-easy {
  z-index: 1;
}
.he-desc {
  margin: 100px 0 50px;
}
.arrow-shape {
  text-align: right;
}
.arrow-shape img {
  transform: rotate(18deg);
}
.home-easy .small-title,
.donation-recent .small-title {
  color: #f7ad00;
}
.home-easy-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 95px;
  bottom: 0;
  z-index: -1;
}
.home-easy h2.sub-heading b::before,
.home-easy h2.sub-heading strong::before,
.donation-recent h2.sub-heading b::before,
.donation-recent h2.sub-heading strong::before {
  background-image: url("data:image/svg+xml,%3Csvg width='306' height='15' viewBox='0 0 306 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.42294 12.2329C21.7937 4.61483 199.278 -6.06637 305.492 12.2328' stroke='%23F7AD00' stroke-width='4'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}
.btn-yellow {
  padding: 20px 40px;
  color: #fff;
  border: 1px solid #f7ad00;
  background: #f7ad00;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  border-radius: 40px;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active {
  background: #811a5a;
  border-color: #811a5a;
  color: #fff;
}
.home-easy .left-border-text {
  border-left-color: #f7ad00;
}
.home-easy .left-border-text p {
  color: #fff;
}
.he-form {
  background: #811a5a;
  border-radius: 20px;
  padding: 44px;
}
.he-form-title {
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  color: #fff;
}
.he-form-title b,
.he-form-title strong {
  color: #f7ad00;
  font-size: 30px;
  font-weight: 800;
}
.he-form .progress {
  margin: 25px 0;
  height: 10px;
}
.he-form .form-control {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  border: 0;
  outline: none;
  box-shadow: none;
  color: #000;
  font-size: 20px;
  line-height: 1;
}
.he-form .input-group-text {
  background: #f7ad00;
  border: 0;
  color: #fff;
  font-size: 20px;
  padding: 15px 20px;
}
.check-group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
}
.check-group .rd-box label,
.check-group .amt-set-btn {
  font-size: 16px;
  position: relative;
  padding: 15px;
  background: #fff;
  border-radius: 10px !important;
  text-align: center;
  width: 100%;
  line-height: 1;
  border: 0;
  box-shadow: none;
  outline: none;
  font-weight: 600;
}
.check-group .rd-box input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
.check-group .rd-box input[type="radio"]:checked + label {
  background: #f7ad00;
  color: #fff;
}
.he-form h3 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 12px;
}
.input-group-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.input-group-grid input.form-control {
  width: 100%;
  border-radius: 10px !important;
}
.he-form .btn-secondary {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.he-form .btn-secondary:hover,
.he-form .btn-secondary:focus,
.he-form .btn-secondary:active {
  background: #000;
  border-color: #000;
  color: #fff;
}
.events-content {
  display: none;
}
.events-tabs {
  display: flex;
  align-items: center;
  gap: 12px;
}
.events-tabs a {
  background: #ffffff;
  box-shadow: 0px 4px 25px rgba(0, 0, 142, 0.15);
  border-radius: 10px;
  padding: 16px 32px;
  font-size: 24px;
  color: #000;
  font-weight: 700;
}
.events-tabs a.active,
.events-tabs a:hover,
.events-tabs a:focus {
  background: #811a5a;
  color: #fff;
}
.event-box {
  position: relative;
  transition: 0.5s all;
}
.event-box .event-img {
  overflow: hidden;
}
.event-box .event-img img {
  width: 100%;
}
.event-date {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #811b5b;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 10px;
  line-height: 1;
  z-index: 2;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-weight: 500;
}
.event-box .event-img::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
}
.event-box:hover .event-img::after {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
.event-box .event-desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  transform: translateY(100%);
  padding: 20px 20px 57px 20px;
  width: 90%;
  border-radius: 20px;
  margin: 0 auto;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  transition: all 0.5s;
}
.event-box:hover .event-desc {
  transform: translateY(25%);
  visibility: visible;
  opacity: 1;
}
.event-box .event-desc > a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.event-box .event-desc h3 {
  font-family: "Nunito", serif;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 38px;
  color: #061408;
  margin-bottom: 10px;
}
.event-box .event-desc p {
  margin-bottom: 25px;
}
.evd-grid {
  gap: 18px;
  flex-wrap: wrap;
}
.evdg-list-item {
  gap: 9px;
}
.event-box .arrow-right {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #811a5a;
  border-radius: 0 0 20px 0;
  text-align: center;
}
.event-box .arrow-right svg {
  position: absolute;
  width: 28px;
  height: 28px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.hs-tabs-listing {
  padding: 30px;
  background: #f4f1ee;
  border-radius: 20px;
}
.hs-tabs-listing a {
  display: grid;
  width: 100%;
  gap: 12px;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 4px 25px rgba(0, 0, 142, 0.15);
  border-radius: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #061408;
  margin-bottom: 25px;
  padding: 15px;
  grid-template-columns: 40px auto;
}
.hs-tabs-listing a svg {
  width: 40px;
  height: 40px;
  transition: 0.5s all;
}
.hs-tabs-listing a.active {
  background: #811a5a;
  color: #fff;
}
.hs-tabs-listing a.active svg path {
  stroke: #fff;
}
.hs-tabs-content {
  display: none;
}
.hstc-img img {
  width: 100%;
  border-radius: 20px;
}
.home-gallary h2.sub-heading b:before,
.home-gallary h2.sub-heading strong:before {
  background-image: url("data:image/svg+xml,%3Csvg width='206' height='17' viewBox='0 0 206 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.467163 14.0802C33.5598 6.4621 120.866 -4.97576 205.351 10.2175' stroke='%23F7AD00' stroke-width='4'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}
.hgg-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hgg-img {
  flex: 0 0 auto;
  width: 19%;
  overflow: hidden;
  transition: 0.5s all;
}
.hgg-img img {
  box-shadow: 0px 4px 25px rgba(0, 0, 142, 0.15);
  border-radius: 20px;
}
.hgg-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: 0.5s all;
}
.hgg-link a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.hgg-link a svg,
.hgg-link a img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}
.hgg-img:hover .hgg-link {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.home-contact h2.sub-heading {
  color: #811c58;
}
.con-img img {
  width: 100%;
  margin: 0 auto;
}
.h-con-form {
  background: #ffffff;
  box-shadow: 0px 4px 25px rgba(0, 0, 142, 0.15);
  border-radius: 20px;
  padding: 30px;
}
.h-con-form .form-control {
  background: #fff;
  border: 1px solid #e0e0e0 !important;
  padding: 15px;
  border-radius: 10px !important;
  border: 0;
  outline: none;
  box-shadow: none;
  color: #000;
  font-size: 16px;
  line-height: 1;
}
.h-con-form .btn-secondary {
  border: 1px solid #000;
  color: #000;
}
.h-con-form .btn-secondary:hover,
.h-con-form .btn-secondary:focus,
.h-con-form .btn-secondary:active {
  background: #000;
  border-color: #000;
  color: #fff;
}
.h-con-form .btn-secondary:hover svg path,
.h-con-form .btn-secondary:focus svg path,
.h-con-form .btn-secondary:active svg path {
  fill: #fff;
}
footer {
  padding-top: 120px;
}
.ft-top-img img {
  width: 100%;
  border-radius: 10px;
}
.ft-top-desc .small-title {
  color: #f7ad00;
}
.ft-top-desc p {
  color: #fff;
}
.ft-top-desc .btn-secondary {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.ft-top-desc .btn-secondary:hover,
.ft-top-desc .btn-secondary:focus,
.ft-top-desc .btn-secondary:active {
  background: #811c58;
  border-color: #811c58;
  color: #fff;
}
.footer-bottom {
  margin: 50px 0 0;
  padding: 50px 0;
  border-top: 1px solid #fff;
}
.ft-logo {
  margin-bottom: 12px;
}
.ft-logo img {
  max-width: 240px;
}
.ftl-desc p {
  color: #dedede;
  font-size: 18px;
  line-height: 28px;
}
.footer-bottom h3 {
  font-family: "Nunito", serif;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}
.footer-bottom h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 2px;
  background: #f7ad00;
}
.footer-bottom ul li {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
}
.footer-bottom ul li svg {
  transition: 0.5s all;
}
.footer-bottom ul li a {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #c9c9c9;
}
.footer-bottom ul li a:hover,
.footer-bottom ul li a:focus,
.footer-bottom ul li a:active {
  color: #fff;
}
.footer-bottom ul li:hover svg {
  transform: rotate(45deg);
}
.ftb-box {
  background: rgba(129, 28, 88, 0.8);
  border-radius: 40px;
  padding: 30px 25px 60px;
  position: relative;
}
.ftb-box h4 {
  font-family: "Nunito", serif;
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 24px;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 18px;
}
.ftb-con-list {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ftb-con-list img {
  max-width: 56px;
}
.ftb-con-list + .ftb-con-list {
  margin-top: 30px;
}
.ftb-con-desc p {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #c9c9c9;
  margin: 0;
}
.ftb-con-desc a {
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}
.ftb-con-desc a:hover,
.ftb-con-desc a:focus,
.ftb-con-desc a:active {
  color: #dedede;
}
.ftb-box .social {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  flex-direction: column;
  padding: 25px 15px;
  justify-content: space-around;
  border: 2px solid #f7ad00;
  border-radius: 100px;
}
.footer-copy {
  padding: 25px 0;
  background: #811c58;
}
.footer-copy p {
  font-style: normal;
  font-weight: 200;
  font-size: 18px;
  line-height: 24px;
  color: #c9c9c9;
  margin: 0;
}
.inner-banner {
  padding: 200px 0 50px;
}
.breadcrumb-main {
  margin: 0 auto 20px;
  background: transparent;
  width: fit-content;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  padding: 0;
}

.breadcrumb {
  gap: 3px;
}

.breadcrumb-item a {
  color: #fff !important;
  font-weight: 600;
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
}

.breadcrumb-item {
  font-size: 16px;
  line-height: 20px;
  color: #811c58 !important;
  display: flex;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.ib-desc h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  color: #ffffff;
}
ul.listing-colors {
  column-count: 2;
  margin-bottom: 30px;
}
ul.listing-colors li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}
.abt-what .small-title,
.abt-meet .small-title,
.donation-impact .small-title,
.events-main .small-title,
.contact-main .small-title {
  justify-content: center;
}
.abt-what .row {
  row-gap: 50px;
}
.abt-what .col-lg-4 {
  display: inherit;
}
.abtw-box {
  display: flex;
  align-items: start;
  gap: 55px;
}
.abtw-box img {
  width: 50px;
  height: 50px;
}
.abtw-desc {
  max-width: 90%;
}
.abtw-desc:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 10px;
  width: 5px;
  height: 61px;
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='61' viewBox='0 0 5 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.80664' y='0.078125' width='2' height='60' fill='%23DADADA'/%3E%3Crect x='0.806641' y='20.0781' width='4' height='20' fill='%23811A5A'/%3E%3C/svg%3E%0A");
  background-size: 100%;
}
.abtw-desc h3 {
  font-family: "Nunito", serif;
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 38px;
  color: #811a5a;
  margin-bottom: 5px;
}
.abtw-desc p {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}
.video-img img {
  width: 100%;
}
.video-img .vid-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  transform: translateY(-60%);
  z-index: 1;
  width: 142px;
  height: 142px;
  margin: 0 auto;
}
.meet-box {
  background: #ffffff;
  box-shadow: 0px 4px 25px rgba(0, 0, 142, 0.15);
  border-radius: 20px;
}
.meet-box img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}
.meet-desc {
  padding: 50px;
  text-align: center;
}
.meet-desc h3 {
  font-family: "Nunito", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: #061408;
  margin-bottom: 0;
}
.meet-desc p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #f7ad00;
  margin-bottom: 0;
}
.abt-meet .row {
  row-gap: 30px;
}
.abt-work h2.sub-heading b::before,
.abt-work h2.sub-heading strong::before {
  background-image: url("data:image/svg+xml,%3Csvg width='311' height='21' viewBox='0 0 311 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.39966 19.0126C20.7819 11.3945 164.912 -14.6797 310.257 19.0125' stroke='%23811A5A' stroke-width='4'/%3E%3C/svg%3E%0A");
  background-size: 100%;
}
.listing-with-icon {
  display: flex;
  align-items: start;
  gap: 20px;
}
.listing-with-icon + .listing-with-icon {
  margin-top: 30px;
}
.listing-with-icon svg {
  width: 30px;
  height: 30px;
  position: relative;
  top: 5px;
}
.lwi-desc h3 {
  font-family: "Nunito", serif;
  font-style: normal;
  font-weight: 900;
  font-size: 25px;
  line-height: 35px;
  color: #061408;
  margin: 0 0 5px;
}
.lwi-desc p {
  margin: 0;
}
.donation-banner .breadcrumb-main {
  margin-left: 0;
}
.he-form h3 {
  font-family: "Nunito", serif;
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 2px solid #f7ad00;
}
.inner-banner.donation-banner {
  padding: 220px 0 50px;
}
.home-donation.donation-impact .small-title,
.home-donation.donation-impact .sub-heading b,
.home-donation.donation-impact .sub-heading strong {
  color: #811a5a;
}
.home-donation.donation-impact .sub-heading {
  color: #061408;
}
.home-donation.donation-impact .sub-heading b:before,
.home-donation.donation-impact .sub-heading strong:before {
  background-image: url("data:image/svg+xml,%3Csvg width='169' height='17' viewBox='0 0 169 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.39282 14.2706C28.3244 6.65253 99.3766 -4.78533 168.133 10.4079' stroke='%23811A5A' stroke-width='4'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}
.hdon-inner p {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 26px;
}
.don-recent-form {
  padding: 30px;
  background: #ffffff;
  box-shadow: 0px 4px 25px rgba(0, 0, 142, 0.15);
  border-radius: 20px;
}
.title-tabs-recent {
  padding-bottom: 25px;
  margin-bottom: 40px;
  border-bottom: 2px solid #f7ad00;
}
.title-tabs-recent h3 {
  font-family: "Nunito", serif;
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #f7ad00;
  margin: 0;
}
.don-tabs-recent {
  display: flex;
  align-items: center;
  padding: 5px;
  background: rgba(129, 26, 90, 0.1);
  border-radius: 10px;
}
.don-tabs-recent a {
  padding: 4px 14px;
  background: transparent;
  color: #811a5a;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  border-radius: 10px;
}
.don-tabs-recent a.active {
  background: #811a5a;
  color: #fff;
}
.don-recent-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 90px;
  z-index: -1;
}
.drd-intro {
  padding: 35px;
  background: #f7ad00;
  border-radius: 20px;
}
.drd-auth-name {
  gap: 20px;
  margin-bottom: 18px;
}
.drd-auth-name img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.drd-name h3 {
  font-family: "Nunito", serif;
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 30px;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 0;
}
.drd-name span {
  display: block;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 30px;
  text-transform: capitalize;
  color: #ffffff;
}
.drd-intro p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
}
.event-tab-desc {
  display: none;
}
.events-tabs-links {
  flex-wrap: wrap;
  gap: 10px;
}
.events-tabs-links a {
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 16px 44px;
  background: #ffffff;
  box-shadow: 0px 4px 25px rgba(0, 0, 142, 0.15);
  border-radius: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #061408;
}
.events-tabs-links a svg {
  transition: 0.5s all;
}
.events-tabs-links a.active {
  color: #fff;
  background: #811a5a;
}
.events-tabs-links a.active svg path {
  fill: #fff;
}
.event-tab-desc .row {
  margin-bottom: 30px;
  row-gap: 30px;
}
.event-tab-desc .col-lg-2,
.event-tab-desc .col-lg-10 {
  display: inherit;
  flex-direction: column;
}
.event-date-box {
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  border-radius: 20px;
  padding: 25px;
}
.event-date-box span {
  display: block;
}
.event-date-box .date {
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 38px;
  color: #061408;
}
.event-date-box .day {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #061408;
}
.event-right-box {
  background: #ffffff;
  border: 1px solid rgba(6, 20, 8, 0.5);
  border-radius: 20px;
  padding: 24px;
  gap: 18px;
  width: 100%;
}
.event-right-box a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.event-right-box + .event-right-box {
  margin-top: 20px;
}
.event-right-box .border-img {
  flex: 0 0 auto;
  width: 8px;
}
.event-right-box .border-img svg,
.event-right-box .border-img img {
  width: 8px;
  height: 100%;
}
.eb-right-desc h4 {
  font-family: "Nunito", serif;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 38px;
  color: #061408;
  margin: 0;
}
.eb-right-desc p {
  margin-bottom: 12px;
}
.eb-right-desc .evdg-list-item {
  font-size: 20px;
  font-weight: 700;
}
.volunteer-main .row {
  row-gap: 30px;
}
.vol-box img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
}
.vol-box h3 {
  font-family: "Nunito", serif;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 38px;
  color: #061408;
  margin: 0;
}
.vol-box span.desig {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #061408;
  margin-bottom: 20px;
}
.vol-box .btn-secondary {
  background: #fff;
  color: #061408;
  padding: 20px;
  border: 1px solid #061408;
  font-size: 18px;
  line-height: 1;
}
.vol-box .btn-secondary:hover,
.vol-box .btn-secondary:focus,
.vol-box .btn-secondary:active {
  background: #061408;
  border-color: #061408;
  color: #fff;
}
.vol-box .btn-secondary:hover svg path,
.vol-box .btn-secondary:focus svg path,
.vol-box .btn-secondary:active svg path {
  fill: #fff;
}
.home-events .col-12.text-center .btn-primary {
  margin: 0 auto;
}
.contact-main .row {
  row-gap: 30px;
}
.map img {
  width: 100%;
}
.con-box {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 4px 25px rgba(0, 0, 142, 0.15);
  border-radius: 20px;
  padding: 30px 15px;
}
.con-icon {
  width: 70px;
  height: 70px;
  border: 1px solid #061408;
  border-radius: 12px;
  position: relative;
  margin-bottom: 30px;
  transition: 0.5s all;
}
.con-icon svg {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s all;
}
.con-box h3 {
  font-family: "Nunito", serif;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 38px;
  color: #061408;
}
.con-box p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #061408;
  margin-bottom: 18px;
}
.con-box:hover .con-icon {
  background: #811a5a;
}
.con-box:hover .con-icon svg path {
  fill: #fff;
}

/* Responsive */
@media screen and (max-width: 1399px) {
  .header-bottom .btn-primary {
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
  }
  header .menu-item + .menu-item {
    margin-left: 20px;
  }
  header .navbar-nav {
    margin-left: 40px;
  }
  h1 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 15px;
  }
  .hb-box {
    padding: 30px;
  }
  h2.sub-heading {
    font-size: 45px;
    line-height: 58px;
  }
  .check-group .rd-box label,
  .check-group .amt-set-btn {
    font-size: 14px;
  }
  .he-form .form-control {
    font-size: 16px;
  }
  .event-box .event-desc h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .event-box .event-desc p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .evd-grid {
    gap: 9px 18px;
  }
  .evdg-list-item {
    font-size: 16px;
  }
  .hs-tabs-listing a {
    font-size: 14px;
    line-height: 20px;
    gap: 0;
  }
  .hs-tabs-listing a svg {
    width: 30px;
    height: 30px;
  }
  .ftb-con-list {
    gap: 6px;
  }
  .ftb-con-list img {
    max-width: 45px;
  }
  .ftb-con-desc a,
  .footer-bottom ul li a {
    font-size: 16px;
    line-height: 20px;
  }
  .ftb-con-desc p {
    line-height: 20px;
  }
  .meet-desc {
    padding: 25px;
  }
  .meet-desc h3,
  .lwi-desc h3,
  .abtw-desc h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .meet-desc p,
  .lwi-desc p,
  .abtw-desc p {
    font-size: 16px;
    line-height: 20px;
  }
  .listing-with-icon svg {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 1199px) {
  .nav-right-content {
    display: none;
  }
  h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 15px;
  }
  .hb-box {
    padding: 30px 15px;
  }
  .hb-box h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .hb-box p {
    font-size: 16px;
    line-height: 20px;
  }
  h2.sub-heading {
    font-size: 35px;
    line-height: 48px;
  }
  .hdon-inner h3 {
    font-size: 20px;
    line-height: 34px;
  }
  .don-cat {
    font-size: 14px;
    line-height: 24px;
  }
  .hdon-inner h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .hdon-grid h5 {
    font-size: 16px;
    line-height: 26px;
  }
  .check-group {
    grid-template-columns: repeat(2, 1fr);
  }
  .he-form h3 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .events-tabs a {
    font-size: 16px;
    line-height: 1;
  }
  .hgg-grid {
    gap: 10px;
  }
  .ftb-box {
    padding: 30px 15px;
  }
  .ftb-box .social {
    padding: 10px;
  }
  .footer-bottom h3 {
    font-size: 18px;
  }
  .title-tabs-recent {
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media screen and (max-width: 991px) {
  header {
    padding: 15px 0;
  }
  header.sticky {
    padding: 0;
    transform: translateY(0px);
  }
  .header-top {
    display: none;
  }
  .navbar-toggler {
    padding: 0;
    outline: 0;
    border: 0;
    margin-right: 0;
    box-shadow: 0 0 0 !important;
  }

  .icon-bar {
    width: 25px;
    height: 2px;
    background: #811c58;
    display: block;
  }
  header .navbar-nav {
    margin-left: 0;
  }

  .icon-bar + .icon-bar {
    margin-top: 6px;
  }

  .navbar-collapse {
    padding: 0;
    float: left;
    width: 100%;
    position: fixed;
    left: -100%;
    right: auto;
    top: 0;
    z-index: 11;
    -ms-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: 100vh !important;
    border: 0;
    display: block;
    background: #fff;
    overflow: auto;
  }

  .navbar-collapse.show {
    left: 0;
  }

  header .collapse:not(.show) {
    display: block;
  }

  button.close-btn {
    width: 100%;
    height: 40px;
    background: #811c58;
    border: 0;
    right: 0;
    position: absolute;
    font-size: 18px;
    color: #000;
    padding: 0 15px;
    z-index: 2;
    text-align: left;
    top: 0;
    cursor: pointer;
    text-transform: capitalize;
    left: 0;
    display: block;
    line-height: 40px;
    text-align: right;
  }

  ul.navbar-nav {
    padding-top: 40px;
  }

  .navbar-nav {
    width: 100%;
    overflow-x: hidden;
  }

  ul.navbar-nav > li {
    width: 100%;
  }

  header .navbar-nav a,
  header .navbar-nav .sub-menu a,
  header .navbar-nav > li:last-child a {
    font-size: 16px;
    width: 100%;
    display: block;
    padding: 15px 25px !important;
    line-height: 1;
    border: 0;
    background: transparent;
    color: #000;
    font-weight: 400;
  }
  header .navbar-nav > li:last-child a:hover,
  header .navbar-nav > li:last-child a:focus,
  header .navbar-nav > li:last-child a:active {
    background: transparent;
    color: #811c58;
  }

  button.close-btn svg {
    fill: #fff;
    width: 18px;
    padding-top: 10px;
    vertical-align: unset;
  }

  header .menu-item + .menu-item {
    margin-left: 0;
  }

  header .navbar-nav .menu-item + .menu-item {
    margin-left: 0;
    border-top: 1px solid #811c58;
  }
  header .menu-item a::before {
    display: none;
  }
  .sub-menu {
    position: relative !important;
    display: none !important;
    top: 0 !important;
    min-width: 100% !important;
    padding: 0 !important;
    box-shadow: none !important;
    background: #f7ad0017 !important;
    border-top: 0 !important;
    border-radius: 0 !important;
  }

  .sub-open .sub-menu {
    display: block !important;
    opacity: 1 !important;
    -ms-transform: rotateX(0) !important;
    -webkit-transform: rotateX(0) !important;
    transform: rotateX(0) !important;
  }
  header .menu-item {
    position: relative;
  }
  header .navbar-nav .menu-item.menu-item-has-children {
    padding-right: 0;
  }
  header .navbar-nav .menu-item.menu-item-has-children::after {
    right: 10px;
    top: 15px;
    cursor: pointer;
    border-color: #811c58;
    width: 10px;
    height: 10px;
    transition: 0.5s all;
    z-index: -1;
  }
  header .menu-item.menu-item-has-children.sub-open::after {
    transform: rotate(222deg);
    top: 20px;
    right: 12px;
  }
  header .navbar-nav .sub-menu li + li {
    margin: 0;
  }
  .home-banner {
    padding: 150px 0 0;
  }
  .home-about .row {
    row-gap: 30px;
  }
  .ha-desc-box {
    grid-template-columns: 72px auto;
  }
  .events-content-main .row {
    row-gap: 50px;
  }
  .hgg-grid {
    gap: 15px;
    justify-content: center;
  }
  .hgg-img {
    width: 25%;
  }
  .con-img img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
  .home-contact .row,
  .home-services .row,
  .footer-bottom .row {
    row-gap: 30px;
  }
  .home-easy {
    padding-bottom: 50px;
  }
  .ptb-100 {
    padding: 50px 0;
  }
  .ha-img img {
    max-width: 100%;
    width: auto;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .mt-50 {
    margin-top: 25px;
  }
  .home-donation .row {
    row-gap: 15px;
  }
  .home-easy-img {
    top: 0;
  }
  .he-desc {
    margin: 50px 0;
  }
  .mtb-100,
  .mtb-120 {
    margin: 50px 0;
  }
  .mt-100 {
    margin-top: 50px;
  }
  .ft-top-img img {
    width: auto;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .inner-banner {
    padding: 100px 0 50px;
  }
  .inner-banner.donation-banner {
    padding: 150px 0 50px;
  }
  .abt-intro .row,
  .abt-work .row {
    row-gap: 30px;
  }
  .donation-recent .row {
    row-gap: 30px;
  }
  .drd-intro {
    padding: 15px;
  }
  .drd-auth-name img {
    width: 60px;
    height: 60px;
  }
  .drd-name h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .drd-name span {
    font-size: 14px;
    line-height: 20px;
  }
  .drd-intro p {
    font-size: 16px;
    line-height: 20px;
  }
  .events-tabs-links a {
    padding: 15px 30px;
    font-size: 18px;
    line-height: 28px;
  }
  .volunteer-main .col-lg-3,
  .contact-main .col-lg-3 {
    width: 50%;
  }
  .vol-box h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .vol-box span.desig {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .ib-desc h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .hb-desc p {
    font-size: 16px;
    line-height: 24px;
  }
  .btn-primary {
    padding: 15px 30px;
  }
  .small-title {
    font-size: 20px;
    line-height: 30px;
  }
  h2.sub-heading {
    font-size: 30px;
    line-height: 40px;
  }
  .ha-desc-box {
    gap: 20px;
  }
  .hdon-img img {
    border-radius: 20px 20px 0 0;
  }
  .hdon-inner {
    position: relative;
    top: 0;
    max-width: 100%;
    border-radius: 0 0 20px 20px;
  }
  .he-form {
    padding: 30px 15px;
  }
  .input-group-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .event-box .event-desc {
    width: 100%;
    position: relative;
    transform: translateY(0);
    padding: 20px 20px 57px 20px;
    border-radius: 20px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
    visibility: visible;
    opacity: 1;
    z-index: 3;
    transition: all 0.5s;
  }
  .event-box:hover .event-desc {
    transform: translateY(0);
  }
  .home-services .row .hs-tabs-content-main .row {
    row-gap: 0;
  }
  .hs-tabs-listing {
    padding: 30px 15px;
  }
  .hgg-img {
    width: 45%;
  }
  .footer-copy {
    padding: 20px 0;
  }
  .footer-copy p {
    font-size: 14px;
    line-height: 1.2;
  }
  .ftb-con-list + .ftb-con-list {
    margin-top: 20px;
  }
  ul.listing-colors {
    column-count: 1;
  }
  .video-img .vid-btn {
    width: 75px;
    height: 75px;
  }
  .don-recent-form {
    padding: 15px;
  }
  .title-tabs-recent h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .title-tabs-recent {
    padding-bottom: 25px;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 15px;
  }
  .don-tabs-recent a {
    font-size: 16px;
    line-height: 20px;
  }
  .events-tabs-links a {
    width: 100%;
  }
  .event-date-box {
    padding: 15px;
  }
  .event-date-box .date {
    font-size: 18px;
    line-height: 28px;
  }
  .event-date-box .day,
  .eb-right-desc p {
    font-size: 14px;
    line-height: 20px;
  }
  .event-right-box {
    padding: 15px;
  }
  .eb-right-desc h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .eb-right-desc .evdg-list-item {
    font-size: 14px;
  }
  .evd-grid {
    gap: 0px 18px;
  }
  .volunteer-main .col-lg-3,
  .contact-main .col-lg-3 {
    width: 100%;
  }
}

/* Ansh */
.threads-icon svg {
  background: #fff;
  border-radius: 50%;
}
.home-contact .h-con-form p {
  margin-bottom: 0;
}
.wpcf7-not-valid-tip {
  font-size: 14px !important;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  margin-top: 10px !important;
  padding: 5px !important;
  font-size: 14px !important;
  line-height: 1.5em !important;
}
.hdon-box iframe .givewp-layouts-headerDescription {
  color: #fff !important;
}
.error-404.not-found {
  padding-top: 200px;
}
.tribe-events-view {
  padding-top: 150px;
}
.tribe-events-pg-template {
  padding-top: 200px !important;
}
body.single-tribe_events header,
body.tribe-events-page-template header {
  background: #000;
}
header.tribe-events-calendar-list__event-header,
header.tribe-events-header {
  background: transparent !important;
  transform: none;
  position: unset !important;
}
header.tribe-events-calendar-month__header {
  background: transparent !important;
  transform: none;
  position: unset !important;
}
header.tribe-events-header {
  position: unset !important;
  background: transparent !important;
  transform: none;
}
.tribe-common img {
  border-radius: 10px;
}
body.single-tribe_events .tribe-events-event-image img {
  width: 100%;
  height: auto;
}
body.single-tribe_events .tribe-events-pg-template ul,
body.single-tribe_events .tribe-events-pg-template ol {
  padding-left: 30px;
}
body.single-tribe_events .tribe-events-pg-template ul li {
  list-style: disc;
}
ul.tribe-events-sub-nav {
  padding-left: 0 !important;
}
ul.tribe-events-sub-nav li {
  list-style: none !important;
}
body.home .hdon-box iframe {
  pointer-events: none;
}
body.home .hdon-box {
  cursor: pointer;
}
.member-header h5 {
  font-weight: 900;
  font-family: "Nunito";
  font-size: 30px;
  text-align: center;
}
.member-body label {
  font-family: "Nunito";
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 5px;
}
.member-body input[type="text"],
.member-body input[type="email"],
.member-body input[type="tel"],
.member-body select,
.member-body textarea {
  background: #fff;
  border: 1px solid #e0e0e0 !important;
  padding: 15px;
  border-radius: 10px !important;
  border: 0;
  outline: none;
  box-shadow: none;
  color: #000;
  font-size: 16px;
  line-height: 1;
}
.member-body .form-control:focus {
  box-shadow: none;
}
.member-body select {
  display: flex;
  flex-direction: column;
  padding: 15px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iMzEuODE4IiB2aWV3Qm94PSIwIDAgNTAgMzEuODE4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik00Ni45MDkgNS4yNzNhMS40NTUgMS40NTUgMCAwIDEgMCAyLjEwNUwyNS42MzYgMjguNjY4YTEuNDQxIDEuNDQxIDAgMCAxIC0yLjEwNSAwTDIuMjU5IDcuMzc3YTEuNDU1IDEuNDU1IDAgMCAxIDAgLTIuMUw0LjU0MSAyLjk5MWExLjQ0MSAxLjQ0MSAwIDAgMSAyLjEgMGwxNy45NDEgMTcuOTU1TDQyLjUyMyAyLjk5MWExLjQ0MSAxLjQ0MSAwIDAgMSAyLjEgMHoiIGZpbGw9IiMwNjE0MDgiLz48L3N2Zz4=)
    #fff calc(100% - 11px) / 14px no-repeat;
  position: relative;
  /* height: 60px; */
  justify-content: center;
}
body.page-template-default header {
  background: #000;
}
.single-page {
  padding-top: 200px;
  padding-bottom: 80px;
}
.single-page ul li {
  list-style: disc;
}
.single-page ul {
  padding-left: 30px;
  margin-bottom: 20px;
}
.single-page p {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .single-page {
    padding-top: 110px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .error-404.not-found {
    padding-top: 150px;
  }
  .tribe-events-view {
    padding-top: 30px;
  }
  .tribe-events-pg-template {
    padding-top: 90px !important;
  }
  .member-header h5 {
    font-size: 18px;
  }
  .member-header h5 br {
    display: none;
  }
}