@charset "UTF-8";
:root {
  --primary-color: #191664;
  --secondary-color: #dad9ee;
  --txt-color: #1b1942;
  --drk-blue: #0f0d38;
  --grey-color: #e3e4ef;
  --drkgrey-color: #91a0c2;
  --white-color: #fff;
  --lite-blu: #0084fe;
}

.img-grid {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.img-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn_blu {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  background: transparent linear-gradient(6deg, #191664 0%, #4A45AE 100%) 0% 0% no-repeat padding-box;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 12px;
}
.btn_blu:hover {
  background: #a730c5;
  color: var(--white-color);
}

html, body {
  min-height: 100%;
}

body {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

*:focus {
  outline: none !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
}

article, header, footer, figure, aside, nav, section, summary, figcaption, details, hgroup {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  text-align: left;
  margin: 0 0 15px;
  color: var(--primary-color);
  font-weight: 600;
}

p {
  font-size: 13px;
  font-weight: 500;
}

section {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 80px;
}

section.social_grid {
  position: fixed;
  top: 25%;
  width: auto;
  height: auto;
  z-index: 999;
}
section.social_grid ul {
  display: block;
}
section.social_grid ul li a {
  width: 65px;
  display: block;
  padding: 14px;
  padding-left: 36px;
  margin-left: -20px;
  transition: all 0.3s ease-in-out;
}
section.social_grid ul li a i {
  font-size: 15px;
  color: var(--white-color);
}
section.social_grid ul li a:hover {
  margin-left: 0;
  padding-inline: 25px;
}
section.social_grid ul li:nth-child(1) a {
  background: #3b5998;
}
section.social_grid ul li:nth-child(2) a {
  background: #1da1f2;
}
section.social_grid ul li:nth-child(3) a {
  background: #0077b5;
}
section.social_grid ul li:nth-child(4) a {
  background: #c41979;
}

section.banner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 30px;
  height: calc(100vh - 78.69px);
  overflow: hidden;
  background: url(../img/bnr.png) center no-repeat;
  background-size: cover;
}
section.banner .bnr_video_section .modal-content {
  width: 100%;
  height: 450px;
  border: none;
}
section.banner .bnr_video_section .modal-content .modal-body {
  line-height: 0;
  padding: 0;
}
section.banner .bnr_video_section .modal-content .modal-body .video {
  width: 100%;
  height: 100%;
}
section.banner a.navbar-brand {
  padding: 0;
}
section.banner a.navbar-brand .logo {
  width: min(80px, 100%);
}
section.banner nav.navbar {
  background: url(../img/nav-bg1.png) top center no-repeat;
  background-size: 100% 100%;
  padding-inline: 60px;
}
section.banner nav.navbar h3 {
  margin: 0;
}
section.banner nav.navbar ul.navbar-nav {
  transition: all 1s;
  padding: 0 50px 0;
  background: none !important;
}
section.banner nav.navbar ul.navbar-nav a.nav-link {
  font-size: 12px;
  text-transform: capitalize;
  color: #dad9ee;
  font-weight: 400;
  margin: 0 10px;
  transition: all 0.3s ease-in-out;
  border-bottom: solid 1px transparent;
}
section.banner nav.navbar ul.navbar-nav a.nav-link:hover {
  color: #fff;
  border-bottom: solid 1px var(--white-color);
}
section.banner nav.navbar ul.navbar-nav .active a.nav-link {
  color: #fff;
  border-bottom: solid 1px var(--white-color);
}
section.banner nav.navbar ul.navbar-nav .dropdown-menu .dropdown-item {
  font-size: 12px;
  transition: all 0.3s ease-out;
}
section.banner nav.navbar ul.navbar-nav .dropdown-menu .dropdown-item:hover {
  background: rgba(0, 0, 0, 0.8);
  color: var(--white-color);
}
section.banner .bnr_lft {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 30px;
  padding-top: 15px;
  border-radius: 10px;
  margin-top: 30px;
  align-self: stretch;
  text-align: center;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(255, 255, 255, 0.65);
}
section.banner .bnr_lft h4 {
  text-align: center;
  color: var(--primary-color);
}
section.banner .bnr_lft p {
  color: var(--primary-color);
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  margin-top: 20px;
}
section.banner .bnr_lft .online {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  font-size: 18px;
  padding: 15px 18px;
  transition: all 0.3s ease-in-out;
}
section.banner .bnr_lft .online:hover {
  background: #a730c5;
  color: var(--white-color);
}
section.banner .bnr_lft .online:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
}
section.banner .bnr_rght {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 26px;
  line-height: 35px;
  font-weight: 400;
  text-align: left;
}

section.searchbar {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: auto;
  background: var(--secondary-color);
  flex-wrap: nowrap;
}
section.searchbar .searchbar_grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  background: #f9f9ff;
  padding-inline: 30px;
  height: auto;
  width: auto;
  flex-wrap: nowrap;
  align-self: stretch;
  color: var(--primary-color);
  padding: 10px 30px 10px 60px;
}
section.searchbar .searchbar_grid ul.rate {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  font-weight: 500;
  margin-bottom: 5px;
  flex-wrap: nowrap;
}
section.searchbar .searchbar_grid ul.rate * + * {
  margin-left: 2px;
}
section.searchbar .searchbar_grid ul.rate li {
  padding: 0;
  height: 26px;
}
section.searchbar .searchbar_grid ul.rate li:first-child {
  color: var(--primary-color);
}
section.searchbar .searchbar_grid ul.rate p, section.searchbar .searchbar_grid ul.rate select {
  font-size: 12px;
  font-weight: 500;
  border: none;
  padding: 4px 6px;
  color: var(--primary-color);
  background: var(--secondary-color);
  margin: 0;
}
section.searchbar .searchbar_grid ul.rate select {
  height: 100%;
}
section.searchbar .searchbar_grid ul.rate .give_btn {
  color: #f15206;
  text-transform: uppercase;
  border: solid 1px #f15206;
  padding: 1px 6px;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  display: inline-block;
}
section.searchbar .searchbar_grid ul.rate .give_btn:hover {
  background: #f15206;
  color: var(--white-color);
}
section.searchbar ul.search_menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  width: 48%;
  padding: 15px 40px;
}
section.searchbar ul.search_menu li {
  display: block;
  width: 195px;
}
section.searchbar ul.search_menu li a {
  font-size: 12px;
  font-weight: 500;
  border: none;
  padding: 4px 6px;
  color: var(--primary-color);
  transition: color 0.3s ease-in;
}
section.searchbar ul.search_menu li a:hover {
  color: #a730c5;
}

section.three_grid {
  margin-bottom: 100px;
}
section.three_grid .grid_content {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #e6e9f0;
  padding: 20px;
  padding-bottom: 40px;
  border-radius: 10px;
}
section.three_grid .grid_content .img-grid {
  border-radius: 10px;
  margin-bottom: 20px;
}
section.three_grid .grid_content .btn_blu {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  position: absolute;
  content: "";
  width: 80%;
  border-radius: 8px;
  font-size: 15px;
  padding: 12px 18px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
section.three_grid .grid_content .btn_blu:hover {
  background: #a730c5;
  color: var(--white-color);
}

section.caption_grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}
section.caption_grid .text-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
section.caption_grid .text-container .txt-grid {
  display: flex;
  flex: 1 1 32%;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--txt-color);
}
section.caption_grid .text-container .txt-grid-cust {
  flex: 1 1 68%;
  font-size: 13px;
  text-transform: none;
}
section.caption_grid .text-container * + * {
  margin-left: 2rem;
}
section.caption_grid a.lrnmore {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  padding: 10px 25px;
  text-align: center;
  margin-block: 30px;
  margin-inline: auto;
}
section.caption_grid a.lrnmore:hover {
  background: #a730c5;
  color: var(--white-color);
}

section.video_grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
}
section.video_grid h2 {
  text-align: center;
  color: var(--txt-color);
  line-height: 32px;
  margin: 0 auto 30px;
  text-transform: uppercase;
}
section.video_grid .video {
  display: block;
  width: 100%;
  height: auto;
}
section.video_grid .video .video_bx {
  display: block;
  width: 100%;
  height: 70vh;
}

section.videogrid_main .video {
  height: 400px;
}

section.emc {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  padding-block: 50px;
}
section.emc h2 {
  text-align: center;
  text-transform: uppercase;
  color: var(--drk-blue);
}
section.emc h5 {
  color: #676494;
  width: 50%;
  text-align: center;
  margin-inline: auto;
}
section.emc .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
}
section.emc .swiper-slide .emc_img {
  display: block;
  width: 75px;
  height: 75px;
  overflow: hidden;
  margin-inline: auto;
  margin-bottom: 15px;
}
section.emc .swiper-slide .emc_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.emc .swiper-slide .emc_txt {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
section.emc .swiper-slide .emc_txt p {
  margin-bottom: 0;
  text-align: center;
}
section.emc .swiper-slide .emc_txt p a {
  color: var(--txt-color);
}
section.emc .swiper-button-prev, section.emc .swiper-container-rtl .swiper-button-next {
  left: 10px;
}
section.emc .swiper-button-next, section.emc .swiper-container-rtl .swiper-button-prev {
  right: 10px;
}
section.emc .emc_grid {
  width: 100%;
  height: auto;
  display: block;
  padding: 30px 30px 0;
}
section.emc .emc_grid .swiper-button-next:after, section.emc .emc_grid .swiper-button-prev:after {
  font-size: 30px;
  font-weight: 600;
}
section.emc .readmore {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  font-size: 10px;
  padding: 3px 12px;
  margin-right: auto;
}
section.emc .readmore:hover {
  background: #a730c5;
  color: var(--white-color);
}

section.impact .img-grid {
  height: 100%;
}
section.impact .img-grid img {
  object-fit: cover;
}
section.impact .txt_grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  padding-right: 40px;
}
section.impact .txt_grid h2 {
  font-size: 45px;
  color: var(--drk-blue);
  text-align: left;
}
section.impact .txt_grid .rsrch_btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}
section.impact .txt_grid .rsrch_btn:hover {
  background: #a730c5;
  color: var(--white-color);
}

section.champions {
  position: relative;
  overflow-x: hidden;
}
section.champions h2 {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}
section.champions .champions-grid {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  background: #e5e5ef;
}
section.champions .img-grid {
  width: 20%;
  height: 100%;
}
section.champions .txt-grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  width: 30%;
  padding: 40px;
  align-self: stretch;
  height: auto;
}
section.champions .txt-grid .lrnmore {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  padding: 10px ​18px;
}
section.champions .txt-grid .lrnmore:hover {
  background: #a730c5;
  color: var(--white-color);
}
section.champions .modal-content {
  border: none;
  overflow: hidden;
}
section.champions .modal-content .modal-body {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
section.champions .modal-content .modal-body .img_grid {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
section.champions .modal-content .modal-body .img_grid img {
  width: 108%;
  height: 100%;
  object-fit: cover;
}
section.champions .modal-content .modal-body .txt_grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  width: 50%;
  justify-content: center;
  padding-top: 50px;
}
section.champions .modal-content .modal-body .txt_grid span {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  padding: 30px;
  border: solid 1px #ccc;
}
section.champions .modal-content .modal-body .txt_grid span p {
  color: #666;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: open sans, sans-serif;
}
section.champions .modal-content .modal-body .txt_grid span p.author {
  margin-bottom: 0;
}
section.champions .modal-content .modal-body .txt_grid a.popupvideo {
  position: relative;
  color: #666666;
  font-weight: 300;
  font-size: 1rem;
  line-height: 30px;
  text-transform: capitalize;
  overflow: visible;
  z-index: 99;
  cursor: pointer;
  padding-left: 90px;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}
section.champions .modal-content .modal-body .txt_grid a.popupvideo::before {
  position: absolute;
  content: "";
  background: url(../img/history-icon.svg) center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  left: 50px;
}
section.champions .modal-content .modal-body .txt_grid a.popupvideo::after {
  position: absolute;
  content: "";
  left: 0;
  background: #666666;
  width: 40px;
  height: 1px;
  top: 50%;
  transition: all 0.3s ease-in-out;
}
section.champions .modal-content .modal-body .txt_grid a.popupvideo:hover {
  color: #a730c5;
}
section.champions .modal-content .modal-body .txt_grid a.popupvideo:hover::after {
  background: #a730c5;
  left: 10px;
}
section.champions .modal-content .modal-body .txt_grid ul.popup_social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 15px;
  margin-block: 15px;
}
section.champions .modal-content .modal-body .txt_grid ul.popup_social li a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  margin-inline: 5px;
  padding: 5px;
}
section.champions .modal-content .modal-body .txt_grid ul.popup_social li a i {
  color: var(--white-color);
}
section.champions .modal-content .modal-body .txt_grid ul.popup_social li:nth-child(1) a {
  background: #3b5998;
}
section.champions .modal-content .modal-body .txt_grid ul.popup_social li:nth-child(2) a {
  background: #1da1f2;
}
section.champions .modal-content .modal-body .txt_grid ul.popup_social li:nth-child(3) a {
  background: #0077b5;
}
section.champions .modal-content .modal-body .txt_grid ul.popup_social li:nth-child(4) a {
  background: #c41979;
}

section.natural_rights h2 {
  text-align: center;
  margin-bottom: 40px;
}
section.natural_rights .img-grid {
  padding-inline: 80px;
  height: 100%;
}
section.natural_rights .txt-grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-inline: auto;
  text-align: center;
}
section.natural_rights .txt-grid h5, section.natural_rights .txt-grid h6 {
  text-align: center;
  color: #62617f;
}
section.natural_rights .txt-grid h5 {
  color: #56547f;
}
section.natural_rights .txt-grid .lrnmore {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
section.natural_rights .txt-grid .lrnmore:hover {
  background: #a730c5;
  color: var(--white-color);
}

section.gallery_slider {
  position: relative;
  padding-bottom: 30px;
}
section.gallery_slider .img-grid {
  border-radius: 10px;
}
section.gallery_slider .swiper-pagination {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -45px;
  left: 60px;
}
section.gallery_slider .swiper-pagination-clickable .swiper-pagination-bullet {
  background: #fff;
  margin-right: 10px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
  opacity: 0.8;
}
section.gallery_slider .swiper-pagination-bullet-active {
  background: #666 !important;
}
section.gallery_slider .swiper-button-next, section.gallery_slider .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: -50px;
  left: 0;
}
section.gallery_slider .swiper-button-next::after, section.gallery_slider .swiper-button-prev::after {
  font-size: 16px !important;
}
section.gallery_slider .swiper-button-next {
  left: 25px;
}

section.action {
  margin-bottom: 80px;
}
section.action h2 {
  text-transform: uppercase;
}
section.action .action_grid {
  position: relative;
  padding-inline: 20px;
  padding-top: 70px;
  padding-bottom: 30px;
  text-align: center;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.28);
}
section.action .action_grid::before, section.action .action_grid::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 50px;
  background: url(../img/box-hd.png) center no-repeat;
  background-size: cover;
}
section.action .action_grid::after {
  top: auto;
  bottom: 0;
  height: 10px;
}
section.action .action_grid h6 {
  text-align: center;
}
section.action .action_grid .img-grid {
  border-radius: 6px;
}
section.action .action_grid .lrnmre_btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  margin-top: 20px;
  text-transform: capitalize;
  padding: 10px 25px;
}
section.action .action_grid .lrnmre_btn:hover {
  background: #a730c5;
  color: var(--white-color);
}
section.action h2 {
  text-align: center;
}

section.redcross {
  margin-block: 60px;
}
section.redcross h2, section.redcross h6 {
  text-align: center;
}
section.redcross h6 {
  width: 75%;
  margin-inline: auto;
  line-height: 22px;
}
section.redcross .img-grid {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-block: 15px;
}
section.redcross .img-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.redcross .img-grid .readmore {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  font-size: 10px;
  padding: 10px 15px;
  white-space: nowrap;
}
section.redcross .img-grid .readmore:hover {
  background: #a730c5;
  color: var(--white-color);
}
section.redcross .swiper-button-next {
  right: 0;
}
section.redcross .swiper-button-prev {
  left: 0;
}

section.explore {
  overflow-x: hidden;
  background: var(--secondary-color);
  text-align: center;
  padding: 60px 0;
  margin-bottom: 0;
}
section.explore h2 {
  font-size: 35px;
  font-weight: 800;
  text-align: center;
}
section.explore .explr_btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  margin-top: 20px;
  text-transform: capitalize;
  padding: 10px 25px;
}
section.explore .explr_btn:hover {
  background: #a730c5;
  color: var(--white-color);
}

footer {
  background: #f2f2f2;
  padding: 50px 0 20px;
}
footer ul > li {
  display: block;
  margin-bottom: 0.9rem;
}
footer ul > li h6 {
  font-size: 1.2rem;
  font-weight: 400;
  height: 40px;
}
footer ul > li a, footer ul > li p {
  display: block;
  font-size: 0.75rem;
  color: #4e503c;
  font-weight: 400;
}
footer ol.ftr_btm {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
}
footer ol.ftr_btm li {
  list-style-type: disc;
  margin: 0 22px 0 5px;
}
footer ol.ftr_btm li a {
  font-size: 12px;
  color: var(--txt-color);
}
footer ol.ftr_btm li:first-child {
  list-style-type: none;
}

/*--who we are --*/
section.bnr_innr {
  position: relative;
  padding: 0;
  height: 100vh;
  justify-content: flex-start;
  background: none;
  margin-bottom: 60px;
}
section.bnr_innr .img-grid {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.bnr_innr .swiper-container {
  position: relative;
  height: 100vh;
}
section.bnr_innr .swiper-container .bnr_lft_help {
  margin-left: 9.5%;
  margin-top: 14%;
  width: 37%;
  padding: 45px 40px;
  border-radius: 0;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgba(153, 161, 184, 0.35);
}
section.bnr_innr .swiper-container .bnr_lft_help h3, section.bnr_innr .swiper-container .bnr_lft_help p {
  color: var(--white-color);
  font-weight: 500;
  font-size: 1.86rem;
}
section.bnr_innr .swiper-container .bnr_lft_help p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  width: 100%;
}
section.bnr_innr .swiper-container .bnr_lft_help a.online {
  text-align: left;
  background: transparent;
  padding: 0;
}
section.bnr_innr .swiper-container .bnr_lft_help a.online:hover {
  background: transparent;
}
section.bnr_innr .slider_grid {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
  cursor: pointer;
}
section.bnr_innr .slider_grid .whatwedo_bnrtxt {
  position: absolute;
  content: "";
  top: 20%;
  left: 10%;
  z-index: 999;
}
section.bnr_innr .slider_grid .whatwedo_bnrtxt h3 {
  color: var(--white-color);
}
section.bnr_innr .slider_grid .media-center-bnrtxt {
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.bnr_innr .slider_grid .media-center-bnrtxt .press-release-btn {
  display: inline-block;
  background: var(--white-color);
  color: var(--txt-color);
  text-transform: uppercase;
  padding: 12px 24px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
}
section.bnr_innr .slider_grid p {
  width: 50%;
  margin-top: 15px;
}
section.bnr_innr .slider_grid .swiper-pagination .swiper-pagination-bullet {
  background: #999;
  margin-bottom: 8px;
}
section.bnr_innr .slider_grid .swiper-pagination-clickable .swiper-pagination-bullet {
  background: #fff;
  margin-right: 10px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
  opacity: 0.8;
}
section.bnr_innr .slider_grid .swiper-pagination-bullet-active {
  background: #666 !important;
}
section.bnr_innr .slider_grid .swiper-button-next::after, section.bnr_innr .slider_grid .swiper-button-prev::after {
  font-size: 16px !important;
}

.bnr_btm_caption {
  width: 100%;
  height: auto;
  padding-block: 15px;
  padding-left: 10%;
  background: #eff4fe;
}
.bnr_btm_caption h4 {
  position: relative;
  margin-top: -40px;
  background: #000;
  color: var(--white-color);
  font-weight: 500;
  padding: 10px 25px;
  text-transform: uppercase;
  width: auto;
  display: inline-block;
  margin-bottom: 20px;
  z-index: 999;
}

.bnr_btm_caption_cust {
  margin-bottom: 25px;
}
.bnr_btm_caption_cust h4 {
  display: table;
  width: auto;
}
.bnr_btm_caption_cust p {
  width: 60%;
}

section.who_bnr .swiper-container {
  height: 92vh;
}
section.who_bnr .slider_grid .swiper-button-next, section.who_bnr .slider_grid .swiper-button-prev {
  bottom: 16px;
}

section.content_grid .txt_content {
  display: block;
  width: 60%;
  margin-inline: auto;
  padding-bottom: 50px;
}
section.content_grid .txt_content h6, section.content_grid .txt_content h4, section.content_grid .txt_content p {
  color: #0f0d38;
}
section.content_grid .txt_content h4 {
  font-weight: 700;
  margin-block: 30px;
}
section.content_grid .txt_content h6 {
  line-height: 1.5rem;
}
section.content_grid .txt_content p {
  font-size: 14px;
}
section.content_grid .txt_content ul {
  padding-left: 40px;
  margin-bottom: 20px;
}
section.content_grid .txt_content ul li {
  list-style-type: disc;
  font-size: 14px;
  color: #3f3f3f;
}
section.content_grid .swiper-button-next, section.content_grid .swiper-button-prev {
  bottom: 35px;
  top: auto;
  font-size: 14px;
  font-weight: 400;
  color: #3f3f3f;
}
section.content_grid .swiper-button-next:after, section.content_grid .swiper-button-prev:after {
  display: none;
}
section.content_grid .swiper-button-white-prev {
  left: auto;
  right: 70px;
}
section.content_grid section.quote-grid-cust {
  height: auto;
  margin-block: 20px;
}
section.content_grid section.quote-grid-cust h4 {
  font-size: 18px;
}
section.content_grid section.quote-grid-cust h5 {
  font-size: 15px;
  margin-bottom: 0;
}
section.content_grid section.quote-grid-cust .img-grid {
  width: 78%;
  height: 78%;
  padding: 0;
}
section.content_grid section.quote-grid-cust .img-grid img {
  object-fit: contain;
}

section.activities {
  margin-block: 60px;
}
section.activities .txt_grid {
  padding-left: 50px;
}
section.activities p {
  font-size: 15px;
  font-weight: 400;
}
section.activities .lrn-mre {
  font-size: 14px;
  color: #0f0d38;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
section.activities .lrn-mre:hover {
  color: #a730c5;
}
section.activities .img-grid {
  border-radius: 10px;
  max-height: 500px;
}
section.activities .img-grid img {
  object-position: top;
}

section.ewc_today {
  overflow: hidden;
  padding: 10px;
  background: url(../img/ewc_bg.png) center no-repeat;
  background-size: cover;
}
section.ewc_today .ewc_today_grid {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 35px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, 0.15);
}
section.ewc_today .ewc_today_grid h2, section.ewc_today .ewc_today_grid p {
  color: var(--white-color);
  margin-bottom: 20px;
  font-weight: 400;
}
section.ewc_today .ewc_today_grid p {
  font-size: 14px;
  line-height: 1.4rem;
}
section.ewc_today .ewc_today_grid p:last-child {
  margin-bottom: 0;
}

section.join {
  border-block: solid 6px #5e5ba0;
  padding-block: 30px;
  margin-block: 60px;
  text-align: center;
}
section.join h2, section.join h3 {
  text-align: center;
  text-transform: uppercase;
}
section.join h2 {
  font-weight: 800;
  line-height: 60px;
}
section.join .join_btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}
section.join .join_btn:hover {
  background: #a730c5;
  color: var(--white-color);
}

section.btm_grids {
  margin-block: 60px;
}
section.btm_grids p {
  font-size: 18px;
  opacity: 0.6;
  font-weight: 500;
}
section.btm_grids .lrn_btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}
section.btm_grids .lrn_btn:hover {
  background: #a730c5;
  color: var(--white-color);
}

/*what we do --*/
.watwedo_bnr {
  height: calc(100vh - 92.69px) !important;
  margin-bottom: 0 !important;
}
.watwedo_bnr .swiper-container {
  height: calc(100vh - 92.69px) !important;
}
.watwedo_bnr .swiper-button-next, .watwedo_bnr .swiper-button-prev {
  bottom: 50px !important;
}

section.what_bnr_caption {
  margin-bottom: 60px;
}

section.focus {
  margin-block: 60px;
}
section.focus h2 {
  text-transform: capitalize;
  text-align: center;
  font-weight: 800;
}
section.focus a.focus_grid {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  cursor: pointer;
}
section.focus a.focus_grid .img-grid {
  height: 250px;
  border-radius: 4px;
}
section.focus a.focus_grid .img-grid img {
  transition: all 0.5s ease-out;
}
section.focus a.focus_grid h6 {
  display: block;
  text-transform: uppercase;
  color: var(--txt-color);
  text-align: left;
  margin: 10px 0 0;
}
section.focus a.focus_grid:hover .img-grid img {
  transform: scale(1.2);
}

section.change h2 {
  font-size: 35px;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}
section.change p {
  opacity: 0.6;
}

/*--how to help--*/
.bnr_help {
  height: calc(100vh - 108px) !important;
  margin-bottom: 0 !important;
}
.bnr_help .swiper-container {
  height: calc(100vh - 108px) !important;
}
.bnr_help .swiper-button-next, .bnr_help .swiper-button-prev {
  bottom: 50px !important;
}

section.three_grid_help {
  padding: 80px 0 0;
  background: #f5f7fe;
  background: -moz-linear-gradient(180deg, #f5f7fe 0%, white 100%);
  background: -webkit-linear-gradient(180deg, #f5f7fe 0%, white 100%);
  background: linear-gradient(180deg, #f5f7fe 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f7fe",endColorstr="#ffffff",GradientType=1);
}
section.three_grid_help .grid_content {
  padding-inline: 40px;
  text-align: center;
}
section.three_grid_help .grid_content h4, section.three_grid_help .grid_content p {
  text-align: center;
}
section.three_grid_help .grid_content p {
  font-size: 14px;
  margin-top: 10px;
}
section.three_grid_help .btn_blu {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  font-size: 15px;
  padding: 12px 40px;
  text-align: center;
  margin-inline: auto;
}
section.three_grid_help .btn_blu:hover {
  background: #a730c5;
  color: var(--white-color);
}
section.three_grid_help .btn_blu:hover {
  color: var(--white-color);
}

section.have_help {
  text-align: center;
}
section.have_help h3, section.have_help p {
  text-align: center;
}
section.have_help p {
  font-size: 18px;
  font-weight: 500;
  color: #0F0D38;
  width: 80%;
  margin-inline: auto;
}
section.have_help .have_help_innr, section.have_help .help-btm {
  display: block;
  width: 100%;
  height: auto;
  padding: 40px;
  border-radius: 20px;
  background: #f0eff5;
  margin: 30px 0 60px;
}
section.have_help .have_help_innr .have_help_innr_content, section.have_help .have_help_innr .help-btm-grid, section.have_help .help-btm .have_help_innr_content, section.have_help .help-btm .help-btm-grid {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}
section.have_help .have_help_innr .have_help_innr_content .img-grid, section.have_help .have_help_innr .help-btm-grid .img-grid, section.have_help .help-btm .have_help_innr_content .img-grid, section.have_help .help-btm .help-btm-grid .img-grid {
  height: 300px;
  border-radius: 15px;
}
section.have_help .have_help_innr .have_help_innr_content .txt-grid, section.have_help .have_help_innr .help-btm-grid .txt-grid, section.have_help .help-btm .have_help_innr_content .txt-grid, section.have_help .help-btm .help-btm-grid .txt-grid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  height: 100%;
}
section.have_help .have_help_innr .have_help_innr_content .txt-grid h4, section.have_help .have_help_innr .have_help_innr_content .txt-grid p, section.have_help .have_help_innr .help-btm-grid .txt-grid h4, section.have_help .have_help_innr .help-btm-grid .txt-grid p, section.have_help .help-btm .have_help_innr_content .txt-grid h4, section.have_help .help-btm .have_help_innr_content .txt-grid p, section.have_help .help-btm .help-btm-grid .txt-grid h4, section.have_help .help-btm .help-btm-grid .txt-grid p {
  color: var(--drk-blue);
  text-align: left;
  font-size: 26px;
  line-height: 38px;
  margin: 0;
}
section.have_help .have_help_innr .have_help_innr_content .txt-grid p, section.have_help .have_help_innr .help-btm-grid .txt-grid p, section.have_help .help-btm .have_help_innr_content .txt-grid p, section.have_help .help-btm .help-btm-grid .txt-grid p {
  font-size: 24px;
  margin-top: 15px;
  font-weight: 400;
}
section.have_help .have_help_innr .have_help_innr_content:last-child, section.have_help .help-btm .have_help_innr_content:last-child {
  margin-bottom: 0;
}
section.have_help .help-btm {
  display: block;
  width: 100%;
  height: auto;
  background: none;
}
section.have_help .help-btm .help-btm-grid {
  margin-bottom: 30px;
}
section.have_help .help-btm .help-btm-grid .img-grid {
  height: 400px;
  border-radius: 10px;
}
section.have_help .help-btm .help-btm-grid .txt-grid p {
  margin-block: 10px;
  font-size: 14px;
  line-height: 20px;
}
section.have_help .help-btm .help-btm-grid .txt-grid a.online {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  text-align: left;
  background: transparent;
  padding: 0;
  color: var(--drk-blue);
  font-weight: 600;
  transition: color 0.3s ease-in;
}
section.have_help .help-btm .help-btm-grid .txt-grid a.online:hover {
  background: #a730c5;
  color: var(--white-color);
}
section.have_help .help-btm .help-btm-grid .txt-grid a.online:hover {
  background: transparent;
  color: #a730c5;
}
section.have_help .have_help_innr_content .txt-grid .lrnmore {
  color: #754ce6;
  font-size: 16px;
  margin-left: 20px;
}
section.have_help .have_help_innr_content .txt-grid .cta-btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  font-size: 11px;
  padding: 8px 20px;
}
section.have_help .have_help_innr_content .txt-grid .cta-btn:hover {
  background: #a730c5;
  color: var(--white-color);
}

section.ftr_help {
  position: relative;
  background: #191c2b;
  padding-block: 60px;
  text-align: right;
  margin-bottom: 30px;
}
section.ftr_help:before {
  position: absolute;
  content: "";
  top: -15px;
  left: 0;
  width: 100%;
  height: 45px;
  background: url(../img/ftr_bg.png) top left no-repeat;
  background-size: cover;
}
section.ftr_help .form-control {
  background: #3b3e4b;
  border: none;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 0.7rem 1.2rem;
}
section.ftr_help ::-webkit-input-placeholder {
  color: #b3b4b9;
  font-size: 14px;
}
section.ftr_help h4, section.ftr_help h6, section.ftr_help p {
  color: var(--white-color);
}
section.ftr_help h6 {
  color: #b0bfea;
  line-height: 22px;
}
section.ftr_help h6 span {
  display: inline-block;
  margin-top: 20px;
  color: #5da6bd;
}
section.ftr_help p {
  font-weight: 400;
  font-size: 10px;
  color: #595e72;
  line-height: 14px;
}
section.ftr_help .submit {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  border: none;
  border-radius: 6px;
  margin-left: auto;
  background: #385197;
  background: -moz-linear-gradient(180deg, #385197 0%, #172e6f 100%);
  background: -webkit-linear-gradient(180deg, #385197 0%, #172e6f 100%);
  background: linear-gradient(180deg, #385197 0%, #172e6f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#385197",endColorstr="#172e6f",GradientType=1);
}
section.ftr_help .submit:hover {
  background: #a730c5;
  color: var(--white-color);
}

section.social {
  text-align: center;
  padding-block: 50px;
  margin-bottom: 30px;
}
section.social h3, section.social p, section.social h6, section.social a, section.social ul {
  text-align: center;
}
section.social h3 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
section.social .social_grid {
  margin-top: 40px;
}
section.social .social_grid .col-lg-4 {
  position: relative;
  border-left: solid 1px #ddd;
  padding-bottom: 50px;
}
section.social .social_grid .col-lg-4:first-child {
  border: none;
}
section.social .social_grid h6 {
  text-transform: uppercase;
}
section.social .social_grid h6 span {
  font-size: 12px;
  text-transform: initial;
}
section.social .social_grid .fa-twitter {
  font-size: 25px;
  color: #1da1f2;
  margin-bottom: 15px;
}
section.social .social_grid p.twr_txt {
  font-weight: 600;
  width: 60%;
  margin-inline: auto;
}
section.social .social_grid .social_btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  font-size: 10px;
  padding: 6px 15px;
}
section.social .social_grid .social_btn:hover {
  background: #a730c5;
  color: var(--white-color);
}
section.social .social_grid .twtr {
  background: #1da1f2;
}
section.social .social_grid .go_to {
  background: #0077b5;
}
section.social .social_grid .share {
  background: #3b5998;
}
section.social .social_grid ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  height: auto;
  margin: 25px 0;
}
section.social .social_grid ul * + * {
  margin-left: 10px;
}
section.social .social_grid ul li > a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: solid 2px #888;
  padding: 4px;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease-in;
}
section.social .social_grid ul li > a .fab {
  color: #000;
  font-size: 15px;
  margin: 0;
  transition: all 0.3s ease-in;
}
section.social .social_grid ul li > a:hover, section.social .social_grid ul li > a:hover .fab {
  background: #000;
  color: var(--white-color);
}
section.social .social_grid ul li > a:hover {
  border: solid 2px #000;
}
section.social .social_grid .video_grid {
  width: 50%;
  height: 100px;
  margin-inline: auto;
}

/*--take action--*/
section.tke_actn_bnr {
  margin-bottom: 0;
}
section.tke_actn_bnr .bnr_slide {
  height: 100vh;
}
section.tke_actn_bnr .banner-bottom-section {
  position: relative;
  z-index: 999;
  margin-left: 9.5%;
  margin-top: 20px;
}

.headder-section {
  position: relative;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.headder-section .card-img-top {
  width: 100%;
  height: 365px;
  overflow: hidden;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.headder-section .card-img-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.headder-section a {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 10px;
  color: #ffffff;
  background: #2b277e;
  padding: 3px 13px;
  font-size: 13px;
}

.take_action h5, .take_action1 h5 {
  font-weight: 900;
}
.take_action .card, .take_action1 .card {
  height: 100%;
}
.take_action .card-body, .take_action1 .card-body {
  background: #f1f0fa;
}

.take_action .card-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.take_action .card-body h6 {
  text-transform: uppercase;
  font-weight: 500;
}
.take_action .card-body h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}

/*--takeaction-detail--*/
main.take-action-bg {
  position: relative;
  background: url(../img/1-bg.png) top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px 0 40px;
}
main.take-action-bg::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgba(0, 0, 0, 0.35);
}
main.take-action-bg section.take-action-dtail-bnr {
  height: auto;
  background: none;
  margin: 0;
}
main.take-action-bg section.take-action-detail {
  width: 100%;
  height: 100%;
  display: block;
  margin-bottom: 0;
}
main.take-action-bg section.take-action-detail .txt_content, main.take-action-bg section.take-action-detail .form_content {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
  width: 100%;
  height: 100%;
}
main.take-action-bg section.take-action-detail .txt_content ul, main.take-action-bg section.take-action-detail .txt_content ol, main.take-action-bg section.take-action-detail .form_content ul, main.take-action-bg section.take-action-detail .form_content ol {
  display: block;
  padding-left: 30px;
  margin-bottom: 20px;
}
main.take-action-bg section.take-action-detail .txt_content ul li, main.take-action-bg section.take-action-detail .txt_content ol li, main.take-action-bg section.take-action-detail .form_content ul li, main.take-action-bg section.take-action-detail .form_content ol li {
  list-style-type: disc;
  font-size: 13px;
  font-weight: 500;
  color: var(--txt-color);
  margin-bottom: 5px;
  padding-left: 15px;
}
main.take-action-bg section.take-action-detail .txt_content ol li, main.take-action-bg section.take-action-detail .form_content ol li {
  list-style-type: decimal;
}
main.take-action-bg section.take-action-detail .form_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 40px 30px;
}
main.take-action-bg section.take-action-detail .form_content span, main.take-action-bg section.take-action-detail .form_content .submit_btn {
  background: #1da1f2;
  font-size: 26px;
  color: var(--secondary-color);
  border-radius: 8px;
  padding: 5px 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  width: 80%;
}
main.take-action-bg section.take-action-detail .form_content h3 {
  color: #1da1f2;
  text-transform: uppercase;
}
main.take-action-bg section.take-action-detail .form_content h5, main.take-action-bg section.take-action-detail .form_content h6, main.take-action-bg section.take-action-detail .form_content p, main.take-action-bg section.take-action-detail .form_content .form-check-label {
  color: var(--white-color);
}
main.take-action-bg section.take-action-detail .form_content h5 {
  margin-block: 20px;
}
main.take-action-bg section.take-action-detail .form_content p {
  margin-block: 5px;
}
main.take-action-bg section.take-action-detail .form_content .form-check-label {
  font-size: 14px;
}
main.take-action-bg section.take-action-detail .form_content form {
  width: 100%;
}
main.take-action-bg section.take-action-detail .form_content .form-control {
  margin-bottom: 8px;
  width: 100%;
  line-height: 2rem;
}
main.take-action-bg section.take-action-detail .form_content .submit_btn {
  background: #0077b5;
  border: none;
  font-size: 18px;
  width: 100%;
  padding: 15px 20px;
  margin-top: 20px;
}

/*--story--*/
section.bnr_story {
  display: block;
  width: 100%;
  height: 65vh !important;
  background: url(../img/bnr.png) center no-repeat;
  background-color: 100%;
}

section.tab-section-grid, section.team {
  display: block;
  width: 100%;
  height: 100%;
  padding: 60px 0;
}
section.tab-section-grid .nav-tabs, section.team .nav-tabs {
  margin-bottom: 30px;
  border: none;
  justify-content: center;
}
section.tab-section-grid .nav-tabs .nav-link, section.team .nav-tabs .nav-link {
  font-size: 12px;
  font-weight: 600;
  color: #495057;
  border: none;
  background: #e3e3e4;
  border-radius: 4px;
  margin-left: -4px;
  z-index: -1;
}
section.tab-section-grid .nav-tabs .nav-link:focus, section.tab-section-grid .nav-tabs .nav-link:hover, section.team .nav-tabs .nav-link:focus, section.team .nav-tabs .nav-link:hover {
  border: none;
  background: #000;
  color: var(--white-color);
}
section.tab-section-grid .nav-tabs .nav-item.show .nav-link, section.tab-section-grid .nav-tabs .nav-link.active, section.team .nav-tabs .nav-item.show .nav-link, section.team .nav-tabs .nav-link.active {
  position: relative;
  background: #000;
  color: var(--white-color);
  border: none;
  z-index: 2 !important;
}
section.tab-section-grid .case_grid, section.team .case_grid {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
}
section.tab-section-grid .case_grid:hover, section.team .case_grid:hover {
  transform: scale(1.04);
}
section.tab-section-grid .case_grid .img-grid, section.team .case_grid .img-grid {
  height: 225px;
  border-radius: 8px;
}
section.tab-section-grid .case_grid .txt_grid, section.team .case_grid .txt_grid {
  display: block;
  padding: 20px;
}
section.tab-section-grid .case_grid .txt_grid span, section.team .case_grid .txt_grid span {
  font-size: 18px;
}
section.tab-section-grid .case_grid .txt_grid h4, section.team .case_grid .txt_grid h4 {
  font-size: 32px;
  margin: 5px 0 12px;
}
section.tab-section-grid .case_grid .txt_grid p, section.team .case_grid .txt_grid p {
  font-size: 16px;
  text-align: left;
  line-height: 22px;
  margin-bottom: 5px;
}
section.tab-section-grid .case_grid .txt_grid .case_btn, section.team .case_grid .txt_grid .case_btn {
  display: inline-block;
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding-right: 18px;
  line-height: 1.5;
  color: #3f3f3f;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  margin-top: 20px;
}
section.tab-section-grid .case_grid .txt_grid .case_btn:before, section.team .case_grid .txt_grid .case_btn:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  bottom: -3px;
  background: #754ce6;
  transition: all 0.3s ease-in-out;
}
section.tab-section-grid .case_grid .txt_grid .case_btn:after, section.team .case_grid .txt_grid .case_btn:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 7px;
  background: url(../img/arrw.png) right no-repeat;
  background-size: contain;
}
section.tab-section-grid .case_grid .txt_grid .case_btn:hover::before, section.team .case_grid .txt_grid .case_btn:hover::before {
  width: 100%;
}
section.tab-section-grid .case_grid_cust, section.team .case_grid_cust {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
section.tab-section-grid .case_grid_cust:hover, section.team .case_grid_cust:hover {
  transform: scale(1.04);
}
section.tab-section-grid .case_grid_cust .img-grid, section.team .case_grid_cust .img-grid {
  height: 350px;
  border-radius: 8px;
}
section.tab-section-grid .case_grid_cust .img-grid img, section.team .case_grid_cust .img-grid img {
  object-position: top;
}
section.tab-section-grid .case_grid_cust .txt_grid_top, section.team .case_grid_cust .txt_grid_top {
  position: absolute;
  content: "";
  top: 20px;
  left: 25px;
}
section.tab-section-grid .case_grid_cust .txt_grid_top span, section.team .case_grid_cust .txt_grid_top span {
  text-transform: uppercase;
  font-size: 12px;
  color: var(--white-color);
}
section.tab-section-grid .case_grid_cust .txt_grid_top h5, section.team .case_grid_cust .txt_grid_top h5 {
  color: var(--white-color);
  font-size: 2rem;
}
section.tab-section-grid .case_grid_cust .btn_grid, section.team .case_grid_cust .btn_grid {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 40px);
  height: auto;
}
section.tab-section-grid .case_grid_cust .btn_grid a.play_vid, section.team .case_grid_cust .btn_grid a.play_vid {
  width: 100px !important;
  color: var(--white-color);
  font-size: 14px;
  padding-left: 40px;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
section.tab-section-grid .case_grid_cust .btn_grid a.play_vid:before, section.team .case_grid_cust .btn_grid a.play_vid:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url(../img/play_icon.svg) center no-repeat;
  background-size: contain;
  transition: all 0.3s ease-in-out;
}
section.tab-section-grid .case_grid_cust .btn_grid a.play_vid:hover, section.team .case_grid_cust .btn_grid a.play_vid:hover {
  color: var(--white-color);
  padding-left: 0;
  padding-right: 40px;
}
section.tab-section-grid .case_grid_cust .btn_grid a.play_vid:hover::before, section.team .case_grid_cust .btn_grid a.play_vid:hover::before {
  right: 0;
  left: 50px;
}
section.tab-section-grid .case_grid_cust .btn_grid a.view_btn, section.team .case_grid_cust .btn_grid a.view_btn {
  font-size: 14px;
  color: var(--white-color);
  transition: all 0.3s ease-in-out;
}
section.tab-section-grid .case_grid_cust .btn_grid a.view_btn:hover, section.team .case_grid_cust .btn_grid a.view_btn:hover {
  color: #1da1f2;
}
section.tab-section-grid .bnr_video_section .modal-content, section.team .bnr_video_section .modal-content {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 450px;
  border: none;
  background: #1c1a2d;
}
section.tab-section-grid .bnr_video_section .modal-content .modal-body, section.team .bnr_video_section .modal-content .modal-body {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  line-height: 0;
  padding: 0;
}
section.tab-section-grid .bnr_video_section .modal-content .modal-body .video, section.team .bnr_video_section .modal-content .modal-body .video {
  width: 60%;
  height: 100%;
}
section.tab-section-grid .bnr_video_section .modal-content .modal-body .video iframe, section.team .bnr_video_section .modal-content .modal-body .video iframe {
  min-height: 450px;
}
section.tab-section-grid .bnr_video_section .modal-content .modal-body .story_content, section.team .bnr_video_section .modal-content .modal-body .story_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  width: 40%;
  height: 100%;
  padding: 20px;
}
section.tab-section-grid .bnr_video_section .modal-content .modal-body .story_content h5, section.tab-section-grid .bnr_video_section .modal-content .modal-body .story_content p, section.team .bnr_video_section .modal-content .modal-body .story_content h5, section.team .bnr_video_section .modal-content .modal-body .story_content p {
  color: var(--white-color);
}
section.tab-section-grid .bnr_video_section .modal-content .modal-body .story_content p, section.team .bnr_video_section .modal-content .modal-body .story_content p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #b1b0bd;
}

/*--team--*/
section.team {
  padding-bottom: 0;
}
section.team .case_grid {
  height: auto;
  margin-bottom: 40px;
}
section.team .case_grid .img-grid {
  height: 300px;
}
section.team h2 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
section.team .txt_grid h4 {
  font-size: 18px !important;
  margin: 0 0 5px !important;
}
section.team .txt_grid span {
  font-size: 14px !important;
  opacity: 0.75;
}
section.team .txt_grid_cust {
  height: 111.92px;
}

section.executive-members {
  padding-top: 0;
}

/*--master-crafter--*/
.bnr_crafter {
  height: calc(100vh - 88px) !important;
  margin-bottom: 0 !important;
}
.bnr_crafter .swiper-container {
  height: calc(100vh - 88px) !important;
}
.bnr_crafter .swiper-button-next, .bnr_crafter .swiper-button-prev {
  bottom: 50px !important;
}
.bnr_crafter .bnr_lft_help {
  border-radius: 20px !important;
}

section.crafter h3 {
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 25px;
}
section.crafter p {
  font-size: 18px;
  line-height: 35px;
  color: #0F0D38;
  font-weight: 400;
  margin-bottom: 25px;
}
section.crafter h6 {
  margin-block: 50px;
  padding: 40px;
  border-radius: 25px;
  line-height: 30px;
  color: var(--grey-color);
  background: #211d5f;
  background: -moz-linear-gradient(180deg, #211d5f 0%, #0f0d38 100%);
  background: -webkit-linear-gradient(180deg, #0f0d38 0%, #0f0d38 100%);
  background: linear-gradient(180deg, #0f0d38 0%, #0f0d38 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#211d5f",endColorstr="#0f0d38",GradientType=1);
}

section.success {
  position: relative;
  background: #1c1a2d;
  padding: 15px;
  margin: 50px 0;
}
section.success .top_grid {
  display: block;
}
section.success .top_grid h3 {
  color: var(--white-color);
  margin-bottom: 18px;
}
section.success .top_grid h3 span {
  color: #bbb;
  font-size: 12px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
}
section.success .btm_grid {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  border-top: solid 1px #504e65;
  border-bottom: solid 1px #504e65;
}
section.success .btm_grid .success_txt {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
section.success .btm_grid .success_txt p {
  color: #cccad9;
  font-size: 15px;
  text-align: left;
  line-height: 26px;
  font-weight: 400;
}
section.success .btm_grid .video_grid {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
}
section.success .slider_nav {
  position: absolute;
  content: "";
  top: 52px;
  right: 15%;
  width: 130px;
  height: 32px;
}
section.success .slider_nav .swiper-button-white-prev, section.success .slider_nav .swiper-button-white-nxt {
  padding: 8px;
  width: 25px;
  height: 25px;
  background: #cccad9;
  color: #1c1a2d;
  z-index: 9;
}
section.success .slider_nav .swiper-pagination {
  position: absolute;
  color: #cccad9;
  font-size: 12px;
  bottom: 3px;
  z-index: 1;
}
section.success a.seemre {
  display: block;
  color: #8987a4;
  font-size: 13px;
  text-align: right;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}
section.success a.seemre:hover {
  color: #b9a7f5;
}
section.success a.seemre span {
  letter-spacing: -1.5px;
  padding-top: 1px;
  padding-right: 2px;
}
section.success .swiper-button-white-prev:after, section.success .swiper-button-white-nxt:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/swiper_lft_arrw.png) center no-repeat;
  background-size: contain;
}
section.success .swiper-button-white-nxt:after {
  background: url(../img/swiper_rght_arrw.png) center no-repeat;
  background-size: contain;
}

section.samriddhi ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  height: auto;
  justify-content: space-between;
  margin: 60px 0 0;
}
section.samriddhi ul li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  width: 33.333333%;
  height: auto;
  margin-bottom: 25px;
}
section.samriddhi ul li .img-grid {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
section.samriddhi ul li h5 {
  text-align: center;
  font-size: 18px;
}

.take_action1 {
  padding-bottom: 0 !important;
}
.take_action1 .action_txt {
  margin-bottom: 60px;
}
.take_action1 .action_txt p {
  font-size: 16px;
}

section.thingscando {
  text-align: center;
}
section.thingscando h2, section.thingscando .btn {
  margin-inline: auto;
  text-align: center;
}
section.thingscando .txt-grid {
  width: 100%;
  min-height: 340px;
}
section.thingscando span {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--drk-blue);
  box-shadow: 0 0 0 2px var(--white-color), 0 0 0 8px var(--drk-blue);
  margin: 20px auto;
  color: var(--white-color);
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease-out;
}
section.thingscando h5 {
  text-align: center;
  height: 70px;
}
section.thingscando .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin-inline: auto;
  font-size: 12px;
  padding: 10px 25px;
}
section.thingscando .btn:hover {
  background: #a730c5;
  color: var(--white-color);
}
section.thingscando .col-lg-4:hover span {
  box-shadow: 0 0 0 2px var(--white-color), 0 0 0 8px #754ce6;
}

section.middle-grid .img-grid {
  position: relative;
  height: 365px;
  overflow: hidden;
  border-radius: 4px;
}
section.middle-grid .img-grid .txt_grid {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  padding: 30px;
  width: 100%;
  height: auto;
  z-index: 2;
}
section.middle-grid .img-grid .txt_grid h6, section.middle-grid .img-grid .txt_grid h5 {
  font-weight: 400;
  text-shadow: 1.5px 1.5px 1.5px #020202;
  z-index: 9;
}
section.middle-grid .img-grid .txt_grid h6 {
  font-size: 13px;
  color: #ffd204;
  margin-bottom: 10px;
}
section.middle-grid .img-grid .txt_grid h5 {
  font-size: 18px;
  color: var(--white-color);
}
section.middle-grid .img-grid .overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  content: "";
  left: -100%;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  padding-top: 90px;
  transition: all 0.3s ease-out;
  z-index: 1;
  background: white;
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #0f0d38 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #0f0d38 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #0f0d38 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#0f0d38",GradientType=1);
}
section.middle-grid .img-grid .overlay p {
  color: var(--grey-color);
  font-size: 12px;
  font-weight: 400;
  z-index: 9;
}
section.middle-grid .img-grid .overlay .btn_blu {
  position: relative;
  z-index: 9;
}
section.middle-grid .img-grid:hover .overlay {
  left: 0;
}

section.values {
  margin-bottom: 80px;
  transition: all 0.3s ease-out;
}
section.values h2 {
  text-align: center;
  margin-bottom: 35px;
}
section.values .img-grid {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-inline: auto;
  margin-bottom: 20px;
  padding: 10px;
  box-shadow: 0 0 0 4px #e5def8, 0 0 0 8px #f3f1f8;
  border: solid 4px #dcd2f8;
  transition: all 0.3s ease-out;
}
section.values .img-grid img {
  object-fit: contain;
}
section.values .col-lg-4:hover .img-grid {
  transform: scale(1.08);
  box-shadow: 0 0 0 4px #c3b3f5, 0 0 0 8px #dcd2f8;
  border: solid 4px #b29df6;
}

section.about {
  margin-bottom: 50px;
}
section.about .txt_content {
  width: 80%;
}
section.about h5 {
  margin-top: 20px;
}
section.about h4 {
  margin-bottom: 15px !important;
}
section.about ul {
  padding-left: 40px;
}
section.about ul li {
  list-style-type: disc;
  font-size: 14px;
  color: #3f3f3f;
}

section.focus-areas .img-grid {
  border-radius: 10px !important;
}
section.focus-areas .focus_grid {
  margin-bottom: 0 !important;
}

section.statement h2 {
  margin-bottom: 30px;
}
section.statement .statement-grid {
  margin-bottom: 20px;
  transition: shadow 0.3s ease-out;
  padding-block: 20px;
}
section.statement .statement-grid .img-grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
section.statement .statement-grid .img-grid img {
  object-fit: contain;
  width: 100px;
  height: 100px;
  margin: auto;
}
section.statement .statement-grid .txt-grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  padding-right: 15px;
}
section.statement .statement-grid .txt-grid p {
  font-size: 14px;
  color: #615f7c;
  margin: 0;
}
section.statement .statement-grid:hover {
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.2);
}

.ewc-caption-section {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  background-color: transparent linear-gradient(91deg, #403D5D 0%, #23223A 20%, #121216 100%) 0% 0% no-repeat padding-box;
  height: 250px;
  border-radius: 40px;
  background-size: 35%;
  background-position: right;
  background-repeat: no-repeat;
  align-items: center;
}
.ewc-caption-section::before {
  background: transparent linear-gradient(91deg, #403D5D 0%, #23223A 20%, #121216 100%) 0% 0% no-repeat padding-box;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 40px;
}
.ewc-caption-section h5,
.ewc-caption-section h6,
.ewc-caption-section p {
  color: #FFFFFF;
  text-align: left;
}
.ewc-caption-section h5 {
  font-size: 1.5rem;
}
.ewc-caption-section a {
  color: #FFFFFF;
  text-align: left;
  font-size: 14px;
  transition: color 0.3s ease-out;
}
.ewc-caption-section a:hover {
  text-decoration: none;
  color: var(--secondary-color);
}
.ewc-caption-section img {
  position: static;
  right: 0;
  bottom: 0;
  height: 250px;
  z-index: -1;
  padding: 20px;
}
.ewc-caption-section .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
  padding-left: 30px;
}
.ewc-caption-section .caption {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.ewc-caption-section .caption h6 {
  text-align: center;
  margin-top: 57px;
  margin-right: 45%;
}
.ewc-caption-section .caption p {
  text-align: right;
  font-family: "Segoe print";
  letter-spacing: 1px;
  color: #ffffff;
  font-size: 0.9rem;
  margin-bottom: 30px;
}

section.icons-cont .icons-grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
}
section.icons-cont .img-grid {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}
section.icons-cont .img-grid img {
  object-fit: contain;
}

section.publications h3 {
  margin-bottom: 20px;
}
section.publications .publications-grid {
  height: 100%;
}
section.publications .publications-grid a {
  color: var(--primary-color);
  transition: color 0.3s ease-out;
}
section.publications .publications-grid a:hover {
  color: #0077b5 !important;
}
section.publications .publications-grid span {
  display: block;
  color: #45494c;
  font-style: oblique;
  font-size: 12px;
  font-weight: 300;
  margin-top: 5px;
}
section.publications .img-grid {
  height: 300px;
  margin-bottom: 30px;
  box-shadow: 8px 8px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 8px 8px 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 8px 8px 10px 0 rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease-out;
}
section.publications .img-grid:hover {
  transform: scale(1.05);
}

main.publication-dtl-main {
  background: none !important;
}
main.publication-dtl-main section.publication-dtl-bnr {
  background: none;
  height: auto;
  margin-bottom: 30px;
}
main.publication-dtl-main h3 span {
  display: block;
  color: #45494c;
  font-style: oblique;
  font-size: 13px;
  font-weight: 300;
  margin-top: 15px;
}
main.publication-dtl-main section.publish_detail {
  margin-bottom: 30px;
}
main.publication-dtl-main section.publish_detail .img-grid {
  height: 440px;
}
main.publication-dtl-main section.publish_detail a.dwnload {
  position: relative;
  display: inline-block;
  padding-left: 60px;
  line-height: 50px;
  margin-bottom: 30px;
  color: var(--primary-color);
}
main.publication-dtl-main section.publish_detail a.dwnload:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/initiatives/pdf.png) left center no-repeat;
  background-size: contain;
  left: 0;
}
main.publication-dtl-main section.publish_detail ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
main.publication-dtl-main section.publish_detail ul li {
  list-style-type: disc;
  font-size: 14px;
  margin-bottom: 10px;
}
main.publication-dtl-main section.rlatd-articles h3 {
  text-transform: uppercase;
  margin-bottom: 25px;
}
main.publication-dtl-main section.rlatd-articles h4 a {
  color: var(--primary-color);
  transition: color 0.3s ease-out;
}
main.publication-dtl-main section.rlatd-articles h4 a:hover {
  color: #0077b5 !important;
}
main.publication-dtl-main section.rlatd-articles h4 span {
  display: block;
  color: #45494c;
  font-style: oblique;
  font-size: 12px;
  font-weight: 300;
  margin-top: 5px;
}
main.publication-dtl-main section.rlatd-articles .img-grid, main.publication-dtl-main section.rlatd-articles .txt-grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  height: auto;
  margin-bottom: 30px;
}
main.publication-dtl-main section.rlatd-articles .img-grid {
  height: 200px;
}
main.publication-dtl-main section.will-content .img-grid {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
main.publication-dtl-main section.will-content .img-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.publication-dtl-main p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 30px;
}

section.contact h2 {
  margin-bottom: 30px;
}
section.contact h6 {
  line-height: 26px;
}
section.contact .img-grid {
  margin-block: 30px;
  height: 300px;
}
section.contact ul.cont-menu li a {
  display: block;
  width: 50%;
  color: var(--txt-color);
  font-weight: 600;
  font-size: 22px;
  text-transform: capitalize;
  transition: all 0.3s ease-out;
  padding-block: 20px;
  border-bottom: solid 1px #ddd;
}
section.contact ul.cont-menu li a:hover {
  color: #ad1294;
}
section.contact ul.cont_social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  height: auto;
  margin-block: 40px;
}
section.contact ul.cont_social li a {
  padding: 10px 30px;
  border-left: solid 1px #ddd;
  transition: all 0.3s ease-out;
}
section.contact ul.cont_social li a i {
  font-size: 20px;
  color: var(--primary-color);
}
section.contact ul.cont_social li:last-child a {
  border-right: solid 1px #ddd;
}
section.contact ul.cont_social li:nth-child(1):hover a {
  background: #385197;
}
section.contact ul.cont_social li:nth-child(2):hover a {
  background: #1da1f2;
}
section.contact ul.cont_social li:nth-child(3):hover a {
  background: #ad1294;
}
section.contact ul.cont_social li:nth-child(1):hover a i, section.contact ul.cont_social li:nth-child(2):hover a i, section.contact ul.cont_social li:nth-child(3):hover a i {
  color: var(--white-color);
}

.bnr_innr_cust {
  height: calc(100vh - 85.23px) !important;
  margin-bottom: 0 !important;
}

.cont-addr p {
  margin-bottom: 5px;
}

.will-grid .card {
  height: 100%;
}
.will-grid .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #f1f0fa;
  padding: 80px;
}
.will-grid .card .card-body .blu-btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  color: var(--white-color);
  padding: 8px 20px;
  border-radius: 4px;
  font-weight: 500;
}
.will-grid .card .card-body .blu-btn:hover {
  background: #a730c5;
  color: var(--white-color);
}

section.examples h2, section.examples h3, section.examples p {
  text-align: center;
}
section.examples h2 {
  margin-bottom: 30px;
}
section.examples .txt-grid {
  padding-inline: 30px;
}
section.examples .txt-grid p {
  color: #888;
}

section.quote-grid {
  padding-inline: 12%;
}
section.quote-grid h4 {
  width: 78%;
  margin-inline: auto;
  text-align: center;
}
section.quote-grid h5 {
  font-weight: 500;
  text-align: center;
}
section.quote-grid p {
  margin-block: 30px;
}
section.quote-grid .img-grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 30px;
}
section.quote-grid .img-grid img {
  object-fit: contain;
}

section.logo-grid a {
  display: block;
  width: 70%;
  height: 65px;
  margin-bottom: 40px;
  margin-inline: auto;
  filter: grayscale(1);
  transition: all 0.3s ease-out;
}
section.logo-grid a img, section.logo-grid a svg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
section.logo-grid a:hover {
  filter: grayscale(0);
}

section.waystopartner {
  display: block;
  text-align: center;
}
section.waystopartner p {
  width: 75%;
  margin-inline: auto;
  text-align: center;
  color: #3f3f3f;
  margin-bottom: 40px;
}
section.waystopartner .txt-grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
section.waystopartner .txt-grid p {
  margin-bottom: 0;
  width: 100%;
}
section.waystopartner .lrnmore {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  display: inline;
  margin-inline: auto;
  text-align: center;
  padding: 8px 24px;
}
section.waystopartner .lrnmore:hover {
  background: #a730c5;
  color: var(--white-color);
}

section.impact-areas {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}
section.impact-areas .impact-grid {
  margin-bottom: 30px;
}
section.impact-areas .img-grid {
  height: 300px;
  border-radius: 15px;
}
section.impact-areas .txt-grid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  height: 100%;
}
section.impact-areas .txt-grid h4, section.impact-areas .txt-grid p {
  color: var(--drk-blue);
  text-align: left;
  line-height: 26px;
  margin: 0;
}
section.impact-areas .txt-grid p {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 400;
  color: #3f3f3f;
}

section.explr-cust {
  border-radius: 10px;
  background: #eeeef2;
}
section.explr-cust h2 {
  margin-bottom: 0;
}

section.donation h3 {
  margin-bottom: 25px;
}
section.donation p.small {
  font-size: 12px;
  color: #888;
  line-height: 22px;
}
section.donation .img-grid {
  height: 350px;
}
section.donation .dontn, section.donation .amt {
  margin-block: 15px;
}
section.donation .dontn .form-check-inline, section.donation .amt .form-check-inline {
  margin-bottom: 10px;
  margin-right: 30px;
}
section.donation .input-group {
  width: 50%;
}
section.donation .input-group-text {
  background: none;
  border-right: solid 1px var(--white-color);
}
section.donation .form-control-cust {
  border-left: none;
}
section.donation .form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ced4da;
  border-left: 0;
}
section.donation .field__required {
  color: #c8102e;
}
section.donation hr {
  margin-block: 40px;
}
section.donation .blu-btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  padding: 12px 24px;
  border: none;
}
section.donation .blu-btn:hover {
  background: #a730c5;
  color: var(--white-color);
}
section.donation .form-check-inline .form-check-input {
  height: 1.2rem;
  width: 1.2rem;
  margin-right: 10px;
}
section.donation .form-check-label {
  display: inline-flex;
  align-items: center;
}
section.donation .check-input-cust {
  margin-top: 0;
}
section.donation .label-cust {
  margin-top: 10px;
  margin-right: 15px;
}

/*--flood-safety--*/
.flood-safety-bnr, .wildfire-safety-bnr {
  position: relative;
  background: none !important;
  height: 65vh !important;
  padding: 0 !important;
}
.flood-safety-bnr .safety-content, .wildfire-safety-bnr .safety-content {
  margin: 0 !important;
}
.flood-safety-bnr .safety-content .img-grid, .wildfire-safety-bnr .safety-content .img-grid {
  height: 100% !important;
}
.flood-safety-bnr .safety-content .txt-grid, .wildfire-safety-bnr .safety-content .txt-grid {
  top: 50%;
  transform: translateY(-50%);
}
.flood-safety-bnr .bnr-txt, .wildfire-safety-bnr .bnr-txt {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flood-safety-bnr .bnr-txt h4, .flood-safety-bnr .bnr-txt h5, .wildfire-safety-bnr .bnr-txt h4, .wildfire-safety-bnr .bnr-txt h5 {
  color: var(--white-color);
}
.flood-safety-bnr .bnr-txt .img-grid, .wildfire-safety-bnr .bnr-txt .img-grid {
  height: 100%;
}

section.tools_main {
  display: block;
  width: 100%;
  height: 100%;
}
section.tools_main div.menu {
  position: sticky;
  float: left;
  width: 250px;
  top: 15rem;
  background: #fff;
  left: 0;
  z-index: 999;
  transition: all 1s;
}
section.tools_main div.menu ul.left_nav {
  width: 100%;
  border: solid 1px #e8e8e8;
}
section.tools_main div.menu ul.left_nav li {
  position: relative;
  width: 100%;
}
section.tools_main div.menu ul.left_nav li:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  background: #ccc;
}
section.tools_main div.menu ul.left_nav li a.navig {
  position: relative;
  display: block;
  width: 100%;
  color: #6c7778;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 400;
  line-height: 22px;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.09);
}
section.tools_main div.menu ul.left_nav li a.navig:hover {
  color: #232f3e;
}
section.tools_main div.menu ul.left_nav li a.navig:hover::before, section.tools_main div.menu ul.left_nav li a.navig:focus::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #232f3e;
}
section.tools_main div.menu ul.left_nav li a.active:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #232f3e;
}
section.tools_main div.menu ul.left_nav a {
  display: block;
  color: #232f3e;
  font-size: 18px;
  padding: 10px 0;
  transition: all 0.3s ease-in-out;
  height: auto;
}
section.tools_main div.menu ul.left_nav a:hover, section.tools_main div.menu ul.left_nav a:focus {
  font-size: 20px;
  font-weight: 600;
}
section.tools_main .right_content {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 8px;
}
section.tools_main .right_content p {
  line-height: 22px;
  margin-bottom: 22px;
}
section.tools_main .right_content ul.bullets {
  padding-left: 20px;
}
section.tools_main .right_content ul.bullets li {
  list-style-type: disc;
  padding-left: 10px;
  font-size: 14px;
  margin-bottom: 5px;
}
section.tools_main .right_content ol {
  padding-left: 20px;
}
section.tools_main .right_content ol li {
  list-style-type: decimal;
  padding-left: 10px;
  font-size: 14px;
  margin-bottom: 5px;
}
section.tools_main .right_content section.midsection {
  display: block;
  width: 100%;
  height: auto;
  margin-block: 40px;
}
section.tools_main .right_content section.midsection .txt-sect {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 30px;
}
section.tools_main .right_content section.midsection .txt-sect p {
  margin-bottom: 10px;
}
section.tools_main .right_content section.midsection .img-grid {
  width: 100%;
  height: auto;
  padding-right: 10px;
  margin-bottom: 20px;
}
section.tools_main .right_content section.video_grid {
  margin-bottom: 50px !important;
  height: auto !important;
}
section.tools_main .right_content section.video_grid .video_bx {
  height: auto !important;
}

section.two-sect, section.fact {
  height: auto;
}
section.two-sect .card-body, section.fact .card-body {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  flex-direction: row !important;
  align-items: flex-start !important;
  height: auto !important;
  padding: 40px !important;
}
section.two-sect .card-body .img-grid, section.fact .card-body .img-grid {
  width: 100px;
  height: 100px;
  margin-right: 20px;
}
section.two-sect .card-body .txt-grid, section.fact .card-body .txt-grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  width: calc(100% - 120px);
  height: auto !important;
}
section.two-sect .card-body .txt-grid p, section.fact .card-body .txt-grid p {
  margin-bottom: 0;
  font-style: italic;
}

section.prepare, section.before-flood {
  height: auto;
}
section.prepare ul.flood-grid, section.before-flood ul.flood-grid {
  padding-left: 30px;
}
section.prepare ul.flood-grid li, section.before-flood ul.flood-grid li {
  font-size: 14px;
  margin-bottom: 5px;
  list-style-type: disc;
}
section.prepare .accordion_one, section.before-flood .accordion_one {
  margin-bottom: 25px;
}
section.prepare .accordion_one .panel-group, section.before-flood .accordion_one .panel-group {
  border: 1px solid #e7e7e7;
  margin-top: 30px;
}
section.prepare a:link, section.before-flood a:link {
  text-decoration: none;
}
section.prepare .accordion_one .panel, section.before-flood .accordion_one .panel {
  background-color: transparent;
  box-shadow: none;
  border-bottom: 0 solid transparent;
  border-radius: 0;
  margin: 0;
}
section.prepare .accordion_one .panel-default, section.before-flood .accordion_one .panel-default {
  border: 0;
}
section.prepare .accordion-wrap .panel-heading, section.before-flood .accordion-wrap .panel-heading {
  padding: 0px;
  border-radius: 0px;
}
section.prepare h4, section.before-flood h4 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  color: var(--drk-blue);
}
section.prepare .accordion_one .panel .panel-heading a, section.before-flood .accordion_one .panel .panel-heading a {
  display: block;
  padding: 12px 30px;
  padding-right: 0;
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
  color: #0056b3;
}
section.prepare .accordion_one .panel .panel-heading a.collapsed, section.before-flood .accordion_one .panel .panel-heading a.collapsed {
  color: var(--primary-color);
  border-top: 0px;
}
section.prepare .accordion-wrap .panel .panel-heading a, section.before-flood .accordion-wrap .panel .panel-heading a {
  font-size: 14px;
}
section.prepare .accordion_one .panel-group .panel-heading + .panel-collapse > .panel-body, section.before-flood .accordion_one .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
  padding-top: 0;
  padding: 15px 30px 15px 35px;
  background: #fff;
  color: #999999;
  border-bottom: 1px solid #f1f1f1;
}
section.prepare .accordion_one .panel-group .panel-heading + .panel-collapse > .panel-body ul, section.before-flood .accordion_one .panel-group .panel-heading + .panel-collapse > .panel-body ul {
  padding-left: 15px;
}
section.prepare .accordion_one .panel-group .panel-heading + .panel-collapse > .panel-body ul li, section.before-flood .accordion_one .panel-group .panel-heading + .panel-collapse > .panel-body ul li {
  color: var(--txt-color);
  list-style-type: disc;
  font-size: 14px;
  margin-bottom: 10px;
}
section.prepare .accordion_one .panel .panel-heading a.collapsed:after, section.before-flood .accordion_one .panel .panel-heading a.collapsed:after {
  content: "+";
  color: #999999;
  background: #f1f1f1;
}
section.prepare .accordion_one .panel .panel-heading a:after,
section.prepare .accordion_one .panel .panel-heading a.collapsed:after, section.before-flood .accordion_one .panel .panel-heading a:after,
section.before-flood .accordion_one .panel .panel-heading a.collapsed:after {
  font-family: "FontAwesome";
  font-size: 20px;
  width: 36px;
  line-height: 48px;
  text-align: center;
  background: #F1F1F1;
  float: right;
  margin-top: -12px;
  margin-right: 0;
}
section.prepare .accordion_one .panel .panel-heading a:after, section.before-flood .accordion_one .panel .panel-heading a:after {
  content: "−";
}

section.fact {
  margin-bottom: 40px !important;
}
section.fact .card-body {
  height: auto;
  background: white !important;
  background: -moz-linear-gradient(90deg, white 0%, #d4d4ef 100%) !important;
  background: -webkit-linear-gradient(90deg, white 0%, #d4d4ef 100%) !important;
  background: linear-gradient(90deg, white 0%, #d4d4ef 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#d4d4ef",GradientType=1) !important;
}
section.fact .card-body .txt-grid {
  width: 100%;
  height: auto;
}

section.shoulddo ul {
  margin-bottom: 30px;
}
section.shoulddo ul li {
  position: relative;
  color: var(--txt-color);
  list-style-type: none;
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 25px;
}
section.shoulddo ul li:before {
  position: absolute;
  content: "";
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 0;
  background: #a730c5;
  top: 6px;
}

section.redcross-help {
  background: #e5e5ef;
}
section.redcross-help .redcross-help-grid {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  background: #e5e5ef;
}
section.redcross-help .img-grid {
  width: 40%;
  height: 100%;
}
section.redcross-help .txt-grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  width: 60%;
  padding: 40px;
  align-self: stretch;
  height: auto;
}
section.redcross-help .txt-grid .lrnmore {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  padding: 10px ​18px;
}
section.redcross-help .txt-grid .lrnmore:hover {
  background: #a730c5;
  color: var(--white-color);
}

section.full-width-img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
section.full-width-img .img-grid {
  height: 305px;
}

section.safety-topics {
  padding-block: 40px;
}
section.safety-topics h2 {
  text-align: center;
}
section.safety-topics .card-body {
  padding: 0.5rem 1.25rem;
}
section.safety-topics .card-body h5.card-title {
  margin-bottom: 0;
  text-align: center;
}
section.safety-topics .card-body h5.card-title a {
  font-weight: 400;
  font-size: 16px;
  color: var(--primary-color);
}

section.disaster-relief {
  height: auto;
  margin-bottom: 0;
}
section.disaster-relief h4 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  height: auto;
  width: 100%;
  background: #333;
  color: var(--white-color);
  padding: 12px 24px;
  font-weight: 500;
  margin-bottom: 0;
}
section.disaster-relief h4 span {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: var(--white-color);
  font-weight: 600;
  border: solid 2px #b2141a;
  border-radius: 50%;
  padding: 5px;
  font-size: 15px;
  margin-right: 10px;
}
section.disaster-relief .txt-content {
  display: block;
  padding: 25px 30px;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.12);
  border: solid 0.1rem #d0d1d2;
}
section.disaster-relief .txt-content h6 {
  font-weight: 300;
  margin-bottom: 18px;
}
section.disaster-relief .txt-content p {
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 10px;
}
section.disaster-relief .txt-content ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  height: auto;
  margin-bottom: 20px;
}
section.disaster-relief .txt-content ul * + * {
  margin-left: 15px;
}
section.disaster-relief .txt-content ul li > label > span {
  margin: 0;
}
section.disaster-relief .txt-content .input-group {
  width: 200px;
}
section.disaster-relief .txt-content .input-group .input-group-text {
  background: none;
}
section.disaster-relief .txt-content .blu-btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  border: none;
}
section.disaster-relief .txt-content .blu-btn:hover {
  background: #a730c5;
  color: var(--white-color);
}
section.disaster-relief label.radio {
  cursor: pointer;
}
section.disaster-relief label.radio input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
}
section.disaster-relief label.radio span {
  display: inline-block;
  color: #007caf;
  border-radius: 3px;
  font-size: 16px;
  padding: 5px 1rem;
  font-weight: 500;
  border: solid 1px #007caf;
  border-radius: 4px;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.14);
}
section.disaster-relief label.radio input:checked + span {
  background: #007caf;
  color: #fff;
}

/*--wildfire--*/
p.grey {
  color: #888;
}

.wildfire .img-grid {
  height: 260px;
  margin-top: 40px;
}

.emergency-supplies, section.stay-safe {
  margin-block: 40px;
}
.emergency-supplies ul, section.stay-safe ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.emergency-supplies ul li, section.stay-safe ul li {
  font-size: 14px;
  list-style-type: disc;
  padding-left: 10px;
}

section.stay-safe .img-grid {
  margin-bottom: 40px;
  height: 260px;
}

/*--covid-19--*/
section.top-txt {
  margin-bottom: 0;
  height: auto;
}
section.top-txt ul {
  padding-left: 20px;
  margin-bottom: 30px;
}
section.top-txt ul li {
  text-align: left;
  font-size: 14px;
  margin-bottom: 10px;
  list-style-type: disc;
}
section.top-txt p {
  margin-bottom: 20px;
}

section.geturvaccine {
  height: auto;
  text-align: center;
  margin-bottom: 30px;
}
section.geturvaccine .img-grid {
  margin-inline: auto;
  width: 120px;
  height: 120px;
}
section.geturvaccine .vaccine-grid {
  display: block;
  text-align: center;
  margin-block: 20px;
}
section.geturvaccine .vaccine-grid h6 {
  font-weight: 400;
  color: var(--primary-color);
  text-align: center;
  margin-top: 20px;
}
section.geturvaccine .vaccine-grid h6 span {
  color: #E11B22;
  font-weight: 600;
}
section.geturvaccine ul {
  margin-bottom: 30px;
}

section.vaccine-facts {
  height: auto;
  margin-bottom: 30px;
}
section.vaccine-facts a.facts {
  display: block;
  padding: 20px;
  border: solid 1px var(--primary-color);
  margin-bottom: 30px;
  font-size: 16px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px #e8e8e8;
  padding: 1.3rem 0.8rem 1.5rem;
  line-height: 1.33;
  color: var(--primary-color);
  text-align: center;
  background: white !important;
  background: -moz-linear-gradient(90deg, white 0%, #d4d4ef 100%) !important;
  background: -webkit-linear-gradient(90deg, white 0%, #d4d4ef 100%) !important;
  background: linear-gradient(90deg, white 0%, #d4d4ef 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#d4d4ef",GradientType=1) !important;
  border-radius: 8px;
}
section.vaccine-facts .vaccine-works {
  display: block;
  margin-top: 40px;
}
section.vaccine-facts .vaccine-works .ewc-ready {
  color: var(--primary-color);
  padding: 20px;
  background: var(--secondary-color);
  margin-bottom: 30px;
}
section.vaccine-facts .vaccine-works .ewc-ready ul {
  padding-left: 20px;
}
section.vaccine-facts .vaccine-works .ewc-ready ul li {
  text-align: left;
  font-size: 14px;
  margin-bottom: 10px;
  list-style-type: disc;
}
section.vaccine-facts .vaccine-works .safety-tips {
  display: block;
  margin-block: 30px;
}
section.vaccine-facts .vaccine-works .safety-tips h6 {
  line-height: 20px;
  margin-bottom: 40px;
}
section.vaccine-facts .vaccine-works .safety-tips ul > li > a {
  color: var(--drkgrey-color);
  font-size: 14px;
  margin-bottom: 10px;
}
section.vaccine-facts .vaccine-works .safety-tips ul > li > a:hover {
  color: var(--primary-color);
}
section.vaccine-facts .vaccine-works .safety-tips h2.more-info-hd {
  margin-top: 30px;
}
section.vaccine-facts .vaccine-works .safety-tips .more-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  height: auto;
  align-items: center;
  background: var(--secondary-color);
  padding: 25px 30px;
  border-radius: 10px;
}
section.vaccine-facts .vaccine-works .safety-tips .more-info .img-grid {
  width: 100px;
  height: 100px;
}
section.vaccine-facts .vaccine-works .safety-tips .more-info .img-grid img {
  object-fit: contain;
}
section.vaccine-facts .vaccine-works .safety-tips .more-info .txt-grid {
  width: calc(100% - 190px);
  margin-left: 40px;
}
section.vaccine-facts .vaccine-works .safety-tips .more-info .txt-grid h6 {
  margin-bottom: 8px;
}
section.vaccine-facts .vaccine-works .safety-tips .more-info .txt-grid ul {
  padding-left: 20px;
}
section.vaccine-facts .vaccine-works .safety-tips .more-info .txt-grid ul * + * {
  margin-top: 4px;
}
section.vaccine-facts .vaccine-works .safety-tips .more-info .txt-grid ul li {
  list-style-type: disc;
}
section.vaccine-facts .vaccine-works .safety-tips .more-info .txt-grid ul li a {
  display: block;
  width: 100%;
  color: var(--primary-color);
  margin: 0;
}
section.vaccine-facts .vaccine-works .safety-tips .more-info .txt-grid ul li a:hover {
  color: #754ce6;
}

section.latest-news {
  display: block;
  height: auto;
  text-align: center;
}
section.latest-news .card {
  border-radius: 15px;
  background: #0d0c2a;
  border: none;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.16);
  height: 100%;
}
section.latest-news .card img {
  border-radius: 15px;
  height: 170px;
}
section.latest-news .card .card-body {
  text-align: left;
}
section.latest-news .card .card-body h6 a {
  color: #ceced4;
  line-height: 22px;
}
section.latest-news .card .card-body h6 a:hover {
  color: var(--white-color);
}
section.latest-news .card .card-body p {
  color: #8785b0;
  margin-bottom: 0;
}
section.latest-news a.view-btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
  padding: 8px 24px;
  margin-top: 30px;
}
section.latest-news a.view-btn:hover {
  background: #a730c5;
  color: var(--white-color);
}

section.outbreak {
  display: block;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.16);
  height: auto;
}
section.outbreak .img-grid {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../img/covid19/outbreak.png) top center no-repeat;
  background-size: cover;
}
section.outbreak .txt-grid {
  display: block;
  height: auto;
  padding: 20px;
  background: var(--white-color);
}
section.outbreak .txt-grid p {
  font-weight: 400;
  margin-bottom: 0;
}
section.outbreak .txt-grid a {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  background: #a30014;
  color: var(--white-color);
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
section.outbreak .txt-grid a:hover {
  background: #a730c5;
  color: var(--white-color);
}
section.outbreak .txt-grid a:hover {
  background: #E11B22;
}

/*--home fire safety--*/
section.home-safety, section.checklist {
  margin-bottom: 50px;
}
section.home-safety h6, section.checklist h6 {
  line-height: 24px;
}
section.home-safety h4, section.checklist h4 {
  margin-top: 20px;
}
section.home-safety ul, section.checklist ul {
  padding-left: 20px;
}
section.home-safety ul li, section.checklist ul li {
  list-style-type: disc;
  font-size: 15px;
  margin-bottom: 8px;
  padding-left: 10px;
}

section.checklist ul > li > a {
  color: #754ce6;
}

.safety-content h3 {
  color: var(--white-color);
}
.safety-content .bnr-txt h4 {
  text-align: center !important;
  line-height: 40px;
}

section.video {
  height: 400px;
}

section.knwwhat {
  height: auto;
}
section.knwwhat h2 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 24px;
}
section.knwwhat .img-grid {
  height: 300px;
}
section.knwwhat h6 {
  display: block;
  width: 100%;
  padding: 15px 30px;
  background: var(--drk-blue);
  text-align: center;
}
section.knwwhat h6 a {
  color: #ceced4;
  font-style: italic;
  font-weight: 400;
  transition: all 0.3s ease-out;
}
section.knwwhat h6 a:hover {
  color: var(--white-color);
}

.dwnld_btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin: 20px 0 40px;
}
.dwnld_btn:hover {
  background: #a730c5;
  color: var(--white-color);
}

/*--drought--*/
.drought p.normal {
  font-weight: 400;
}

/*--gethelp--*/
section.relief h2 {
  margin-bottom: 30px;
  text-align: left;
}
section.relief .relief_grid {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  height: 180px;
  margin-bottom: 30px;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.28);
}
section.relief .relief_grid .img_grid {
  width: 40%;
  height: 100%;
  overflow: hidden;
}
section.relief .relief_grid .img_grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.relief .relief_grid .txt_grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  width: 60%;
  height: 100%;
  padding: 20px;
}
section.relief .relief_grid .txt_grid p {
  font-weight: 400;
  margin: 0;
}

section.emergency .prep_grid {
  display: block;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
  margin-bottom: 20px;
}
section.emergency .prep_grid h6 {
  margin: 0;
  font-weight: 400;
  text-align: center;
}
section.emergency .prep_grid h6 a {
  color: #0056b3;
}
section.emergency .prep_grid h6 a:hover {
  color: var(--drkgrey-color);
}

/*--types of emergencies--*/
section.types_bnr {
  height: 5vh !important;
  background: none !important;
  padding-bottom: 0;
}

section.emergencies {
  padding-bottom: 0;
}
section.emergencies .card {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
  margin-bottom: 30px;
}
section.emergencies .card .img_grid {
  width: 100%;
  height: 165px;
  overflow: hidden;
}
section.emergencies .card .img_grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*--prepare for emergencies--*/
.will-grid .card .card-body-cust {
  padding: 0 !important;
}

.cmmn_emergencies {
  display: block;
  margin-block: 40px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
}
.cmmn_emergencies .map {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.cmmn_emergencies .map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmmn_emergencies .txt_grid {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  padding: 20px;
}
.cmmn_emergencies .txt_grid p {
  margin: 0 !important;
}
.cmmn_emergencies .txt_grid h4 {
  font-size: 24px;
}

section.emergencies_slider {
  margin-block: 0;
}

.emergencies_grid {
  display: block;
  width: 100%;
  height: auto;
  margin-block: 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
}
.emergencies_grid .img_grid {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.emergencies_grid .img_grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.emergencies_grid .txt_grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  padding: 20px 30px;
}
.emergencies_grid .txt_grid h4 {
  font-size: 24px;
}
.emergencies_grid .txt_grid ul {
  margin: 0;
}

/*--preparedness for resources--*/
.preparedness_intro h2 {
  text-align: center;
  margin-bottom: 20px;
}
.preparedness_intro p {
  font-weight: 400;
}

/*--foodsafety--*/
.safety-content .bnr-txt h2 {
  font-size: 50px;
  text-align: center;
  color: var(--white-color);
}

section.foodsafety {
  margin-bottom: 50px;
}
section.foodsafety .txt_grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  height: 100%;
  padding: 20px;
  text-align: left;
  border: solid 1px #ddd;
}
section.foodsafety .txt_grid ul {
  margin-bottom: 0;
}

/*--heatwave--*/
.red_txt {
  color: #E11B22;
  font-weight: 500;
}

.during-heatwave h3 {
  text-align: center !important;
}

/*--pet--*/
ul.pet-grid {
  padding-left: 20px;
  margin-bottom: 30px;
}
ul.pet-grid li {
  list-style-type: disc;
  font-size: 14px;
}

/*--flood safety --*/
ul.thingstoknow {
  display: block;
  margin-top: 30px;
}
ul.thingstoknow li {
  position: relative;
  font-size: 14px;
  margin-bottom: 20px;
  padding-left: 25px;
}
ul.thingstoknow li:before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  color: #E11B22;
  font-size: 16px;
}

/*--water safety--*/
.blu-bg {
  background: #754ce6 !important;
  padding-block: 50px;
}
.blu-bg h2, .blu-bg p {
  color: var(--white-color);
}
.blu-bg .card {
  background: transparent;
  height: 100%;
}
.blu-bg .card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-inline: auto;
  margin-top: 20px;
  object-fit: contain;
}
.blu-bg .card p {
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0;
}

main.halloffame-main {
  /*--patron profile--*/
}
main.halloffame-main section.tab-section-grid .nav-tabs .nav-link {
  padding: 1rem 3rem;
}
main.halloffame-main section.tab-section-grid .patrons {
  position: relative;
  height: 310px;
  margin-bottom: 30px;
  overflow: hidden;
}
main.halloffame-main section.tab-section-grid .patrons .overlay {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: black;
  background: -moz-linear-gradient(190deg, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-linear-gradient(190deg, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(190deg, rgba(0, 0, 0, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
main.halloffame-main section.tab-section-grid .patrons .img-grid {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
main.halloffame-main section.tab-section-grid .patrons .txt_grid {
  position: absolute;
  content: "";
  bottom: 0;
  left: 10px;
}
main.halloffame-main section.tab-section-grid .patrons .txt_grid h4 {
  font-size: 16px;
  color: var(--white-color);
}
main.halloffame-main .patron_img_popup .modal-content {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  background: #1c1a2d;
}
main.halloffame-main .patron_img_popup .modal-content .modal-body {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  line-height: 0;
  padding: 0;
}
main.halloffame-main .patron_img_popup .modal-content .modal-body .img-grid {
  width: 30%;
  height: 100%;
}
main.halloffame-main .patron_img_popup .modal-content .modal-body .img-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.halloffame-main .patron_img_popup .modal-content .modal-body .story_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  width: 70%;
  height: 100%;
  padding: 20px;
}
main.halloffame-main .patron_img_popup .modal-content .modal-body .story_content h5, main.halloffame-main .patron_img_popup .modal-content .modal-body .story_content p {
  color: var(--white-color);
}
main.halloffame-main .patron_img_popup .modal-content .modal-body .story_content p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #b1b0bd;
}
main.halloffame-main .txt_grid_top, main.halloffame-main .case_grid_cust {
  cursor: pointer;
}
main.halloffame-main .patron-sm-bnr {
  height: auto;
  background: none;
}
main.halloffame-main section.prof_dtls .img-grid {
  width: 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 50%;
  margin-inline: auto;
}
main.halloffame-main section.prof_dtls .img-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.halloffame-main section.prof_dtls .prof_rght {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
}
main.halloffame-main section.prof_dtls .prof_rght span {
  display: block;
  border-left: solid 2px var(--primary-color);
  padding: 20px;
  margin-bottom: 40px;
}
main.halloffame-main section.prof_dtls a.listen_link {
  display: inline-block;
  position: relative;
  font-weight: 700;
  padding-right: 20px;
  color: var(--primary-color);
  line-height: 18px;
  transition: all 0.3s ease-out;
}
main.halloffame-main section.prof_dtls a.listen_link:hover {
  opacity: 0.75;
}
main.halloffame-main section.prof_dtls a.listen_link:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 8px;
  top: 5px;
  right: 0;
  background: url(../img/patrons/arrw.png) right center no-repeat;
  background-size: contain;
}
main.halloffame-main section.prof_dtls h6 {
  margin-top: 40px;
}
main.halloffame-main section.prof_dtls ul.patron-dtls {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}
main.halloffame-main section.prof_dtls ul.patron-dtls li {
  width: 25%;
  display: block;
  font-weight: 700;
  padding: 20px;
  border-left: solid 2px var(--primary-color);
}
main.halloffame-main section.prof_dtls ul.patron-dtls li span {
  display: block;
  color: var(--primary-color);
  margin-top: 25px;
}
main.halloffame-main section.captions {
  position: relative;
  background: #e5e5ef;
  padding-block: 100px 40px;
  -webkit-box-shadow: inset 0px 10px 40px -28px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: inset 0px 10px 40px -28px rgba(0, 0, 0, 0.55);
  box-shadow: inset 0px 10px 40px -28px rgba(0, 0, 0, 0.55);
  text-align: center;
  margin-bottom: 0;
}
main.halloffame-main section.captions:before {
  position: absolute;
  content: "";
  top: 0;
  left: 24%;
  width: 107px;
  height: 101px;
  background: url(../img/patrons/bg_img.png) top left no-repeat;
  background-size: contain;
}
main.halloffame-main section.captions .txt_grid {
  display: flex;
  justify-content: center;
  text-align: center;
}
main.halloffame-main section.captions .txt_grid h2 {
  text-align: left;
  font-weight: 500;
}
main.halloffame-main section.blu_caption {
  background: var(--primary-color);
  padding-block: 60px;
  margin-bottom: 50px;
}
main.halloffame-main section.blu_caption p {
  color: var(--white-color);
}
main.halloffame-main section.connections {
  position: relative;
  display: block;
  width: 100%;
  min-height: 1800px !important;
  background: #e5e5ef;
  margin: 0;
}
main.halloffame-main section.connections:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 230px;
  background: var(--white-color);
}
main.halloffame-main section.connections ul.social_patrons {
  position: absolute;
  content: "";
  bottom: 100px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  height: auto;
  gap: 5px;
}
main.halloffame-main section.connections ul.social_patrons li a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  border-radius: 50%;
  padding: 10px;
  transition: all 0.3s ease-out;
}
main.halloffame-main section.connections ul.social_patrons li a i {
  color: var(--white-color);
  font-size: 20px;
}
main.halloffame-main section.connections ul.social_patrons li a:hover {
  background: #a730c5;
}
main.halloffame-main section.connections .holder {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 1800px !important;
}
main.halloffame-main section.connections .holder h4 {
  font-weight: 400;
  line-height: 45px;
}
main.halloffame-main section.connections .holder h4 span {
  font-weight: 600;
}
main.halloffame-main section.connections .holder p.person-grid {
  display: inline-block;
  position: absolute !important;
  width: 100px;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  text-align: center;
  color: var(--primary-color);
  z-index: 999;
}
main.halloffame-main section.connections .holder p.person-grid span.person {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ccc;
  overflow: hidden;
}
main.halloffame-main section.connections .holder p.person-grid span.person img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
main.halloffame-main section.connections .holder p.person-grid-1 {
  top: 19%;
  left: calc(50% - 72px);
}
main.halloffame-main section.connections .holder p.person-grid-2 {
  top: 26%;
  left: calc(50% - -88px);
}
main.halloffame-main section.connections .holder p.person-grid-3 {
  top: 30%;
  left: calc(50% - 150px);
}
main.halloffame-main section.connections .holder p.person-grid-4 {
  top: 42%;
  left: calc(50% - -175px);
}
main.halloffame-main section.connections .holder p.person-grid-5 {
  top: 42%;
  left: calc(50% - 150px);
}
main.halloffame-main section.connections .holder p.person-grid-6 {
  top: 56%;
  left: calc(50% - -280px);
}
main.halloffame-main section.connections .holder p.person-grid-7 {
  top: 62%;
  left: calc(50% - 180px);
}
main.halloffame-main section.connections .holder p.person-grid-8 {
  top: 76.25%;
  left: calc(50% - 48px);
}
main.halloffame-main section.connections .holder p.person-grid-9 {
  top: 72%;
  left: calc(50% - -225px);
}
main.halloffame-main section.connections .holder .circle {
  position: absolute;
  border: solid 1px #d0538e;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
}
main.halloffame-main section.connections .holder .circle-small {
  position: absolute;
  width: 386px;
  height: 386px;
  z-index: 1;
}
main.halloffame-main section.connections .holder .circle-small .small-bg {
  position: absolute;
  width: 160px;
  background: #e5e5ef;
  bottom: 25px;
  height: 900px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
main.halloffame-main section.connections .holder .circle-small .small-bg:before, main.halloffame-main section.connections .holder .circle-small .small-bg:after {
  position: absolute;
  content: "";
  height: 90%;
  width: 1px;
  bottom: 342px;
  background: #d0538e;
}
main.halloffame-main section.connections .holder .circle-small .small-bg:before {
  left: 0 !important;
  height: 575px !important;
}
main.halloffame-main section.connections .holder .circle-small .small-bg:after {
  right: 0 !important;
  height: 440px !important;
}
main.halloffame-main section.connections .holder .circle-medium {
  position: absolute;
  width: 577px;
  height: 577px;
  z-index: 0;
}
main.halloffame-main section.connections .holder .circle-medium .medium-bg {
  position: absolute;
  width: 240px;
  background: #e5e5ef;
  top: -250px;
  height: 190px;
  left: 43%;
  transform: translateX(-50%);
  z-index: 999 !important;
}
main.halloffame-main section.connections .holder .circle-medium .medium-bg:before {
  position: absolute;
  content: "";
  left: 0 !important;
  width: 1px;
  height: 100%;
  background: #d0538e;
}
main.halloffame-main section.connections .holder .circle-big {
  width: 765px;
  height: 766px;
  z-index: 0;
}
main.halloffame-main section.connections .holder span.thumbnail {
  position: absolute;
  width: 180px;
  height: 180px;
  background: transparent;
  z-index: 12;
  border: none;
}
main.halloffame-main section.connections .holder span.thumbnail .img-grid {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  border: solid 1px #d0538e;
}
main.halloffame-main section.connections .holder span.thumbnail .img-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
main.halloffame-main section.connections .holder span.thumbnail .thumbnail-bg {
  position: absolute;
  width: 240px;
  bottom: 0;
  height: 1050px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
main.halloffame-main section.connections .holder span.thumbnail .thumbnail-bg:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 120px;
  height: 1px;
  background: #d0538e;
}
main.halloffame-main section.connections .holder span.thumbnail .thumbnail-bg:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #d0538e;
}
main.halloffame-main section.connections .holder [class^=line-] {
  background: #d0538e;
  position: absolute;
  z-index: 1;
}
main.halloffame-main section.patron-link {
  padding-block: 70px;
  margin: 0;
}
main.halloffame-main section.patron-link a {
  color: var(--primary-color);
}
main.halloffame-main section.patron-link a:hover {
  color: #754ce6;
}

/*--profile-patrons--*/
.profile-body {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  line-height: 0;
  padding: 0;
}
.profile-body .img-grid {
  width: 30%;
  height: 100%;
}
.profile-body .img-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile-body .profile_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  width: 70%;
  height: 100%;
  padding: 0 30px;
}
.profile-body .profile_content h5, .profile-body .profile_content p {
  color: var(--primary-color);
}
.profile-body .profile_content h5 span {
  color: var(--drkgrey-color);
  font-size: 14px;
  font-weight: 500;
}
.profile-body .profile_content p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #9897a3;
}
.profile-body .profile_content ul.cont_social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  height: auto;
  margin-block: 20px;
}
.profile-body .profile_content ul.cont_social li a {
  padding: 10px 30px;
  border-left: solid 1px #ddd;
  transition: all 0.3s ease-out;
}
.profile-body .profile_content ul.cont_social li a i {
  font-size: 20px;
  color: var(--primary-color);
}
.profile-body .profile_content ul.cont_social li:last-child a {
  border-right: solid 1px #ddd;
}
.profile-body .profile_content ul.cont_social li:nth-child(1):hover a {
  background: #385197;
}
.profile-body .profile_content ul.cont_social li:nth-child(2):hover a {
  background: #1da1f2;
}
.profile-body .profile_content ul.cont_social li:nth-child(3):hover a {
  background: #ad1294;
}
.profile-body .profile_content ul.cont_social li:nth-child(1):hover a i, .profile-body .profile_content ul.cont_social li:nth-child(2):hover a i, .profile-body .profile_content ul.cont_social li:nth-child(3):hover a i {
  color: var(--white-color);
}
.profile-body .profile_content .vid_grid {
  width: 75%;
  height: 250px;
  overflow: hidden;
  margin-block: 30px 0;
}

/*--contributors--*/
section.contributors {
  background: #202124;
  margin: 0;
  padding-block: 80px 70px;
}
section.contributors table th, section.contributors table td {
  background: #000;
  font-size: 14px;
}
section.contributors table th {
  padding-left: 40px;
}
section.contributors table th.tble-hd {
  padding-left: 10px;
}
section.contributors table th.tble-hd-cust {
  padding-left: 40px;
}
section.contributors .view_btn {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  color: var(--white-color);
  line-height: 25px;
  transition: all 0.3s ease-out;
}
section.contributors .view_btn::before {
  position: absolute;
  content: "";
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  color: var(--white-color);
}
section.contributors .view_btn:hover .view_btn {
  padding-left: 10px;
}

main.fundraiser_main {
  background: none !important;
}
main.fundraiser_main section.fundraiser-bnr {
  background: none;
  height: auto;
  margin-bottom: 30px;
}
main.fundraiser_main section.fundraiser_hero {
  overflow: hidden;
}
main.fundraiser_main section.fundraiser_hero .txt-grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 100px;
}
main.fundraiser_main section.fundraiser_hero .video {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
main.fundraiser_main section.fundraiser_hero .video:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/fundraiser/video-patch1.png) top left no-repeat;
  background-size: cover;
}
main.fundraiser_main section.fundraiser_hero .video .video_bx {
  display: block;
  width: 100%;
  height: 70vh;
}
main.fundraiser_main section.fundraiser_hero .help_btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
main.fundraiser_main section.fundraiser_hero .help_btn:hover {
  background: #a730c5;
  color: var(--white-color);
}
main.fundraiser_main .welfare {
  height: 400px;
}
main.fundraiser_main section.watwedo {
  position: relative;
  padding-block: 20px 60px;
  background: #a943a5;
}
main.fundraiser_main section.watwedo:after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 400px;
  background: #a943a5;
  z-index: 0;
  border-radius: 6px;
  margin-top: -50px;
  box-shadow: 0 -5px 7px 0 rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0 -5px 7px 0 rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 -5px 7px 0 rgba(0, 0, 0, 0.28);
}
main.fundraiser_main section.watwedo h3 {
  position: relative;
  color: var(--white-color);
  text-align: center;
  z-index: 2;
  margin-bottom: 50px;
}
main.fundraiser_main section.watwedo .wat_innr {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  background: var(--white-color);
  flex-wrap: nowrap;
  align-items: center;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
  border-bottom: 0.4rem solid #e5276a;
  height: 325px;
  padding: 30px 30px 15px;
  overflow: hidden;
  transition: all 0.3s ease-out;
  z-index: 1;
  text-align: center;
}
main.fundraiser_main section.watwedo .wat_innr .img-grid {
  display: flex;
  flex-shrink: 0;
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
  transition: all 0.3s;
  opacity: 1;
}
main.fundraiser_main section.watwedo .wat_innr .img-grid img {
  object-fit: contain;
}
main.fundraiser_main section.watwedo .wat_innr h6 {
  position: relative;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 50px;
  transition: all 0.3s ease-out;
}
main.fundraiser_main section.watwedo .wat_innr h6:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 30px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #e5276a;
}
main.fundraiser_main section.watwedo .wat_innr .hidden-txt {
  display: block;
  text-align: center;
}
main.fundraiser_main section.watwedo .wat_innr .hidden-txt p {
  color: #272727;
  font-weight: 300;
  line-height: 1.5;
  word-spacing: normal;
  letter-spacing: normal;
  text-align: center;
}
main.fundraiser_main section.watwedo .wat_innr .hidden-txt .knwmre_btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  background: #e5276a;
  text-align: center;
}
main.fundraiser_main section.watwedo .wat_innr .hidden-txt .knwmre_btn:hover {
  background: #a730c5;
  color: var(--white-color);
}
main.fundraiser_main section.watwedo .wat_innr:hover .img-grid {
  width: 100%;
  height: 0;
  opacity: 0;
}
main.fundraiser_main section.watwedo .wat_innr:hover h6 {
  margin-bottom: 20px;
}
main.fundraiser_main section.watwedo .blu {
  border-bottom: 0.4rem solid #20b7b9;
}
main.fundraiser_main section.watwedo .blu .hidden-txt .knwmre_btn {
  background: #20b7b9;
}
main.fundraiser_main section.watwedo .prple {
  border-bottom: 0.4rem solid #a943a5;
}
main.fundraiser_main section.watwedo .prple .hidden-txt .knwmre_btn {
  background: #a943a5;
}
main.fundraiser_main section.watwedo .ylw {
  border-bottom: 0.4rem solid #f6910e;
}
main.fundraiser_main section.watwedo .ylw .hidden-txt .knwmre_btn {
  background: #f6910e;
}

section.approach {
  display: block;
  padding-block: 40px;
}
section.approach .txt-grid {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
}
section.approach .circle {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: auto;
  padding: 26%;
  width: 25rem;
  height: 25rem;
  border-radius: 50%;
}
section.approach .circle:before {
  display: block;
  height: 100%;
  width: 100%;
  border: 2px dashed #e4e1cf;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: left top;
  animation-name: rotateApproachCircle;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
section.approach .circle .circle-bx {
  position: absolute;
  content: "";
  width: 80px;
  height: auto;
  text-align: center;
  margin-bottom: 5px;
}
section.approach .circle .circle-bx span {
  font-size: 12px;
}
section.approach .circle .circle-bx .circle-sm {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  padding: 15%;
  background: var(--white-color);
  border: solid 4px #a943a5;
}
section.approach .circle .circle-bx .circle-sm img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.approach .circle .circle-bx-lg {
  width: 120px;
  height: 120PX;
  text-align: center;
}
section.approach .circle .circle-bx-lg span {
  font-size: 12px;
}
section.approach .circle .circle-bx-lg .circle-sm {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  overflow: hidden;
  background: var(--white-color);
  border: solid 4px #a943a5;
  border-radius: 50%;
  padding: 10px;
}
section.approach .circle .circle-bx-lg .circle-sm img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.approach .circle .circle-bx:nth-child(1) {
  top: 2%;
  left: 10%;
}
section.approach .circle .circle-bx:nth-child(2) {
  top: 2%;
  right: 10%;
}
section.approach .circle .circle-bx:nth-child(3) {
  bottom: -5%;
  left: 10%;
}
section.approach .circle .circle-bx:nth-child(4) {
  bottom: -5%;
  right: 10%;
}

section.help_children .btn-solid {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
section.help_children .btn-solid:hover {
  background: #a730c5;
  color: var(--white-color);
}
section.help_children .txt-grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
section.help_children .help-slider {
  padding-bottom: 0;
}
section.help_children .help-slider .card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
  margin-bottom: 30px;
}
section.help_children .help-slider .card .img_grid {
  width: 100%;
  height: 165px;
  overflow: hidden;
}
section.help_children .help-slider .card .img_grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.help_children .help-slider .card .card-body {
  min-height: 163px;
}
section.help_children .help-slider .card .card-body h5 {
  color: #a943a5;
}
section.help_children .help-slider .card .card-body p {
  margin: 0;
}
section.help_children .swiper-button-next {
  right: 0;
}
section.help_children .swiper-button-prev {
  left: 0;
}

section.updates {
  position: relative;
  text-align: center;
  padding-block: 60px;
}
section.updates:before {
  position: absolute;
  content: "";
  background: #a943a5;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
}
section.updates h3 {
  text-align: center;
}
section.updates .swiper-slide {
  padding: 30px 60px;
}
section.updates .updates-body {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.3);
}
section.updates .updates-body .img_grid {
  width: 50%;
  height: 400px;
  overflow: hidden;
}
section.updates .updates-body .img_grid img {
  width: 108%;
  height: 100%;
  object-fit: cover;
}
section.updates .updates-body .txt_grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  width: 50%;
  height: 400px;
  justify-content: center;
  background: #a943a5;
}
section.updates .updates-body .txt_grid h5 {
  color: var(--white-color);
}
section.updates .updates-body .txt_grid span {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  height: auto;
  padding: 40px;
  background: #a943a5;
}
section.updates .updates-body .txt_grid span p {
  color: var(--white-color);
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: open sans, sans-serif;
}
section.updates .updates-body .txt_grid span p.author {
  margin-bottom: 0;
}
section.updates .updates-body .txt_grid .solid-btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  background: #fdd831;
  font-size: 12px;
  font-weight: 500;
  color: var(--primary-color);
  margin-top: 20px;
  padding: 8px 25px;
}
section.updates .updates-body .txt_grid .solid-btn:hover {
  background: #a730c5;
  color: var(--white-color);
}
section.updates .updates-body .txt_grid .solid-btn:hover {
  background: #385197 !important;
}
section.updates .swiper-button-next {
  right: 0;
}
section.updates .swiper-button-prev {
  left: 0;
}

main.fund-main .banner {
  min-height: 100vh;
  height: 100%;
  background: none;
  padding-top: 0;
  padding-bottom: 100px;
}
main.fund-main section.fund-bnr {
  position: relative;
  min-height: 100vh;
  height: 100%;
}
main.fund-main section.fund-bnr .img-grid {
  min-height: 100vh;
  height: 100%;
}
main.fund-main section.fund-bnr .bnr-content-grid {
  position: absolute;
  content: "";
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  top: auto;
}
main.fund-main section.fund-bnr .bnr-content-grid .swiper-container {
  padding-bottom: 20px;
}
main.fund-main section.fund-bnr .bnr-content-grid .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}
main.fund-main section.fund-bnr .bnr-content-grid .card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
  min-height: 360px;
  height: 100%;
}
main.fund-main section.fund-bnr .bnr-content-grid .card .img_grid {
  height: 160px;
}
main.fund-main section.fund-bnr .bnr-content-grid .card .img_grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.fund-main section.fund-bnr .bnr-content-grid .card .card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
main.fund-main section.fund-bnr .bnr-content-grid .card .card-body h5 {
  color: #a943a5;
  font-weight: 500;
  font-size: 1rem;
}
main.fund-main section.fund-bnr .bnr-content-grid .card .card-body p {
  font-size: 12px;
}
main.fund-main section.fund-bnr .bnr-content-grid .card .card-body .btn-grid {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto;
  margin-top: 20px;
}
main.fund-main section.fund-bnr .bnr-content-grid .card .card-body .amt-qty {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 45%;
  font-size: 12px;
  font-weight: 500;
  gap: 10px;
  border-radius: 20px;
  padding: 10px 15px;
  background: #eee;
  color: #3f3f3f;
}
main.fund-main section.fund-bnr .bnr-content-grid .card .card-body .amt-qty span {
  width: 50%;
}
main.fund-main section.fund-bnr .bnr-content-grid .card .card-body .amt-qty select.cust-select {
  width: 50%;
  padding-block: 0 !important;
  border: none;
  background: #eee;
}
main.fund-main section.fund-bnr .bnr-content-grid .card .card-body .donate_btn {
  width: 40%;
  font-size: 12px;
  font-weight: 500;
  border-radius: 20px;
  padding: 10px 15px;
  background: #a943a5;
  color: var(--white-color);
  text-align: center;
}
main.fund-main section.start ul.nav {
  margin-bottom: 20px;
  border: none;
}
main.fund-main section.start ul.nav li a {
  border: none;
  font-size: 14px;
  color: var(--txt-color);
}
main.fund-main section.start ul.nav .nav-item.show .nav-link, main.fund-main section.start ul.nav .nav-link.active {
  background: #a943a5;
  color: var(--white-color);
  border-radius: 4px;
}
main.fund-main section.start .card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
  min-height: 360px;
  height: 100%;
}
main.fund-main section.start .card .img_grid {
  height: 160px;
}
main.fund-main section.start .card .img_grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.fund-main section.start .card .card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
main.fund-main section.start .card .card-body h5 {
  color: var(--drk-blue);
  font-weight: 500;
  font-size: 1rem;
}
main.fund-main section.start .card .card-body p {
  font-size: 12px;
}
main.fund-main section.start .card .card-body .btn-grid {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto;
  margin-top: 20px;
}
main.fund-main section.start .card .card-body .amt-qty {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  gap: 10px;
  border-radius: 20px;
  padding: 10px 15px;
  background: #eee;
  color: #3f3f3f;
}
main.fund-main section.start .card .card-body .amt-qty span {
  width: 65%;
}
main.fund-main section.start .card .card-body .amt-qty select.cust-select {
  width: 35%;
  padding-block: 0 !important;
  border: none;
  background: #eee;
}

.fund_list_bnr {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

section.fund_impact {
  width: 100%;
  height: 100%;
  padding-block: 240px 100px;
  margin-bottom: 0;
  background: url(../img/fundraiser/fund-listing--btm-bg.png) top left no-repeat;
  background-size: cover;
}
section.fund_impact h3 {
  margin-bottom: 30px;
}
section.fund_impact h3 {
  color: var(--white-color);
}
section.fund_impact .swiper-button-white {
  background: var(--white-color);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 5px;
}
section.fund_impact .swiper-button-white:after {
  font-weight: 600;
}

main.fundraiser-detail {
  overflow: hidden;
  padding-top: 120px;
}
main.fundraiser-detail .medical-grid {
  padding: 40px;
  background: #f7f7f7;
}
main.fundraiser-detail .medical-grid .swiper-button-next {
  right: 0;
}
main.fundraiser-detail .medical-grid .swiper-button-prev {
  left: 0;
}
main.fundraiser-detail .medical-grid .swiper-button-white {
  background: var(--white-color);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 5px;
}
main.fundraiser-detail .medical-grid .swiper-button-white:after {
  position: absolute;
  font-weight: 600;
  color: #3f3f3f;
  z-index: 1;
  background: url(../img/logos/microsoft.png) center no-repeat;
  background-size: contain;
}
main.fundraiser-detail .medical-grid .swiper-button-next, main.fundraiser-detail .medical-grid .swiper-button-prev {
  top: 50% !important;
  transform: translateY(-50%);
}
main.fundraiser-detail .tab-content .img-grid {
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-block: 30px;
}
main.fundraiser-detail .tab-content .img-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.right_grid button.btn_contribution {
  background: #01bfbd;
  color: var(--white-color);
  width: 100%;
  min-height: 46px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 6px;
  padding: 20px;
  text-transform: uppercase;
  border: 0;
}
section.right_grid ul .credit-debit, section.right_grid ul .netbank, section.right_grid ul .bank-transfer, section.right_grid ul .paytm-wallets {
  background: red;
  height: 33px;
  display: inline-block;
  cursor: pointer;
  width: 100%;
}
section.right_grid ul .credit-debit:hover, section.right_grid ul .netbank:hover, section.right_grid ul .bank-transfer:hover, section.right_grid ul .paytm-wallets:hover {
  background-position: 350px 112px;
  width: 97px;
}

/*--saheli--*/
main.saheli_main h2 {
  text-align: center;
}
main.saheli_main p {
  font-weight: 400;
  line-height: 30px;
  font-size: 1.15rem;
  margin-bottom: 50px;
}
main.saheli_main section.saheli_hero {
  margin: 0;
  background: url(../img/edtech-initiative/onboarding.png) left center no-repeat;
  background-size: 50% 100%;
}
main.saheli_main section.saheli_hero .txt-grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
}
main.saheli_main section.saheli_work {
  margin-bottom: 0;
}
main.saheli_main section.saheli_work p {
  text-align: center;
}
main.saheli_main section.saheli_work ul.work-grid, main.saheli_main section.saheli_work ul.datas {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  height: auto;
  margin-block: 60px;
}
main.saheli_main section.saheli_work ul.work-grid li, main.saheli_main section.saheli_work ul.datas li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  width: 25%;
  height: 100%;
  min-height: 170px;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
main.saheli_main section.saheli_work ul.work-grid li .img-grid, main.saheli_main section.saheli_work ul.datas li .img-grid {
  width: 100px;
  height: 100px;
  padding: 10px;
  background: transparent !important;
}
main.saheli_main section.saheli_work ul.work-grid li .img-grid img, main.saheli_main section.saheli_work ul.datas li .img-grid img {
  object-fit: contain;
}
main.saheli_main section.saheli_work ul.work-grid li h6, main.saheli_main section.saheli_work ul.datas li h6 {
  text-align: center;
}
main.saheli_main section.saheli_work .download_link {
  display: block;
  text-align: center;
  margin-block: 20px 40px;
  transition: all 0.3s ease-out;
}
main.saheli_main section.saheli_work .download_link span {
  position: relative;
  font-size: 16px;
  font-style: oblique;
  color: var(--primary-color);
  padding-left: 30px;
  color: #666;
  line-height: 20px;
}
main.saheli_main section.saheli_work .download_link span:before {
  position: absolute;
  content: "";
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  color: #999;
}
main.saheli_main section.saheli_work .download_link:hover span, main.saheli_main section.saheli_work .download_link:hover span::before {
  color: var(--primary-color);
}
main.saheli_main section.saheli_work .learnmre {
  font-size: 16px;
  font-style: oblique;
  color: #666;
  display: block;
  text-align: center;
  transition: all 0.3s ease-out;
}
main.saheli_main section.saheli_work .learnmre:hover {
  color: var(--drkgrey-color);
}
main.saheli_main section.saheli_work ul.datas {
  margin-block: 60px 80px;
}
main.saheli_main section.saheli_work ul.datas h6 {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}
main.saheli_main section.saheli_work .apply_btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
}
main.saheli_main section.saheli_work .apply_btn:hover {
  background: #a730c5;
  color: var(--white-color);
}
main.saheli_main section.saheli_work .howtoapply {
  margin-bottom: 0 !important;
}
main.saheli_main section.saheli_work .howtoapply a.apply_btn {
  text-transform: capitalize;
  font-size: 12px;
  padding: 10px 20px;
  border-radius: 6px;
}
main.saheli_main .mt-6 {
  margin-top: 80px;
}
main.saheli_main h3 {
  text-align: center;
}
main.saheli_main .program {
  display: block;
  margin-block: 25px 40px;
}
main.saheli_main .program h3 {
  display: block;
  width: 100%;
  color: var(--white-color);
  background: var(--primary-color);
  padding: 20px;
  margin-bottom: 0;
}
main.saheli_main .program .txt-grid {
  background: #efeef4;
  padding: 30px;
}
main.saheli_main .program .txt-grid p {
  font-style: oblique;
}
main.saheli_main ul.work-grid-cust {
  display: block;
  width: 70%;
  margin-inline: auto;
}
main.saheli_main ul.work-grid-cust li {
  width: 33.33333%;
}
main.saheli_main section.nxt {
  display: block;
  width: 100%;
}
main.saheli_main section.nxt .header {
  background: #ededf9;
  text-align: left;
  overflow: hidden;
  border-radius: 20px;
}
main.saheli_main section.nxt .header h3, main.saheli_main section.nxt .header h4 {
  color: var(--white-color);
  display: inline-block;
  background: var(--primary-color);
  padding: 15px 40px;
  border-top-right-radius: 40px;
  margin: 0;
}
main.saheli_main section.nxt .txt-grid {
  padding: 30px 60px;
}
main.saheli_main section.nxt .txt-grid h2 {
  margin-top: 40px;
}
main.saheli_main section.nxt .txt-grid p {
  font-size: 18px;
  font-style: oblique;
  margin-bottom: 0;
}
main.saheli_main section.nxt .video {
  display: block;
  width: 100%;
  height: auto;
  margin-block: 20px 40px;
}
main.saheli_main section.nxt .video .video_bx {
  display: block;
  width: 100%;
  height: 70vh;
}
main.saheli_main section.faq h2 {
  margin-bottom: 30px;
}
main.saheli_main section.faq ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  height: auto;
  gap: 30px;
  margin-block: 30px;
}
main.saheli_main section.faq ul li {
  width: 45%;
}
main.saheli_main section.faq ul li a {
  display: block;
  padding: 25px;
  border-radius: 10px;
  background: #7a77d4;
  color: var(--white-color);
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease-out;
}
main.saheli_main section.faq ul li a:hover {
  background: #a730c5;
}

section.eligibility h4 {
  text-align: center;
}
section.eligibility p {
  font-size: 16px;
  text-align: center;
}
section.eligibility .grant-types {
  display: block;
  background: #eeeef4;
  padding-block: 50px;
}
section.eligibility .grant-types ul {
  padding-left: 15px;
}
section.eligibility .grant-types ul li {
  position: relative;
  text-align: left;
  list-style-type: square;
  line-height: 26px;
  list-style-position: outside;
  font-size: 14px;
  margin-bottom: 15px;
  padding-left: 5px;
}
section.eligibility .grant-types ul li span {
  font-weight: 600;
}
section.eligibility .grant-types ul li::marker {
  font-size: 19px;
}
section.eligibility .grant-types p {
  font-size: 14px;
  text-align: left;
}
section.eligibility .grant-types p span {
  font-weight: 600;
}

section.list-grid {
  height: auto;
}
section.list-grid h4, section.list-grid p {
  text-align: center;
}
section.list-grid p {
  font-size: 16px;
  line-height: 24px;
}
section.list-grid p span {
  font-weight: 600;
}
section.list-grid ul {
  padding-left: 15px;
  margin-bottom: 50px;
}
section.list-grid ul li {
  list-style-type: disc;
  margin-bottom: 15px;
  line-height: 24px;
  list-style-position: outside;
  padding-left: 5px;
}
section.list-grid ul li::marker {
  font-size: 19px;
}

ul.content-list {
  padding-inline: 50px;
}
ul.content-list li {
  font-size: 16px;
  list-style-type: disc;
  margin-bottom: 15px;
}
ul.content-list li::marker {
  font-size: 19px;
}

section.waystogive h3 {
  margin-bottom: 40px;
}
section.waystogive .waystogive-grid {
  margin-bottom: 30px;
}
section.waystogive .waystogive-grid h6 {
  position: relative;
  background: #e9e8fc;
  padding: 15px 20px;
  border-radius: 6px;
  padding-left: 50px;
}
section.waystogive .waystogive-grid h6:before {
  position: absolute;
  content: "+";
  left: 20px;
  top: 10px;
  font-size: 25px;
}
section.waystogive .waystogive-grid p {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

section.saheli-ftr {
  background: #e5e5ef;
  padding-block: 50px;
  text-align: center;
  margin-bottom: 0;
}
section.saheli-ftr h2 {
  font-size: 30px;
  text-align: center;
}
section.saheli-ftr h6 {
  text-align: center;
}
section.saheli-ftr .saheli-ftr-grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
}
section.saheli-ftr a.mail_link {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  background: #191664;
  border-radius: 6px;
}
section.saheli-ftr a.mail_link:hover {
  background: #a730c5;
  color: var(--white-color);
}
section.saheli-ftr a.cntct_link {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  background: #5c58c4;
  border-radius: 6px;
}
section.saheli-ftr a.cntct_link:hover {
  background: #a730c5;
  color: var(--white-color);
}

/*-edtech-initiative --*/
section.edtech-initiative-bnr {
  position: relative;
  height: 100vh;
  background: url(../img/edtech-initiative/bnr.png) top left no-repeat;
  background-size: cover;
  margin-bottom: 30px;
}
section.edtech-initiative-bnr .bnr-txt {
  display: block;
  width: 100%;
}
section.edtech-initiative-bnr .bnr-txt h1 {
  color: var(--lite-blu);
}
section.edtech-initiative-bnr .bnr-txt h6 {
  font-size: 18px;
  color: #858280;
  line-height: 30px;
  font-weight: 400;
}

section.txt-grid-container {
  background: #fafafa;
  padding-block: 60px;
}
section.txt-grid-container h2 {
  color: var(--lite-blu);
  text-align: center;
}
section.txt-grid-container h5 {
  margin-bottom: 40px;
  text-align: center;
  color: #858280;
}
section.txt-grid-container .txt-grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px;
  border: solid 2px var(--lite-blu);
  border-radius: 15px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
}
section.txt-grid-container .txt-grid ul {
  padding-left: 20px;
}
section.txt-grid-container .txt-grid ul li {
  font-size: 17px;
  list-style-type: disc;
  color: #858280;
  margin-bottom: 10px;
  line-height: 24px;
}
section.txt-grid-container .txt-grid ul li::marker {
  font-size: 18px;
}
section.txt-grid-container .txt-grid ul li {
  padding-left: 10px;
}
section.txt-grid-container .txt-grid ul li::marker {
  color: var(--lite-blu);
  font-size: 22px;
}
section.txt-grid-container .txt-grid p {
  font-size: 17px;
  color: #858280;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 400;
}
section.txt-grid-container .bx-grid h2 {
  font-size: 2.6rem;
  line-height: 56px;
  color: var(--lite-blu);
}
section.txt-grid-container .bx-grid h2 span {
  color: #b3b3b3;
}
section.txt-grid-container .bx-grid p {
  font-size: 17px;
  color: #858280;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 400;
}
section.txt-grid-container .bx-grid ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  gap: 40px;
}
section.txt-grid-container .bx-grid ul li {
  border-radius: 15px;
  padding: 25px;
  font-size: 15px;
  color: var(--white-color);
  width: calc(50% - 20px);
  height: 100%;
  text-align: center;
}
section.txt-grid-container .bx-grid ul li.blu {
  background: var(--lite-blu);
}
section.txt-grid-container .bx-grid ul li.grey {
  background: #868686;
}
section.txt-grid-container .bx-grid ul li.drk-blu {
  background: #2e3192;
}
section.txt-grid-container .bx-grid ul li.aqua-blu {
  background: #00acd8;
}

section.txt-grid-container-wite {
  background: var(--white-color);
}

section.blu-grid {
  background: var(--lite-blu);
  padding-block: 60px;
  margin: 0;
}
section.blu-grid h2, section.blu-grid h5, section.blu-grid p {
  text-align: center;
  color: var(--white-color);
}
section.blu-grid h2 {
  font-size: 2.6rem;
}

section.txt-img-grid {
  margin: 0;
  background: url(../img/edtech-initiative/onboarding.png) right center no-repeat;
  background-size: 50% 100%;
}
section.txt-img-grid .txt-grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  padding-block: 150px;
}
section.txt-img-grid .txt-grid h2 {
  font-size: 2.6rem;
  line-height: 56px;
  color: var(--lite-blu);
}
section.txt-img-grid .txt-grid h2 span {
  color: #b3b3b3;
}
section.txt-img-grid .txt-grid p {
  font-size: 17px;
  color: #858280;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 400;
}

section.txt-img-grid-cust {
  background: url(../img/edtech-initiative/program-aim.png) left center no-repeat;
  background-size: 50% 100%;
}

section.partners-grid .txt-grid {
  display: block;
  text-align: center;
  border-bottom: solid 1px #858280;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
section.partners-grid .txt-grid h3 {
  color: var(--lite-blu);
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
}
section.partners-grid .txt-grid-cust {
  border: none;
  margin-bottom: 0;
}
section.partners-grid .img-grid {
  width: 200px;
  height: 70px;
  overflow: hidden;
  margin-inline: auto;
}
section.partners-grid .img-grid img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

section.blu-grid-cust h5 {
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 60px;
}
section.blu-grid-cust h6 {
  font-size: 25px;
  color: var(--white-color);
  text-align: center;
}

/*--retail-partnership --*/
main.retail-partnership-main h3 {
  font-weight: 500;
  text-align: center;
  color: #999;
}
main.retail-partnership-main h3 span {
  color: var(--lite-blu);
}

section.retail-partnership-bnr {
  position: relative;
  height: 100vh;
  background: url(../img/retail-partnership/bnr.png) top right no-repeat !important;
  background-size: cover;
  margin-bottom: 30px;
}
section.retail-partnership-bnr .bnr-txt {
  display: block;
  width: 100%;
}
section.retail-partnership-bnr .bnr-txt h1 {
  color: var(--primary-color);
}
section.retail-partnership-bnr .bnr-txt h6 {
  font-size: 18px;
  color: #858280;
  line-height: 30px;
  font-weight: 400;
}
section.retail-partnership-bnr .bnr-txt .lrnmre {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
section.retail-partnership-bnr .bnr-txt .lrnmre:hover {
  background: #a730c5;
  color: var(--white-color);
}

section.trusted-partners h6 {
  text-align: center;
  margin-bottom: 25px;
}
section.trusted-partners ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: auto;
}
section.trusted-partners ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 125px;
  height: 50px;
  overflow: hidden;
  margin-inline: auto;
  font-size: 14px;
  white-space: nowrap;
}
section.trusted-partners ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.trusted-partners ul li a {
  display: inline-block;
  margin-left: 10px;
}

section.purpose {
  text-align: center;
}
section.purpose p {
  text-align: center;
  font-size: 16px;
  color: #999;
  line-height: 28px;
  margin-bottom: 35px;
  font-weight: 400;
}
section.purpose .img-grid {
  height: 400px;
}

section.service .serv-grid {
  display: block;
  padding: 30px;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
}
section.service .serv-grid img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 20px;
}
section.service .serv-grid h6 {
  line-height: 28px;
  color: #3f3f3f;
  text-align: center;
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 0;
}

section.help {
  margin-bottom: 0;
}
section.help h3 {
  margin-bottom: 40px;
}
section.help .help-grid {
  display: block;
  min-height: 278px;
  padding: 22px;
  border-radius: 15px;
  box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}
section.help .help-grid h6 {
  position: relative;
  font-weight: 500;
  padding-left: 46px;
  line-height: 38px;
  font-size: 1.2rem;
}
section.help .help-grid h6:before {
  position: absolute;
  content: "";
  left: 0;
  width: 35px;
  height: 35px;
  background: url(../img/retail-partnership/charity.png) left center no-repeat;
  background-size: contain;
}
section.help .help-grid p {
  color: #999;
  line-height: 24px;
  margin-block: 32px;
}
section.help .help-grid ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  height: auto;
  gap: 15px;
}
section.help .help-grid ul li {
  width: auto;
  height: 30px;
  overflow: hidden;
}
section.help .help-grid ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.help .help-grid2 h6:before {
  background: url(../img/retail-partnership/marketing.png) left center no-repeat;
  background-size: contain;
}
section.help .help-grid3 h6:before {
  background: url(../img/retail-partnership/fundraiser.png) left center no-repeat;
  background-size: contain;
}
section.help .help-grid4 h6:before {
  background: url(../img/retail-partnership/giveback.png) left center no-repeat;
  background-size: contain;
}
section.help .help-grid5 h6:before {
  background: url(../img/retail-partnership/reward.png) left center no-repeat;
  background-size: contain;
}
section.help .help-grid6 h6:before {
  background: url(../img/retail-partnership/donate.png) left center no-repeat;
  background-size: contain;
}

section.our-partners {
  padding-block: 60px;
  -webkit-box-shadow: inset 0px -62px 43px -35px rgba(0, 132, 254, 0.4);
  -moz-box-shadow: inset 0px -62px 43px -35px rgba(0, 132, 254, 0.4);
  box-shadow: inset 0px -62px 43px -35px rgba(0, 132, 254, 0.4);
}
section.our-partners p {
  text-align: center;
  font-size: 16px;
  color: #999;
  line-height: 28px;
}

section.partner-logos ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  height: auto;
  gap: 30px;
}
section.partner-logos ul li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: calc(20% - 30px);
  height: 180px;
  padding: 40px;
  box-shadow: 0px 5px 14px 5px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0px 5px 14px 5px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 5px 14px 5px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
section.partner-logos ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

section.change-grid {
  background: #f7f8fa;
  border-radius: 20px;
  overflow: hidden;
}
section.change-grid .img-grid {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
}
section.change-grid ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px;
  gap: 30px;
}
section.change-grid ul li {
  width: calc(50% - 20px);
}
section.change-grid ul li h2 {
  text-align: center;
  font-size: 55px;
  line-height: 35px;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 0;
}
section.change-grid ul li h2 span {
  font-size: 15px;
  color: #888;
}

section.trusted-grid h3 {
  color: var(--primary-color);
  font-weight: 500;
}
section.trusted-grid h6 {
  font-weight: 400;
  color: #888;
  text-align: center;
  margin-bottom: 30px;
}
section.trusted-grid .slider-content {
  display: block;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
}
section.trusted-grid .trusted-slider {
  height: auto;
}
section.trusted-grid .trusted-slider .card {
  border: none;
}
section.trusted-grid .trusted-slider .card .title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  height: auto;
  margin-bottom: 20px;
}
section.trusted-grid .trusted-slider .card .title .img-grid {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  border: solid 2px #999;
  border-radius: 50%;
}
section.trusted-grid .trusted-slider .card .title h5 {
  width: calc(100% - 80px);
  margin: 0;
}
section.trusted-grid .trusted-slider .card .title h5 span {
  font-size: 15px;
  color: #888;
  font-weight: 500;
}
section.trusted-grid .trusted-slider .card p {
  font-weight: 500;
  color: #666;
  font-size: 14px;
  line-height: 28px;
}
section.trusted-grid .swiper-button-next:after, section.trusted-grid .swiper-button-prev:after {
  font-size: 40px;
  font-weight: 900;
  color: var(--primary-color);
}
section.trusted-grid .swiper-button-next {
  right: 0;
}
section.trusted-grid .swiper-button-prev {
  left: 0;
}

/*--employee-giving--*/
main.employee-giving-main p {
  font-size: 16px;
  color: #888;
  margin: 0;
}
main.employee-giving-main section.banner {
  background: none !important;
}
main.employee-giving-main section.banner .bnr-txt {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  height: 100vh;
}
main.employee-giving-main section.banner .bnr-txt h1 {
  font-weight: 500;
}
main.employee-giving-main section.banner .bnr-txt h1 span {
  font-weight: 600;
}
main.employee-giving-main section.banner .img-grid {
  height: 100%;
}
main.employee-giving-main section.banner .img-grid img {
  object-fit: contain;
}
main.employee-giving-main section.pink-grid {
  background: #dad9ee;
  padding-block: 60px;
  margin: 0;
}
main.employee-giving-main section.pink-grid p {
  text-align: center;
  color: var(--txt-color);
  margin: 0;
  line-height: 30px;
}
main.employee-giving-main section.pink-grid p span {
  font-weight: 600;
}
main.employee-giving-main section.platform {
  padding-block: 80px 40px;
  margin-bottom: 0;
}
main.employee-giving-main section.platform h4 {
  text-align: center;
  margin-bottom: 60px;
}
main.employee-giving-main section.platform .platform-grid {
  display: block;
  text-align: center;
  padding-inline: 40px;
  margin-bottom: 40px;
}
main.employee-giving-main section.platform .platform-grid h5, main.employee-giving-main section.platform .platform-grid h6 {
  text-align: center;
  font-weight: 500;
}
main.employee-giving-main section.platform .platform-grid h5 {
  color: #3f3f3f;
}
main.employee-giving-main section.platform .platform-grid h6 {
  font-weight: 400;
  color: #888;
}
main.employee-giving-main section.platform .platform-grid img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  margin-bottom: 20px;
}
main.employee-giving-main section.platform .platform-grid-cust {
  border-left: solid 2px var(--lite-blu);
  border-right: solid 2px var(--lite-blu);
}

section.partners-say {
  background: #f7f8fa;
  padding-block: 60px;
  margin-bottom: 0;
}
section.partners-say h4 {
  text-align: center;
  margin-bottom: 25px;
}
section.partners-say .partners-say-grid {
  display: block;
  min-height: 220px;
  padding: 22px;
  border-radius: 15px;
  background: var(--white-color);
  box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, 0.2);
}
section.partners-say .partners-say-grid .hd_grid {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  height: auto;
  gap: 20px;
  margin-bottom: 15px;
}
section.partners-say .partners-say-grid .hd_grid .img-grid {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
section.partners-say .partners-say-grid .hd_grid h6 {
  width: calc(100% - 70px);
}
section.partners-say .partners-say-grid .hd_grid h6 span {
  font-size: 13px;
  color: #888;
  font-weight: 500;
}

section.whatuget {
  padding-block: 50px;
  margin: 0;
  border-bottom: solid 2px var(--lite-blu);
}
section.whatuget .txt-grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
section.whatuget .txt-grid p {
  margin-bottom: 25px;
}
section.whatuget .txt-grid a.getintouch {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  background: var(--lite-blu);
}
section.whatuget .txt-grid a.getintouch:hover {
  background: #a730c5;
  color: var(--white-color);
}
section.whatuget .img-grid {
  height: 100%;
  padding: 40px;
}
section.whatuget .img-grid img {
  object-fit: contain;
}
section.whatuget p.blu-txt {
  background: #dde7f5;
  font-size: 13px;
  color: #888;
  padding: 15px;
  border-radius: 15px;
}

.no-border {
  border: none !important;
}

main.institutional-giving-main .bnr-txt h1 span {
  color: var(--lite-blu);
}

section.txt-img .txt-grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
section.txt-img .txt-grid h2 {
  font-size: 50px;
  color: #999;
}
section.txt-img .txt-grid h2 span {
  color: var(--lite-blu);
}
section.txt-img .txt-grid p {
  color: #999;
  line-height: 22px;
}
section.txt-img .txt-grid-cust {
  padding: 0 20px;
}
section.txt-img .txt-grid-cust p {
  font-size: 16px;
  line-height: 26px;
}
section.txt-img .img-grid {
  height: 100%;
  border-radius: 40px;
}
section.txt-img .img-grid-cust {
  width: 95%;
  height: 95%;
}

section.count-grid {
  padding: 50px;
  border-radius: 40px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
}
section.count-grid .count-bx h3 {
  color: var(--lite-blu);
  text-align: center;
  margin: 0;
  font-size: 40px;
  line-height: 32px;
  font-weight: 500;
}
section.count-grid .count-bx h3 span {
  font-size: 16px;
  color: #888;
  font-weight: 500;
}

section.txt-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
}
section.txt-content h2 {
  font-size: 40px;
  color: #999;
}
section.txt-content h2 span {
  color: var(--lite-blu);
}
section.txt-content h5 {
  margin-bottom: 50px;
}
section.txt-content h5 span {
  color: var(--lite-blu);
}
section.txt-content p {
  font-size: 18px;
  color: #b1afaf;
  line-height: 35px;
  text-align: center;
}

section.framework h2, section.offering h2 {
  color: #666;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}
section.framework .txt-grid, section.offering .txt-grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 30px;
  border: solid 2px var(--lite-blu);
  border-radius: 15px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
}
section.framework .txt-grid img, section.offering .txt-grid img {
  width: 120px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 20px;
}
section.framework .txt-grid h5, section.offering .txt-grid h5 {
  color: #3f3f3f;
  text-align: center;
  font-weight: 500;
}
section.framework .txt-grid p, section.offering .txt-grid p {
  color: #888;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  font-weight: 300;
}

section.offering h2 {
  color: var(--lite-blu);
  margin-bottom: 25px;
}
section.offering h6 {
  color: #999;
  text-align: center;
  margin-bottom: 40px;
}

section.testimonials h2 {
  font-weight: 500;
  text-align: center;
  color: var(--lite-blu);
  margin-bottom: 25px;
  text-align: center;
}
section.testimonials .img-grid {
  height: 300px;
  border-radius: 20px;
  margin-bottom: 20px;
}
section.testimonials p {
  font-style: oblique;
  color: #999;
  font-size: 16px;
  line-height: 24px;
}

section.cntct-form {
  background: #efefef;
  padding-block: 40px;
  margin-bottom: 0;
}
section.cntct-form h6 {
  color: #999;
  text-transform: uppercase;
  font-size: 13px;
}
section.cntct-form h4 {
  color: var(--lite-blu);
}
section.cntct-form h5 {
  color: #888;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 25px;
}
section.cntct-form form {
  background: #e6e6ee;
  padding: 40px;
  border-radius: 20px;
}
section.cntct-form form .form-control {
  border-radius: 6px;
  font-size: 14px;
  background: transparent;
  border: solid 1px var(--primary-color);
  margin-bottom: 25px;
}
section.cntct-form form a.submit {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
  background: var(--lite-blu);
  width: 100%;
  text-align: center;
  font-weight: 600;
}
section.cntct-form form a.submit:hover {
  background: #a730c5;
  color: var(--white-color);
}
section.cntct-form .address {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: inherit;
}
section.cntct-form .address h5 {
  color: #3f3f3f;
}
section.cntct-form .address p {
  margin-bottom: 8px;
}
section.cntct-form .address ul > li > a {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #666;
  margin-bottom: 10px;
}
section.cntct-form .address ul > li > a:hover {
  color: var(--lite-blu);
}
section.cntct-form .address .addr {
  display: block;
  padding-block: 40px 30px;
  border-top: solid 2px #d6d6dd;
  border-bottom: solid 2px #d6d6dd;
  margin-top: 15px;
  color: #666;
  height: 80%;
}

main.model-main .model-bnr {
  position: relative;
  height: 100vh;
  background: url(../img/model/bnr.png) top right no-repeat !important;
  background-size: cover;
  margin-bottom: 30px;
}
main.model-main .model-bnr .bnr-txt {
  display: block;
  width: 100%;
}
main.model-main .model-bnr .bnr-txt h1 {
  color: var(--lite-blu);
  line-height: 60px;
}
main.model-main .model-bnr .bnr-txt h1 span {
  color: #3f3f3f;
  font-size: 25px;
}
main.model-main section.txt-content {
  margin: 0;
  padding-block: 50px;
}
main.model-main .framework {
  background: #fafafa;
  padding-block: 60px;
  margin-bottom: 0;
}
main.model-main .framework .txt-grid {
  background: var(--white-color);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
}
main.model-main section.whatuget {
  border: none;
  padding-block: 20px;
  text-align: center;
}
main.model-main section.whatuget h3.center {
  text-align: center !important;
}
main.model-main section.whatuget .txt-grid h2 {
  color: var(--lite-blu);
}
main.model-main section.whatuget .txt-grid p {
  font-size: 18px;
  color: #999;
  line-height: 30px;
}
main.model-main section.investment {
  text-align: center;
}
main.model-main section.investment h2 {
  text-align: center;
  font-weight: 500;
  color: var(--lite-blu);
  margin-block: 60px;
}
main.model-main section.investment ul {
  position: relative;
}
main.model-main section.investment ul:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 90%;
  background: #888;
  left: 35px;
  z-index: -1;
}
main.model-main section.investment ul li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  gap: 30px;
  position: relative;
  padding-left: 120px;
  margin-bottom: 80px;
  list-style: none;
}
main.model-main section.investment ul li::before {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: "1";
  background: var(--lite-blu);
  font-size: 50px;
  font-weight: 600;
  color: var(--white-color);
  padding: 10px;
  border-radius: 10px;
  width: 70px;
  height: 70px;
  z-index: -1;
  line-height: 20px;
  left: 0;
}
main.model-main section.investment ul li .txt-grid {
  width: 50%;
}
main.model-main section.investment ul li .txt-grid h5 {
  font-weight: 500;
  text-transform: uppercase;
}
main.model-main section.investment ul li .txt-grid p {
  color: #888;
  font-size: 16px;
}
main.model-main section.investment ul li .pdf-grid {
  width: calc(50% - 100px);
}
main.model-main section.investment ul li .pdf-grid h5 {
  font-weight: 500;
  text-transform: uppercase;
}
main.model-main section.investment ul li .pdf-grid .pdf-bx {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  height: auto;
  width: calc(100% - 30px);
  background: #f8f8f8;
  border-radius: 6px;
  padding: 10px 20px;
  gap: 20px;
}
main.model-main section.investment ul li .pdf-grid .pdf-bx .img-grid {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
main.model-main section.investment ul li .pdf-grid .pdf-bx .img-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.model-main section.investment ul li .pdf-grid .pdf-bx h6 {
  width: calc(100% - 70px);
  margin: 0;
  color: #999;
  font-weight: 500;
}
main.model-main section.investment ul li:nth-child(2)::before {
  content: "2";
}
main.model-main section.investment ul li:nth-child(3)::before {
  content: "3";
}
main.model-main section.investment ul li:nth-child(4)::before {
  content: "4";
}
main.model-main section.investment ul li:nth-child(5)::before {
  content: "5";
}
main.model-main section.tab-section-model {
  margin: 0;
}
main.model-main section.tab-section-model ul.nav-tabs {
  justify-content: center;
  align-items: flex-end;
}
main.model-main section.tab-section-model ul.nav-tabs li.nav-item .nav-link {
  background: #b3b3b3;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-weight: 500;
  color: var(--white-color);
  border: none;
}
main.model-main section.tab-section-model ul.nav-tabs li.nav-item .active {
  background: #314151;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-weight: 600;
  padding: 1rem;
}
main.model-main section.tab-section-model .tab-content {
  padding-block: 50px;
  background: var(--lite-blu);
  text-align: center;
}
main.model-main section.tab-section-model .tab-content .apply-content p {
  color: var(--white-color);
  font-size: 20px;
  line-height: 50px;
  font-weight: 100;
  text-align: center;
  margin: 0;
}
main.model-main section.tab-section-model .tab-content .apply_btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  background: var(--white-color);
  color: var(--primary-color);
  border-radius: 10px;
  text-align: center;
  margin-top: 30px;
  font-weight: 500;
}
main.model-main section.tab-section-model .tab-content .apply_btn:hover {
  background: #a730c5;
  color: var(--white-color);
}
main.model-main .ftrd-hdng h2 {
  color: var(--lite-blu);
  font-weight: 400;
  text-align: center;
  margin-block: 60px 25px;
  font-size: 40px;
}
main.model-main .ftrd-hdng h6 {
  text-align: center;
  color: #999;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
}
main.model-main section.featured-spotlights {
  background: url(../img/model/featured.png) top right no-repeat !important;
  background-size: cover;
  margin: 0;
  height: 100%;
}
main.model-main section.featured-spotlights .txt-grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  padding-block: 100px;
}
main.model-main section.featured-spotlights .txt-grid h3 {
  color: var(--lite-blu);
  font-weight: 500;
}
main.model-main section.featured-spotlights .txt-grid p {
  font-size: 18px;
  color: #999;
  line-height: 30px;
}
main.model-main section.featured-spotlights .txt-grid .rdmre {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  background: var(--lite-blu);
  border-radius: 6px;
}
main.model-main section.featured-spotlights .txt-grid .rdmre:hover {
  background: #a730c5;
  color: var(--white-color);
}
main.model-main section.testimonial-grid .testimonial-bx {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  padding: 20px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}
main.model-main section.testimonial-grid .testimonial-bx .img-grid {
  height: 150px;
}

main.partnerwithus-main section.partnerwithus-bnr {
  background: none;
  height: 75vh;
  padding-bottom: 0;
  justify-content: flex-end;
}
main.partnerwithus-main section.partnerwithus-bnr .bnr-txt {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
}
main.partnerwithus-main section.partnerwithus-bnr .bnr-txt .lrnmre {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
main.partnerwithus-main section.partnerwithus-bnr .bnr-txt .lrnmre:hover {
  background: #a730c5;
  color: var(--white-color);
}
main.partnerwithus-main section.partnerwithus-bnr .img-grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
}
main.partnerwithus-main section.blu-brand {
  background: var(--primary-color);
  padding-block: 30px;
  margin: 0;
}
main.partnerwithus-main section.blu-brand ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto;
}
main.partnerwithus-main section.blu-brand ul li {
  width: 150px;
  height: 45px;
  overflow: hidden;
}
main.partnerwithus-main section.blu-brand ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
main.partnerwithus-main section.count-partners {
  background: #dad9ee;
  padding-block: 30px;
}
main.partnerwithus-main section.count-partners ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  height: auto;
  align-items: center;
  padding-block: 30px;
  gap: 30px;
}
main.partnerwithus-main section.count-partners ul li {
  display: block;
  width: calc(25% - 30px);
}
main.partnerwithus-main section.count-partners ul li h2 {
  text-align: center;
  font-size: 55px;
  line-height: 30px;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 0;
}
main.partnerwithus-main section.count-partners ul li h2 span {
  font-size: 15px;
  color: #888;
}
main.partnerwithus-main section.count-partners p {
  display: block;
  text-align: center;
  color: #888;
  line-height: 28px;
}
main.partnerwithus-main section.partners-say {
  background: #dad9ee;
}
main.partnerwithus-main section.partners-say h6 {
  color: #3f3f3f;
}
main.partnerwithus-main section.partners-say p {
  color: #888;
}

section.whatwedo-grid {
  padding: 0 0 30px;
  border-bottom: solid 2px var(--primary-color);
  margin-bottom: 30px;
}
section.whatwedo-grid h3.center {
  text-align: center !important;
}
section.whatwedo-grid p {
  font-size: 14px;
  line-height: 25px;
  color: #888;
}
section.whatwedo-grid .blu-txt {
  background: var(--primary-color) !important;
  color: var(--white-color) !important;
  text-align: center;
}
section.whatwedo-grid a.getintouch {
  border-radius: 10px !important;
}

main.saheli-main h2 {
  text-align: center;
  color: var(--lite-blu);
  font-weight: 500;
  margin-bottom: 25px;
}
main.saheli-main .banner {
  height: 75vh;
  background: var(--white-color);
  box-shadow: inset 0px -62px 43px -35px rgba(0, 132, 254, 0.7);
}
main.saheli-main .banner .bnr-txt {
  width: 100%;
  height: 100%;
}
main.saheli-main .banner .bnr-txt .txt-grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  align-items: center;
}
main.saheli-main .banner .bnr-txt .txt-grid h2 {
  font-size: 2.25rem;
  color: #00adee;
  line-height: 60px;
  letter-spacing: 2px;
  font-weight: 500;
}
main.saheli-main .banner .bnr-txt .img-grid {
  height: 75vh;
}
main.saheli-main .banner .bnr-txt .img-grid img {
  object-fit: contain;
}
main.saheli-main section.whatuget {
  border: none;
  padding-block: 60px 0;
}
main.saheli-main section.whatuget .txt-grid h2 {
  font-size: 40px;
  font-weight: 300;
  color: var(--lite-blu);
}
main.saheli-main section.whatuget .txt-grid p {
  color: #888;
  line-height: 35px;
  font-size: 16px;
  font-weight: 300;
}
main.saheli-main section.saheli-apply {
  background: #f2f2f2;
  padding-block: 60px;
}
main.saheli-main section.saheli-apply h2 {
  margin-bottom: 60px;
}
main.saheli-main section.saheli-apply .img-grid {
  height: 150px;
  margin-bottom: 30px;
}
main.saheli-main section.saheli-apply .img-grid img {
  object-fit: contain;
}
main.saheli-main section.saheli-apply h6 {
  font-weight: 400;
  text-align: center;
  height: 35px;
}
main.saheli-main section.saheli-apply .btn-grid {
  text-align: center;
  display: block;
}
main.saheli-main section.saheli-apply .btn-apply {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  background: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  text-transform: capitalize;
  background: var(--lite-blu);
  margin-inline: auto;
}
main.saheli-main section.saheli-apply .btn-apply:hover {
  background: #a730c5;
  color: var(--white-color);
}
main.saheli-main section.grand-type {
  position: relative;
}
main.saheli-main section.grand-type h2 {
  margin-bottom: 80px;
}
main.saheli-main section.grand-type h2 span {
  color: #888;
  font-size: 20px;
  font-weight: 300;
}
main.saheli-main section.grand-type span.blue-txt {
  position: absolute;
  top: -54px;
  width: auto;
  height: auto;
  padding: 10px 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: var(--lite-blu);
  color: var(--white-color);
  font-size: 22px;
}
main.saheli-main section.grand-type .grand-grid {
  display: block;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.18);
  padding: 50px;
  border-radius: 20px;
}
main.saheli-main section.grand-type .grand-grid ul {
  padding-left: 60px;
  margin-bottom: 40px;
}
main.saheli-main section.grand-type .grand-grid ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  line-height: 35px;
}
main.saheli-main section.grand-type .grand-grid ul li::before {
  position: absolute;
  content: "";
  background: var(--lite-blu);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: 0;
  top: 11px;
}
main.saheli-main section.grand-type .grand-grid p {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  height: auto;
  font-size: 16px;
  color: #666;
  padding-left: 50px;
}
main.saheli-main section.grand-type .grand-grid p span.blue {
  font-size: 22px;
  color: var(--lite-blu);
  display: inline-block;
  width: 25%;
  font-weight: 400;
}
main.saheli-main section.grand-type .grand-grid p span.content {
  width: 75%;
  line-height: 35px;
  font-weight: 400;
}
main.saheli-main section.getinvolved {
  padding-block: 60px;
  background: #f2f2f2 url(../img/saheli/involved.png) bottom right no-repeat;
  background-size: 50%;
}
main.saheli-main section.getinvolved ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  line-height: 35px;
  font-size: 18px;
  font-weight: 300;
}
main.saheli-main section.getinvolved ul li::before {
  position: absolute;
  content: "";
  background: var(--lite-blu);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: 0;
  top: 10px;
}
main.saheli-main section.getinvolved ul li:last-child {
  margin-bottom: 0;
}
main.saheli-main section.getinvolved p {
  font-size: 20px;
  font-weight: 300;
  color: #666;
}
main.saheli-main section.corporate_grid h2 {
  margin-bottom: 40px;
}
main.saheli-main section.corporate_grid h5 {
  color: #888;
  margin-bottom: 20px;
}
main.saheli-main section.corporate_grid p {
  font-size: 18px;
  font-weight: 300;
  color: #666;
}
main.saheli-main section.blu-grid h3 {
  color: var(--white-color);
  text-align: center;
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: 500;
}
main.saheli-main section.blu-grid .benefits {
  display: block;
  width: 100%;
  padding: 60px 80px;
  border-radius: 20px;
  background: var(--white-color);
}
main.saheli-main section.blu-grid .benefits h4 {
  color: var(--lite-blu);
  font-weight: 500;
  margin-bottom: 30px;
}
main.saheli-main section.blu-grid .benefits ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  line-height: 35px;
  font-size: 18px;
  font-weight: 300;
}
main.saheli-main section.blu-grid .benefits ul li::before {
  position: absolute;
  content: "";
  background: var(--lite-blu);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: 0;
  top: 10px;
}
main.saheli-main section.blu-grid .benefits ul li:last-child {
  margin-bottom: 0;
}
main.saheli-main section.blu-grid .blu-grid-innr {
  display: block;
  width: 92%;
  padding: 60px 80px;
  border-radius: 10px;
  min-height: 565px;
  margin-bottom: 50px;
  margin-inline: auto;
  background: var(--white-color);
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.18);
}
main.saheli-main section.blu-grid .blu-grid-innr .img-grid {
  height: 250px;
  margin-bottom: 20px;
}
main.saheli-main section.blu-grid .blu-grid-innr .img-grid img {
  object-fit: contain;
}
main.saheli-main section.blu-grid .blu-grid-innr h5 {
  color: var(--lite-blu);
  font-weight: 500;
  margin-bottom: 15px;
}
main.saheli-main section.blu-grid .blu-grid-innr p {
  font-size: 18px;
  font-weight: 300;
  color: #666;
  margin: 0;
  text-align: center;
}
main.saheli-main section.partnership-slider {
  padding-block: 50px;
  margin: 0;
}
main.saheli-main section.partnership-slider h3 {
  color: var(--lite-blu);
  font-weight: 500;
}
main.saheli-main section.partnership-slider h6 {
  font-size: 18px;
  font-weight: 300;
  color: #666;
  line-height: 28px;
  margin-block: 40px;
}
main.saheli-main section.partnership-slider ul li {
  font-size: 18px;
  font-weight: 500;
  color: #888;
  margin-bottom: 30px;
}
main.saheli-main section.partnership-slider ul li:last-child {
  margin: 0;
}

@media (max-width: 767px) {
  section {
    margin-bottom: 50px;
  }

  section.banner .bnr_rght {
    padding-top: 0;
  }
  section.banner .navbar-dark .navbar-brand {
    width: 90px;
  }
  section.banner nav.navbar ul.navbar-nav {
    padding-bottom: 40px;
  }
  section.banner nav.navbar ul.navbar-nav a.nav-link {
    text-align: center;
    border-bottom: solid 1px #ddd;
  }
  section.banner .bnr_lft .online {
    font-size: 16px;
  }

  section.bnr_innr .swiper-container .bnr_lft_help {
    width: 81%;
    margin-top: 50%;
  }

  section.searchbar {
    flex-wrap: wrap;
  }
  section.searchbar .searchbar_grid {
    width: 100%;
    align-self: auto;
  }
  section.searchbar ul.rate {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  section.searchbar ul.rate li {
    width: 100%;
    padding: 0 !important;
  }
  section.searchbar ul.rate p, section.searchbar ul.rate select {
    width: 100%;
    text-align: left;
  }
  section.searchbar ul.search_menu {
    width: 100%;
  }
  section.searchbar ul.search_menu li {
    width: auto !important;
  }

  .button-container label {
    display: block;
  }

  section.three_grid {
    margin-block: 20px !important;
  }
  section.three_grid .grid_content, section.three_grid section.action .action_grid {
    margin-bottom: 50px;
    height: auto;
  }

  section.emc {
    padding-block: 0;
  }

  section.caption_grid .text-container .txt-grid {
    width: 100% !important;
    flex-wrap: wrap;
  }

  section.champions .img-grid {
    width: 50%;
    margin-top: 40px;
  }
  section.champions .txt-grid {
    width: 100%;
  }

  section.three_grid_help {
    padding-block: 20px;
  }
  section.three_grid_help .grid_content {
    margin-bottom: 30px;
  }

  .help-btm {
    margin-block: 0 !important;
    padding-inline: 0 !important;
  }

  .have_help_innr {
    margin-bottom: 0 !important;
  }

  .have_help_innr_content .img-grid {
    margin-bottom: 20px;
  }

  section.have_help .help-btm .help-btm-grid .img-grid {
    margin-block: 20px;
  }

  section.ftr_help .submit {
    margin-bottom: 20px;
  }

  section.social {
    padding-block: 0;
  }
  section.social .social_grid .col-lg-4 {
    margin-bottom: 30px;
  }

  section.contact .cont-menu {
    margin-bottom: 30px;
  }

  section.focus-areas .col-lg-4 {
    margin-bottom: 30px;
  }

  section.tab-section-grid .bnr_video_section .modal-content .modal-body .video, section.tab-section-grid .bnr_video_section .modal-content .modal-body .story_content {
    width: 100%;
  }

  section.tab-section-grid .case_grid, section.team .case_grid {
    height: auto;
    margin-bottom: 30px;
  }

  section.middle-grid .img-grid {
    margin-bottom: 30px;
  }

  section.thingscando .col-lg-4 {
    margin-bottom: 30px;
  }

  section.content_grid .txt_content {
    width: 82%;
  }

  section.activities .img-grid {
    height: auto;
    margin-bottom: 20px;
  }

  section.btm_grids .col-lg-6 {
    margin-bottom: 30px;
  }

  section.two-sect {
    margin-bottom: 20px !important;
  }

  section.tools_main div.menu {
    float: none;
    width: 100%;
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }

  section.full-width-img {
    margin-bottom: 0;
  }

  section.two-sect .card-body, section.fact .card-body {
    padding: 20px !important;
  }

  section.prepare h4, section.before-flood h4 {
    font-size: 16px;
  }

  section.redcross-help .img-grid {
    margin-top: 40px;
  }
  section.redcross-help .img-grid, section.redcross-help .txt-grid {
    width: 100%;
    height: auto;
  }

  section.fact {
    margin-bottom: 0 !important;
  }

  section.safety-topics .card {
    margin-bottom: 30px;
  }

  section.disaster-relief .txt-content ul li > a {
    margin-bottom: 10px;
  }

  section.tools_main .right_content section.video_grid {
    margin-top: 50px;
  }

  section.latest-news .card {
    height: auto;
    margin-bottom: 30px;
  }

  section.publish_detail .img-grid {
    margin-bottom: 20px;
    height: 100%;
  }

  section.logo-grid .img-grid {
    margin-bottom: 30px;
  }

  section.waystopartner .txt-grid {
    height: auto;
    margin-block: 20px;
  }

  section.impact-areas .img-grid {
    margin-bottom: 20px;
  }

  section.action .action_grid {
    margin-bottom: 20px;
  }

  section.quote-grid {
    padding-inline: 0;
  }
  section.quote-grid .img-grid {
    width: 50%;
    margin-inline: auto;
  }

  section.impact .txt_grid {
    height: auto;
    margin-bottom: 30px;
  }

  section.quote-grid-cust {
    margin-bottom: 60px !important;
  }

  section.prepare .accordion_one .panel .panel-heading a, section.before-flood .accordion_one .panel .panel-heading a {
    padding-right: 30px;
  }

  section.prepare .accordion_one .panel .panel-heading a:after, section.prepare .accordion_one .panel .panel-heading a.collapsed:after, section.before-flood .accordion_one .panel .panel-heading a:after, section.before-flood .accordion_one .panel .panel-heading a.collapsed:after {
    right: 25px;
    position: absolute;
  }

  /*--fundraiser--*/
  section.approach .circle {
    width: 22rem;
    height: 22rem;
    padding: 32%;
  }

  /*--saheli---*/
  main.saheli_main section.saheli_hero .img-grid {
    height: auto;
    margin-bottom: 30px;
  }
  main.saheli_main section.saheli_work ul.work-grid li, main.saheli_main section.saheli_work ul.datas li {
    width: 50%;
    margin-bottom: 20px;
  }
  main.saheli_main section.saheli_hero {
    margin-bottom: 0;
  }
  main.saheli_main section.saheli_hero p {
    margin-bottom: 20px;
  }
  main.saheli_main section.saheli_work ul.work-grid, main.saheli_main section.saheli_work ul.datas {
    margin-bottom: 20px !important;
  }
  main.saheli_main section.saheli_work ul.work-grid li, main.saheli_main section.saheli_work ul.datas li {
    min-height: 180px !important;
  }
  main.saheli_main .program .txt-grid p {
    margin-bottom: 15px;
  }
  main.saheli_main section.nxt .txt-grid {
    padding: 20px !important;
  }
  main.saheli_main ul.work-grid-cust {
    width: 100% !important;
  }

  /*--tsunami --*/
  .during_tsunami ul li {
    padding-left: 20px;
  }

  main.halloffame-main section.prof_dtls .prof_rght span {
    border-left: none;
  }

  main.halloffame-main section.connections {
    overflow: hidden;
    height: 1000px;
  }
  main.halloffame-main section.connections .holder {
    height: 1000px;
  }
  main.halloffame-main section.connections .holder p.person-grid-1 {
    top: 22%;
    left: calc(50% - 55px);
  }
  main.halloffame-main section.connections .holder p.person-grid-2 {
    top: 32%;
    left: calc(50% - -72px);
  }
  main.halloffame-main section.connections .holder p.person-grid-3 {
    top: 40%;
    left: calc(50% - 126px);
  }
  main.halloffame-main section.connections .holder p.person-grid-4 {
    top: 51%;
    left: calc(50% - -140px);
  }
  main.halloffame-main section.connections .holder p.person-grid-5 {
    top: 50%;
    left: calc(50% - 126px);
  }
  main.halloffame-main section.connections .holder p.person-grid-6 {
    top: 62%;
    left: calc(50% - -116px);
  }
  main.halloffame-main section.connections .holder p.person-grid-7 {
    left: calc(50% - 144px);
  }
  main.halloffame-main section.connections .holder p.person-grid-8 {
    top: 71.5%;
    left: calc(50% - 94px);
  }
  main.halloffame-main section.connections .holder p.person-grid-9 {
    top: 73%;
    left: calc(50% - -80px);
  }
  main.halloffame-main section.connections .holder .thumbnail {
    width: 91px !important;
    height: 91px !important;
  }
  main.halloffame-main section.connections .holder .thumbnail .img-grid {
    width: 91px !important;
    height: 91px !important;
  }
  main.halloffame-main section.connections .holder .thumbnail .thumbnail-bg {
    height: 940px !important;
  }
  main.halloffame-main section.connections .holder .thumbnail .thumbnail-bg:before {
    background: none !important;
  }
  main.halloffame-main section.connections .holder .circle-small {
    width: 223px;
    height: 223px;
  }
  main.halloffame-main section.connections .holder .circle-small .small-bg {
    width: 130px;
    bottom: 50px;
    height: 738px;
  }
  main.halloffame-main section.connections .holder .circle-small .small-bg:before, main.halloffame-main section.connections .holder .circle-small .small-bg:after {
    bottom: 150px;
  }
  main.halloffame-main section.connections .holder .circle-small .small-bg:before {
    height: 578px !important;
  }
  main.halloffame-main section.connections .holder .circle-small .small-bg:after {
    height: 420px !important;
  }
  main.halloffame-main section.connections .holder .circle-medium {
    width: 331px;
    height: 331px;
  }
  main.halloffame-main section.connections .holder .circle-medium .medium-bg {
    top: -150px;
    left: 28%;
    width: 130px;
    height: 142px;
  }
  main.halloffame-main section.connections .holder .circle-big {
    width: 441px;
    height: 441px;
  }

  section.retail-partnership-bnr {
    height: 85vh;
  }

  section.partner-logos ul {
    justify-content: center;
  }
  section.partner-logos ul li {
    width: calc(50% - 30px);
  }

  section.change-grid ul {
    padding-block: 60px;
  }
  section.change-grid ul li {
    width: calc(100% - 20px);
  }

  section.trusted-grid .swiper-button-prev {
    left: 20px;
  }
  section.trusted-grid .swiper-button-next {
    right: 20px;
  }

  section.cntct-form .address {
    margin-top: 20px;
  }
  section.cntct-form .address .addr {
    height: 86%;
  }

  main.employee-giving-main section.platform .platform-grid-cust {
    border: none;
  }
  main.employee-giving-main section.banner .bnr-txt {
    padding-block: 200px 40px;
    height: auto;
  }
  main.employee-giving-main section.partners-say .partners-say-grid {
    margin-bottom: 30px;
  }

  section.count-grid .count-bx h3 {
    margin-bottom: 30px;
  }

  section.framework .txt-grid, section.offering .txt-grid {
    margin-bottom: 30px;
    height: auto;
  }

  section.testimonials p {
    margin-bottom: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  section.searchbar ul {
    flex-direction: column;
  }

  section.caption_grid .text-container .txt-grid {
    width: 100% !important;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section.banner .bnr_rght {
    padding-top: 0;
  }
  section.banner .navbar-dark .navbar-brand {
    width: 90px;
  }
  section.banner nav.navbar ul.navbar-nav {
    padding-bottom: 40px;
  }
  section.banner nav.navbar ul.navbar-nav a.nav-link {
    text-align: center;
    border-bottom: solid 1px #ddd;
  }
  section.banner .bnr_lft .online {
    font-size: 16px;
  }

  section.bnr_innr .swiper-container .bnr_lft_help {
    width: 81%;
    margin-top: 50%;
  }

  section.searchbar {
    flex-wrap: wrap;
  }
  section.searchbar .searchbar_grid {
    width: 100%;
    align-self: auto;
  }
  section.searchbar ul.rate {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  section.searchbar ul.rate li {
    width: 100%;
    padding: 0 !important;
  }
  section.searchbar ul.rate p, section.searchbar ul.rate select {
    width: 100%;
    text-align: left;
  }
  section.searchbar ul.search_menu {
    width: 100%;
  }
  section.searchbar ul.search_menu li {
    width: auto !important;
  }

  section.three_grid .grid_content, section.action .action_grid {
    margin-bottom: 50px;
    height: auto;
  }

  section.champions .champions-grid {
    align-items: center;
  }

  section.three_grid_help {
    padding-block: 20px;
  }
  section.three_grid_help .grid_content {
    margin-bottom: 30px;
  }

  .help-btm {
    margin-block: 0 !important;
    padding-inline: 0 !important;
  }

  .have_help_innr {
    margin-bottom: 0 !important;
  }

  .have_help_innr_content .img-grid {
    margin-bottom: 20px;
  }

  section.have_help .help-btm .help-btm-grid .img-grid {
    margin-block: 20px;
  }

  section.ftr_help .submit {
    margin-bottom: 20px;
  }

  section.social {
    padding-block: 0;
  }
  section.social .social_grid .col-lg-4 {
    margin-bottom: 30px;
  }

  section.contact .cont-menu {
    margin-bottom: 30px;
  }

  section.focus-areas .col-lg-4 {
    margin-bottom: 30px;
  }

  section.middle-grid .img-grid {
    margin-bottom: 30px;
  }

  section.content_grid .txt_content {
    width: 82%;
  }

  section.activities .img-grid {
    height: auto;
    margin-bottom: 20px;
  }

  section.btm_grids .col-lg-6 {
    margin-bottom: 30px;
  }

  section.two-sect .card-body {
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center;
  }
  section.two-sect .card-body .img-grid {
    margin-inline: auto;
    margin-bottom: 15px;
  }
  section.two-sect .card-body .txt-grid {
    width: 100%;
  }

  section.latest-news .card {
    height: auto;
    margin-bottom: 30px;
  }

  section.tools_main div.menu {
    width: 150px;
  }

  section.publish_detail .img-grid {
    height: 100% !important;
  }
  section.publish_detail h3 {
    margin-top: 30px;
  }

  section.logo-grid .img-grid {
    margin-bottom: 30px;
  }

  section.waystopartner .txt-grid {
    height: auto;
    margin-block: 20px;
  }

  section.impact-areas .img-grid {
    margin-bottom: 20px;
  }

  section.action .action_grid {
    margin-bottom: 20px;
  }

  section.quote-grid {
    padding-inline: 0;
  }
  section.quote-grid .img-grid {
    width: 50%;
    margin-inline: auto;
  }

  section.impact .txt_grid {
    height: auto;
    margin-bottom: 30px;
  }

  section.quote-grid-cust {
    margin-bottom: 60px !important;
  }

  section.prepare .accordion_one .panel .panel-heading a, section.before-flood .accordion_one .panel .panel-heading a {
    padding-right: 30px;
  }

  section.prepare .accordion_one .panel .panel-heading a:after, section.prepare .accordion_one .panel .panel-heading a.collapsed:after, section.before-flood .accordion_one .panel .panel-heading a:after, section.before-flood .accordion_one .panel .panel-heading a.collapsed:after {
    right: 25px;
    position: absolute;
  }

  main.saheli_main section.saheli_hero .img-grid {
    height: auto;
    margin-bottom: 30px;
  }
  main.saheli_main section.saheli_work ul.work-grid li, main.saheli_main section.saheli_work ul.datas li {
    width: 50%;
    margin-bottom: 20px;
  }
  main.saheli_main section.saheli_hero {
    margin-bottom: 0;
  }
  main.saheli_main section.saheli_work ul.work-grid, main.saheli_main section.saheli_work ul.datas {
    margin-bottom: 20px !important;
  }
  main.saheli_main section.saheli_work ul.work-grid li, main.saheli_main section.saheli_work ul.datas li {
    min-height: 180px !important;
  }

  .thumbnail-bg::before {
    background: none !important;
  }

  main.employee-giving-main section.platform .platform-grid-cust {
    border: none;
  }
  main.employee-giving-main section.banner .bnr-txt {
    padding-block: 200px 40px;
    height: auto;
  }
  main.employee-giving-main section.partners-say .partners-say-grid {
    margin-bottom: 30px;
  }

  section.cntct-form .address {
    margin-top: 20px;
  }
  section.cntct-form .address .addr {
    height: 86%;
  }

  main.employee-giving-main section.banner .img-grid {
    height: 70%;
  }

  section.count-grid .count-bx h3 {
    margin-bottom: 30px;
  }

  section.framework .txt-grid, section.offering .txt-grid {
    margin-bottom: 30px;
    height: auto;
  }

  section.testimonials p {
    margin-bottom: 40px;
  }

  main.institutional-giving-main .banner {
    height: 72vh;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  section.banner {
    min-height: 100vh;
  }
  section.banner .bnr_lft {
    height: auto;
  }
  section.banner .bnr_rght {
    max-width: 80%;
    padding-top: 10px;
  }
}
/*--coming soon--*/
section.coming-soon {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 100vh;
  background: url(../img/coming.png) center no-repeat;
  background-size: cover;
}
section.coming-soon:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #741b81;
  background: -moz-linear-gradient(0deg, #741b81 0%, #e0028a 100%);
  background: -webkit-linear-gradient(0deg, #741b81 0%, #e0028a 100%);
  background: linear-gradient(0deg, #741b81 0%, #e0028a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#741b81",endColorstr="#e0028a",GradientType=1);
  z-index: 99;
  opacity: 0.1;
}
section.coming-soon .coming-innr {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 550px;
  background: url(../img/coming_innr.png) center no-repeat;
  background-size: contain;
}
section.coming-soon .coming-innr .logo {
  width: 20%;
  height: 20%;
}
section.coming-soon .coming-innr h2 {
  color: #5b20ff;
  margin-top: 20px;
}
section.coming-soon .coming-innr a {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #07b0ef;
  border-bottom: dotted 2px #07b0ef;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}
section.coming-soon .coming-innr a:hover {
  color: #a423fa;
  border-bottom: dotted 2px #a423fa;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  font-weight: 600;
}
section.coming-soon .coming-innr .anim-1 {
  color: #6777e3;
  animation: MoveRightLeft1 1s linear infinite;
}
section.coming-soon .coming-innr .anim-2 {
  color: #07b0ef;
  animation: MoveRightLeft2 1s linear infinite;
}
section.coming-soon .coming-innr .anim-3 {
  color: #6777e3;
  animation: MoveRightLeft3 1s linear infinite;
}

@keyframes MoveRightLeft1 {
  0%, 100% {
    opacity: 0.76;
    color: #6777e3;
  }
  50% {
    opacity: 1;
    color: #07b0ef;
  }
}
@keyframes MoveRightLeft2 {
  0%, 100% {
    opacity: 1;
    color: #07b0ef;
  }
  50% {
    opacity: 0.76;
    color: #6777e3;
  }
}
@keyframes MoveRightLeft3 {
  0%, 100% {
    opacity: 0.76;
    color: #6777e3;
  }
  50% {
    opacity: 1;
    color: #07b0ef;
  }
}
/*--shake--*/
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.file-upload-grid h4 {
  text-align: center;
}

#file-upload::file-selector-button {
  border: 2px solid #a730c5;
  color: #a730c5;
  padding: 8px;
  border-radius: 4px;
  background-color: #a730c5;
  transition: all 0.3s ease-out;
}

#file-upload::file-selector-button:hover {
  background-color: #754ce6;
  border: 2px solid #754ce6;
  color: #fff;
}

#file-upload::-webkit-file-upload-button {
  border: 2px solid #a730c5;
  color: #a730c5;
  padding: 8px;
  border-radius: 4px;
  background-color: #ffffff;
}

#file-upload::-webkit-file-upload-button:hover {
  background-color: #754ce6;
  color: #fff;
}

/*# sourceMappingURL=main.css.map */
