/*================================
  GLOBAL CSS START
================================*/
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

* {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: var(--headingFont);
  color: var(--colorBlack);
}

p,
span {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: var(--paraFont);
  color: var(--paraColor);
}

img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

input,
textarea,
.wsus__dashboard_email_change_input select {
  width: 100%;
  padding: 12px 20px;
  outline: none;
  resize: none;
  border: 1px solid #e4e7e9;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

input::placeholder,
textarea::placeholder {
  color: #a6a6ac;
}

button {
  border: none;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

:root {
  --colorPrimary: #ffc107;
  --colorRed: #FF5F27;
  --colorBlue: #0085FF;
  --paraColor: #4a505c;
  --colorBlack: #0d2420;
  --ratingColor: #ffa121;
  --colorWhite: #ffffff;
  --lightBg: #EFEFF8;
  --headingFont: "Nunito", sans-serif;
  --paraFont: "Nunito Sans", sans-serif;
  --cursiveFont: "Caveat", cursive;
}

@keyframes rotate_360 {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

@keyframes shake_animi {
  from {
    margin-right: 0px;
  }

  to {
    margin-right: 10px;
  }
}

@keyframes zoom_animi {
  from {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
  }

  to {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
}

.section_heading {
  text-align: center;
}

.section_heading h5 {
  font-size: 20px;
  font-weight: 800;
  color: var(--colorPrimary);
  display: inline-block;
  border-left: 2px solid var(--colorPrimary);
  border-right: 2px solid var(--colorPrimary);
  position: relative;
  padding: 0px 15px;
  line-height: 16px;
  text-transform: capitalize;
}

.section_heading h2 {
  font-size: 48px;
  font-weight: 800;
  margin-top: 10px;
  text-align: center;
}

.wsus__common_btn {
  padding: 17px 38px 16px 25px;
  background: var(--colorPrimary);
  color: var(--colorBlack);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  text-align: center;
  z-index: 2;
  overflow: hidden;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.wsus__common_btn::after {
  position: absolute;
  content: "\f062";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 14px;
  color: var(--colorBlack);
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.wsus__common_btn:hover {
  color: var(--colorWhite);
}

.wsus__common_btn:hover::after {
  color: var(--colorWhite);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
}

.wsus__common_btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: var(--colorBlack);
  top: 0;
  left: 0;
  z-index: -1;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  border-radius: 0px 0px 50%50%;
  -webkit-border-radius: 0px 0px 50%50%;
  -moz-border-radius: 0px 0px 50%50%;
  -ms-border-radius: 0px 0px 50%50%;
  -o-border-radius: 0px 0px 50%50%;
}

.wsus__common_btn:hover::before {
  height: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.play_btn {
  width: 80px;
  height: 80px;
  background: var(--colorPrimary);
  line-height: 84px;
  text-align: center;
  color: var(--colorBlack);
  font-size: 24px;
  position: relative;
  z-index: 9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.play_btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--colorPrimary);
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: -1;
  animation: play_animi 1.5s linear infinite;
  -webkit-animation: play_animi 1.5s linear infinite;
}

@keyframes play_animi {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    opacity: 0;
  }
}

.title {
  font-size: 24px;
  font-family: var(--headingFont);
  font-weight: 800;
  display: inline;
  color: var(--colorBlack);
  background-image: linear-gradient(var(--colorBlack), var(--colorBlack)),
    linear-gradient(var(--colorBlack), var(--colorBlack));
  background-size: 0% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.title:hover {
  background-size: 0 2px, 100% 2px;
}

.slick-dots {
  width: 100%;
  display: flex;
  gap: 0px 13px;
  justify-content: center;
  margin-top: 20px;
}

.slick-dots li button {
  background: none;
  font-size: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #4240408c;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  position: relative;
  z-index: 1;
}

.slick-dots li button::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background: #ccc7c745;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
}

.slick-dots li.slick-active button {
  background: var(--colorPrimary);
  border: var(--colorPrimary);
}

.slick-dots li.slick-active button::after {
  opacity: 1;
}

.nextArrow,
.prevArrow {
  width: 50px;
  height: 50px;
  line-height: 50px !important;
  text-align: center;
  background: var(--colorWhite);
  color: var(--colorBlack);
  border: 1px solid #eee;
  position: absolute;
  top: 50%;
  right: -13px;
  z-index: 9;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.prevArrow {
  right: auto;
  left: -13px;
}

.nextArrow:hover,
.prevArrow:hover {
  background: var(--colorPrimary);
  border-color: var(--colorPrimary);
}

/* breadcremd start */
.wsus__breadcrumb {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.wsus__breadcrumb_overlay {
  padding: 255px 0px 140px 0px;
  background: #000000cf;
  position: relative;
}

.wsus__breadcrumb_overlay::after {
  position: absolute;
  content: "";
  background: url(../images/banner_bg_shapes_3.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  height: 200px;
  bottom: 0;
  right: 370px;
  z-index: 3;
  opacity: 0.15;
  filter: brightness(0) saturate(100%) invert(100%) sepia(8%) saturate(1911%) hue-rotate(238deg) brightness(108%) contrast(109%);
}

.wsus__breadcrumb_overlay::before {
  position: absolute;
  content: "";
  background: url(../images/banner_bg_shapes_2.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 78px;
  bottom: 136px;
  left: 110px;
  animation: zoom_animi linear 2s infinite alternate;
  -webkit-animation: zoom_animi linear 2s infinite alternate;
}

.wsus__breadcrumb_text {
  position: relative;
  z-index: 2;
}

.wsus__breadcrumb_text h1 {
  color: var(--colorWhite);
  font-size: 54px;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.wsus__breadcrumb_text ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  padding-left: 25px;
  position: relative;
}

.wsus__breadcrumb_text ul::after {
  position: absolute;
  content: "\f015";
  font-family: "font awesome 5 free";
  font-size: 16px;
  font-weight: 600;
  color: var(--colorWhite);
  top: 1px;
  left: 0;
}

.wsus__breadcrumb_text ul li,
.wsus__breadcrumb_text ul li a {
  color: var(--colorWhite);
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
}

.wsus__breadcrumb_text ul li a:hover,
.wsus__breadcrumb_text ul li:last-child {
  color: var(--colorPrimary);
}

.wsus__breadcrumb_text ul li a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: var(--colorWhite);
  top: 11px;
  right: -18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* breadcremd end */

/* pagination start */
.wsus__pagination ul {
  gap: 10px;
}

.wsus__pagination ul li a {
  color: var(--colorBlack) !important;
  font-size: 16px;
  font-weight: 600;
  background: var(--colorWhite);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 !important;
  border: 1px solid #eee;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  box-shadow: none !important;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}

.wsus__pagination ul li a:hover,
.wsus__pagination ul li a.active {
  background: var(--colorPrimary);
  border-color: var(--colorPrimary) !important;
}

/* pagination end */

.form-check-input {
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}

.form-check-input:checked {
  background-color: var(--colorPrimary);
  border-color: var(--colorPrimary);
}

.form-check-input:focus {
  border-color: var(--colorPrimary);
  box-shadow: none;
}

.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url(../images/checkbox_check.svg) !important;
}

/*================================
  GLOBAL CSS END
================================*/

/*===========================
  Home page start
===========================*/
/* header area start */
header {
  background: #0000003b;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

header .wsus__header_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 35px;
}

header .wsus__header_info li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: var(--colorWhite);
  font-size: 16px;
  font-weight: 400;
  gap: 5px 10px;
}

header .wsus__header_info a {
  display: flex;
  align-items: center;
  color: var(--colorWhite);
  gap: 5px 10px;
  font-size: 16px;
  font-weight: 600;
}

header .wsus__header_info a span {
  display: inline-block;
  width: 20px;
  color: var(--colorWhite);
}

.wsus__header_right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 50px;
  justify-content: end;
}

.wsus__header_right .icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px 20px;
  border-right: 1px solid #ffffff1f;
  padding: 6px 0px;
  padding-right: 50px;
}

.wsus__header_right .icon li a {
  color: var(--colorWhite);
  font-size: 16px;
}

.wsus__header_right .icon li a:hover {
  color: var(--colorPrimary);
}

.wsus__header_right .language_currency {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
}

.wsus__header_right .language_currency .nice-select {
  background: none;
  border: none;
  padding: 0;
  width: 85px;
  height: 37px;
  line-height: 37px;
}

.wsus__header_right li:last-child .nice-select {
  width: 65px;
}

.wsus__header_right .language_currency .nice-select .current {
  color: var(--colorWhite);
  font-size: 16px;
}

.wsus__header_right .language_currency .nice-select:after {
  border-bottom: 2px solid var(--colorWhite);
  border-right: 2px solid var(--colorWhite);
}

/* header area end */

/* main menu start */
.main_menu {
  position: absolute;
  width: 100%;
  height: 80px;
  top: 43px;
  left: 0;
  z-index: 99;
  padding: 0;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.main_menu .navbar-brand {
  margin: 0;
  padding: 0;
  width: 165px;
}

.main_menu .navbar-nav {
  padding: 0;
  line-height: 80px;
  gap: 35px;
}

.main_menu .navbar-nav .nav-item {
  position: relative;
}

.main_menu .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: var(--colorWhite);
  text-transform: capitalize;
  padding: 0;
}

.main_menu .navbar-nav .nav-item:hover .nav-link,
.main_menu .navbar-nav .nav-item .nav-link.active {
  color: var(--colorPrimary);
}

.main_menu .menu_right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.main_menu .menu_right .user_icon {
  height: 80px;
  line-height: 80px;
  position: relative;
  margin-left: 10px;
}

.main_menu .menu_right .user_icon .user_link {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  background: var(--colorPrimary);
  padding: 0px 12px;
  cursor: pointer;
  color: var(--colorBlack);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.main_menu .menu_right .user_icon:hover .user_link {
  background: var(--colorWhite);
}

.wsus__banner_3 .wsus__common_btn:hover,
.wsus__banner_3 .wsus__common_btn:hover::after,
.main_menu .menu_right .wsus__common_btn:hover {
  color: var(--colorBlack);
}

.main_menu .menu_right .wsus__common_btn:hover::after {
  color: var(--colorBlack);
}

.wsus__banner_3 .wsus__common_btn::before,
.main_menu .menu_right .wsus__common_btn::before {
  background: var(--colorWhite);
}

.main_menu.menu_fix {
  position: fixed;
  top: 0;
  background: var(--colorBlack);
  z-index: 999;
}

.main_menu .navbar-nav .nav-item .sub_menu,
.main_menu .menu_right .user_icon ul {
  position: absolute;
  top: 120%;
  left: 0;
  background: var(--colorWhite);
  padding: 22px 25px;
  line-height: initial;
  display: flex;
  flex-direction: column;
  gap: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  z-index: 99;
}

.main_menu .navbar-nav .nav-item .sub_menu li a,
.main_menu .menu_right .user_icon ul li a {
  font-size: 16px;
  font-weight: 400;
  color: var(--colorBlack);
  text-transform: capitalize;
  width: 100%;
}

.main_menu .navbar-nav .nav-item .sub_menu li:hover a,
.main_menu .navbar-nav .nav-item .sub_menu li a.active,
.main_menu .menu_right .user_icon ul li a:hover {
  color: var(--colorPrimary);
  padding-left: 5px;
}

.main_menu .navbar-nav .nav-item:hover .sub_menu,
.main_menu .menu_right .user_icon:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.main_menu .navbar-nav .nav-item .sub_menu::after,
.main_menu .menu_right .user_icon ul::after {
  position: absolute;
  top: -12px;
  left: 20px;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid var(--colorWhite);
}

.main_menu .navbar-toggler {
  width: 45px;
  height: 45px;
  text-align: center;
  padding: 7px;
  border: none;
  background: var(--colorPrimary);
  color: var(--colorBlack);
  box-shadow: none;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

/* main menu end */

/* banner start */
.wsus__banner {
  height: 100vh;
  position: relative;
}

.wsus__banner::after {
  position: absolute;
  content: "";
  background: url("../images/banner_bg_shapes_2.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100px;
  height: 78px;
  top: 270px;
  left: 160px;
  z-index: 1;
  animation: zoom_animi linear 2s infinite alternate;
  -webkit-animation: zoom_animi linear 2s infinite alternate;
}

.wsus__banner::before {
  position: absolute;
  content: "";
  background: url("../images/banner_bg_shapes_3.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  bottom: 0;
  left: 90px;
  z-index: 1;
  opacity: 0.2;
}

.wsus__banner div {
  height: 100%;
}

.wsus__banner_overlay {
  background: linear-gradient(90deg,
      rgb(0 0 0 / 80%) 0%,
      rgb(0 0 0 / 62%) 58%,
      rgb(0 0 0 / 27%) 89%);
}

.wsus__banner_slider_item {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
}

.wsus__banner_slider_item::after {
  position: absolute;
  content: "";
  background: url("../images/banner_bg_shapes.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  bottom: -2px;
  right: 0px;
  z-index: 1;
}

.wsus__banner_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding-top: 100px;
  position: relative;
}

.wsus__banner_text h5 {
  color: var(--colorPrimary);
  padding-left: 90px;
  position: relative;
  font-family: var(--cursiveFont);
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 24px;
}

.wsus__banner_text h5::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background: var(--colorPrimary);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.wsus__banner_text h5::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: var(--colorPrimary);
  left: 55px;
  top: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.wsus__banner_text h1 {
  color: var(--colorWhite);
  font-weight: 800;
  font-size: 82px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.wsus__banner_text p {
  color: var(--colorWhite);
  opacity: 0.7;
  margin-bottom: 70px;
  max-width: 75%;
}

.wsus__banner_text .wsus__common_btn:hover {
  color: var(--colorBlack);
}

.wsus__banner_text .wsus__common_btn:hover::after {
  color: var(--colorBlack);
}

.wsus__banner_text .wsus__common_btn::before {
  background: var(--colorWhite);
}

.wsus__banner .circle_box {
  position: absolute;
  bottom: 125px;
  right: 32%;
  width: 200px;
  height: 200px;
}

.wsus__banner .circle_box svg {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  fill: var(--colorPrimary);
  animation: rotate_360 linear 25s infinite;
  -webkit-animation: rotate_360 linear 25s infinite;
}

.wsus__banner .circle_box::after {
  position: absolute;
  content: "";
  width: 75px;
  height: 75px;
  background: url(../images/banner_img_shapes.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.wsus__banner .slick-dots {
  position: absolute;
  top: 0;
  right: 100px;
  width: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.wsus__banner .slick-dots li button {
  background: none;
  font-size: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #ffffff8c;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  position: relative;
  z-index: 1;
}

.wsus__banner .slick-dots li.slick-active button {
  background: var(--colorPrimary);
  border: var(--colorPrimary) !important;
}

.wsus__banner .slick-dots li button::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background: #ffffff45;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
}

.wsus__banner .slick-dots li.slick-active button::after {
  opacity: 1;
}

.slick-active .wsus__banner_text h5,
.slick-active .wsus__banner_text h1,
.slick-active .wsus__banner_text p,
.slick-active .wsus__banner_text a {
  animation: 1.5s ease 0s normal none running fadeUp;
  -webkit-animation: 1.5s ease 0s normal none running fadeUp;
}

.slick-active .wsus__banner_text h1 {
  animation: 1.8s ease 0s normal none running fadeUp;
  -webkit-animation: 1.8s ease 0s normal none running fadeUp;
}

.slick-active .wsus__banner_text p {
  animation: 2.1s ease 0s normal none running fadeUp;
  -webkit-animation: 2.1s ease 0s normal none running fadeUp;
}

.slick-active .wsus__banner_text a {
  animation: 2.5s ease 0s normal none running fadeUp;
  -webkit-animation: 2.5s ease 0s normal none running fadeUp;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}

/* banner end */

/* Category start */
.wsus__category_item {
  display: block;
  margin-top: 25px;
}

.category_slider .wsus__category_item {
  margin: 5px 12px 0px 12px;
}

.wsus__category_item .img {
  width: 180px;
  height: 180px;
  border: 5px solid var(--colorWhite);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 0 auto;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.wsus__category_item .img img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.wsus__category_item:hover h3 {
  color: var(--colorPrimary);
}

.wsus__category_item:hover .img {
  box-shadow: none;
}

.wsus__category_item:hover .img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.wsus__category_item .img::after {
  position: absolute;
  content: "";
  width: 190px;
  height: 190px;
  border: 1px dashed var(--colorPrimary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: -10px;
  left: -10px;
  z-index: 2;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  opacity: 0;
}

.wsus__category_item:hover .img::after {
  opacity: 1;
}

.wsus__category_item h3 {
  text-align: center;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

/* Category end */

/* about us start */
.wsus__about_us .section_heading,
.wsus__about_us .section_heading h5,
.wsus__about_us .section_heading h2 {
  text-align: left;
}

.wsus__about_us .section_heading h5 {
  border-right: 0;
}

.wsus__about_us_img {
  position: relative;
  height: 563px;
}

.wsus__about_us_img a {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.wsus_about_us_text {
  padding-left: 50px;
}

.wsus_about_us_text .about_description {
  margin-top: 30px;
}

.wsus_about_us_text ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
}

.wsus_about_us_text ul li {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wsus_about_us_text ul li .icon {
  width: 70px;
  height: 70px;
  background: #ddd;
  padding: 12px;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.wsus_about_us_text ul li .icon::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  border: 1px solid var(--colorPrimary);
  top: -7px;
  right: -7px;
  z-index: -2;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.wsus_about_us_text ul li:first-child .icon {
  background: #ffebe5;
}

.wsus_about_us_text ul li:first-child .icon::after {
  border-color: #f9ac95;
}

.wsus_about_us_text ul li:nth-child(2) .icon {
  background: #d6ffe9;
}

.wsus_about_us_text ul li:nth-child(2) .icon::after {
  border-color: #57fca7;
}

.wsus_about_us_text ul li:nth-child(3) .icon {
  background: #f7eaff;
}

.wsus_about_us_text ul li:nth-child(3) .icon::after {
  border-color: #de90ff;
}

.wsus_about_us_text ul li h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 13px;
}

.wsus_about_us_text ul li h3 {
  font-weight: 900;
  font-size: 34px;
  color: var(--colorPrimary);
  font-family: var(--cursiveFont);
}

.wsus_about_us_text .wsus__about_founder {
  position: relative;
  margin-top: 25px;
  border: 1px solid #ffeaad;
  background: #fffae9;
  padding: 15px;
  padding-left: 100px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.wsus_about_us_text .wsus__about_founder .img {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border: 2px solid var(--colorWhite);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: absolute;
  top: 8px;
  left: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.wsus_about_us_text .wsus__about_founder h3 {
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 4px;
}

.wsus_about_us_text .wsus__about_founder p {
  text-transform: capitalize;
}

.wsus_about_us_text .wsus__about_founder a {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

/* about us end */

/* campaign start */
.wsus__campaign {
  position: relative;
}

.wsus__campaign .section_heading h2 {
  color: var(--colorWhite);
}

.wsus__campaign {
  position: relative;
  z-index: 2;
}

.wsus__campaign_bg {
  position: absolute;
  width: 90%;
  height: 570px;
  top: 0;
  left: 5%;
  z-index: -1;
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.wsus__campaign_card {
  background: var(--colorWhite);
  padding: 10px;
  margin-top: 25px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}

.wsus__campaign_card_2 .img,
.wsus__campaign_card .img {
  display: block;
  height: 250px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.wsus__campaign_card:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.wsus__campaign_card_2 .img span,
.wsus__campaign_card .img span {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #00000059;
  color: var(--colorWhite);
  font-size: 14px;
  font-weight: 600;
  padding: 5px 15px;
  text-transform: capitalize;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.wsus__campaign_card .text {
  padding: 30px 20px 15px 20px;
}

.wsus__campaign_card .text .donate_progressbar p {
  color: var(--colorBlack);
}

.barfiller {
  border: none;
  box-shadow: none;
  background: #eee;
  margin-bottom: 5px;
  margin-top: 4px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.barfiller .tipWrap .tip {
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.barfiller .tipWrap .tip:after {
  left: 17px;
}

.barfiller .fill {
  background: var(--colorPrimary) !important;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.rising_goal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}

.rising_goal span {
  color: var(--colorBlack);
}

.wsus__campaign_card hr {
  margin: 0;
  padding: 0;
  opacity: 0;
}

.wsus__campaign_card .text .wsus__common_btn {
  margin-top: 20px;
}

/* campaign end */

/* Services start */
.wsus__service_item {
  padding: 30px;
  text-align: center;
  margin-top: 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px dashed #ddd;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.service_slider .wsus__service_item {
  margin: 0px 12px;
}

.wsus__service_item::after {
  position: absolute;
  content: "";
  width: 130px;
  height: 130px;
  background: #fff7de;
  bottom: -60px;
  left: -60px;
  z-index: -1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.wsus__service_item:hover:after {
  width: 150px;
  height: 150px;
}

.wsus__service_item .icon {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  padding: 15px;
  color: var(--colorWhite);
  background: red;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  margin-bottom: 35px;
  border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
  -webkit-border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
  -moz-border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
  -ms-border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
  -o-border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
}

.wsus__service_item.category_1 .icon {
  background: yellowgreen;
}

.wsus__services_2 .category_1 .text,
.wsus__service_item.category_1:hover {
  border-color: yellowgreen !important;
}

.wsus__service_item.category_1::after {
  background: #f3ffda;
}

.wsus__service_item.category_2 .icon {
  background: orange;
}

.wsus__services_2 .category_2 .text,
.wsus__service_item.category_2:hover {
  border-color: orange !important;
}

.wsus__service_item.category_2::after {
  background: #fef3df;
}

.wsus__service_item.category_3 .icon {
  background: blue;
}

.wsus__services_2 .category_3 .text,
.wsus__service_item.category_3:hover {
  border-color: blue !important;
}

.wsus__service_item.category_3::after {
  background: #f3f3ff;
}

.wsus__service_item.category_4 .icon {
  background: orangered;
}

.wsus__services_2 .category_4 .text,
.wsus__service_item.category_4:hover {
  border-color: orangered !important;
}

.wsus__service_item.category_4::after {
  background: #ffe7de;
}

.wsus__service_item.category_5 .icon {
  background: #ff5f7b;
}

.wsus__services_2 .category_5 .text,
.wsus__service_item.category_5:hover {
  border-color: #ff5f7b !important;
}

.wsus__service_item.category_5::after {
  background: #ffe8ec;
}

.wsus__service_item.category_6 .icon {
  background: cadetblue;
}

.wsus__services_2 .category_6 .text,
.wsus__service_item.category_6:hover {
  border-color: cadetblue !important;
}

.wsus__service_item.category_6::after {
  background: #e6f5f5;
}

.wsus__service_item.category_7 .icon {
  background: violet;
}

.wsus__services_2 .category_7 .text,
.wsus__service_item.category_7:hover {
  border-color: violet !important;
}

.wsus__service_item.category_7::after {
  background: #ffe8ff;
}

.wsus__service_item.category_8 .icon {
  background: blueviolet;
}

.wsus__services_2 .category_8 .text,
.wsus__service_item.category_8:hover {
  border-color: blueviolet !important;
}

.wsus__service_item.category_8::after {
  background: #e7d4f9;
}

.wsus__service_item .icon img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(0%) hue-rotate(42deg) brightness(104%) contrast(100%);
}

.wsus__service_item p {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
}

.read_btn {
  font-size: 16px;
  color: var(--colorBlack);
  text-transform: capitalize;
}

.read_btn i {
  font-size: 14px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.read_btn:hover {
  color: var(--colorPrimary);
}

.read_btn:hover i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

/* Service end */

/* Counter start */
.wsus__counter {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.wsus__counter_overlay {
  background: #0d2420d6;
}

.wsus__counter_item {
  text-align: center;
  border-right: 1px solid #ffffff4d;
  padding-right: 25px;
}

.wsus__counter_item .icon {
  width: 65px;
  height: 65px;
  border: 1px solid var(--colorPrimary);
  padding: 15px;
  color: var(--colorPrimary);
  margin: 0 auto;
  margin-bottom: 25px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.wsus__counter_item h3,
.wsus__counter_item h3 span {
  position: relative;
  color: var(--colorWhite);
  font-size: 38px;
  font-weight: 700;
  text-align: center;
}

.wsus__counter_item h3::after {
  position: absolute;
  content: "";
}

.wsus__counter_item p {
  color: var(--colorWhite);
  text-transform: capitalize;
  margin-top: 5px;
  font-size: 16px;
  opacity: 0.8;
  text-align: center;
}

.wsus__counter .col-6:last-child .wsus__counter_item {
  border: none;
}

/* Counter end */

/* event start */
.wssus__event_item {
  position: relative;
  overflow: hidden;
  height: 550px;
  margin-top: 25px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}

.wssus__event_item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  z-index: 9;
}

.wssus__event_item .text::after {
  position: absolute;
  content: "";
  width: 130%;
  height: 300px;
  background: url(../images/event_text_shapes.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: -90px;
  bottom: -140px;
  z-index: -1;
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
}

.wssus__event_item .text ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 15px;
}

.wssus__event_item .text ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px 5px;
  color: var(--colorWhite);
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
}

.wssus__event_item .text ul li span {
  display: block;
  width: 20px;
  margin-bottom: 5px;
}

.wssus__event_item .text .title {
  color: var(--colorWhite);
  background-image: linear-gradient(var(--colorWhite), var(--colorWhite)),
    linear-gradient(var(--colorWhite), var(--colorWhite));
}

.event_slider .wssus__event_item {
  margin: 25px 12px 0px 12px;
}

.wssus__event_item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/* event end */

/* text sloder start */
.wsus__text_slider {
  margin-bottom: 50px;
  padding-bottom: 65px;
  padding-top: 100px;
  max-width: 100%;
  overflow: hidden;
}

.wsus__text_slider .marquee_animi ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px 25px;
}

.wsus__text_slider .marquee_animi ul li {
  font-size: 90px;
  font-weight: 900;
  text-transform: capitalize;
  font-family: var(--headingFont);
  color: var(--colorBlack);
  position: relative;
  padding-left: 50px;
  line-height: 70px;
}

.wsus__text_slider .marquee_animi ul li::after {
  position: absolute;
  content: "";
  background: url(../images/text_slider_icon.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.wsus__text_slider .marquee_animi ul li:nth-child(2n) {
  -webkit-text-fill-color: var(--colorWhite);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--colorBlack);
}

/* text sloder end */

/* Become volunteer start */
.wsus__become_volunteer_bg {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 100px;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
}

.wsus__become_volunteer_text {
  position: relative;
  z-index: 2;
}

.wsus__become_volunteer_text h2 {
  color: var(--colorWhite);
  font-size: 52px;
  font-weight: 800;
}

.wsus__become_volunteer_text p {
  color: var(--colorWhite);
  opacity: 0.7;
  margin: 20px 0px 20px 0px;
}

.wsus__become_volunteer_text .wsus__common_btn:hover,
.wsus__become_volunteer_text .wsus__common_btn:hover::after {
  color: var(--colorBlack);
}

.wsus__become_volunteer_text .wsus__common_btn::before {
  background: var(--colorWhite);
}

/* Become volunteer end */

/* Volanteer start */
.wsus__volunteer {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.wsis__single_volunteer {
  background: var(--colorWhite);
  overflow: hidden;
  padding: 10px;
  margin-top: 25px;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.volunteer_slider .wsis__single_volunteer {
  margin: 25px 12px 0px 12px;
}

.wsis__single_volunteer .img {
  height: 325px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.wsis__single_volunteer .text {
  padding: 20px 20px 10px 20px;
}

.wsis__single_volunteer .text h4 {
  text-align: center;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 5px;
}

.wsis__single_volunteer .text p {
  text-align: center;
}

.wsis__single_volunteer:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/* Volanteer end */

/* faq start */
.wsus__faq_img {
  height: 665px;
}

.wsus__faq_text .accordion-item {
  margin-top: 15px;
  border: 1px solid #eee;
  overflow: hidden;
  box-shadow: none;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.wsus__faq_text .accordion-header button {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 800;
  box-shadow: none !important;
}

.wsus__faq_text .accordion-button:not(.collapsed) {
  color: var(--colorBlack);
  background-color: var(--colorPrimary);
  border-bottom: 1px solid #eee;
}

.wsus__faq_text .accordion-button::after {
  background-image: url(../images/plus_icon.webp);
  width: 13px;
  height: 13px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.wsus__faq_text .accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus_icon.webp);
}

.wsus__faq_text .accordion-body p {
  font-size: 16px;
}

/* faq end */

/* brand start */
.wsus__brand {
  margin-bottom: -7px;
}

.wsus__single_brand {
  border: 1px solid #eee;
  height: 135px;
  margin: 0px 12px;
  cursor: pointer;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.wsus__single_brand:hover {
  border-color: var(--colorPrimary);
}

/* brand end */

/* Video and donate start */
.wsus__video_and_donate,
.wsus__counter_and_donate {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.wsus__video_and_donate_overlay,
.wsus__counter_and_donate_overlay {
  background: #000000c9;
}

.wsus__video_donate_text_top {
  background: var(--colorWhite);
  position: relative;
  top: -150px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
}

.wsus__video_donate_text {
  padding: 50px 25px 50px 50px;
}

.wsus__video_donate_text h2 {
  font-size: 38px;
  font-weight: 800;
}

.wsus__video_donate_text p {
  border-left: 4px solid var(--colorPrimary);
  margin-top: 30px;
  margin-bottom: 35px;
  padding-left: 15px;
  font-style: italic;
}

.wsus__video_donate_text h5 {
  font-size: 22px;
  font-weight: 800;
  text-transform: revert;
}

.wsus__video_donation_box .input_box {
  position: relative;
}

.wsus__video_donation_box input {
  background: #fdf8e9;
  border: 1px solid #eee;
  padding: 10px 25px 11px 65px;
  color: var(--colorBlack);
  font-weight: 700;
  font-size: 26px;
  margin-top: 10px;
  margin-bottom: 15px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  text-transform: capitalize;
}

.wsus__video_donation_box .input_box span {
  position: absolute;
  top: 16px;
  left: 7px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: var(--colorPrimary);
  color: var(--colorBlack);
  font-weight: 800;
  font-size: 24px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.wsus__video_donation_box input::placeholder {
  color: var(--colorBlack);
}

.wsus__video_donation_box ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 10px;
  margin-bottom: 40px;
  margin-top: 0 !important;
}

.wsus__video_donation_box ul li {
  background: #f5f5f5;
  padding: 10px 22px;
  color: var(--colorBlack);
  font-size: 16px !important;
  font-weight: 700 !important;
  cursor: pointer;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  text-transform: capitalize;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.wsus__video_donation_box ul li:hover {
  color: var(--colorPrimary);
}

.wsus__video_donation_box ul li.active {
  background: var(--colorPrimary) !important;
  color: var(--colorBlack) !important;
}

.wsus__video_donate_img {
  overflow: hidden;
  height: 535px;
  margin: 15px 15px 15px 0px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.wsus__video_donate_bottom {
  text-align: center;
}

.wsus__video_donate_bottom h4 {
  text-align: center;
  color: var(--colorPrimary);
  font-family: var(--cursiveFont);
  font-size: 32px;
  font-weight: 900;
  text-transform: capitalize;
  margin-top: 50px;
  margin-bottom: 10px;
}

.wsus__video_donate_bottom h2 {
  color: var(--colorWhite);
  font-size: 39px;
  font-weight: 900;
  margin-bottom: 20px;
}

.wsus__video_donate_bottom p {
  color: var(--colorWhite);
  opacity: 0.8;
  text-align: center;
}

/* Video and donate end */

/* testimonial start */
.wsus__testimonial_item {
  background: #f7f7f7;
  padding: 40px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  margin-top: 25px;
  position: relative;
}

.testimonial_slider .wsus__testimonial_item {
  margin: 25px 12px 0px 12px;
}

.wsus__testimonial_item .rating {
  color: var(--ratingColor);
  font-size: 13px;
  margin-bottom: 12px;
}

.wsus__testimonial_item .description {
  margin-bottom: 30px;
}

.wsus__testimonial_footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.wsus__testimonial_footer img {
  width: 50px !important;
  height: 50px !important;
  margin-right: 12px;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}

.wsus__testimonial_footer h3 {
  font-size: 18px;
  font-weight: 600;
}

.wsus__testimonial_footer h3 span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 5px;
}

.wsus__testimonial_item::after {
  position: absolute;
  content: "";
  background: url(../images/quot_icon.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70px;
  height: 50px;
  bottom: 50px;
  right: 50px;
}

/* testimonial end */

/* blog start */
.wsus__single_blog {
  background: var(--colorWhite);
  padding: 10px;
  margin-top: 25px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}

.wsus__single_blog .img {
  display: block;
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.wsus__single_blog .text {
  padding: 30px 20px 15px 20px;
}

.wsus__single_blog .text ul {
  align-items: center;
  gap: 10px 15px;
  margin-bottom: 5px;
}

.wsus__single_blog .text ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px 5px;
  font-weight: 600;
  font-size: 14px;
}

.wsus__single_blog .text ul li svg {
  width: 20px;
}

.wsus__single_blog .text p {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wsus__single_blog:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/* blog end */

/* footer start */
footer {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
}

footer::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 420px;
  background: url(../images/home3_shapes_line.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: -5px;
}

.wsus__footer_overlay {
  background: #000000d9;
}

.wsus__footer_top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff21;
  padding-bottom: 80px;
  margin-bottom: 75px;
}

.wsus__footer_top .footer_logo {
  width: 165px;
}

.wsus__footer_top ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
}

.wsus__footer_top ul li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background: #ffffff21;
  padding: 10px 30px 10px 10px;
  position: relative;
  padding-left: 75px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.wsus__footer_top ul li .icon {
  display: block;
  width: 50px;
  height: 62px;
  line-height: 47px;
  padding: 7px;
  color: var(--colorPrimary);
  border-right: 1px solid #ffc10738;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.wsus__footer_top ul li h4 {
  color: var(--colorWhite);
  font-size: 20px;
  font-weight: 800;
}

.wsus__footer_top ul li p {
  color: var(--colorWhite);
  opacity: 0.7;
  font-size: 14px;
  line-height: 16px;
  margin-top: 2px;
}

.wsus__footer_link h3,
.wsus__footer_contact h3,
.wsus__footer_newsletter h3 {
  display: inline-block;
  color: var(--colorWhite);
  font-weight: 700;
  text-transform: capitalize;
  font-size: 24px;
  margin-bottom: 25px;
}

.wsus__footer_link ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wsus__footer_link ul li a {
  color: var(--colorWhite);
  text-transform: capitalize;
  display: block;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
}

.wsus__footer_link ul li a:hover,
.wsus__footer_link ul li a.active {
  color: var(--colorPrimary);
  padding-left: 5px;
  opacity: 1;
}

.wsus__footer_contact ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: start;
  gap: 25px 0px;
}

.wsus__footer_contact ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 400;
  color: var(--colorWhite);
  opacity: 0.8;
}

.wsus__footer_contact ul li span {
  display: block;
  width: 25px;
  position: absolute;
  top: 0px;
  left: 0px;
  color: var(--colorPrimary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.wsus__footer_newsletter form {
  position: relative;
}

.wsus__footer_newsletter form input {
  background: #ffffff21;
  border: none;
  padding: 15px 55px 15px 30px;
  color: var(--colorWhite);
  font-size: 16px;
  font-weight: 400;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.wsus__footer_newsletter form input::placeholder {
  color: #ffffff70;
}

.wsus__footer_newsletter form button {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: var(--colorPrimary);
  color: var(--colorBlack);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.wsus__footer_newsletter form button:hover {
  background: var(--colorWhite);
  color: var(--colorBlack);
}

.wsus__footer_newsletter ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
  margin-top: 35px;
}

.wsus__footer_newsletter ul li a {
  font-size: 20px;
  color: var(--colorWhite);
  opacity: 0.8;
}

.wsus__footer_newsletter ul li a:hover {
  color: var(--colorPrimary);
  opacity: 1;
}

.wsus__footer_botton_text {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ffffff21;
  margin-top: 75px;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0px;
}

.wsus__footer_botton_text p {
  font-size: 16px;
  color: var(--colorWhite);
  opacity: 0.8;
}

.wsus__footer_botton_text ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 25px;
}

.wsus__footer_botton_text ul li a {
  font-size: 16px;
  color: var(--colorWhite);
  opacity: 0.8;
}

.wsus__footer_botton_text ul li a:hover {
  color: var(--colorPrimary);
  opacity: 1;
}

/* footer end */
/*===========================
    Home page end
===========================*/

/*===========================
    Blog details start
===========================*/
.wsus__blog_details_thumb,
.wsus__event_details_img,
.wsus__service_details_img {
  height: 500px;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.wsus__blog_details_header,
.wsus__event_details_header,
.wsus__service_details_header {
  border-bottom: 1px solid #e4e7e9;
  margin-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 35px;
}

.wsus__blog_details_header ul {
  gap: 10px 25px;
}

.wsus__blog_details_header ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-transform: capitalize;
  color: var(--colorBlack);
  font-size: 16px;
}

.wsus__blog_details_header ul li span {
  display: inline-block;
  width: 19px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.wsus__blog_details_header h2,
.wsus__event_details_header h2,
.wsus__service_details_header h2 {
  font-size: 48px;
  font-weight: 800;
  margin-top: 20px;
}

.wsus__blog_details_text h1,
.wsus__event_details_text h1,
.wsus__service_details_text h1,
.wsus__blog_details_text h2,
.wsus__event_details_text h2,
.wsus__service_details_text h2,
.wsus__blog_details_text h3,
.wsus__event_details_text h3,
.wsus__service_details_text h3,
.wsus__blog_details_text h4,
.wsus__event_details_text h4,
.wsus__service_details_text h4,
.wsus__blog_details_text h5,
.wsus__event_details_text h5,
.wsus__service_details_text h5,
.wsus__blog_details_text h6,
.wsus__event_details_text h6,
.wsus__service_details_text h6 {
  font-weight: 800;
  margin-top: 35px;
}

.wsus__blog_details_text h1,
.wsus__service_details_text h1,
.wsus__event_details_text h1 {
  font-size: 38px;
}

.wsus__blog_details_text h2,
.wsus__service_details_text h2,
.wsus__event_details_text h2 {
  font-size: 34px;
}

.wsus__blog_details_text h3,
.wsus__service_details_text h3,
.wsus__event_details_text h3 {
  font-size: 30px;
}

.wsus__blog_details_text h4,
.wsus__service_details_text h4,
.wsus__event_details_text h4 {
  font-size: 26px;
}

.wsus__blog_details_text h5,
.wsus__service_details_text h5,
.wsus__event_details_text h5 {
  font-size: 22px;
}

.wsus__blog_details_text h6,
.wsus__service_details_text h6,
.wsus__event_details_text h6 {
  font-size: 18px;
}

.wsus__blog_details_text p,
.wsus__service_details_text p,
.wsus__event_details_text p {
  margin-top: 20px;
}

.wsus__blog_details_text ul,
.wsus__blog_details_text ol,
.wsus__service_details_text ul,
.wsus__service_details_text ol,
.wsus__event_details_text ul,
.wsus__event_details_text ol {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 25px;
  padding-left: 20px;
}

.wsus__blog_details_text ul li,
.wsus__service_details_text ul li,
.wsus__event_details_text ul li {
  list-style: disc;
}

.wsus__blog_details_text ol li,
.wsus__service_details_text ol li,
.wsus__event_details_text ol li {
  list-style: auto;
}

.wsus__blog_details_text ul li,
.wsus__blog_details_text ol li,
.wsus__service_details_text ul li,
.wsus__service_details_text ol li,
.wsus__event_details_text ul li,
.wsus__event_details_text ol li {
  font-size: 18px;
  font-weight: 400;
}

.details_quot_text {
  background: var(--colorWhite);
  padding: 40px 45px 40px 120px;
  margin-top: 45px;
  font-size: 18px;
  font-style: italic;
  position: relative;
  margin-bottom: 40px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.details_quot_text::after {
  position: absolute;
  content: "";
  background: url(../images/blog_det_quot.webp);
  width: 50px;
  height: 40px;
  top: 45px;
  left: 50px;
}

.details_quot_text h4 {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  margin-top: 18px;
  padding-left: 40px;
  position: relative;
}

.details_quot_text h4::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background: var(--colorPrimary);
  top: 8px;
  left: 0;
}

.wsus__blog_det_tags_share {
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.wsus__blog_det_tags_share ul {
  gap: 8px;
}

.wsus__blog_det_tags_share ul li span {
  color: var(--colorBlack);
  font-size: 20px;
  font-weight: 800;
  margin-right: 10px;
  text-transform: capitalize;
}

.wsus__blog_det_tags_share .tags li a {
  color: var(--colorBlack);
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #e4e7e9;
  padding: 5px 20px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.wsus__blog_det_tags_share .tags li a:hover {
  background: var(--colorPrimary);
  border-color: var(--colorPrimary);
}

.wsus__blog_det_tags_share .share li a {
  font-size: 16px;
  color: var(--colorBlack);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e4e7e9;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.wsus__blog_det_tags_share .share li a:hover {
  background: var(--colorPrimary);
  border-color: var(--colorPrimary);
}

.wsus__blog_det_author {
  background: var(--colorWhite);
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 60px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.wsus__blog_det_author .img {
  width: 215px;
  height: 245px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.wsus__blog_det_author .text {
  width: 72%;
  padding: 25px 25px 25px 60px;
}

.wsus__blog_det_author .text h3 {
  font-size: 22px;
  font-weight: 800;
}

.wsus__blog_det_author .text h5 {
  color: var(--paraColor);
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 20px;
}

.wsus__blog_det_author .text p {
  font-size: 16px;
  line-height: 25px;
}

.wsus__blog_det_author .text ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 20px;
  margin-top: 30px;
}

.wsus__blog_det_author .text ul li a {
  font-size: 16px;
  color: var(--paraColor);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.wsus__blog_det_author .text ul li a:hover {
  color: var(--colorPrimary);
}

.wsus__blog_comment_area h2 {
  font-size: 32px;
  font-weight: 800;
}

.wsus__blog_single_comment {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 35px;
  border-bottom: 1px solid #e4e7e9;
  padding-bottom: 30px;
}

.wsus__blog_single_comment .img {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.wsus__blog_single_comment .text {
  width: 90%;
}

.wsus__blog_single_comment .text h4 {
  font-size: 20px;
  font-weight: 800;
  display: flex;
  gap: 5px;
  flex-direction: column;
}

.wsus__blog_single_comment .text h4 span {
  color: var(--colorBlack);
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}

.wsus__blog_single_comment .text h4 span svg {
  width: 17px;
  position: relative;
  top: -2px;
}

.wsus__blog_single_comment .text p {
  margin-top: 20px;
}

.wsus__blog_comment_input_area h2 {
  font-size: 32px;
  font-weight: 800;
}

.wsus__blog_comment_input_area p {
  margin-top: 5px;
  margin-bottom: 10px;
}

.wsus__blog_comment_input_area form input,
.wsus__blog_comment_input_area form textarea {
  margin-top: 20px;
}

.wsus__blog_comment_input_area .form-check {
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
}

.wsus__blog_comment_input_area .form-check input {
  padding: 0;
  margin-top: 0px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 2px;
}

.wsus__blog_comment_input_area .form-check label {
  color: var(--paraColor);
  font-size: 16px;
  font-weight: 400;
  padding-left: 5px;
}

.wsus__sidebar_search,
.wsus__sidebar_blog_category,
.wsus__sidebar_recent_post,
.wsus__sidebar_blog_tags,
.wsus__event_schedule,
.wsus__event_organizer,
.wsus__event_map {
  padding: 30px;
  margin-top: 30px;
  background-color: #f7f7f7;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.wsus__event_sidebar h3,
.wsus__blog_sidebar h3 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 800;
  text-transform: capitalize;
}

.wsus__sidebar_recent_post ul {
  gap: 25px;
}

.wsus__sidebar_recent_post ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.wsus__sidebar_recent_post ul li .img {
  width: 110px;
  height: 80px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.wsus__sidebar_recent_post ul li .text {
  width: 62%;
}

.wsus__sidebar_recent_post ul li .text p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--colorBlack);
}

.wsus__sidebar_recent_post ul li .text p span {
  display: inline-block;
  width: 17px;
  margin-right: 5px;
}

.wsus__sidebar_recent_post ul li .text a {
  font-size: 17px;
  line-height: 24px;
}

.wsus__sidebar_blog_category h3 {
  margin-bottom: 5px;
}

.wsus__sidebar_blog_category ul li a {
  border-bottom: 1px solid #e4e7e9;
  color: var(--colorBlack);
  font-size: 16px;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0px 13px 21px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  position: relative;
}

.wsus__sidebar_blog_category ul li a::after {
  position: absolute;
  content: "\f054";
  font-family: "font awesome 5 free";
  font-weight: 600;
  font-size: 14px;
  color: var(--paraColor);
  top: 14px;
  left: 0;
  z-index: 1;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.wsus__sidebar_blog_category ul li a span {
  font-size: 16px;
  font-weight: 600;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.wsus__sidebar_blog_category ul li a:hover {
  color: var(--colorPrimary);
}

.wsus__sidebar_blog_category ul li a:hover span,
.wsus__sidebar_blog_category ul li a:hover::after {
  color: var(--colorPrimary);
}

.wsus__sidebar_blog_category ul li:last-child a {
  border-bottom: 0;
  padding-bottom: 0;
}

.wsus__sidebar_blog_tags h3 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 800;
  text-transform: capitalize;
}

.wsus__sidebar_blog_tags ul {
  gap: 8px;
}

.wsus__sidebar_blog_tags ul li a {
  border: 1px solid #e4e7e9;
  color: var(--colorBlack);
  font-size: 16px;
  font-weight: 600;
  padding: 5px 20px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.wsus__sidebar_blog_tags ul li a:hover {
  background: var(--colorPrimary);
  border-color: var(--colorPrimary);
}

.wsus__sidebar_search form {
  position: relative;
}

.wsus__sidebar_search form input {
  padding: 12px 25px;
}

.wsus__sidebar_search form button {
  position: absolute;
  top: 5px;
  right: 5px;
  background: var(--colorPrimary);
  padding: 8px;
  width: 39px;
  height: 39px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.wsus__sidebar_search form button:hover {
  background-color: var(--colorBlack);
  color: var(--colorWhite);
}

/*===========================
    Blog details end
===========================*/

/*===========================
    Campaign details start
===========================*/
.product_slider_large_item {
  margin: 0px 12px;
  overflow: hidden;
  height: 510px;
  margin-bottom: 12px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}

.product_slider_small_item {
  margin: 0px 12px;
  overflow: hidden;
  cursor: pointer;
  height: 70px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.wsus__campaign_details_text {
  padding-left: 40px;
}

.wsus__campaign_details_text h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 35px;
}

.wsus__campaign_details_text .founded {
  font-size: 22px;
  font-weight: 800;
  color: var(--colorBlack);
  font-family: var(--headingFont);
}

.wsus__campaign_details_text ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 25px;
  margin-bottom: 30px;
}

.wsus__campaign_details_text ul li {
  color: var(--colorBlack);
  font-size: 18px;
  font-weight: 400;
}

.wsus__campaign_details_text ul li span {
  font-weight: 700;
}

.wsus__campaign_details_text .wsus__video_donate_text {
  padding: 0;
  margin-top: 20px;
}

.wsus__campaign_details_text .wsus__video_donate_text ul {
  flex-direction: row;
}

.wsus__campaign_description h1,
.wsus__campaign_description h2,
.wsus__campaign_description h3,
.wsus__campaign_description h4,
.wsus__campaign_description h5,
.wsus__campaign_description h6 {
  font-weight: 800;
  margin-top: 35px;
}

.wsus__campaign_description h1 {
  font-size: 38px;
}

.wsus__campaign_description h2 {
  font-size: 34px;
}

.wsus__campaign_description h3 {
  font-size: 30px;
}

.wsus__campaign_description h4 {
  font-size: 26px;
}

.wsus__campaign_description h5 {
  font-size: 22px;
}

.wsus__campaign_description h6 {
  font-size: 18px;
}

.wsus__campaign_description p {
  margin-top: 20px;
}

.wsus__campaign_description ul,
.wsus__campaign_description ol {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 25px;
  padding-left: 20px;
}

.wsus__campaign_description ul li {
  list-style: disc;
}

.wsus__campaign_description ol li {
  list-style: auto;
}

.wsus__campaign_description ul li,
.wsus__campaign_description ol li {
  font-size: 18px;
  font-weight: 400;
}

.wsus__campaign_details_videos {
  height: 730px;
  overflow: hidden;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.wsus__campaign_details_videos iframe {
  width: 100% !important;
  height: 100% !important;
}

.wsus__campaign_details .nav {
  gap: 10px 15px;
}

.wsus__campaign_details .nav .nav-item button {
  background: #eee;
  color: var(--colorBlack);
  font-size: 18px;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.wsus__campaign_details .nav .nav-item button.active {
  background: var(--colorPrimary);
}

.wsus__related_campaign .wsus__campaign_card {
  box-shadow: none;
  border: 1px solid #eee;
  margin: 25px 12px 0px 12px;
}

/*===========================
    Campaign details end
===========================*/

/*===========================
    Privacy policy start
===========================*/
.wsus__pricacy_policy_text h1,
.wsus__pricacy_policy_text h2,
.wsus__pricacy_policy_text h3,
.wsus__pricacy_policy_text h4,
.wsus__pricacy_policy_text h5,
.wsus__pricacy_policy_text h6 {
  font-weight: 800;
  margin-top: 35px;
}

.wsus__pricacy_policy_text h1 {
  font-size: 38px;
}

.wsus__pricacy_policy_text h2 {
  font-size: 34px;
}

.wsus__pricacy_policy_text h3 {
  font-size: 30px;
}

.wsus__pricacy_policy_text h4 {
  font-size: 26px;
}

.wsus__pricacy_policy_text h5 {
  font-size: 22px;
}

.wsus__pricacy_policy_text h6 {
  font-size: 20px;
}

.wsus__pricacy_policy_text p {
  margin-top: 20px;
  line-height: 28px;
}

.wsus__pricacy_policy_text ul,
.wsus__pricacy_policy_text ol {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 25px;
  padding-left: 20px;
}

.wsus__pricacy_policy_text ul li {
  list-style: disc;
}

.wsus__pricacy_policy_text ol li {
  list-style: auto;
}

.wsus__pricacy_policy_text ul li,
.wsus__pricacy_policy_text ol li {
  font-size: 18px;
  font-weight: 400;
}

/*===========================
    Privacy policy end
===========================*/

/*===========================
    Event details start
===========================*/
.wsus__event_sidebar ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.wsus__event_sidebar ul li {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 40px;
}

.wsus__event_sidebar ul li span {
  display: block;
  width: 26px;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--colorBlack);
}

.wsus__event_sidebar ul li h4 {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}

.wsus__event_sidebar ul li p,
.wsus__event_sidebar ul li a {
  display: block;
  width: 100%;
  color: var(--paraColor);
  margin-top: 2px;
}

.wsus__event_map iframe {
  width: 100%;
  height: 350px;
  border: 2px solid var(--colorWhite) !important;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}

/*===========================
  Event details end
===========================*/

/*===========================
  Contact us start
===========================*/
.wsus__contact_info {
  background: #f7f7f7;
  padding: 40px 40px 40px 115px;
  position: relative;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.wsus__contact_info span {
  width: 60px;
  height: 60px;
  background: var(--colorPrimary);
  color: var(--colorBlack);
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 15px;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.wsus__contact_info h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 5px;
}

.wsus__contact_info p,
.wsus__contact_info a {
  font-size: 15px;
  font-weight: 500;
  color: var(--paraColor);
  display: block;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.wsus__contact_info a:hover {
  color: var(--colorSecondary);
}

.wsus__contact_form form {
  background: #f7f7f7;
  padding: 50px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.wsus__contact_form form h3 {
  text-transform: capitalize;
  font-size: 46px;
  font-weight: 800;
  margin-bottom: 20px;
}

.wsus__contact_img {
  height: 590px;
  background: var(--colorWhite);
  overflow: hidden;
  margin-left: 30px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.wsus__contact_input {
  margin-top: 20px;
}

.wsus__contact_input label {
  color: var(--colorBlack);
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}

.wsus__contact_input textarea {
  padding: 20px;
}

.wsus__contact_input .form-check {
  margin-bottom: 20px;
}

.wsus__contact_input .form-check input {
  padding: 0;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  margin-right: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.wsus__contact_input .form-check label {
  color: var(--colorBlack);
  font-size: 16px;
  margin: 0;
}

.contact_map {
  height: 570px;
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 31px;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  -ms-border-radius: 31px;
  -o-border-radius: 31px;
}

.contact_map iframe {
  width: 100%;
  height: 100%;
}

/*===========================
  Contact us end
===========================*/

/*===========================
  Sign in start
===========================*/
.wsus__sign_up_img {
  background: #fbf1f1;
  overflow: hidden;
  height: 700px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.wsus__sign_up_contant {
  padding: 40px;
  background: #fbf1f1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.wsus__sign_up_contant h2 {
  font-size: 40px;
  font-weight: 800;
  text-transform: capitalize;
  color: var(--colorBlack);
}

.wsus__sign_up_contant p {
  color: var(--colorBlack);
  margin-top: 10px;
}

.wsus__login_form {
  margin-top: 20px;
}

.wsus__login_form input[type="text"],
.wsus__login_form input[type="email"],
.wsus__login_form input[type="password"] {
  margin-top: 15px;
  background: var(--colorWhite);
}

.wsus__login_form .wsus__remember_me {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.wsus__login_form .wsus__remember_me input {
  margin-top: 1px;
  margin-right: 5px;
}

.wsus__login_form .wsus__remember_me label {
  font-size: 16px;
  font-weight: 400;
}

.wsus__login_form .forgot_password {
  display: block;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  color: red;
}

.wsus__login_form .forgot_password:hover {
  color: var(--colorBlack);
}

.wsus__login_form button {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 25px;
  padding: 17px 16px 16px 25px;
}

.wsus__login_form button::after {
  display: none;
}

.wsus__sign_up_contant b {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  display: block;
  text-align: center;
  color: var(--colorBlack);
}

.wsus__sign_up_contant b::after {
  position: absolute;
  content: "";
  top: 11px;
  left: 35px;
  width: 155px;
  height: 1px;
  background: #62626233;
}

.wsus__sign_up_contant b::before {
  position: absolute;
  content: "";
  top: 11px;
  right: 35px;
  width: 155px;
  height: 1px;
  background: #62626233;
}

.wsus__sign_up_others_option {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 12px 0px;
  background: var(--colorWhite);
  color: var(--colorBlack);
  border: 1px solid #62626233;
  text-transform: capitalize;
  margin-top: 18px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.wsus__sign_up_others_option:hover {
  background-color: var(--colorBlack);
  color: var(--colorWhite);
}

.wsus__sign_up_others_option img {
  width: 17px !important;
  height: 17px !important;
  margin-right: 10px;
}

.wsus__sign_up_contant .sign_up {
  text-align: center;
  color: var(--paraColor);
  margin-top: 15px;
}

.wsus__sign_up_contant .sign_up a {
  font-size: 16px;
  font-weight: 700;
  color: var(--colorBlack);
  text-transform: capitalize;
}

.wsus__sign_up_contant .sign_up a:hover {
  color: var(--colorPrimary);
}

/*===========================
  Sign in end
===========================*/

/*===========================
  Photo gallery start
===========================*/
.wsus__gallery_item {
  position: relative;
  display: block;
  margin-top: 25px;
  height: 415px;
}

.wsus__gallery_item img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.wsus__gallery_item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00000000;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  border-radius: 16px 30px 16px 16px;
  -webkit-border-radius: 16px 30px 16px 16px;
  -moz-border-radius: 16px 30px 16px 16px;
  -ms-border-radius: 16px 30px 16px 16px;
  -o-border-radius: 16px 30px 16px 16px;
  z-index: 1;
}

.wsus__gallery_item_overlay::after {
  position: absolute;
  content: "";
  top: -5px;
  right: -5px;
  width: 70px;
  height: 70px;
  background: var(--colorWhite);
  z-index: 2;
  border-radius: 50% 0 50% 50%;
  -webkit-border-radius: 50% 0 50% 50%;
  -moz-border-radius: 50% 0 50% 50%;
  -ms-border-radius: 50% 0 50% 50%;
  -o-border-radius: 50% 0 50% 50%;
}

.wsus__gallery_item span {
  display: block;
  width: 60px;
  height: 60px;
  background: var(--colorPrimary);
  color: var(--colorBlack);
  padding: 15px;
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.wsus__gallery_item_overlay:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.wsus__gallery_item:hover .wsus__gallery_item_overlay {
  background: #000000a6;
}

/*===========================
   Photo gallery end
===========================*/

/*===========================
   Donor list start
===========================*/
.wsus__donor_list_item {
  padding: 20px 20px 20px 160px;
  position: relative;
  margin-top: 25px;
  border: 1px dashed #ddd;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.wsus__donor_list_item .pay {
  position: absolute;
  top: 10px;
  left: 10px;
  width: auto;
  min-width: 135px;
  text-align: center;
  height: 70px;
  padding: 10px 20px;
  background: var(--colorPrimary);
  color: var(--colorBlack);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 800;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.wsus__donor_list_item h3 {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wsus__donor_list_item p {
  text-transform: capitalize;
  color: var(--colorBlack);
  font-size: 16px;
  font-style: italic;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*===========================
   Donor list end
===========================*/

/*===========================
   Dashboard start
===========================*/
/* dashboard sidebar start */
.wsus__dashboard_sidebar {
  margin-top: 30px;
}

.wsus__dashboard_sidebar_top {
  padding: 60px 20px 20px 20px;
  background: var(--colorWhite);
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.wsus__dashboard_sidebar_top .dashboard_banner {
  position: absolute;
  width: 100%;
  height: 120px;
  top: 0;
  left: 0;
  z-index: 1;
}

.wsus__dashboard_sidebar_top .img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.wsus__dashboard_sidebar_top .img img {
  border: 2px solid var(--colorWhite);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.wsus__dashboard_sidebar_top h4 {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  margin-top: 13px;
  text-transform: capitalize;
}

.wsus__dashboard_sidebar_menu {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.wsus__dashboard_sidebar_menu li a {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 20px;
  color: var(--paraColor);
  text-transform: capitalize;
  background: var(--colorWhite);
  border: 1px solid #eeeeee;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.wsus__dashboard_sidebar_menu li a:hover,
.wsus__dashboard_sidebar_menu li a.active {
  color: var(--colorBlack);
  background: var(--colorPrimary);
  border-color: var(--colorPrimary);
}

.wsus__dashboard_sidebar_menu li a .icon {
  width: 20px;
  margin-right: 10px;
  position: relative;
  top: -2px;
  left: 0;
}

/* dashboard sidebar start */

/* dashboard profile start */
.wsus__dashboard_contant {
  margin-top: 30px;
  background: var(--colorWhite);
  border: 1px solid #eeeeee;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.wsus__dashboard_contant_top {
  padding: 30px 30px 25px 30px;
  border-bottom: 1px solid #eee;
}

.wsus__dashboard_heading h5 {
  font-size: 22px;
  font-weight: 800;
  text-transform: capitalize;
}

.wsus__dashboard_heading p {
  margin-top: 5px;
  font-size: 16px;
}

.wsus__dashboard_profile {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 25px 30px 30px 30px;
}

.wsus__dashboard_profile .img {
  width: 80px;
  height: 80px;
}

.wsus__dashboard_profile .img img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.wsus__dashboard_profile .text {
  margin-left: 20px;
}

.wsus__dashboard_profile .text h6 {
  font-size: 22px;
  font-weight: 800;
  text-transform: capitalize;
}

.wsus__dashboard_profile .text p {
  margin-top: 5px;
  line-height: 22px;
  font-size: 16px;
}

.wsus__dashboard_profile_info li {
  font-size: 16px;
  font-weight: 400;
  color: var(--colorBlack);
  text-transform: capitalize;
  padding: 15px 30px 15px 30px;
  border-top: 1px solid #eeeeee;
}

.wsus__dashboard_profile_info li span {
  width: 140px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}

.wsus__dashboard_profile_avatar .img {
  position: relative;
}

.wsus__dashboard_profile_avatar .img label {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 0;
  bottom: 7px;
  right: -11px;
  font-size: 13px;
  cursor: pointer;
  background: var(--colorWhite);
  color: var(--colorBlack);
  padding: 5px;
  border: 1px solid #1e1e2f1a;
  transition: all linear.3s;
  -webkit-transition: all linear.3s;
  -moz-transition: all linear.3s;
  -ms-transition: all linear.3s;
  -o-transition: all linear.3s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.wsus__dashboard_profile_avatar .img label:hover {
  background: var(--colorPrimary);
}

.wsus__dashboard_profile_update {
  padding: 17px 30px 30px 30px;
}

.wsus__dashboard_profile_update_info {
  margin-top: 13px;
}

.wsus__dashboard_profile_update_info label {
  font-size: 16px;
  font-weight: 600;
  color: var(--colorBlack);
  text-transform: capitalize;
  display: block;
}

.wsus__dashboard_profile_update_info input,
.wsus__dashboard_profile_update_info textarea {
  border: 1px solid #eee;
}

.wsus__dashboard_profile_update_btn {
  margin-top: 20px;
}

.wsus__dashboard_profile_update_btn .common_btn {
  background: var(--colorPrimary);
  color: var(--colorWhite);
}

.wsus__dashboard_email_change {
  padding: 30px 30px 0px 30px;
}

.wsus__dashboard_email_change h6,
.wsus__dashboard_password_change h6 {
  font-size: 22px;
  font-weight: 800;
  text-transform: capitalize;
}

.wsus__dashboard_email_change p,
.wsus__dashboard_password_change p {
  margin-top: 10px;
  font-size: 16px;
}

.wsus__dashboard_email_change p a {
  color: var(--colorPrimary);
}

.wsus__dashboard_email_change form {
  margin-top: 17px;
}

.wsus__dashboard_email_change_input label {
  font-size: 16px;
  font-weight: 600;
  color: var(--colorBlack);
  text-transform: capitalize;
  display: block;
}

.wsus__dashboard_email_change_input input,
.wsus__dashboard_email_change_input select {
  margin-top: 5px;
  border: 1px solid rgba(30, 30, 47, 0.1);
}

.wsus__dashboard_email_change_btn {
  margin-top: 20px;
}

.wsus__dashboard_email_change_btn .common_btn,
.wsus__dashboard_password_change_btn .common_btn {
  background: var(--colorPrimary);
  color: var(--colorWhite);
}

.wsus__dashboard_password_change {
  padding: 35px 30px 30px 30px;
  border-top: 1px solid rgba(30, 30, 47, 0.1);
  margin-top: 35px;
}

.wsus__dashboard_password_change form {
  margin-top: 5px;
}

.wsus__dashboard_password_change_input {
  margin-top: 12px;
}

.wsus__dashboard_password_change_input label {
  font-size: 16px;
  font-weight: 600;
  color: var(--colorBlack);
  text-transform: capitalize;
}

.wsus__dashboard_password_change_input input {
  border: 1px solid #eee;
}

.wsus__dashboard_password_change_btn {
  margin-top: 20px;
}

.wsus__dashboard_profile_avatar {
  border-bottom: 1px solid #eee;
}

.wsus__dashboard_profile_update_info .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--colorBlack);
  line-height: 50px;
  padding-left: 20px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
}

.wsus__dashboard_profile_update_info .select2-container--default .select2-selection--single {
  border: 1px solid #eee;
  height: 50px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.wsus__dashboard_profile_update_info .select2-container {
  width: 100% !important;
}

.wsus__dashboard_profile_update_info .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 20px;
}

.wsus__dashboard_profile_delete .wsus__common_btn {
  background: red;
  color: var(--colorWhite);
}

.wsus__dashboard_profile_delete .wsus__common_btn::after {
  color: var(--colorWhite);
}

/*===========================
  Dashboard end
===========================*/

/* Payment page start */
.wsus__payment_info form h5,
.wsus__payment_method_area h5 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
}

.wsus__payment_method input {
  display: none;
}

.wsus__payment_info .wsus__payment_iput {
  margin-bottom: 15px;
}

.wsus__payment_info .wsus__video_donate_text {
  padding: 0;
}

.wsus__payment_method_area {
  margin-top: 20px;
}

.wsus__payment_method {
  display: block;
  height: 90px;
  border: 1px solid #eee;
  padding: 15px 25px;
  margin-bottom: 15px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  position: relative;
  transition: all linear .2s;
  -webkit-transition: all linear .2s;
  -moz-transition: all linear .2s;
  -ms-transition: all linear .2s;
  -o-transition: all linear .2s;
  cursor: pointer;
}

.wsus__payment_method::after {
  position: absolute;
  content: "\f00c";
  font-family: "font awesome 5 free";
  font-weight: 600;
  font-size: 12px;
  top: -2px;
  right: -2px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: var(--colorPrimary);
  color: var(--colorBlack);
  opacity: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all linear .2s;
  -webkit-transition: all linear .2s;
  -moz-transition: all linear .2s;
  -ms-transition: all linear .2s;
  -o-transition: all linear .2s;
}

.payment_method label:hover,
.payment_method.active label {
  border-color: var(--colorPrimary);
}

.payment_method.active label::after {
  opacity: 1;
}

.wsus__payment_sidebar {
  padding: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.wsus__payment_sidebar h2 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 30px;
}

.wsus__donate_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 15px;
}

.wsus__donate_item .img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.wsus__donate_item .text {
  width: 67%;
}

.wsus__donate_item .text h3 {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wsus__payment_sidebar ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 18px;
}

.wsus__payment_sidebar ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  color: var(--colorBlack);
}

.wsus__payment_sidebar ul li span {
  font-size: 16px;
  font-weight: 500;
}

.wsus__payment_sidebar ul li:last-child {
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-top: 4px;
  font-weight: 800;
  font-size: 18px;
}

.wsus__payment_sidebar ul li:last-child span {
  font-size: 18px;
  font-weight: 800;
}

/* Payment page end */

/*===========================
  Home page 02 start
===========================*/
.home_2 .section_heading,
.home_2 .section_heading h5,
.home_2 .section_heading h2 {
  text-align: left;
}

.home_2 .section_heading h5 {
  border: none;
  padding: 0;
  padding-left: 60px;
  font-family: var(--cursiveFont);
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
}

.home_2 .section_heading h5::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background: var(--colorPrimary);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.home_2 .section_heading h5::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: var(--colorPrimary);
  left: 40px;
  top: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.section_heading_btn {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  padding-bottom: 15px;
}

/* radius 0px */
.home_2 .wsus__category_item .img img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

/* radius 6px */
.home_2 .main_menu .navbar-nav .nav-item .sub_menu,
.home_2 .main_menu .menu_right .user_icon ul,
.home_2 .main_menu .menu_right .user_icon .user_link,
.home_2 .wsus__common_btn,
.home_2 .wsus__category_item,
.home_2 .nextArrow,
.home_2 .prevArrow,
.wsus__counter_and_donate .wsus__video_donation_box input,
.wsus__counter_and_donate .wsus__video_donation_box .input_box span,
.wsus__counter_and_donate .wsus__video_donation_box ul li {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

/* radius 12px */
.home_2 .wsus__about_us_img {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

/* background black */
.home_2 .main_menu .menu_right .wsus__common_btn::before,
.home_2 .main_menu .menu_right .user_icon:hover .user_link {
  background: var(--colorBlack);
}

/* color white */
.home_2 .main_menu .menu_right .wsus__common_btn:hover,
.home_2 .main_menu .menu_right .user_icon:hover .user_link,
.wsus__counter_and_donate .wsus__video_donate_text p,
.wsus__counter_and_donate .wsus__video_donate_text h2,
.wsus__counter_and_donate .wsus__video_donate_text h5 {
  color: var(--colorWhite);
}

/* color black */
.home_2 .main_menu .navbar-nav .nav-item .nav-link {
  color: var(--colorBlack);
}

.home_2 header {
  background: var(--colorBlack);
  padding: 0px 80px;
}

.home_2 .main_menu {
  background: transparent;
  top: 37px;
  padding: 0px 80px;
}

.home_2 header .container,
.home_2 .main_menu .container {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.home_2 .main_menu.menu_fix {
  top: 0 !important;
  background: var(--colorWhite) !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.home_2 .main_menu .navbar-nav .nav-item .sub_menu::after,
.home_2 .main_menu .menu_right .user_icon ul::after {
  border-bottom: 12px solid #dcdbdb;
}

.home_2 .wsus__banner {
  height: 800px;
  padding: 0px 90px;
  margin-top: 118px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.home_2 .wsus__banner_slider_item {
  border-radius: 30px;
  overflow: hidden;
}

.home_2 .wsus__banner .slick-dots {
  top: 50%;
  right: -25px;
  background: var(--colorWhite);
  height: auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 30px 25px;
  margin: 0;
  gap: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.home_2 .wsus__banner .slick-dots li button {
  border-color: #adaaaa;
  width: 12px;
  height: 12px;
}

.home_2 .wsus__banner .slick-dots::after {
  position: absolute;
  content: "";
}

.home_2 .wsus__banner .slick-dots li button::after {
  background: #ffc10740;
}

.home_2 .wsus__banner_text {
  align-items: center;
  padding: 0;
  padding-bottom: 70px;
}

.home_2 .wsus__banner_text h5,
.home_2 .wsus__banner_text h1,
.home_2 .wsus__banner_text p {
  text-align: center;
  padding: 0;
}

.home_2 .wsus__banner_text h5 {
  color: var(--colorRed);
}

.home_2 .wsus__banner_text h5::before,
.home_2 .wsus__banner_text h5::after {
  display: none;
}

.home_2 .wsus__banner .circle_box {
  bottom: 188px;
  right: auto;
  left: 180px;
}

.home_2 .wsus__banner::before {
  display: none;
}

.home_2 .wsus__banner_slider_item::after {
  bottom: auto;
  top: -2px;
  right: auto;
  left: -5px;
  opacity: .3;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.home_2 .wsus__banner::after {
  top: 66%;
  left: 37%;
  filter: brightness(0) saturate(100%) invert(56%) sepia(41%) saturate(6095%) hue-rotate(343deg) brightness(100%) contrast(104%);
  -webkit-filter: brightness(0) saturate(100%) invert(56%) sepia(41%) saturate(6095%) hue-rotate(343deg) brightness(100%) contrast(104%);
}

.home_2 .wsus__banner .circle_box::after {
  filter: brightness(0) saturate(100%) invert(56%) sepia(41%) saturate(6095%) hue-rotate(343deg) brightness(100%) contrast(104%);
  -webkit-filter: brightness(0) saturate(100%) invert(56%) sepia(41%) saturate(6095%) hue-rotate(343deg) brightness(100%) contrast(104%);
}

.home_2 .wsus__caregoey {
  margin-top: -100px;
}

.home_2 .wsus__category_item .img {
  overflow: hidden;
  border: 3px solid var(--colorWhite);
  width: auto;
  height: 195px;
  border-radius: 12px 12px 50% 50%;
  -webkit-border-radius: 12px 12px 50% 50%;
  -moz-border-radius: 12px 12px 50% 50%;
  -ms-border-radius: 12px 12px 50% 50%;
  -o-border-radius: 12px 12px 50% 50%;
}

.home_2 .wsus__category_item .img::after {
  display: none;
}

.home_2 .wsus__category_item h3 {
  font-size: 16px;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  padding: 15px 10px;
  display: flex;
  justify-content: center;
  align-items: end;
  color: var(--colorWhite) !important;
  background: linear-gradient(0deg, rgb(220 91 44) 0%, rgb(255 95 39) 20%, rgba(255, 193, 7, 0) 50%);
  z-index: -1;
}

.home_2 .wsus__category_item {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}

.home_2 .wsus__about_us_img {
  overflow: hidden;
}

.wsus__about_us_2 .wsus__about_us_img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/about_mask_img.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  mix-blend-mode: screen;
}

.wsus_about_us_text_2 .about_description {
  margin-top: 30px;
}

.wsus_about_us_text_2 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  border-top: 1px solid #eee;
  margin-top: 25px;
  padding-top: 25px;
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.wsus_about_us_text_2 ul li {
  position: relative;
  width: 47%;
  padding-left: 35px;
  line-height: 26px;
  color: var(--paraColor);
  font-size: 16px;
  font-weight: 400;
}

.wsus_about_us_text_2 ul li::after {
  position: absolute;
  content: "\f00c";
  font-family: "font awesome 5 free";
  font-weight: 600;
  font-size: 12px;
  top: 0;
  left: 0;
  color: var(--colorRed);
  border: 1px dashed var(--colorRed);
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.wsus__about_2_text_img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 50px;
}

.wsus__about_2_text_img h3 {
  font-weight: 900;
  font-size: 44px;
}

.wsus__about_2_text_img h3 span {
  display: block;
  color: var(--paraColor);
  text-transform: capitalize;
}

.wsus__about_2_text_img img {
  width: 130px !important;
}

.wsus__counter2_area {
  background: #F1F6F7;
  padding: 35px 50px;
  position: relative;
  top: -70px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.wsus__counter_2_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.wsus__counter_2_item .icon {
  width: 65px;
  height: 65px;
  padding: 15px;
  background: var(--colorPrimary);
  color: var(--colorBlack);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.wsus__counter_2_item .text {
  border-left: 1px solid #ffc10742;
  padding-left: 20px;
  margin-left: 20px;
}

.wsus__counter_2_item .text h3 {
  position: relative;
  font-size: 32px;
  font-weight: 900;
}

.wsus__counter_2_item .text p {
  text-transform: capitalize;
  margin-top: 5px;
  font-size: 16px;
  opacity: 0.8;
}

.wsus__counter_and_donate .wsus__video_donate_text {
  padding: 40px;
  background: #ffffff4a;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.wsus__counter_and_donate .wsus__video_donation_box ul li {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.wsus__counter_and_donate .wsus__video_donate_text p {
  opacity: .8;
}

.wsus__campaign_2 {
  margin-bottom: -25px;
}

.wsus__campaign_card_2:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.wsus__campaign_card_2 .text {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: var(--colorWhite);
  padding: 20px 25px 20px 25px;
  position: relative;
  width: 90%;
  left: 5%;
  right: 5%;
  top: -25px;
  z-index: 2;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.wsus__campaign_card_2 .text .donate_progressbar p,
.wsus__campaign_card_2 .text .rising_goal span {
  font-size: 16px;
}

.wsus__services_2 .wsus__service_item {
  padding: 0;
  border: none;
  overflow: initial;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.wsus__services_2 .wsus__service_item::after {
  display: none;
}

.wsus__services_2 .wsus__service_item .icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin: 0;
  z-index: 2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.wsus__services_2 .wsus__service_item .text {
  text-align: left;
  margin-left: 40px;
  background: #f6fcff;
  padding: 20px 20px 20px 55px;
  border-left: 4px solid #ddd;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
}

.wsus__services_2 .wsus__service_item .text a {
  font-size: 22px;
  display: inline-block;
  transform: skewX(10deg);
  -webkit-transform: skewX(10deg);
  -moz-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  -o-transform: skewX(10deg);
}

.wsus__services_2 .wsus__service_item .text p {
  text-align: left;
  font-size: 16px;
  padding-left: 10px;
  transform: skewX(10deg);
  -webkit-transform: skewX(10deg);
  -moz-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  -o-transform: skewX(10deg);
  margin-bottom: 0;
}

.wsus__services_2 .wsus__service_item::after {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.event_and_text_bg {
  position: relative;
}

.event_and_text_bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/home_2_bg_shapes.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: -1;
}

.wsus__event_2 .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.wssus__event_item_2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: var(--colorWhite);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-top: 25px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.wssus__event_item_2 .img {
  display: block;
  width: 180px;
  height: 240px;
  overflow: hidden;
  margin: 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.wssus__event_item_2:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.wssus__event_item_2 .text {
  width: 215px;
  padding: 10px;
}

.wssus__event_item_2 .text ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.wssus__event_item_2 .text ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px 5px;
  color: var(--paraColor);
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
}

.wssus__event_item_2 .text ul li span {
  display: block;
  width: 15px;
}

.wssus__event_item_2 .text a {
  font-size: 18px;
}

.wssus__event_item_2 .text p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 5px;
}

.wsus__testimonial_2_bg {
  position: relative;
  border: 1px solid rgba(10, 37, 64, 0.06);
  padding: 90px 80px;
  background: var(--colorWhite);
  z-index: 1;
  margin-top: -200px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.wsus__testimonial_2_bg::after {
  position: absolute;
  content: "";
  background: url(../images/testimonial_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.wsus__testimonial_2 .rating {
  color: var(--ratingColor);
}

.wsus__testimonial_2 .descroption {
  font-size: 18px;
  line-height: 30px;
  margin-top: 12px;
  margin-bottom: 30px;
}

.wsus__testimonial_2_footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.wsus__testimonial_2_footer .img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 15px;
}

.wsus__testimonial_2_footer h3 {
  color: var(--colorBlack);
  font-size: 18px;
  font-weight: 600;
}

.wsus__testimonial_2_footer h3 span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 5px;
}

.wsus__testimonial_2_area .slick-slider {
  position: initial;
}

.wsus__testimonial_2_area .slick-dots {
  justify-content: start;
}

.wsus__testimonial_2_area .nextArrow,
.wsus__testimonial_2_area .prevArrow {
  position: absolute;
  right: auto;
  left: 147px;
  top: auto;
  bottom: 100px;
}

.wsus__testimonial_2_area .prevArrow {
  left: 82px;
}

.wsus__volunteer_2_area .wsis__single_volunteer {
  box-shadow: rgb(100 100 111 / 13%) 0px 2px 14px 0px;
  margin-bottom: 5px;
  border: none;
  padding: 0;
}

.wsus__volunteer_2_area .wsis__single_volunteer .img {
  height: 350px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.wsus__volunteer_2_area .wsis__single_volunteer .text {
  padding: 20px 20px 15px 20px;
}

.wsus__single_blog_2 {
  display: block;
  height: 360px;
  overflow: hidden;
  position: relative;
  margin-top: 25px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.wsus__single_blog_2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}

.wsus__single_blog_2 .text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 55px 30px 20px 30px;
  width: 100%;
  background: linear-gradient(0deg, rgb(255 95 39) 0%, rgb(251 97 44 / 72%) 70%, rgba(255, 193, 7, 0) 100%);
}

.wsus__single_blog_2 .text .title {
  color: var(--colorWhite);
  background-image: linear-gradient(var(--colorWhite), var(--colorWhite)), linear-gradient(var(--colorWhite), var(--colorWhite));
}

.wsus__single_blog_2 .tags {
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  top: 30px;
  right: 30px;
  background: var(--colorPrimary);
  color: var(--colorBlack);
  padding: 6px 15px 4px 15px;
  z-index: 1;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.wsus__single_blog_2 .tags:hover {
  background: var(--colorBlack);
  color: var(--colorWhite);
}

.wsus__single_blog_2 .text ul {
  margin-bottom: 5px;
  gap: 30px;
}

.wsus__single_blog_2 .text ul li {
  color: var(--colorWhite);
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.wsus__single_blog_2 .text ul li::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: var(--colorWhite);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: 9px;
  right: -17px;
}

.wsus__single_blog_2 .text ul li:last-child::after {
  display: none;
}

.wsus__single_blog_2:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.wsus__footer_2 {
  overflow: initial;
}

.wsus__footer_2::after {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  background: url(../images/footer_2_banner_love.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 190px;
  right: 50px;
}

.wsus__footer_2::before {
  display: none;
}

.wsus__footer_2_overlay {
  background: #000000bd;
}

.wsus__footer_2_newsletter {
  margin-bottom: 40px;
}

.wsus__footer_2_newsletter .text_area {
  padding: 30px 30px 30px 147px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: var(--colorBlack);
  position: relative;
  z-index: 1;
  top: -35px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.wsus__footer_2_newsletter .text_area::after {
  position: absolute;
  content: "";
  width: 1000%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.wsus__footer_2_newsletter .text {
  width: 30%;
}

.wsus__footer_2_newsletter .text h2 {
  font-size: 30px;
  font-weight: 900;
  color: var(--colorWhite);
}

.wsus__footer_2_newsletter .text p {
  font-size: 12px;
  font-weight: 500;
  color: var(--colorWhite);
}

.wsus__footer_2_newsletter form {
  position: relative;
  padding: 5px;
  width: 65%;
  background: var(--colorWhite);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.wsus__footer_2_newsletter form input {
  background: none;
  border: none;
  color: var(--colorBlack);
  padding: 15px 25px;
}

.wsus__footer_2_newsletter form input::placeholder {
  color: var(--colorBlack);
  opacity: .5;
}

.wsus__footer_2_newsletter form button {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.wsus__footer_2_banner {
  height: 508px;
  margin-top: -199px;
  position: relative;
  z-index: 2;
}

.wsus__footer_2_banner img {
  border-radius: 150px 0px 0px 0px;
  -moz-border-radius: 150px 0px 0px 0px;
  -ms-border-radius: 150px 0px 0px 0px;
  -o-border-radius: 150px 0px 0px 0px;
  -webkit-border-radius: 150px 0px 0px 0px;
}

.wsus__footer_2_banner::after {
  position: absolute;
  content: "";
  width: 130px;
  height: 130px;
  background: url(../images/banner_bg_shapes.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: -35px;
  z-index: -1;
}

.wsus__footer_2_link h3,
.wsus__footer_2_logo_area h3 {
  color: var(--colorWhite);
  font-size: 20px;
  font-weight: 900;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.wsus__footer_2_link ul li a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: var(--colorWhite);
  opacity: .7;
  margin-top: 15px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.wsus__footer_2_link ul li a:hover {
  color: var(--colorPrimary);
  opacity: 1;
}

.wsus__footer_2_logo_area .footer_2_logo {
  display: inline-block;
  width: 135px;
}

.wsus__footer_2_logo_area p {
  margin-top: 35px;
  margin-bottom: 35px;
  color: var(--colorWhite);
  opacity: .7;
  font-size: 16px;
}

.wsus__footer_2_logo_area ul {
  gap: 6px;
}

.wsus__footer_2_logo_area ul li a {
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--colorWhite);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.wsus__footer_2_logo_area ul li a:hover {
  background: var(--colorRed) !important;
  border-color: var(--colorRed) !important;
  color: var(--colorWhite);
}

.wsus__footer_2_copyright {
  border-top: 1px solid #eeeeee21;
  margin: 0 !important;
}

.wsus__footer_2_copyright_text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
}

.wsus__footer_2_copyright_text p {
  font-size: 16px;
  color: #cecece;
}

.wsus__footer_2_copyright_text p span {
  color: var(--colorPrimary);
}

/* footer end */

.wsus__testimonial_2 {
  margin: 0px 12px;
}


.home_2 .wsus__video_donate_bottom h4 {
  color: var(--colorRed);
}

.home_2 .wsus__common_btn,
.home_2 .main_menu .menu_right .user_icon .user_link,
.home_2 .play_btn,
.home_2 .wsus__counter_2_item .icon,
.home_2 .wsus__video_donation_box .input_box span,
.wsus__single_blog_2 .tags {
  background: var(--colorRed);
  color: var(--colorWhite);
}

.home_2 .wsus__common_btn::after,
.home_2 .menu_right .wsus__common_btn:hover::after {
  color: var(--colorWhite);
}

.home_2 .wsus__banner .circle_box svg {
  fill: var(--colorWhite);
}

.home_2 .navbar-nav .nav-item .sub_menu li:hover a,
.home_2 .navbar-nav .nav-item .sub_menu li a.active,
.home_2 .menu_right .user_icon ul li a:hover,
.home_2 .wsus__video_donation_box ul li:hover,
.home_2 .section_heading h5,
.wsus__footer_2_link ul li a:hover,
.wsus__footer_2_copyright_text p span {
  color: var(--colorRed);
}

.home_2 .section_heading h5::after,
.home_2 .section_heading h5::before,
.home_2 .play_btn::after {
  background: var(--colorRed);
}

.home_2 .barfiller .fill {
  background: var(--colorRed) !important;
}

.home_2 .wsus__video_donation_box ul li.active {
  background: var(--colorRed) !important;
  color: var(--colorWhite) !important;
}

.home_2 .slick-dots li.slick-active button {
  background: var(--colorRed);
  border-color: var(--colorRed);
}

.home_2 .nextArrow:hover,
.home_2 .prevArrow:hover {
  background: var(--colorRed);
  border-color: var(--colorRed);
  color: var(--colorWhite);
}

.home_2 .wsus__single_brand:hover {
  border-color: var(--colorRed);
}

.wsus__footer_2::after,
.wsus__footer_2_banner::after {
  filter: brightness(0) saturate(100%) invert(56%) sepia(41%) saturate(6095%) hue-rotate(343deg) brightness(100%) contrast(104%);
}

.home_2 .wsus__banner .slick-dots li button::after {
  background: #ff5f272e;
}

/*===========================
  Home page 02 end
===========================*/


/*===========================
  Home page 03 start
===========================*/
.wsus__banner_3 {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
  z-index: 1;
  height: 100vh;
}

.wsus__banner_3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  background: url(../images/banner_wave_shapes.svg);
  background-position: center;
  background-repeat: no-repeat !important;
  background-size: cover;
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.wsus__banner_3::before {
  position: absolute;
  content: "";
  width: 180px;
  height: 505px;
  background: url(../images/home3_shapes_line.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: -5px;
}

.wsus__banner_3 .container::before {
  position: absolute;
  content: "";
  width: 180px;
  height: 105px;
  background: url(../images/home3_shapes_hand1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 80px;
  left: -2px;
  animation: zoom_animi linear 3s infinite alternate;
  -webkit-animation: zoom_animi linear 3s infinite alternate;
}

.wsus__banner_3_overlay {
  background: linear-gradient(200deg, rgba(0, 31, 26, 0.84) 0%, rgba(1, 9, 5, 0.84) 100%);
  padding-top: 75px;
}

.wsus__banner_3 div {
  height: 100%;
}

.wsus__banner_3_text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.wsus__banner_3_text h5 {
  color: var(--colorPrimary);
  position: relative;
  font-family: var(--cursiveFont);
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 24px;
}

.wsus__banner_3_text h1,
.wsus__banner_3_text h1 span {
  font-family: var(--headingFont);
  color: var(--colorWhite);
  font-weight: 800;
  font-size: 82px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 0 !important;
}

.wsus__banner_3_text h1 span.ah-words-wrapper {
  font-style: italic;
  padding: 0 !important;
  margin: 0 !important;
  color: var(--colorPrimary);
  text-transform: capitalize;
}

.ah-headline.loading-bar .ah-words-wrapper::after {
  background: var(--colorPrimary) !important;
}

.wsus__banner_3_text p {
  color: var(--colorWhite);
  opacity: 0.7;
  margin-bottom: 70px;
  max-width: 85%;
}

.home_3 .main_menu {
  top: 0;
  border-bottom: 1px solid #ffffff1a;
}

.home_3 .menu_right a.wsus__common_btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.home_3 .menu_right a.wsus__common_btn svg {
  width: 20px;
  margin-right: 5px;
  margin-top: -2px;
}

.home_3 .menu_right .menu_toggle_icon {
  width: 54px;
  height: 54px;
  color: var(--colorPrimary);
  background: #ffffff33;
  padding: 12px;
  margin-left: 10px;
  cursor: pointer;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.home_3 .menu_right .menu_toggle_icon:hover {
  background: var(--colorPrimary);
  color: var(--colorBlack);
}

.wsus__banner_3_img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wsus__banner_3_img .img {
  width: 500px;
  height: 645px;
  position: relative;
  margin-left: 100px;
  z-index: 1;
}

.home_3 .wsus__category_item {
  border: 1px solid #eee;
}

.home_3 .wsus__category_item .img {
  width: 100%;
  height: 190px;
  box-shadow: none;
  border: 5px solid var(--colorWhite);
  overflow: hidden;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.home_3 .wsus__category_item .img img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.home_3 .wsus__category_item .img::after {
  display: none;
}

.home_3 .wsus__category_item h3 {
  margin-bottom: 15px;
  margin-top: 15px;
}

.home_3 .wsus__about_us_2 .section_heading,
.home_3 .wsus__about_us_2 .section_heading h5,
.home_3 .wsus__about_us_2 .section_heading h2 {
  text-align: left;
}

.home_3 .section_heading h5 {
  font-size: 15px;
  font-weight: 600;
  border: 0;
  padding: 7px 15px 5px 15px;
  text-transform: uppercase;
  color: var(--colorBlack);
  background: #f1f1f1;
}

.home_3 .wsus__about_us_img::after {
  display: none;
}

.home_3 .wsus_about_us_text_2 {
  padding-left: 50px;
}

.wsus__counter_3 {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding-left: 305px;
  position: relative;
}

.wsus__counter_3::before,
.wsus__counter_3::after {
  position: absolute;
  content: "";
  background: url("../images/line_shapes_white.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 50px;
  top: -20px;
  left: 0;
  z-index: 1;
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1270%) hue-rotate(286deg) brightness(118%) contrast(100%);
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1270%) hue-rotate(286deg) brightness(118%) contrast(100%);
}

.wsus__counter_3::after {
  top: auto;
  bottom: -30px;
}

.wsus__counter_3_area {
  padding-bottom: 8px;
}

.wsus__counter_3_area .section_heading,
.wsus__counter_3_area .section_heading h2,
.wsus__counter_3_area .section_heading p {
  text-align: left;
  color: var(--colorWhite);
}

.wsus__counter_3_area .section_heading h2 {
  margin-top: 0;
}

.wsus__counter_3_area .section_heading p {
  margin-top: 10px;
  margin-bottom: 40px;
  opacity: .8;
}

.wsus__counter_3_area ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  gap: 10px;
}

.wsus__counter_3_area ul li {
  width: 49%;
  padding: 30px;
  background: #00000033;
}

.wsus__counter_3_area ul li h3,
.wsus__counter_3_area ul li h3 span {
  font-size: 32px;
  font-weight: 900;
  color: var(--colorPrimary);
}

.wsus__counter_3_area ul li p {
  text-transform: capitalize;
  margin-top: 5px;
  font-size: 16px;
  opacity: 0.8;
  color: var(--colorWhite);
}

.wsus__counter_3_img {
  position: relative;
}

.wsus__counter_3_img::after {
  position: absolute;
  content: "";
  background: url("../images/footer_2_banner_love.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  top: -14px;
  right: 0;
  z-index: 1;
}

.wsus__counter_3_img img {
  height: 700px !important;
}

.wsus__counter_3_img .play_btn {
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.wsus__campaign_3 {
  position: relative;
}

.wsus__campaign_3::before {
  position: absolute;
  content: "";
  background: url("../images/home3_shapes_hand1.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 300px;
  height: 175px;
  top: 100px;
  right: -65px;
  z-index: 1;
  transform: rotate(160deg);
  -webkit-transform: rotate(160deg);
  -moz-transform: rotate(160deg);
  -ms-transform: rotate(160deg);
  -o-transform: rotate(160deg);
}

.wsus__campaign_3::after {
  position: absolute;
  content: "";
  background: url("../images/hand_shapes.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  bottom: 0;
  left: 50px;
  z-index: -1;
  transform: rotate(160deg);
  -webkit-transform: rotate(160deg);
  -moz-transform: rotate(160deg);
  -ms-transform: rotate(160deg);
  -o-transform: rotate(160deg);
  animation: zoom_animi linear 3s infinite alternate;
  -webkit-animation: zoom_animi linear 3s infinite alternate;
}

.wsus__campaign_3 .wsus__campaign_card,
.wsus__campaign_3 .wsus__campaign_card .img {
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.wsus__campaign_card_2 .img,
.wsus__campaign_3 .wsus__campaign_card .img {
  height: 260px;
}

.wsus__campaign_3 .wsus__campaign_card .img span {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.wsus__campaign_3 .wsus__campaign_card .text {
  padding: 25px 25px 20px 25px;
}

.wsus__event_3_banner {
  position: relative;
  margin-top: 25px;
  margin-right: 12px;
  z-index: 1;
}

.wsus__event_3_banner .img {
  height: 638px;
  overflow: hidden;
}

.wsus__event_3_banner .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000c9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 30px;
}

.wsus__event_3_banner .text .section_heading,
.wsus__event_3_banner .text h5,
.wsus__event_3_banner .text h2 {
  text-align: left;
}

.wsus__event_3_banner .text h2 {
  color: var(--colorWhite);
  font-size: 42px;
}

.wsus__event_3_banner .text p {
  color: var(--colorWhite);
  opacity: .8;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 16px;
}

.wsus__event_3_banner .text a:hover,
.wsus__event_3_banner .text a::after {
  color: var(--colorBlack);
}

.wsus__event_3_banner .text a::before {
  background: var(--colorWhite);
}

.wsus__event_3_banner svg {
  position: absolute;
  width: 600px;
  height: 600px;
  top: 0;
  left: 50%;
  color: var(--colorPrimary);
  z-index: -1;
  opacity: .5;
}

.wsus__event_item_3 {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #eee;
  margin-top: 25px;
}

.wsus__event_item_3 .img {
  width: 350px;
  height: 200px;
}

.wsus__event_item_3 .text {
  width: 52%;
}

.wsus__event_item_3 .text ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 30px;
}

.wsus__event_item_3 .text ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.wsus__event_item_3 .text ul li span {
  display: block;
  width: 18px;
  margin-top: -2px;
  margin-right: 5px;
}

.wsus__event_3 .wssus__event_item_2 {
  position: relative;
  z-index: 1;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  box-shadow: none;
  border: 1px solid #eee;
  margin: 25px 12px 0px 0px;
}

.wsus__event_3 .wssus__event_item_2 .img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.wsus__event_3 .wssus__event_item_2 .text {
  width: 213px;
}

.wsus__event_3_area {
  position: relative;
  z-index: 1;
}

.wsus__event_3_area .nextArrow,
.wsus__event_3_area .prevArrow {
  top: auto;
  bottom: -87px;
  right: auto;
  left: 60px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.wsus__event_3_area .nextArrow {
  background: var(--colorPrimary);
  color: var(--colorBlack);
}

.wsus__event_3_area .prevArrow {
  left: 0;
}

.wsus__event_3_area::after {
  position: absolute;
  content: "";
  background: rgba(4, 6, 24, 0.10);
  width: 64%;
  height: 1px;
  bottom: 26px;
  left: 13%;
}

.wsus__donation_3 {
  position: relative;
}

.wsus__donation_3_bg {
  position: absolute;
  width: 100%;
  height: 450px;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

.wsus__donation_3_bg::before,
.wsus__donation_3_bg::after {
  position: absolute;
  content: "";
  background: url("../images/line_shapes_white.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 50px;
  top: -20px;
  left: 0;
  z-index: 1;
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1270%) hue-rotate(286deg) brightness(118%) contrast(100%);
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1270%) hue-rotate(286deg) brightness(118%) contrast(100%);
}

.wsus__donation_3_bg::after {
  top: auto;
  bottom: -30px;
}

.wsus__donation_3 .wsus__video_donate_text_top {
  top: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.wsus__donation_3 .wsus__video_donate_text,
.wsus__donation_3 .input_box span,
.wsus__donation_3 .wsus__video_donation_box input,
.wsus__donation_3 .wsus__video_donation_box ul li {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.wsus__donation_3 .wsus__video_donate_img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.home_3 .wsus__service_item .text {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  transform: skewX(0deg);
  -webkit-transform: skewX(0deg);
  -moz-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  -o-transform: skewX(0deg);
}

.home_3 .wsus__service_item .icon {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.home_3 .wsus__service_item .text a {
  transform: skewX(0deg);
  -webkit-transform: skewX(0deg);
  -moz-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  -o-transform: skewX(0deg);
}

.home_3 .wsus__service_item .text p {
  transform: skewX(0deg);
  -webkit-transform: skewX(0deg);
  -moz-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  -o-transform: skewX(0deg);
  padding-left: 0;
}

.wsus__become_volunteer_3 .text {
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.wsus__become_volunteer_3 .text .overlay {
  height: 100%;
  padding: 40px;
  background: #000000c4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  position: relative;
}

.wsus__become_volunteer_3 .overlay::after {
  position: absolute;
  content: "";
  background: url("../images/footer_2_banner_love.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  bottom: -30px;
  right: -30px;
  z-index: 1;
}

.wsus__become_volunteer_3 .text h2 {
  font-size: 48px;
  font-weight: 800;
  color: var(--colorWhite);
}

.wsus__become_volunteer_3 .text p {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 25px;
  color: var(--colorWhite);
  opacity: .9;
}

.wsus__become_volunteer_3 .text ul {
  margin-bottom: 50px;
}

.wsus__become_volunteer_3 .text ul li {
  position: relative;
  padding-left: 35px;
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 12px;
  color: var(--colorWhite);
  opacity: .9;
}

.wsus__become_volunteer_3 .text ul li::after {
  position: absolute;
  content: "\f00c";
  font-family: "font awesome 5 free";
  font-weight: 600;
  font-size: 12px;
  top: 0;
  left: 0;
  color: var(--colorPrimary);
  border: 1px dashed var(--colorPrimary);
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.wsus__become_volunteer_3 .img {
  height: 640px;
  overflow: hidden;
}

.wsus__become_volunteer_3 .text a:hover,
.wsus__become_volunteer_3 .text a::after {
  color: var(--colorBlack);
}

.wsus__become_volunteer_3 .text a::before {
  background: var(--colorWhite);
}

.home_3 .wsus__single_brand {
  border: none;
  background: #f6fcff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.home_3 .wsus__brand .nextArrow,
.home_3 .wsus__brand .prevArrow {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.home_3 .wsus__single_blog {
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.home_3 .wsus__single_blog .img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.home_3 .wsus__single_blog .text {
  padding: 30px 30px 22px 30px;
}

.home_3 footer::after {
  position: absolute;
  content: "";
  background: url("../images/line_shapes_black.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 85px;
  top: -40px;
  left: 0;
  z-index: 1;
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1270%) hue-rotate(286deg) brightness(118%) contrast(100%);
}

.wsus__faq_3 {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}

.wsus__faq_3::before,
.wsus__faq_3::after {
  position: absolute;
  content: "";
  background: url("../images/line_shapes_white.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 50px;
  top: -20px;
  left: 0;
  z-index: 1;
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1270%) hue-rotate(286deg) brightness(118%) contrast(100%);
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1270%) hue-rotate(286deg) brightness(118%) contrast(100%);
}

.wsus__faq_3::after {
  top: auto;
  bottom: -30px;
}

.wsus__faq_3 .wsus__faq_text .accordion-item,
.wsus__faq_3 .wsus__faq_text .accordion-header button {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.wsus__faq_3_img {
  margin-top: 25px;
  position: relative;
  height: 635px;
}

.wsus__faq_3_area {
  border-left: 2px solid var(--colorPrimary);
  padding-left: 50px;
  margin-top: 25px;
}

.home_3 .wsus__common_btn,
.home_3 .wsus__common_btn::before {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.home_3_offcanvas {
  z-index: 9999;
  background: var(--colorBlack);
}

.home_3_offcanvas .btn-close {
  position: absolute;
  width: 42px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  padding: 0;
  z-index: 1;
  background: var(--colorRed);
  top: 0;
  right: 0;
  color: var(--colorWhite);
  opacity: 1;
  box-shadow: none;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.home_3_offcanvas .btn-close:hover {
  background: var(--colorPrimary);
  border-color: var(--colorPrimary);
  color: var(--colorBlack);
}

.home_3_offcanvas .offcanvas-body {
  padding: 50px;
}

.home_3_offcanvas .offcanvas_logo {
  display: inline-block;
  width: 165px;
}

.home_3_offcanvas .short_description {
  color: var(--colorWhite);
  opacity: .6;
  margin-top: 10px;
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.wsus__offcanvas_blog {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  padding-bottom: 40px;
  margin-bottom: 35px;
}

.wsus__offcanvas_link h3,
.wsus__offcanvas_blog h3 {
  color: var(--colorWhite);
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
}

.wsus__offcanvas_blog ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
}

.wsus__offcanvas_blog ul li .img {
  width: 90px;
  height: 90px;
  overflow: hidden;
  margin-right: 15px;
}

.wsus__offcanvas_blog ul li .text {
  width: 60%;
}

.wsus__offcanvas_blog ul li .text p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.70);
  margin-bottom: 5px;
}

.wsus__offcanvas_blog ul li .text p i {
  color: var(--colorWhite);
  margin-right: 5px;
}

.wsus__offcanvas_blog ul li .text a {
  color: var(--colorWhite);
  font-size: 18px;
  background-image: linear-gradient(var(--colorWhite), var(--colorWhite)), linear-gradient(var(--colorWhite), var(--colorWhite));
}

.wsus__offcanvas_link ul {
  gap: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  padding-bottom: 40px;
  margin-bottom: 27px;
}

.wsus__offcanvas_link ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--colorWhite);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.wsus__offcanvas_link ul li a.facebook {
  background: #3B5998;
}

.wsus__offcanvas_link ul li a.twitter {
  background: #55ACEE;
}

.wsus__offcanvas_link ul li a.instagram {
  background: #3F729B;
}

.wsus__offcanvas_link ul li a.youtube {
  background: #CD201F;
}

.wsus__offcanvas_contact .call {
  color: var(--colorWhite);
  font-size: 18px;
  font-weight: 800;
  display: block;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.wsus__offcanvas_contact .mail {
  color: var(--colorWhite);
  font-size: 15px;
  font-weight: 400;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.wsus__offcanvas_contact .call:hover,
.wsus__offcanvas_contact .mail:hover {
  color: var(--colorPrimary);
}

.home_3_offcanvas .language_currency {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  margin-bottom: 40px;
  background: #ffffff3b;
  position: relative;
  z-index: 1;
}

.home_3_offcanvas .language_currency>li {
  width: 50%;
  border-right: 1px solid var(--colorBlack);
}

.home_3_offcanvas .language_currency>li:last-child {
  border: none;
}

.home_3_offcanvas .language_currency .nice-select {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.home_3_offcanvas .language_currency .nice-select .current {
  color: var(--colorWhite);
  font-size: 16px;
}

.home_3_offcanvas .language_currency .nice-select:after {
  border-bottom: 2px solid var(--colorWhite);
  border-right: 2px solid var(--colorWhite);
  right: 25px;
}

.home_3_offcanvas .wsus__offcanvas_contact {
  padding-top: 5px;
}

.home_3_offcanvas .nice-select .list {
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.home_3 .offcanvas-backdrop.show {
  opacity: .7;
}

.home_3 .main_menu .navbar-toggler {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.home_3 .barfiller {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.home_3 .barfiller .fill,
.home_3 .barfiller .tipWrap .tip,
.home_3 .main_menu .navbar-nav .nav-item .sub_menu,
.home_3 .main_menu .menu_right .user_icon ul {
  border-radius: 0;
}

.home_3 .wsus_about_us_text_2 ul li::after {
  color: var(--colorPrimary);
  border: 1px dashed var(--colorPrimary);
}

/*===========================
  Home page 03 end
===========================*/


/*=================================
 Become a volunteer start
=================================*/
.become_volunteer_page_text p {
  margin-top: 20px;
  font-size: 16px;
}

.become_volunteer_page_text h1,
.become_volunteer_page_text h2,
.become_volunteer_page_text h3,
.become_volunteer_page_text h4,
.become_volunteer_page_text h5,
.become_volunteer_page_text h6 {
  font-weight: 800;
  margin-top: 30px;
}

.become_volunteer_page_text h1 {
  font-size: 30px;
}

.become_volunteer_page_text h2 {
  font-size: 26px;
}

.become_volunteer_page_text h3 {
  font-size: 22px;
}

.become_volunteer_page_text h4 {
  font-size: 18px;
}

.become_volunteer_page_text h5,
.become_volunteer_page_text h6 {
  font-size: 16px;
}

.become_volunteer_page_text ul,
.become_volunteer_page_text ol {
  margin-top: 20px;
}

.become_volunteer_page_text ul li,
.become_volunteer_page_text ol li {
  font-size: 16px;
  font-weight: 400;
  margin: 12px 0px;
  padding-left: 30px;
  position: relative;
}

.become_volunteer_page_text ul li::after,
.become_volunteer_page_text ol li::after {
  position: absolute;
  content: "\f00c";
  font-family: "font awesome 5 free";
  font-weight: 600;
  font-size: 11px;
  top: 0;
  left: 0;
  color: var(--colorPrimary);
  border: 1px dashed var(--colorPrimary);
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.become_volunteer_page_form h2 {
  font-weight: 800;
  margin-bottom: 30px;
  font-size: 22px;
}

.become_volunteer_page_form {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 40px;
  margin-top: 35px;
  border-radius: 16px;
}

.become_volunteer_page_form .wsus__login_form_input {
  margin-top: 0;
  margin-bottom: 20px;
}

.wsus__login_form_input label {
  font-size: 16px;
}

.become_volunteer_page_form .nice-select:after {
  margin-top: -6px;
  right: 22px;
}

.become_volunteer_page_form .nice-select .option.selected {
  font-weight: 400;
}

.become_volunteer_page_form .current {
  color: var(--colorBlack);
  font-size: 16px;
  font-weight: 500;
}

.become_volunteer_page_form .nice-select .list {
  width: 100%;
}

.wsus__login_form_input .form-check input {
  margin-top: 2px;
}

.wsus__login_form_input .form-check label a {
  color: var(--colorBlue);
}

.wsus__login_form_input .nice-select {
  width: 100%;
  padding: 12px 20px;
  outline: none;
  resize: none;
  border: 1px solid #e4e7e9;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  height: 50px;
  line-height: 24px;
}

.wsus__login_form_input textarea {
  margin-bottom: -8px;
}

.wsus__login_form_input input[type=file] {
  padding: 6px 7px;
}

.wsus__login_form_input input[type=file]::file-selector-button {
  margin-right: 10px;
  border: none;
  background: var(--colorPrimary);
  padding: 6px 15px;
  color: var(--colorBlack);
  cursor: pointer;
  transition: linear .2s ease-in-out;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-transition: background .2s ease-in-out;
  -moz-transition: linear .2s ease-in-out;
  -ms-transition: linear .2s ease-in-out;
  -o-transition: linear .2s ease-in-out;
}

.wsus__login_form_input input[type=file]::file-selector-button:hover {
  background: var(--colorBlack);
  color: var(--colorWhite);
}

/*=================================
 Become a volunteer end
=================================*/

.donation_success_text {
  text-align: center;
}

.donation_success_text .img {
  width: 125px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.donation_success_text h6 {
  font-size: 32px;
  font-weight: 700;
}

.donation_success_text p {
  margin-top: 5px;
}

.donation_success_text a {
  margin-top: 30px !important;
}

.wsus__campaign_page .alert,
.wsus__volunteer_page .alert {
  background: var(--lightBg);
  border: none;
  border-radius: 100px;
}

.wsus__campaign_page .alert span {
  font-size: 16px;
  margin-left: 10px;
}

.cm-wrapper button.cm__btn {
  border: none !important;
  border-radius: 50px !important;
  padding: 14px 25px !important;
}

.cm-wrapper .cm__btn--secondary {
  color: white !important;
}

#cc-main .pm__close-btn {
  background: var(--colorRed) !important;
  border: none !important;
  border-radius: 50% !important;
}

#cc-main .pm__close-btn span svg {
  stroke: var(--colorWhite) !important;
}

.pm__footer .pm__btn--secondary {
  background: var(--colorPrimary) !important;
  border: none !important;
  color: var(--colorBlack) !important;
  border-radius: 50px !important;
  padding: 14px 25px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

#cc-main .section__toggle:checked~.toggle__icon {
  background: #4caf50 !important;
}

#cc-main .cm__btn[data-role="all"] {
  background-color: var(--colorPrimary);
  color: var(--colorBlack);
}