:root {

  --white: #fff;

  --black: #000;

  --off_white: #cecece;

  --golden_dark: #b27220;

  --light_blue: #3c3c49;

  --gray: #4a4a4a;

}



* {

  margin: 0;

  padding: 0;

  box-sizing: border-box;

  -moz-box-sizing: border-box;

  -webkit-box-sizing: border-box;

}



body {

  font-size: 16px;

  font-weight: 400;

  position: relative;

  font-family: "Jost", sans-serif;

}



html {

  position: relative;

}



img {

  vertical-align: middle;

  max-width: 100%;

}



:focus {

  outline: none;

}



input[type="submit"],

button {

  -webkit-appearance: none;

}



select {

  word-wrap: normal;

}



::-webkit-input-placeholder {

  color: #6d6d6d;

}



:-moz-placeholder {

  color: #6d6d6d;

}



::-moz-placeholder {

  color: #6d6d6d;

}



ul {

  list-style: none;

}



.clr {

  clear: both;

  float: none;

  display: block;

}



.clr:after,

.afclr:after {

  clear: both;

  float: none;

  display: block;

  content: "";

}



.wrapper {

  width: 100%;

  max-width: 1280px;

  padding: 0 20px;

  margin: 0 auto;

}



/* .outer_block {overflow: hidden;} */

.wrapper_xl {

  width: 100%;

  max-width: 1340px;

  padding: 0 20px;

  margin: 0 auto;

}

.ele_full_height{height: 100%;}

a {

  text-decoration: none;

}



.site_button_golden,

.site_button {

  font-size: 18px;

  font-weight: 500;

  line-height: 1em;

  color: var(--golden_dark);

  padding: 15px 22px;

  font-family: "Jost", sans-serif;

  background-color: var(--white);

  border: 1px solid var(--white);

  transition: all 0.3s ease;

  display: inline-block;

  border-radius: 32px;

  cursor: pointer;

  min-width: 142px;

  text-align: center;

}



.site_button:hover {

  border-color: var(--black);

  color: var(--black);

  /* background: linear-gradient(1deg, rgba(208, 169, 63, 1) 0%, rgba(252, 222, 102, 1) 100%); */

}



.site_button_golden {

  color: var(--white);

  border: 1px solid transparent;

  background: linear-gradient(

        1deg,

        rgba(194, 147, 69, 1) 0%,

        rgba(171, 101, 17, 1) 100%

      )

      padding-box,

    linear-gradient(1deg, rgba(194, 147, 69, 1) 0%, rgba(171, 101, 17, 1) 100%)

      border-box;

  /* background: linear-gradient(1deg, rgba(208, 169, 63, 1) 0%, rgba(252, 222, 102, 1) 100%); */

}



.site_button_golden:hover {

  border: 1px solid transparent;

  background: linear-gradient(#fff, #fff) padding-box,

    linear-gradient(1deg, rgba(194, 147, 69, 1) 0%, rgba(171, 101, 17, 1) 100%)

      border-box;

  color: var(--black);

}



.heading_02 h2 {

  font-size: 46px;

  line-height: 1.1em;

  color: var(--black);

  font-weight: 700;

  margin-bottom: 15px;

}



.paragraph_pra p {

  font-size: 16px;

  font-weight: 400;

  color: var(--gray);

  line-height: 1.6;

  padding-bottom: 15px;

}



.paragraph_pra p:last-child {

  padding-bottom: 0;

}



.heading_03 h3 {

  font-size: 32px;

  font-weight: 500;

  color: var(--black);

  line-height: 1.2;

  padding-bottom: 12px;

}



.heading_04 h4 {

  font-size: 28px;

  font-weight: 600;

  color: var(--black);

  line-height: 1.2;

  padding-bottom: 12px;

}



/* .heading_05 h5 {

      font-size: 20px;

      font-weight: 500;

      color: #f00;

      line-height: 1.3;

      margin-bottom: 8px;

    }  */



.social_links_topbar {

  display: flex;

  align-items: center;

  gap: 24px;

  justify-content: end;

  flex-wrap: wrap;

}



.social_links_topbar > p {

  font-size: 18px;

  font-weight: 500;

  color: var(--white);

  line-height: 1;

}



.social_links_topbar > ul {

  padding: 0;

  margin: 0;

  display: flex;

  align-items: center;

  gap: 6px;

}



.social_links_topbar ul li a {

  width: 35px;

  height: 35px;

  border-radius: 50%;

  padding: 5px;

  background-color: var(--white);

  border: 1px solid var(--white);

  display: flex;

  align-items: center;

  justify-content: center;

  transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

}



.social_links_topbar ul li a:hover {

  background-color: var(--golden);

  border-color: var(--black);

}



.social_links_topbar ul li a span {

  display: flex;

  align-items: center;

  justify-content: center;

}



.social_links_topbar ul li a span > svg {

  height: 19px;

  width: 21px;

}



/* header  */

.header_sec {

  padding: 11px 0;

  background: var(--golden_dark);

}



.header_inner {

  display: flex;

  flex-wrap: wrap;

}



.header_img_sec {

  width: 13%;

  position: relative;

}



.header_img_sec a {

  display: inline-block;

  max-width: 130px;

  width: 100%;

  position: absolute;

  top: -4px;

  left: 0;

  z-index: 15;

}



.header_img_sec img {

  width: 100%;

  object-fit: contain;

}



.header_menu_sec {

  width: 75%;

}



.header_social_sec {

  width: 25%;

  display: flex;

  gap: 18px;

  align-items: center;

  justify-content: end;

}



.header_mobile_menu {

  display: none;

}



/* css sticky header */

.sticky_header {

  position: fixed;

  left: 0;

  right: 0;

  top: -80px;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  transition: all 0.5s ease;

  opacity: 0;

  visibility: hidden;

  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.19);

  background-color: var(--golden_dark);

}



.sticky_header.header_is_sticky {

  top: 0;

  opacity: 1;

  visibility: visible;

  z-index: 100;

}



.sticky_header_inner {

  padding: 15px 0 15px;

}



/* css end sticky header */



/* menu  */

.site-menu {

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  padding-right: 15px;

}



.nav-menu li {

  position: relative;

  display: inline-block;

}



.nav-menu > li {

  margin: 0 14px;

}



.nav-menu > li > a {

  position: relative;

  font-weight: 500;

  color: var(--white);

  font-size: 18px;

  padding: 7px 4px;

  line-height: 1.3;

  transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  display: inline-block;

}



.nav-menu li:hover > a {

  color: var(--black);

}



.nav-menu .sub-menu ul li,

.nav-menu .sub-menu li {

  background: #ffffff;

}



.nav-menu .sub-menu {

  position: absolute;

  top: 100%;

  left: 0;

  width: 183px;

  transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  z-index: 1000;

  visibility: visible;

  filter: alpha(opacity=0);

  visibility: hidden;

  opacity: 0;

  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.211764);

  transform: translateY(20px);

}



.nav-menu .sub-menu li {

  background: #ffffff;

  border-bottom: 1px solid var(--golden_dark);

  border-left: none;

  padding: 0;

  display: block;

  position: relative;

}



.nav-menu .sub-menu li a {

  font-family: inherit;

  text-align: left;

  font-weight: 400;

  color: var(--black);

  font-size: 16px;

  display: block;

  padding: 9px 35px 9px 10px;

  transition: all 0.3s ease;

}



.nav-menu .sub-menu li:hover > a {

  background: #e7e7e7;

}



.nav-menu .sub-menu ul {

  position: absolute;

  top: 0px;

  left: 100%;

  border-top: 0;

  padding-left: 0px;

  padding-top: 0;

  filter: alpha(opacity=0);

  width: 180px;

  visibility: hidden;

  opacity: 0;

  -webkit-transform: translate(40px, 0);

  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.211764);

}



.nav-menu .sub-menu li:last-child {

  border-bottom: none;

}



.nav-menu li:hover > .sub-menu {

  visibility: visible;

  opacity: 1;

  filter: alpha(opacity=100);

  -webkit-transform: translateY(0);

}



.nav-menu .sub-menu li:hover ul {

  visibility: visible;

  opacity: 1;

  filter: alpha(opacity=100);

  -webkit-transform: translate(0px, 0);

}



.nav-menu .sub-menu ul li:first-child {

  border-top: none;

}



.menu_expand {

  display: none;

  color: var(--white);

  transition: all 0.2s ease;

  text-decoration: none;

}



.menu_expand i {

  height: 2px;

  background: var(--white);

  display: block;

  width: 35px;

  border-radius: 5px;

}



.menu_expand i:nth-child(2) {

  margin: 10px 0;

}



.overlay {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: -2;

  background-color: rgba(0, 0, 0, 0.8);

  bottom: 0;

  transition: opacity 0.3s ease;

  -moz-transition: opacity 0.3s ease;

  -ms-transition: opacity 0.3s ease;

  -o-transition: opacity 0.3s ease;

  -webkit-transition: opacity 0.3s ease;

  opacity: 0;

}



.overlay.active {

  z-index: 100;

  opacity: 1;

}



.nav-menu .sub-menu > .menu-item-has-children > a::before {

  position: absolute;

  content: "";

  display: block;

  height: 8px;

  width: 8px;

  right: 12px;

  top: 0;

  bottom: 0;

  margin: auto 0;

  border-top: 1px solid #000;

  border-left: 1px solid #000;

  transition: all 0.5s ease-in-out;

  transform: rotate(135deg);

}



.nav-menu > .menu-item-has-children > a {

  padding-right: 20px;

  position: relative;

}



.nav-menu > .menu-item-has-children > a::before {

  position: absolute;

  content: "";

  display: block;

  height: 7px;

  width: 7px;

  right: 6px;

  top: 12px;

  transition: all 0.5s ease-in-out;

  transition: all 0.3s ease;

  border-top: 2px solid var(--white);

  border-left: 2px solid var(--white);

  transform: rotate(225deg);

}



.nav-menu > .current-menu-item > a::before ,

.nav-menu > .menu-item-has-children:hover > a::before {

  border-color: var(--black);

}



.nav-menu > li.current-menu-item > a {

  color: var(--black);

}



.cross_button {

  margin-top: 20px;

  display: block;

  text-align: center;

  position: absolute;

  top: 0px;

  right: 20px;

  display: none;

}



.cross_button a {

  font-size: 22px;

  color: var(--gray);

  cursor: pointer;

  border: 1px solid var(--gray);

  border-radius: 3px;

  padding: 4px;

  display: inline-block;

  text-align: center;

  width: 35px;

  height: 35px;

  line-height: 1.2;

}



.m_close_icon:before,

.m_close_icon:after {

  display: block;

  content: "";

  position: absolute;

  width: 25px;

  height: 2px;

  background: var(--gray);

  top: 17px;

  left: 5px;

  -webkit-transform: rotate(45deg);

  transform: rotate(45deg);

}



.m_close_icon:after {

  -webkit-transform: rotate(-45deg);

  transform: rotate(-45deg);

}



.haeder_mobile_menu_bottom,

.haeder_mobile_menu_top {

  display: none;

}



.expand_plus {

  position: absolute;

  right: 0;

  top: 0;

  width: 20px;

  height: 35px;

  padding: 25px 10px 2px;

  cursor: pointer;

  z-index: 100;

  display: none;

}



.expand_plus i {

  display: block;

  position: relative;

  width: 12px;

  height: 10px;

  top: -8px;

}



.expand_plus:after {

  margin-right: -2px;

  transform: translate(-50%, -50%) rotate(-135deg);

  content: "";

  position: absolute;

  top: 50%;

  left: 50%;

  width: 8px;

  height: 8px;

  margin-left: -2px;

  box-sizing: border-box;

  border-top: 2px solid var(--gray);

  border-left: 2px solid var(--gray);

  transform-origin: center;

}



.expand_plus.active:after {

  transform: translate(-50%, -50%) rotate(45deg);

  border-color: var(--golden);

}



.nav_menu_overlay {

  position: absolute;

  top: 0;

  bottom: 0;

  right: 0;

  left: 0;

  background-color: #00000066;

  z-index: 20;

  width: 100%;

  height: 100%;

  display: none;

  opacity: 0;

  visibility: hidden;

}



.nav_menu_overlay.active {

  display: block;

  opacity: 1;

  visibility: visible;

}



.header_mobile_logo {

  max-width: 170px;

  width: 100%;

}



.nav-menu .sub-menu li:hover > a {

  color: var(--golden);

}



/* banner  */

.banner_section {

  position: relative;

}



.banner_image_ab {

  position: absolute;

  inset: 0;

  display: block;

}



.banner_image_ab > img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.banner_image_ab > img,

.banner_section {

  min-height: 530px;

}



.banner_section::after {

  position: absolute;

  content: "";

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  display: block;

  background: rgba(0, 0, 0, 0.68);

}



.banner_section_inner {

  position: relative;

  height: 100%;

  z-index: 10;

}



.rf_banner_logo a {

  width: 90%;

  display: inline-block;

  max-width: 218px;

  position: absolute;

  top: 25px;

  left: 20px;

  z-index: 15;

}

.rf_banner_logo img {

  width: 100%;

  height: 100%;

  object-fit: contain;

}



.banner_section_inner > .wrapper {

  height: 100%;

  display: flex;

  flex-direction: column;

  justify-content: center;

  padding: 230px 20px 120px;

  position: relative;

}



.banner_content {

  display: flex;

  flex-direction: column;

  align-items: center;

  text-align: center;

  padding: 30px 0;

  max-width: 900px;

  position: relative;

  z-index: 1;

  margin: 0 auto;

}



.banner_content h1 {

  font-size: 72px;

  font-weight: 700;

  line-height: 1.2;

  color: var(--white);

  margin-bottom: 5px;

  visibility: hidden;

}

.banner_content h1 > span {

  display: flex;

  gap: 12px;

  align-items: center;

  justify-content: center;

}

.banner_text_info {

  position: relative;

  width: 100%;

  max-width: 756px;

  margin: 0 auto;

  margin-bottom: 20px;

}



/* .banner_text_info > h1 > span::before,

.banner_text_info > h1 > span::after {

  content: none;

} */



.banner_text_info > h1 > span:first-child::before,

.banner_text_info > h1 > span:first-child::after {

  content: "";

  flex: 1;

  min-width: 38px;

  height: 1px;

  background: var(--golden_dark);

}



.banner_text_info > h1 > span:last-child::before,

.banner_text_info > h1 > span:last-child::after {

  content: "";

  flex: 1;

  min-width: 38px;

  height: 1px;

  background: var(--golden_dark);

}



.banner_text_info > h1::after,

.banner_text_info > h1::before {

  position: absolute;

  content: "";

  left: 0;

  top: -6px;

  bottom: 0;

  margin: auto 0;

  width: 1px;

  height: calc(100% - 91px);

  background: var(--golden_dark);

}

.banner_text_info > h1::before {

  left: auto;

  right: 0;

}



.banner_content p {

  font-size: 22px;

  font-weight: 500;

  letter-spacing: 1px;

  line-height: 1.3;

  color: var(--white);

  margin-bottom: 10px;

}



.banner_btn {

  padding-top: 15px;

}



.about_rf_sec {

  padding: 100px 0;

}



.rf_about_inner,

.ab_rf_about_ctc {

  display: flex;

  flex-wrap: wrap;

}



.rf_about_left {

  width: 75%;

  padding: 0px 25px 0px 0;

}

.rf_about_right {

  width: 25%;

}



.about_rf_content .paragraph_pra p > span {

  font-weight: 700;

}



.ab_rf_about_ctc {

  width: calc(100% + 110px);

  position: relative;

  align-items: center;

  padding-top: 20px;

}

.about_rf_content {

  width: 68%;

  padding-right: 50px;

}



.about_ab_rf_img {

  width: 25%;

}



.rf_about_btn {

  margin-top: 35px;

}



.about_ab_rf_img > img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}

.rf_about_right > .about_ab_rf_img {

  width: 100%;

}

.ab_rf_about_ctc .about_ab_rf_img {

  width: 32%;

}

.tab_hide_abimag {

  display: none;

}



.our_services_section {

  padding: 100px 0;

  background-color: var(--golden_dark);

}



.our_service_title {

  max-width: 80%;

  margin: 0 auto;

  padding-bottom: 40px;

}



.our_service_title.heading_02 h2 {

  color: var(--white);

  text-align: center;

  font-size: 52px;

}



.blog_container {

  display: flex;

  flex-wrap: wrap;

  gap: 50px 20px;

  justify-content: center;

}



.ses_cs_rc_outer {

  width: calc(25% - 15px);

}



.scs_box_rc {

  height: 100%;

}



.scs__rc_img {

  position: relative;

  padding-top: 95%;

  height: 420px;

}





.scs__rc_img > img {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.blog_box_title h3 {

  color: var(--white);

  padding-bottom: 0px;

}



.blog_box_title h3 a {

  color: inherit;

  font-size: inherit;

  font-weight: inherit;

}



.blog_box_contant {

  padding-bottom: 22px;

  transition: all 0.3s ease;

  max-width: 340px;

  margin: 0 auto;

}



.rf_recipients_btn {

  text-align: center;

  margin-top: 60px;

}

.rf_recipients_btn a {

  padding: 15px 30px;

}



.blog_box_details {

  padding-top: 20px;

  text-align: center;

}



.wy_choose_out {

  display: flex;

  flex-wrap: wrap;

}



.wy_choose_blog {

  width: 50%;

}



.wy_choose_ctc {

  width: calc(50% - (100% - 1240px) / 2);

  margin-left: auto;

  height: 100%;

  padding: 20px;

  display: flex;

  flex-direction: column;

  justify-content: end;

}



.wy_choose_blog:nth-child(odd) .wy_choose_ctc {

  margin-left: auto;

  margin-right: 0;

  padding: 20px 30px 90px 0;

}



.wy_choose_blog:nth-child(even) .wy_choose_ctc {

  margin-right: auto;

  margin-left: 0;

  padding: 20px 0px 90px 65px;

}



.wy_choose_info {

  height: 100%;

  position: relative;

  min-height: 570px;

  z-index: 3;

}



.wy_choose_img {

  position: absolute;

  inset: 0;

  width: 100%;

  height: 100%;

  z-index: -1;

}



.wy_choose_img img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.wy_choose_img::after {

  content: "";

  position: absolute;

  inset: 0;

  background-color: rgba(0, 0, 0, 0.51);

  pointer-events: none;

}



.wy_choose_ctc.heading_02 h2 {

  color: #ffbd69;

  margin-bottom: 0;

}

.wy_choose_ctc.heading_02 h2 > span {

  color: var(--white);

}

.wy_choose_ctc.paragraph_pra p {

  color: var(--white);

  font-size: 32px;

  line-height: 1.2;

}

.donate_rf_btn {

  margin-top: 40px;

}



.connect_social_sec {

  padding: 60px 0;

  background-color: var(--golden_dark);

}



.connect_social_rc {

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  max-width: 95%;

  margin: 0 auto;

}



.connect_left {

  width: 62%;

}



.connect_pra.paragraph_pra p {

  color: var(--white);

  font-size: 20px;

}

.connect_pra.paragraph_pra p > span {

  font-weight: 700;

}



.connect_right {

  width: 38%;

  padding-left: 50px;

}



.connect_social_ctc .social_links_topbar {

  justify-content: left;

}



.connect_social_ctc .social_links_topbar ul li a {

  width: 48px;

  height: 48px;

}



.connect_social_ctc .social_links_topbar ul li a span > svg {

  height: 24px;

  width: 27px;

}



.testimonials_section {

  padding: 100px 0;

}



.testimonials_tpy_title {

  padding-bottom: 30px;

}



.tls_slide_black {

  position: relative;

}



.tls_img_user_row {

  margin-top: 10px;

  padding-top: 30px;

  border-top: 1px solid #cccccc;

}



.tls_swiper_content .paragraph_pra p {

  font-size: 18px;

  line-height: 1.5;

}



.img_user_title_sl h5 {

  font-size: 18px;

  font-weight: 500;

  color: var(--black);

  line-height: 1.4;

  display: block;

}



.clients_all_btn {

  text-align: center;

  margin-top: 70px;

}



.reviews_swiper_box {

  border: 1px solid #cccccc;

  background-color: var(--white);

  padding: 16px 12px 30px;

  /* min-height: 269px; */

}



.testimonials_reviews {

  margin-bottom: 10px;

}



.testimonials_reviews img {

  max-width: 83px;

}



.psc_sec_top {

  padding: 100px 0px 120px;

  position: relative;

}



.stories_back_img {

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  display: block;

  right: 0;

}



.stories_back_img img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.stories_back_img::after {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.68);

}

.play_logo_rf {

  max-width: 126px;

  margin: 0 auto;

}

.play_logo_rf > a {

  display: block;

}

.play_logo_rf > img {

  width: 100%;

  object-fit: contain;

}

.stories_box_rc {

  position: relative;

  text-align: center;

}

.process_content {

  margin-top: 20px;

}



.process_content.paragraph_pra p {

  color: var(--white);

  font-size: 46px;

  line-height: 1.1em;

  font-weight: 700;

}



.faqs_box_section {

  padding: 100px 0;

}

.faqs_content_outer {

  display: flex;

  flex-wrap: wrap;

}

.faqs_left_ctc,

.faq_accordion_right {

  width: 50%;

}

.faqs_left_ctc {

  padding-right: 40px;

}



.faq_about_row {

  margin-top: 40px;

  text-align: center;

}



.acc__card {

  position: relative;

  border-bottom: 1px solid #cccccc;

}

.faq_title.paragraph_pra p {

  font-size: 17px;

}



.faq_title.paragraph_pra a {

  color: var(--golden_dark);

  text-decoration: none;

  transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

}

.faq_title.paragraph_pra a:hover {

  color: var(--black);

}



.faq_title.heading_02 h2 {

  padding-bottom: 8px;

  font-size: 52px;

}



.acc__title.heading_03 h3 {

  font-size: 20px;

  font-weight: 500;

  line-height: 1.4;

  color: var(--black);

  margin-bottom: 0;

  padding: 0px;

  text-align: left;

}



.acc__title {

  cursor: pointer;

  display: block;

  padding: 25px 45px 25px 25px;

  position: relative;

  text-align: left;

}



.acc__title::after {

  content: "";

  background-image: url("../images/drop-arrow-icon.svg");

  background-repeat: no-repeat;

  background-size: contain;

  background-position: center;

  width: 18px;

  height: 18px;

  position: absolute;

  top: 31px;



  right: 15px;

  transition: all 0.3s ease;

  transform: rotate(90deg);

}



.acc__title.active::after {

  content: "";

  background-image: url("../images/faq_min_icon.svg");

  background-repeat: no-repeat;

  background-size: contain;

  background-position: center;

  width: 18px;

  height: 18px;

  position: absolute;

  top: 31px;



  right: 15px;

  transition: all 0.3s ease;

  transform: rotate(270deg);

}



.acc__panel {

  padding: 0px 30px 15px 25px;

  display: none;

}



.acc__panel.paragraph_pra p {

  color: #3b3b3b;

  line-height: 1.5;

}

.acc__panel.paragraph_pra p a {

  color: var(--golden_dark);

  transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

}

.acc__panel.paragraph_pra p a:hover {

  color: var(--black);

}

.faqs_list {

  padding-left: 15px;

}

.cta_rf_title.heading_02 h2 {

  font-size: 52px;

  color: var(--white);

}

.ebg_sub_outer {

  display: flex;

  flex-wrap: wrap;

}

.ebg_item_left,

.ebg_item_right {

  width: 50%;

}

.ebg_item_left {

  background-color: var(--golden_dark);

}

.why_ebg_ctc {

  width: calc(50% - (100% - 1280px) / 2);

  margin-left: auto;

  background-color: var(--golden_dark);

  padding: 100px 60px 100px 20px;

  display: flex;

  flex-direction: column;

  justify-content: center;

  height: 100%;

}



.why_ebg_img {

  height: 100%;

}

.why_ebg_img > img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.cta_fr_box {

  padding-top: 8px;

}



.from_item {

  display: flex;

  flex-wrap: wrap;

  margin: 0 -6px;

}



.form_field {

  width: 50%;

  margin-bottom: 15px;

  padding: 0 6px;

}



.form_field.full_form_field {

  width: 100%;

}

.form_field label {

  font-size: 16px;

  display: inline-block;

  font-weight: 500;

  color: var(--black);

  margin-bottom: 7px;

  line-height: 1.4;

}



.fm_input {

  display: block;

  outline: none;

  appearance: none;

  -webkit-appearance: none;

  -moz-appearance: none;

  border: 1px solid #cccccc;

  width: 100%;

  border-radius: 32px;

  background-color: var(--white);

  padding: 14px 20px;

  color: var(--black);

  font-size: 16px;

  font-weight: 400;

  line-height: 1.2;

  font-family: "Jost", sans-serif;

}



.fm_input:focus {

  border-color: var(--black);

}

select.fm_input {

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='8' viewBox='0 0 15 8' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.98212 7.80474C7.71585 8.06509 7.28415 8.06509 7.01788 7.80474L0.199699 1.13807C-0.0665675 0.877721 -0.0665674 0.455611 0.199699 0.195262C0.465967 -0.0650881 0.897669 -0.0650881 1.16394 0.195262L7.5 6.39052L13.8361 0.195263C14.1023 -0.0650869 14.534 -0.0650869 14.8003 0.195263C15.0666 0.455612 15.0666 0.877723 14.8003 1.13807L7.98212 7.80474Z' fill='black'/%3E%3C/svg%3E");

  background-repeat: no-repeat;

  background-position: right 18px center;

  background-size: 15px 15px;

  padding-right: 40px;

  color: #6d6d6d;

}

.fm_input.textarea_src {

  resize: none;

  height: 135px;

  -webkit-appearance: none;

  border-radius: 11px;

}



.row_upload {

  position: relative;

  padding: 1px;

  /* border-radius: 8px;

  background-color: #f5f5f5;

  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='6' ry='6' stroke='%23B7B7B7FF' stroke-width='3' stroke-dasharray='13%2c 13' stroke-dashoffset='34' stroke-linecap='square'/%3e%3c/svg%3e"); */

}

.row_upload img {

  position: absolute;

  right: 15px;

  width: 27px;

  bottom: 14px;

}

.fm_input.fm_upload {

  max-width: 100%;

  width: 100%;

  cursor: pointer;

}



.wpcf7-spinner {

  position: absolute;

}



.form_field_btn {

  display: block;

  width: 100%;

  padding-top: 14px;

  padding-left: 6px;

  position: relative;

}



/* Footer */

.footer__container_outer {

  background-color: var(--black);

  color: var(--white);

  position: relative;

}



.footer__content {

  max-width: 85%;

  margin: 0 auto;

  padding: 15px 0 35px;

}



.footer__logo {

  text-align: center;

  margin: 0 auto;

}

.footer__logo img {

  max-width: 260px;

  /* width: 100%; */

}



.footer__column.footer_ctc_us > ul {

  padding: 0;

}



.footer__links {

  display: flex;

  justify-content: space-between;

  gap: 40px;

  align-items: center;

  flex-wrap: wrap;

}



.footer__column {

  width: calc(33.33% - 27px);

}



.footer__heading {

  font-weight: 500;

  line-height: 1.3;

  font-size: 22px;

  color: var(--white);

  margin-bottom: 15px;

}



.footer__column li {

  margin-bottom: 12px;

}



.footer__column li:last-child {

  margin-bottom: 0px;

}



.ft_logo_ctc {

  margin-top: 28px;

}



.ft_logo_ctc.paragraph_pra p {

  color: #eeeeee;

  font-size: 16px;

}



.ftc_schedule_btn {

  margin-top: 40px;

}



.email_sec {

  position: relative;

  width: 100%;

  margin-top: 33px;

  max-width: 350px;

}



.email_field {

  width: 100%;

  font-family: "Jost", sans-serif;

  font-weight: 400;

  font-size: 16px;

  outline: 0;

  border: 0;

  background-color: var(--white);

  border-radius: 32px !important;

  padding: 15px 60px 15px 22px !important;

  line-height: 1.3;

  color: var(--black);

}



.email_field::placeholder {

  color: #050505;

}



.subscribe_custom_form_button {

  background: url(../images/gmail-arrow-img.svg) no-repeat center !important;

  height: 43px !important;

  width: 43px !important;

  background-size: 13px !important;

  transform: rotate(270deg) !important;

  position: absolute !important;

  top: 4px !important;

  background-color: #000 !important;

  right: 6px !important;

  border-radius: 50% !important;

  margin: 0 !important;

  line-height: normal !important;

}

.newsletter_item {

  padding-left: 40px;

}

.ftc_text_ft.paragraph_pra p {

  color: var(--white);

  line-height: 1.4;

}



.footer__column a,

.footer__column.timings_list ul li {

  color: #fefefe;

  font-size: 16px;

  font-weight: 400;

  text-decoration: none;

  transition: all 0.3s ease;

  line-height: 1.3em;

}



.footer__column a {

  display: inline-flex;

}



.footer__column a:hover {

  color: var(--golden_dark);

}

.footer__column.bottom_bar_links a:hover {

  color: var(--black);

}

.footer_ctc_us ul li {

  display: flex;

  align-items: center;

  gap: 10px;

}



.footer__column a.mailto_ft_size {

  word-break: break-all;

}



.footer_ctc_us ul li > span {

  position: relative;

  top: -2px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  vertical-align: middle;

}



.footer_ctc_us ul li > span svg {

  width: 17px;

}



.social_links_ft ul {

  padding: 0;

  margin: 0;

  display: flex;

  align-items: center;

  gap: 8px;

}



.social_links_ft ul li {

  margin: 0;

}



.social_links_ft ul li a {

  width: 40px;

  height: 40px;

  border-radius: 50%;

  padding: 6px;

  background-color: transparent;

  border: 1px solid var(--white);

  display: flex;

  align-items: center;

  justify-content: center;

  transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

}



.social_links_ft ul li a:hover {

  border-color: var(--black);

}

.social_links_ft ul li a svg path{transition: all 0.3s ease;}

.social_links_ft ul li a:hover svg path{fill: var(--black);}

.social_links_ft ul li a span {

  display: flex;

  align-items: center;

  justify-content: center;

}



.social_links_ft ul li a span > svg {

  height: 18px;

}



.footer__container_bottom {

  padding: 10px 0;

  background-color: var(--golden_dark);

}



.footer__bottom_bar {

  display: flex;

  align-items: center;

  flex-wrap: wrap;

}



.footer__bottom_bar .paragraph_pra > p {

  color: var(--white);

  line-height: 1.2;

  transition: all 0.3s ease;

  padding: 0;

}

.footer__column.paragraph_pra {

  width: 25%;

}

.social_links_ft.paragraph_pra {

  width: 18%;

}

.footer__column.bottom_bar_links {

  width: 57%;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 0 10px;

}

.footer__bottom_bar .social_links_ft.paragraph_pra > p {

  font-weight: 500;

  font-size: 18px;

  padding: 0;

}

.footer__column.bottom_bar_links li {

  margin-bottom: 0px;

  display: inline-block;

  margin: 0 10px;

}

.social_links_ft {

  display: flex;

  align-items: center;

  gap: 20px;

  justify-content: end;

}



.footer__bottom_bar p a {

  color: inherit;

}



.footer__bottom_bar p a:hover {

  color: var(--black);

}



.no_overflow {

  overflow: hidden;

}

.nav-menu .sub-menu-toggle {

  display: none !important;

}



/* error  */

.error_pg_sec {

  padding: 80px 0;

  text-align: center;

}

.error_pg_title h1 {

  font-size: 46px;

  line-height: 1.2em;

  color: var(--golden_dark);

  font-weight: 700;

  margin-bottom: 20px;

}

.error_pg_content {

  max-width: 600px;

  margin: 0 auto;

  margin-bottom: 25px;

}

.error_pg_content p {

  font-size: 18px;

  font-weight: 500;

}

.error_pg_btn {

  margin-bottom: 40px;

}

.error_pg_img {

  max-width: 430px;

  margin: 0 auto;

}

.error_pg_img img {

  width: 100%;

  display: block;

}



/* common banner  */

.common_banner_sec {

  position: relative;

  text-align: center;

  padding: 90px 0;

}

.common_banner_img {

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

}

.common_banner_img img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: center;

  /* object-position: top; */

}

.page-id-35 .common_banner_img img, .page-id-41 .common_banner_img img, .page-id-1260 .common_banner_img img{ object-position: center 40%;}

.page-id-224 .common_banner_img img { object-position: top;}

.page-id-31 .common_banner_img img { object-position: center 25%;}



.common_banner_overlay {

  position: absolute;

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;

  background: #00000094;

}

.common_banner_innner {

  position: relative;

}

.common_banner_title h1 {

  font-size: 46px;

  font-weight: 700;

  line-height: 1.2em;

  color: var(--white);

}



/* search  */

.search_part_content .page-title {

  font-weight: 500;

  color: #000;

}

.search_part_content article {

  padding: 15px 0;

  border-bottom: 1px solid #ececec;

}

.search_part_content h2 {

  font-size: 20px;

  margin-bottom: 10px;

  color: var(--black);

  font-weight: 500;

  line-height: 1.2;

}

.search_part_content h2 a {

  color: inherit;

  font-size: inherit;

  font-weight: inherit;

  line-height: inherit;

  display: inline-block;

}

.search_part_content img {

  display: none;

}

.search_part_content .pagination svg path {

  fill: var(--golden_dark);

}

.search_part_content .nav-prev-text,

.search_part_content .nav-next-text {

  display: none;

}

.search_part_content .pagination .nav-links {

  display: flex;

  gap: 10px;

}

.search_part_content .pagination {

  padding: 40px 0 0 0;

}

.search_part_content .pagination .page-numbers.current {

  color: var(--golden_dark);

  font-weight: 500;

}

.search_part_content .no-results .search-form label {

  display: none;

}

.search_part_content .no-results .search-form {

  margin: 30px 0;

  display: flex;

  width: 80%;

  gap: 10px;

}

.search_part_content .no-results .search-form .search-field {

  padding: 0 10px;

  width: 100%;

}

.search_part_content .no-results .search-form input {

  outline: 0;

  border: 2px solid var(--golden_dark);

  border-radius: 10px;

}

.search_part_content {

  padding: 50px 0 80px 0;

}

.search_part_content .no-results {

  padding: 30px 0 0 0;

}

.search_part_content .entry-footer a,

.search_part_content .entry-content a {

  color: var(--golden_dark);

}



.contact_pg_list .elementor-icon-box-content a {

  width: fit-content;

}

.contact_pg_list .elementor-icon-box-content a {

  word-break: break-word;

}



.form_image_rr {

  height: 100%;

}



/* .custom-video-popup .fancybox__content {

  width: 1000px !important;

  height: 500px !important;

  max-width: 90vw;

  max-height: 90vh;

} */



.contact_page_application .heading_03 h3 {

  font-size: 26px;

  padding-bottom: 10px;

  padding-top: 30px;

}



.contact_page_application .heading_03:first-child h3 {

  padding-top: 0px;

}



.contact_page_application .fm_input {

  padding: 11px 20px;

  border-radius: 8px;

}



.contact_page_application .form_field {

  margin-bottom: 20px;

}



.image_box_full_rf {

  height: 100%;

}

.image_box_full_rf .elementor-image-box-img img {

  width: 100%;

}

.home_form .site_button_golden{background: none; color: var(--golden_dark); background-color: var(--white);}

.home_form .site_button_golden:hover{color: var(--black);border-color: var(--black);}



.home_form .wpcf7-not-valid-tip{color: var(--white);}

.contact_page_fr .wpcf7-spinner{top: 40%;}



.is_home_page .header_img_sec{display: none;}

.not_home_page .social_links_topbar p{display: none;}

.not_home_page .header_social_sec{width: 12%;}

.donate_plan_btn .elementor-button-link{width: 100% !important;}



/* faq page  */

.faq_pg_sec{padding: 60px 0 90px;}

.faq_pg_inner{max-width: 745px;margin: 0 auto;}



.testimonials_box_content a{font-size: inherit;font-weight: inherit;color: inherit;line-height: inherit;display: inline-block;}

.testi_box_content_full{display: none;}

.testimonials_box_content.active .testi_box_content_half{display: none;}

.testimonials_box_content.active .testi_box_content_full{display: block;}

.testimonials_box_content.active .testi_box_contnt_btn{display: none;}





.recipients_sec_image img{width: 100%; height: 450px; object-position: top center; object-fit: cover;}





.email_sec #mc_embed_signup{width: 100%;background: transparent;}

.email_sec #mc_embed_signup form{margin: 0;}

.email_sec #mc_embed_signup .mc-field-group{padding-bottom: 0;width: 100%;}

.email_sec #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error{background-color: transparent;padding-left: 25px; margin-bottom: 0 !important; padding-bottom: 0 !important;}

.email_sec #mc_embed_signup #mce-success-response{color: #B27220;margin: 0;}

.email_sec #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error{border-color: var(--golden_dark);}



.donation_form_sec .site_button_golden{

  font-size: 16px !important;

  font-weight: 600 !important;

  line-height: 1em !important;

  color: var(--white) !important;

  letter-spacing: 1px !important;

  padding: 16px 22px !important;

  font-family: "Jost", sans-serif !important;

  border: 1px solid transparent !important;

  background-color: #b27220 !important;

  background-image:  linear-gradient(1deg, rgba(194, 147, 69, 1) 0%, rgba(171, 101, 17, 1) 100%) !important;

  transition: all 0.3s ease !important;

  display: inline-block !important;

  border-radius: 32px !important;

  text-transform: uppercase !important;

  cursor: pointer !important;

  min-width: 136px !important;

  text-align: center !important;

  height: auto !important;

}

.donation_form_sec .site_button_golden:hover{

  background-image: linear-gradient(1deg, rgba(171, 101, 17, 1) 0%, rgba(194, 147, 69, 1) 100%) !important;

}



.wpf-dashboard-auth-box .wpf-dashboard-auth-box-body{line-height: 1.4;}

.wpf-user-dashboard .wpf-user-profile .wpf-user-info .wpf-info-item{margin-bottom: 10px;}

.wpf_donation_controls_radio input:checked+label {

    border: 1px solid #000000 !important;

    background: #b27220;

    color: #fff !important;

}



.form_file_type_text{display: block;margin: -10px 0 15px 0px;font-size: 14px;line-break: anywhere;}



.custom_field_amount .wpf_donation_controls_radio .form-check:first-child{display: none !important;}



/* .donation_level_type .wpf_donation_recurring_infos .donation_recurring_interval{display: flex !important;} */



.sponsors_partners_logo_sec figure.swiper-slide-inner{

  background: #b27220;

  padding: 14px;

  border-radius: 8px;

  height: 100%;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

}

.sponsors_partners_logo_sec figure.swiper-slide-inner img{object-fit: contain; height: 80px;}

.sponsors_partners_logo_sec figcaption a, .sponsors_partners_logo_sec figcaption p{

  color: #fff;

}

.sponsors_partners_logo_sec figcaption a{

  transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;;

  text-decoration: underline;

}



.sponsors_partners_logo_sec figcaption a:hover{

  color: #000;

}


.sponsorship_content .elementor-icon-box-title span{word-wrap: break-word;}


/* Responsive Section */

@media screen and (max-width: 1350px) {

  .banner_section_inner > .wrapper {

    padding: 125px 20px 80px;

  }

  .banner_content h1 {

    font-size: 66px;

  }

  .banner_text_info h1::after,

  .banner_text_info h1::before {

    height: calc(100% - 83px);

  }

  .banner_content {

    max-width: 770px;

  }



  .nav-menu > li {

    margin: 0 12px;

  }



  .banner_image_ab > img,

  .banner_section {

    min-height: 492px;

  }



  .rf_banner_logo a {

    max-width: 190px;

  }

}



@media screen and (max-width: 1280px) {

  .header_social_sec {

    width: 15%;

  }



  .header_menu_sec {

    width: 85%;

  }



  .nav-menu > li {

    margin: 0 10px;

  }



  .banner_content h2 {

    font-size: 54px;

  }

  .banner_content p {

    font-size: 20px;



    letter-spacing: 0px;

  }



  .nav-menu > .menu-item-has-children > a::before {

    top: 11px;



    border-top: 1px solid var(--white);

    border-left: 1px solid var(--white);

  }



  /* banner  */

  .banner_section_inner > .wrapper {

    padding: 120px 20px 70px;

  }

  .banner_text_info::after,

  .banner_text_info::before {

    height: calc(100% - 70px);

  }

  .banner_image_ab > img,

  .banner_section {

    min-height: 464px;

  }

  .site_button_golden,

  .site_button {

    font-size: 16px;

    padding: 14px 22px;

  }

  .social_links_topbar > p {

    font-size: 16px;

    display: none;

  }

  .nav-menu > li > a {

    font-size: 16px;

  }



  .social_links_topbar {

    gap: 11px;

  }



  .wy_choose_ctc {

    padding: 20px 30px 75px 20px;

    width: 100%;

  }



  .wy_choose_blog:nth-child(odd) .wy_choose_ctc {

    padding: 20px 30px 75px 20px;

  }

  .wy_choose_blog:nth-child(even) .wy_choose_ctc {

    padding: 20px 20px 75px 40px;

  }

  .donate_rf_btn {

    margin-top: 25px;

  }

  .wy_choose_ctc.paragraph_pra p {

    font-size: 28px;

  }

  .wy_choose_info {

    min-height: 503px;

  }

  .why_ebg_ctc {

    width: 100%;



    padding: 80px 45px 80px 20px;

  }



  .rf_banner_logo a {

    top: 15px;

    max-width: 145px;

  }



  .heading_02 h2 {

    font-size: 43px;

    line-height: 1.2em;

  }

  .about_rf_sec,

  .our_services_section,

  .testimonials_section,

  .faqs_box_section {

    padding: 80px 0;

  }

  .rf_about_left {

    width: 72%;

  }

  .rf_about_right {

    width: 28%;

  }

  .ab_rf_about_ctc {

    padding-top: 10px;

  }



  .about_rf_content {

    width: 65%;

    padding-right: 35px;

  }



  .rf_about_btn {

    margin-top: 30px;

  }

  .our_service_title.heading_02 h2 {

    font-size: 46px;

  }

  .our_service_title {

    max-width: 87%;

    padding-bottom: 25px;

  }

  .scs__rc_img {

    height: 315px;

  }

  .rf_recipients_btn {

    margin-top: 45px;

  }



  .connect_social_sec {

    padding: 50px 0;

  }

  .connect_social_rc {

    max-width: 100%;

  }



  .connect_right {

    width: 25%;

    padding-left: 40px;

  }

  .connect_left {

    width: 75%;

  }

  .testimonials_tpy_title {

    padding-bottom: 22px;

  }

  .play_logo_rf {

    max-width: 104px;

  }

  .process_content.paragraph_pra p {

    font-size: 40px;

    line-height: 1.2em;

  }



  .psc_sec_top {

    padding: 80px 0px 100px;

  }



  .faq_title.heading_02 h2 {

    padding-bottom: 5px;

    font-size: 46px;

  }

  .faqs_left_ctc {

    padding-right: 30px;

  }

  .acc__title {

    padding: 22px 45px 22px 20px;

  }



  .acc__panel {

    padding: 0px 35px 12px 20px;

  }



  .faq_about_row {

    margin-top: 35px;

  }



  .cta_rf_title.heading_02 h2 {

    font-size: 46px;

  }

  .fm_input.textarea_src {

    height: 105px;

  }



  .footer__content {

    max-width: 97%;

  }

  .footer__links {

    gap: 30px;

  }



  .footer__column {

    width: calc(33.33% - 20px);

  }

  .newsletter_item {

    padding-left: 20px;

  }

  .social_links_ft {

    gap: 12px;

  }

  .social_links_ft.paragraph_pra {

    width: 23%;

  }

  .footer__bottom_bar .social_links_ft.paragraph_pra > p {

    font-size: 16px;

    display: none;

  }

  .footer__column.bottom_bar_links {

    width: 52%;

  }

  .social_links_ft.paragraph_pra {

    width: 18%;

  }

  .footer__column.bottom_bar_links li {

    margin: 0 7px;

  }

  .footer__bottom_bar .paragraph_pra > p {

    font-size: 15px;

  }

  .footer__logo img {

    max-width: 245px;

  }



  .contact_page_application .heading_03 h3 {

    padding-bottom: 5px;

    padding-top: 25px;

  }

  .not_home_page .header_menu_sec{width: 75%;}

}



@media screen and (max-width: 1080px) {

  .nav-menu > li {

    margin: 0 5px;

  }

}



@media screen and (max-width: 992px) {

  .menu_expand {

    display: inline-block;

  }



  .nav_menu_container {

    display: block;

    position: fixed;

    top: 0;

    left: -100%;

    bottom: 0;

    z-index: 100;

    -webkit-transition: all 0.3s ease;

    transition: all 0.3s ease;

    opacity: 0;

    visibility: hidden;

    overflow-y: auto;

    text-align: left;

    margin-right: 0px;

    background: #ffffff;

    width: 100%;

    padding: 20px 20px 45px 0;

    max-width: 600px;

  }



  .nav_menu_container.state-active {

    clear: both;

    left: 0;

    opacity: 1;

    visibility: visible;

  }



  .header_sec.active .nav_menu_container {

    padding: 0;

  }



  .header_img_sec {

    width: 40%;

    order: 1;

  }

  .header_img_sec a{max-width: 110px;}



  .banner_section_inner > .wrapper {

    padding: 125px 20px 45px;

  }



  .header_social_sec {

    width: 100%;

    justify-content: space-between;

    order: 2;

  }

  .rf_banner_logo a {

    max-width: 140px;

  }

  .banner_text_info h1::after,

  .banner_text_info h1::before {

    height: calc(100% - 56px);

  }

  .haeder_mobile_menu_top {

    display: inline-block;

    width: 100%;

    padding-left: 20px;

  }



  .expand_plus,

  .cross_button {

    display: block;

  }



  .nav-menu {

    padding: 35px 0 20px;

  }



  .nav-menu li {

    width: 100%;

    padding: 0;

    margin: 0;

  }



  .nav-menu a {

    width: 100%;

  }



  .nav-menu .sub-menu li:hover > a {

    background: none;

  }



  .nav-menu .sub-menu li {

    border: none;

  }



  .nav-menu .sub-menu > .menu-item-has-children > a::before,

  .nav-menu > .menu-item-has-children > a::before,

  .nav-menu > li > a:after {

    display: none;

  }



  .nav-menu > li.current-menu-item > a,

  .nav-menu .sub-menu li a,

  .nav-menu > li > a {

    padding: 10px 20px;

    font-size: 16px;

    text-transform: capitalize;

    line-height: 1.2em;

    color: var(--black);

    font-weight: 500;

  }

  .nav-menu li:hover > a,

  .nav-menu .sub-menu li a:hover {

    color: var(--golden_dark);

  }



  .nav-menu .sub-menu li ul,

  .nav-menu .sub-menu {

    padding-left: 20px;

    width: auto;

    position: relative;

    display: none;

    visibility: visible;

    opacity: 1;

    box-shadow: none;

    left: 0;

    transform: translate(0, 0);

    top: 0;

    transition: none;

  }



  .header_mobile_menu {

    display: flex;

  }



  .nav-menu > li::after {

    display: none;

  }



  .header_social_sec {

    gap: 23px;

  }



  .header_mobile_logo {

    max-width: 108px;

  }



  .header_menu_sec {

    width: 58%;

  }



  .header_call_sec {

    order: 2;

  }



  .header_mobile_menu {

    order: 3;

  }



  /* banner  */

  .banner_btn {

    margin-top: 5px;

  }



  .banner_image_ab > img,

  .banner_section {

    min-height: 410px;

  }



  .banner_content h1 {

    font-size: 43px;

  }



  .banner_text_info {

    margin-bottom: 12px;

  }



  .about_rf_sec,

  .our_services_section,

  .testimonials_section,

  .faqs_box_section {

    padding: 70px 0;

  }



  .heading_02 h2 {

    font-size: 40px;

  }



  .rf_about_left {

    width: 75%;

    padding: 0px 20px 0px 0;

  }

  .rf_about_right {

    width: 25%;

  }



  .about_rf_content {

    width: 68%;

    padding-right: 25px;

  }

  .our_service_title.heading_02 h2 {

    font-size: 42px;

  }



  .ses_cs_rc_outer {

    width: calc(50% - 15px);

  }



  .our_services_out {

    max-width: 85%;

    margin: 0 auto;

  }

  .heading_03 h3 {

    font-size: 26px;

  }

  .blog_box_details {

    padding-top: 15px;

  }

  .blog_container {

    gap: 35px 30px;

  }

  .scs__rc_img {

    height: 370px;

  }

  .wy_choose_ctc.heading_02 h2 {

    font-size: 35px;

  }

  .wy_choose_ctc.paragraph_pra p {

    font-size: 22px;

  }

  .donate_rf_btn {

    margin-top: 20px;

  }

  .wy_choose_blog:nth-child(even) .wy_choose_ctc {

    padding: 20px 20px 60px 30px;

  }

  .wy_choose_blog:nth-child(odd) .wy_choose_ctc {

    padding: 20px 30px 60px 20px;

  }

  .wy_choose_info {

    min-height: 360px;

  }

  .rf_recipients_btn {

    margin-top: 35px;

  }

  .rf_recipients_btn a {

    padding: 14px 24px;

  }

  .connect_pra.paragraph_pra p {

    font-size: 18px;

  }

  .connect_right {

    padding-left: 25px;

  }

  .testimonials_tpy_title {

    padding-bottom: 12px;

  }

  .tls_swiper_content .paragraph_pra p {

    font-size: 16px;

  }

  .testimonials_reviews img {

    max-width: 77px;

  }

  .testimonials_reviews {

    margin-bottom: 8px;

  }

  .img_user_title_sl h5 {

    font-size: 17px;

  }

  .tls_img_user_row {

    padding-top: 20px;

  }

  /* .reviews_swiper_box {

    min-height: 253px;

  } */

  .play_logo_rf {

    max-width: 87px;

  }

  .process_content.paragraph_pra p {

    font-size: 36px;

  }

  .psc_sec_top {

    padding: 70px 0px 80px;

  }

  .faq_title.heading_02 h2 {

    padding-bottom: 0px;

    font-size: 42px;

  }

  .faqs_left_ctc,

  .faq_accordion_right {

    width: 100%;

  }

  .faqs_left_ctc {

    padding-right: 0px;

  }

  .faqs_content_outer {

    gap: 35px;

    max-width: 85%;

    margin: 0 auto;

  }

  .site_button_golden,

  .site_button {

    min-width: 127px;

  }

  .faqs_list {

    padding-left: 0;

  }

  .ebg_item_left,

  .ebg_item_right {

    width: 100%;

  }

  .why_ebg_ctc {

    max-width: 85%;

    padding: 70px 0px 40px 0px;

    margin: 0 auto;

  }

  .cta_rf_title.heading_02 h2 {

    font-size: 42px;

  }

  .why_ebg_img {

    max-width: 85%;

    margin: 0 auto;

    padding-bottom: 70px;

  }

  .ebg_sub_outer {

    background-color: var(--golden_dark);

  }



  .footer__logo img {

    max-width: 185px;

  }



  .footer__content {

    max-width: 100%;

    padding: 60px 0 50px;

  }

  .footer__heading {

    font-size: 20px;



    margin-bottom: 12px;

  }

  .newsletter_item {

    padding-left: 0;

  }

  .site-menu {

    padding-right: 0px;

  }

  .error_pg_sec {

    padding: 40px 0 60px;

  }

  .error_pg_title h1 {

    font-size: 42px;

  }

  .error_pg_content {

    max-width: 550px;

    margin-bottom: 18px;

  }

  .error_pg_content p {

    font-size: 18px;

  }

  .common_banner_title h1 {

    font-size: 40px;

  }

  .common_banner_sec {

    padding: 70px 0;

  }

  .contact_page_application .form_field.paragraph_pra {

    margin-bottom: 10px;

  }

  .not_home_page .header_social_sec{width: 60%;justify-content: end;}

  .faq_pg_sec {padding: 50px 0 75px;}

  .recipients_sec_image img{height: 340px;}

}



@media screen and (max-width: 767px) {

  .rf_banner_logo a {

    margin: 0 auto;

    left: 0;

    right: 0;

  }



  /* banner   */

  .banner_section_inner > .wrapper {

    padding: 148px 20px 40px;

  }

  .banner_text_info {

    margin-bottom: 10px;

  }

  .banner_btn {

    margin-top: 0px;

  }

  .banner_text_info h1::after,

  .banner_text_info h1::before {

    height: calc(100% - 43px);

  }



  .banner_image_ab > img,

  .banner_section {

    min-height: 340px;

  }



  .banner_content h1 {

    font-size: 33px;

    line-height: 1.2;

  }



  .banner_content p {

    font-size: 16px;

    line-height: 1.4;

  }

  .rf_about_left {

    width: 100%;

    padding: 0px;

  }

  .ab_rf_about_ctc {

    padding-top: 0px;

    width: 100%;

  }

  .about_rf_content {

    width: 100%;

    padding-right: 0px;

  }



  .ab_rf_about_ctc .about_ab_rf_img {

    width: 100%;

    display: none;

  }

  .tab_hide_abimag {

    display: block;

  }

  .rf_about_right {

    width: 100%;

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 20px;

  }

  .rf_about_inner,

  .ab_rf_about_ctc {

    gap: 35px;

  }



  .our_service_title.heading_02 h2 {

    font-size: 36px;

  }

  .our_service_title {

    max-width: 100%;

    padding-bottom: 18px;

  }

  .our_services_out {

    max-width: 100%;

  }

  .heading_02 h2 {

    font-size: 33px;

    margin-bottom: 12px;

  }



  .blog_container {

    gap: 30px 20px;

  }

  .blog_box_details {

    padding-top: 12px;

  }

  .heading_03 h3 {

    font-size: 22px;

  }

  .rf_recipients_btn {

    margin-top: 30px;

  }

  .ses_cs_rc_outer {

    width: calc(50% - 10px);

  }

  .scs__rc_img {

    height: 281px;

  }

  .wy_choose_blog {

    width: 100%;

  }

  .wy_choose_blog:nth-child(odd) .wy_choose_ctc {

    padding: 20px 20px 60px 20px;

  }

  .donate_rf_btn {

    margin-top: 15px;

  }

  .wy_choose_ctc.paragraph_pra p {

    font-size: 20px;

  }

  .wy_choose_blog:nth-child(even) .wy_choose_ctc {

    padding: 20px 20px 60px 20px;

  }

  .connect_left,

  .connect_right {

    width: 100%;

    padding: 0;

  }

  .process_content.paragraph_pra p {

    font-size: 30px;

  }

  .psc_sec_top {

    padding: 70px 0px 70px;

  }

  .connect_social_rc {

    max-width: 100%;

    gap: 25px;

  }



  .faqs_content_outer {

    gap: 25px;

    max-width: 100%;

  }

  .faq_title.heading_02 h2 {

    font-size: 36px;

  }

  .acc__title {

    padding: 20px 48px 20px 0px;

  }

  .acc__panel {

    padding: 0px 46px 12px 0px;

  }

  .acc__title::after,

  .acc__title.active::after {

    top: 25px;

  }



  .cta_rf_title.heading_02 h2 {

    font-size: 36px;

  }



  .why_ebg_ctc {

    max-width: 100%;

    padding: 70px 20px 40px 20px;

  }

  .footer__column:nth-child(2) {

    order: 1;

  }

  .footer__column:nth-child(3) {

    order: 3;

  }

  .footer__column.footer_ctc_us:nth-child(1) {

    order: 2;

  }

  .footer__column {

    width: 100%;

  }

  .footer__content {

    padding: 25px 0 50px;

  }

  .footer__column.bottom_bar_links {

    width: 100%;

    padding: 0;

    margin-bottom: 20px;

    order: 1;

  }

  .footer__column.paragraph_pra {

    width: 100%;

    order: 3;

  }

  .social_links_ft.paragraph_pra {

    width: 100%;

    order: 2;

    justify-content: left;

    margin-bottom: 20px;

  }

  .footer__container_bottom {

    padding: 15px 0 20px;

  }

  .error_pg_title h1 {

    font-size: 34px;

    margin-bottom: 15px;

  }

  .error_pg_btn {

    margin-bottom: 35px;

  }

  .error_pg_img {

    max-width: 75%;

  }

  .error_pg_sec {

    padding: 40px 0 50px;

  }

  .search_part_content h2 a {

    font-size: 18px;

  }

  .common_banner_title h1 {

    font-size: 30px;

  }

  .common_banner_sec {

    padding: 60px 0;

  }

  .contact_page_application .form_field {

    width: 100%;

  }

  .contact_page_application .heading_03 h3 {

    font-size: 23px;

    padding-bottom: 0px;

    padding-top: 22px;

  }

  .header_img_sec a {max-width: 90px;}

  .faq_pg_sec {padding: 20px 0 50px;}

  .recipients_sec_image img{height: 370px;}



}



@media screen and (max-width: 479px) {

  /* .header_btn {

    display: none;

  }

  .haeder_mobile_menu_bottom {

    display: inline-block;

    width: 100%;

    margin-top: 10px;

    padding-left: 20px;

  } */

  .header_mobile_logo {

    max-width: 94px;

  }



  .nav-menu {

    padding: 20px 0 10px;

  }



  .banner_section_inner > .wrapper {

    padding: 138px 20px 30px;

  }

  .banner_text_info {

    margin-bottom: 5px;

  }

  .banner_content h1 {

    font-size: 28px;

  }

  .banner_content h1 > span {

    padding-bottom: 5px;

    gap: 8px;

  }

  .banner_text_info > h1 > span:first-child::before,

  .banner_text_info > h1 > span:first-child::after,

  .banner_text_info > h1 > span:last-child::before,

  .banner_text_info > h1 > span:last-child::after {

    min-width: 24px;

  }

  .banner_btn {

    padding-top: 10px;

  }

  .banner_text_info h1::after,

  .banner_text_info h1::before {

    height: calc(100% - 44px);

    top: -10px;

  }

  .about_rf_sec,

  .our_services_section,

  .testimonials_section,

  .faqs_box_section {

    padding: 60px 0;

  }



  .heading_02 h2 {

    font-size: 30px;

    margin-bottom: 10px;

  }

  .rf_about_btn {

    margin-top: 25px;

  }

  .site_button_golden,

  .site_button {

    padding: 13px 20px;

    min-width: 118px;

  }

  .rf_about_inner,

  .ab_rf_about_ctc {

    gap: 30px;

  }

  .our_service_title.heading_02 h2 {

    font-size: 30px;

  }

  .ses_cs_rc_outer {

    width: 100%;

  }

  .scs__rc_img {

    height: 365px;

  }

  .wy_choose_ctc.heading_02 h2 {

    font-size: 30px;

  }

  .wy_choose_ctc.paragraph_pra p {

    font-size: 18px;

    line-height: 1.3;

  }

  .donate_rf_btn {

    margin-top: 10px;

  }

  .connect_social_ctc .social_links_topbar ul li a {

    width: 45px;

    height: 45px;

  }

  .connect_social_ctc .social_links_topbar ul li a span > svg {

    height: 21px;

    width: 27px;

  }

  .process_content.paragraph_pra p {

    font-size: 28px;

    line-height: 1.3em;

  }

  .psc_sec_top {

    padding: 60px 0px 60px;

  }

  .faq_title.heading_02 h2 {

    font-size: 32px;

  }

  .faq_title.paragraph_pra p {

    font-size: 16px;

  }

  .acc__title.heading_03 h3 {

    font-size: 18px;

  }

  .why_ebg_ctc {

    padding: 60px 20px 40px 20px;

  }

  .form_field {

    width: 100%;

  }

  .cta_rf_title.heading_02 h2 {

    font-size: 32px;

  }

  .error_pg_content p {

    font-size: 16px;

    line-height: 1.4;

  }

  .error_pg_img {

    max-width: 90%;

  }

  .search_part_content .no-results .search-form {

    width: 100%;

  }

  .search_part_content .page-title {

    font-size: 28px;

  }

  .contact_page_application .form_field {

    margin-bottom: 18px;

  }

}

