/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins:wght@400;600;700&display=swap');
 */

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSans-Bold.woff2") format("woff2"),
    url("../fonts/OpenSans-Bold.woff") format("woff"),
    url("../fonts/OpenSans-Bold.ttf") format("truetype"),
    url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSans-Regular.woff2") format("woff2"),
    url("../fonts/OpenSans-Regular.woff") format("woff"),
    url("../fonts/OpenSans-Regular.ttf") format("truetype"),
    url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Bold.woff2") format("woff2"),
    url("../fonts/Poppins-Bold.woff") format("woff"),
    url("../fonts/Poppins-Bold.ttf") format("truetype"),
    url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSans-SemiBold.woff2") format("woff2"),
    url("../fonts/OpenSans-SemiBold.woff") format("woff"),
    url("../fonts/OpenSans-SemiBold.ttf") format("truetype"),
    url("../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-Regular.eot");
  src: url("Poppins-Regular.eot?#iefix") format("embedded-opentype"),
    url("Poppins-Regular.woff2") format("woff2"),
    url("Poppins-Regular.woff") format("woff"),
    url("Poppins-Regular.ttf") format("truetype"),
    url("Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("../fonts/Poppins-SemiBold.woff") format("woff"),
    url("../fonts/Poppins-SemiBold.ttf") format("truetype"),
    url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans";
}
h1,
h2,
h3 {
  font-family: "Poppins";
}
p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  font-family: "Open Sans";
  font-weight: normal;
  margin-bottom: 1.5rem;
}
p:last-child {
  margin-bottom: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a:hover,
a,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

/* common */
.blue_button {
  padding: 0.9375rem 1.875rem !important;
  background-color: #532d84 !important;
  border-radius: 0.25rem;
  font-weight: 600 !important;
  color: #f6f6f6 !important;
  border: none;
}
.blue_button.disable{background: rgba(0, 0, 0, 0.40) !important; color: #F6F6F6 !important;   pointer-events: none;
  cursor: default;}
.padding_80 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.heading1 {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  font-family: "Open Sans";
}
.f-bold {
  font-weight: bold;
}
.m-b24 {
  margin-bottom: 1.5rem;
}
.mt-10 {
  margin-top: 10px;
}

/* Header Navbar */
.header {
  background-color: #fff;
  padding: 0 3.75rem;
}
.header .megasubmenu {
  padding: 1rem 0.5rem;
}

.header .dropdown-large {
  padding: 1rem;
}

.header .dropdown-menu {
  animation: slideUp 0.4s ease-in-out;
}

@keyframes slideUp {
  from {
    transform: translateY(8px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.header .nav-item .dropdown-large {
  padding: 2rem 1.5rem;
}
.header .nav-item .dropdown-large {
  min-width: 29.25rem;
}

.header .navbar .nav-item .nav-link::before {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0;
  bottom: 0;
  background: transparent;
  transition: all 0.3s;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}

.header .navbar .nav-item:hover .nav-link::before {
  width: 100%;
  background: #532d84;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #fff;
}
.list_menu li {
  margin-bottom: 1.5rem;
  line-height: 1.1rem;
}
.list_menu li:last-child {
  margin-bottom: 0;
}
.list_menu li a {
  color: #00000099;
  font-size: 0.75rem;
  transition: color 0.3s ease-in-out;
  line-height: 1.25rem;
}
.list_menu li a span {
  position: relative;
  color: #000;
  display: block;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.list_menu li:hover a {
  color: #000;
  transition: 0.3s;
  transition: color 0.3s ease-in-out;
}
.list_menu li:hover a span {
  color: #532d84;
  transition: color 0.3s ease-in-out;
}
.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.list_menu li a span::after {
  content: url(../images/left_arrow.svg);
  /* position: absolute; */
  display: inline-block;
  margin-left: 0.25rem;
  opacity: 0;
  transition: 0.5s;
  /* top: 14px;
  right: -20px; */
}
.list_menu li:hover a span::after {
  opacity: 1;
}
.list_menu li:hover .megasubmenu.dropdown-menu li a span {
  color: #000;
  /* right: 10px; */
}
.list_menu li:hover .megasubmenu.dropdown-menu li:hover a span {
  color: #532d84;
}
.list_menu li:hover .megasubmenu.dropdown-menu li a span:after {
  opacity: 0;
  /* right: 10px; */
}
.list_menu li:hover .megasubmenu.dropdown-menu li:hover a span:after {
  opacity: 1;
  /* right: 10px; */
}
.header .nav-link {
  color: #000;
  font-weight: 600;
  font-family: "Open Sans";
  font-size: 1rem;
}
.header .navbar {
  padding: 0 3.75rem;
  background-color: #fff;
}

.header .dropdown-toggle::after {
  content: url(../images/down_arrow.svg);
  transform: scale(0.9) translateY(0px);
  border: none;
  vertical-align: 0;
}
.header .dropdown:hover .dropdown-toggle::after {
  transform: scale(0.9) translateY(2px) rotate(180deg);
}
.header .navbar-expand-lg .navbar-nav .nav-item {
  margin: 0 0.9rem;
}
.header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2.2rem 0rem;
}
.donate_btn {
  padding: 0.75rem 1.625rem;
  font-size: 0.875rem;
  margin-left: 0.6rem;
}
.header .nav_button {
  margin-left: 0.5rem;
}
.header .navbar-brand {
  max-width: 99px;
}
.header .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
}
.header .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/* Navbar end */

/* mobile menu */
.push_nav_header {
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1rem;
}
.push_nav_header .logo {
  max-width: 4.375rem;
}

ul.pushNav {
  padding: 15px 0 0;
  margin: 95px 0 0 0;
  list-style-type: none;
}

.pushNav {
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  overflow: hidden;
  background: #ffffff;
  transition: ease-in-out 0.5s;
  z-index: 99999;
}
.pushNav hr {
  border: 1px solid #555;
}

.pushNav,
.pushNav a {
  font-size: 1rem;
  font-weight: normal;
  color: #000;
  text-decoration: none;
}

.pushNavIsOpen {
  overflow: auto;
  height: 100%;
}

.js-topPushNav.isOpen,
.pushNav_level.isOpen {
  left: 0;
}

.closeLevel,
.openLevel {
  cursor: pointer;
}
.openLevel img {
  margin-left: 5px;
}
.openLevel,
.pushNav a {
  padding: 0.75rem 0;
  display: block;
  text-indent: 1.5rem;
  transition: background 0.4s ease-in-out;
  color: #000;
}

.closeLevel {
  font-size: 0.75rem;
  color: #532d84;
  text-indent: 1.5rem;
  padding: 0.75rem 0;
  font-weight: 600;
}
.m-heading {
  padding: 0.75rem 0;
  font-weight: bold;
  font-family: "Open Sans";
  text-indent: 1.5rem;
}
.closeLevel img {
  transform: rotate(180deg);
  margin-right: 5px;
}
.screen {
  position: fixed;
  background: rgba(0, 0, 0, 60%);
  width: 100%;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 9999;
}

.pushNavIsOpen .screen {
  height: 100%;
  opacity: 1;
}

/* end mobile */
/* Header end */

/* footer start */

.mainbottomsection {
  width: 100%;
  height: auto;
  background-image: url(../../assets/images/footerbg.jpg);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  background-position: center;
}


.midsectionin {
  width: 100%;
  height: auto;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  padding: 8rem 0 8rem 0;
  z-index: 9;
  position: relative;
}
.midsectionin h4 {
  width: 100%;
  height: auto;
  font-family: Poppins;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.6875rem;
  color: #f3f3f3;
  margin-bottom: 1.5rem;
}

.midbtn {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.fillbtn {
  border-radius: 0.25rem;
  background: #532d84;
  color: #f6f6f6;
  padding: 0.9375rem 1.875rem;
  font-family: Open Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  width: 13rem;
}
.fillbtn:hover {
  background: #532d84;
  color: #f6f6f6;
}
.whitefillbtn {
  border-radius: 0.25rem;
  background: #f3f3f3;
  color: #532d84;
  padding: 0.9375rem 1.875rem;
  font-family: Open Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  width: 13rem;
}
.whitefillbtn:active {
  background: #f3f3f3 !important;
  color: #532d84 !important;
}
.whitefillbtn:hover {
  background: #f3f3f3;
  color: #532d84;
}
footer {
  width: 100%;
  background-color: #fff;
  padding: 3.5rem 5rem 0 5rem;
}

.footersection {
  width: 100%;
  height: auto;
}

.footersection p {
  width: 100%;
  height: auto;
  color: #000;
  font-family: Open Sans;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  margin-top: 1rem;
  max-width: 350px;
}

.footersection h4 {
  color: #000;
  font-family: Open Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.footersection li a {
  color: #000;
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-style: normal;
  display: block;
  font-weight: 400;
  margin-bottom: 0.75rem;
  line-height: 1.4375rem;
}
.newslattermain {
  width: 95%;
  height: auto;
}

.newslattermain .form-control {
  border-radius: 0.25rem;
  background: #fff;
  color: #555;
  height: 2.95rem;
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  border:1px solid #000;
  line-height: 1.4375rem;
}
.newslattermain .form-control:focus {
  box-shadow: none;
}
.newslattermain .input-group .btn {
  position: relative;
  z-index: 2;
  border-radius: 0rem 0.25rem 0.25rem 0rem;
  background: #532d84;
  color: #f6f6f6;
  font-family: Open Sans;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0.8125rem 1.625rem;
}
.bottomfooter {
  margin-top: 4rem;
  border-top: 1px solid rgba(69, 69, 69, 1);
  padding: 1.5rem 0 2rem 0;
}

.bootomleft {
  width: 100%;
  height: auto;
  margin-top: 6px;
}

.bootomleft p {
  color: #000;
  font-family: Open Sans;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
}

.bootomright {
  width: 100%;
  height: auto;
}

.bootomright ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1rem;
}
/* footer end */

/* about Inside */
.inside_banner {
  position: relative;
}
.inside_banner img {
  width: 100%;
}
.inside_banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.3;
  background: #0000004d;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
}
.title-inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  text-align: center;
}
.title-inside h1 {
  font-weight: 700;
  font-size: 8.75rem;
  color: #f3f3f3;
  margin-bottom: 0;
}

/* about_us */

.mission_vision_sec h3 {
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
.mv_main-left {
  padding-left: 3rem;
}
.mv_main-right {
  padding-right: 3rem;
}
.about_info {
  padding: 3.5rem 0 0;
}
.about_info .about_info_text {
  font-size: 1.25rem;
  font-weight: 600;
  max-width: 65.4375rem;
  margin: 0 auto 1.5rem;
  position: relative;
  line-height: normal;
}

.about_info_text .aboutinfo_dot {
  color: #fff;
  display: inline-block;
  position: relative;
}

.dot {
  position: relative;
  z-index: 1;
}
.dot::before {
  content: "";
  position: absolute;
  background-color: #e82128;
  border-radius: 50%;
  z-index: -1;
}
.about_info_text .aboutinfo_dot::before {
  width: 4.75rem;
  height: 4.75rem;
  left: -1.625rem;
  top: -2.5rem;
}

.our_story_Sec {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.our_story_img {
  position: relative;
  height: 100%;
  margin-left: 2.5rem;
}
.our_story_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.our_story_img::before {
  width: 12.5625rem;
  height: 12.5625rem;
  right: -60px;
  top: 40px;
}

.mission_vision_sec {
  background: linear-gradient(0deg, #f9f9f9 0%, #f9f9f9 100%);
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.mv_dot {
  position: absolute;
}
.m_dotleft {
  left: 0.63rem;
  top: 0;
  width: 10.688rem;
}
.v_dotright {
  right: 0.63rem;
  bottom: 0;
  width: 12rem;
}
.mv_border {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.5rem 0;
}
.about_long_text {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.link {
  color: #532d84;
  font-weight: 600;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
}
.dekstop-none {
  display: none;
}
/* about Inside end */

/* contact start*/
.maincontactin {
  width: 100%;
  height: auto;
  padding: 0 13rem;
  position: relative;
  margin-bottom: 5rem;
}

input::placeholder {
  color: #000;
}
.mainheading {
  width: 100%;
  height: auto;
  margin: 5rem auto 2.5rem;
  text-align: center;
}

.mainheading h2 {
  width: 100%;
  height: auto;
  font-size: 2rem;
  color: #000;
  font-weight: 700;
  font-family: "Poppins";
}

.mainheading p {
  width: 100%;
  height: auto;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-family: "Poppins";
}

.contactleft {
  width: 100%;
  height: auto;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 3rem;
}

.contactleft .form-label {
  font-size: 0.875rem;
  color: #000;
  font-weight: 600;
  font-family: Open Sans;
}

.contactleft .form-control {
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  font-size: 0.875rem;
  height: 2.8rem;
}
.contactleft .form-select {
  height: 2.8rem;
}
.contactleft .form-select {
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  /* background: #FFF; */
  font-size: 0.875rem;
}

.contactleft textarea.form-control {
  height: auto;
}
.contactright {
  width: 100%;
  height: auto;
  padding-left: 1rem;
}

.contactmainad {
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
}

.contactmainad h3 {
  color: rgba(0, 0, 0, 0.6);
  font-family: Open Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contactmainad p {
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
  margin-bottom: 0;
}

.contactmainad a {
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: bold;
  color: #000;
  line-height: 1.75rem;
}
.senbtn {
  border-radius: 0.25rem;
  background: #532d84;
  color: #f6f6f6;
  padding: 0.9375rem 1.875rem;
  font-family: Open Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 2rem auto 0;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 13rem;
}

.senbtn:hover {
  background: #532d84;
  color: #f6f6f6;
}
.contactleft .form-control:focus {
  box-shadow: 0 0 0 0.1rem rgba(83, 45, 132, 0.85);
}

.contactleft .form-select:focus {
  box-shadow: 0 0 0 0.1rem rgba(83, 45, 132, 0.85);
}
.rightbgdot {
  position: absolute;
  right: 0;
  top: 15%;
}

.leftbgdot {
  position: absolute;
  left: 0;
  top: 45%;
}
.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.4);
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.4);
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.4);
}

.desktopimgin {
  display: block;
}

.mobileimgin {
  display: none;
}

/* contact end */

/* changein saftey start*/

.midareasection {
  width: 100%;
  height: auto;
  margin: 3.5rem auto 5rem;
  text-align: center;
  padding: 0 11rem;
  position: relative;
}

.midareasection h4 {
  color: rgba(0, 0, 0, 0.6);
  font-family: Open Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.midareasection p {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

.topbgdot {
  position: absolute;
  top: -9.5rem;
  left: 2.9rem;
  z-index: -99;
}

.domestic_viol_sec {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.domestic_viol_sec h4 {
  color: #000;
  font-family: Poppins;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.3125rem;
  margin-bottom: 1.5rem;
}
.domestic_viol_sec p {
  color: #000;
  font-family: Open Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.domestic_viol_img {
  position: relative;
  height: 100%;
  margin-left: 4rem;
}
.domestic_viol_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.domestic_viol_img::before {
  width: 11.5625rem;
  height: 11.5625rem;
  right: -60px;
  top: -75px;
}
.mainlive {
  width: 100%;
  height: auto;
  padding: 0 8rem;
  margin-bottom: 5rem;
  position: relative;
}
.rightbgimpacttwo {
  position: absolute;
  right: 4rem;
  top: 4rem;
}
#liveslide {
  margin-top: 2.5rem;
}
.liveinn {
  width: 100%;
  height: auto;
  position: relative;
}

.liveinn h6 {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.liveinn p {
  color: #000;
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 2rem;
  line-height: 1.5rem; /* 150% */
}

.liveinn h4 {
  color: #000;
  font-family: "Open Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #000;
}

#liveslide .prev-arrow {
  left: -60px;
}

#liveslide .next-arrow {
  right: -60px;
}

#liveslide .slide-arrow {
  position: absolute;
  top: 48%;
  margin-top: -15px;
  z-index: 1;
}

#liveslide button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.liveimpact_img {
  position: relative;
  height: 100%;
  margin-left: 4rem;
  padding-bottom: 4rem;
}
.liveimpact_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.liveimpact_img::before {
  width: 12.5625rem;
  height: 12.5625rem;
  right: -60px;
  top: -75px;
}
#liveslide .slick-dots {
  bottom: -59px;
}
#liveslide .slick-dots li {
  background-color: rgba(232, 33, 40, 0.25);
  border-radius: 250px;
  width: 0.5rem;
  height: 0.5rem;
}

#liveslide .slick-dots li button {
  width: 0.5rem;
  height: 0.5rem;
}
#liveslide .slick-dots li button:before {
  content: inherit;
}
#liveslide .slick-dots li.slick-active {
  background-color: #e82128;

  opacity: 1;
}

.mainimpactarea {
  width: 100%;
  height: auto;
  background: #f9f9f9;
  padding: 3.5rem 6rem;
  margin-bottom: 5rem;
  position: relative;
}

.mainheadingone {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.mainheadingone h1 {
  color: #000;
  text-align: center;
  font-family: "Poppins";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
  margin-bottom: 0;
}
#imapctslide {
  margin-top: 2.5rem;
}

.mainheadingone p {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7rem;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

#imapctslide .slick-slide {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 2rem;
  margin: 0 0.7rem;
  position: relative;
}

.impactcard {
  width: 100%;
  height: auto;
  /* border-radius: 0.5rem; */
  /* border: 1px solid rgba(0, 0, 0, 0.10); */
  /* background: #fff; */
  padding: 2rem;
  position: relative;
}

.impactcard h3 {
  color: #000;
  font-family: "Poppins";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.impactcard p {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  position: relative;
  margin-bottom: 0.4rem !important;
}
.impactcard p:after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 66.15%);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 4rem;
}
.impactcard a {
  color: #532d84;
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  z-index: 999;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
/* .impactcard:after */
/* { */
/* background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 66.15%); */
/* content: ""; */
/* position: absolute; */
/* left: 0; */
/* bottom: 68px; */
/* right: 0; */
/* height: 4.0rem; */
/* } */
#imapctslide .slick-slide {
  padding: 0 0.625rem;
}
#imapctslide .slick-track {
  display: flex;
  align-items: stretch;
}
.impactmodelmain .modal-header {
  border-bottom: none;
  color: #000;
  display: initial;
  padding: 0;
}

.impactmodelmain .modal-header h5 {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  max-width: 43.3125rem;
  margin: 0 auto;
}
.impactmodelmain .modal-title {
  text-align: center;
  font-family: "Poppins";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
  width: 100%;
}
.impactmodelmain .modal-dialog {
  max-width: 59rem;
}

.impactmodelmain .modal-header .btn-close {
  position: absolute;
  top: 1.2rem;
  right: 2rem;
  opacity: 1;
  background-image: url(../../assets/images/change_safety/closeicon.svg);
  width: 2rem;
  height: 2rem;
  --bs-btn-close-bg: inherit;
  background-repeat: no-repeat;
  background-position: center;
}
.impactmodelmain .btn-close:focus {
  box-shadow: none;
}
.impactmodelmain .modal-content {
  padding: 2rem;
}

.impactmodelmain .modal-body {
  padding: 0;
}

.mainbodymodel {
  width: 100%;
  height: auto;
  margin-top: 2rem;
}

.mainbodymodel h4 {
  width: 100%;
  height: auto;
  color: #000;
  font-family: "Poppins";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin-bottom: 1rem;
}

.mainbodymodel p {
  width: 100%;
  height: auto;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

.mainbodymodel h6 {
  width: 100%;
  height: auto;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  margin-bottom: 0;
}

.rightbgimpact {
  position: absolute;
  right: 3rem;
  top: 8.4rem;
}

.mainstandup {
  width: 100%;
  margin-bottom: 5rem;
  padding: 0 7.5rem;
  position: relative;
}
.desktoptexthide {
  display: block;
}
.mobiletexthide {
  display: none;
}
.mainstreet_sec {
  width: 100%;
}
.mainstreet_sec h4 {
  color: #000;
  font-family: "Poppins";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}
.mainstreet_sec p {
  color: #000;
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.mainstreet_img {
  position: relative;
  height: 100%;
  margin-right: 4rem;
}
.mainstreet_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.mainstreet_img::before {
  width: 8.5625rem;
  height: 8.5625rem;
  left: -54px;
  top: -44px;
}
.mainstreet_sec h5 {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.25rem; /* 142.857% */
}
.dotinn::before {
  content: "";
  position: absolute;
  background-color: #e82128;
  border-radius: 50%;
  z-index: -1;
}

.mainstandup .mainheadingone {
  margin-bottom: 2.5rem;
}

.mainmotion {
  width: 100%;
  height: auto;
  padding: 3.5rem 13rem;
  margin-bottom: 5rem;
  background: linear-gradient(0deg, #f9f9f9 0%, #f9f9f9 100%),
    url(<path-to-image>), lightgray 50% / cover no-repeat;
}

.latestmotion .slick-track {
  display: flex;
  align-items: stretch;
}
.latestmotion .slick-slide {
  width: 100%;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  margin: 0 0.625rem;
  padding: 1.5rem 1.5rem 2rem 0.8rem;
  position: relative;
}
.latestmotion {
  width: 100%;
  height: auto;
  margin-top: 2.5rem;
}
.motioncard {
  display: flex;
  gap: 0.4rem;
  align-items: start;
}

.motioncard img {
  margin-top: 3px;
}
.motioncardtext {
  width: 100%;
}
.motioncardtext h4 {
  color: #000;
  font-family: "Poppins";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
}
.motioncardtext h5 {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}

.mainground {
  width: 100%;
  height: auto;
  margin-bottom: 5rem;
  padding: 0 13rem;
}

.mainground h3 {
  color: #17131b;
  text-align: center;
  font-family: "Poppins";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.75rem;
}

.latestground .slick-track {
  display: flex;
  align-items: stretch;
}
.latestground .slick-slide {
  width: 100%;
  height: auto;
  width: auto;
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  margin: 0 0.625rem;
  padding: 1.5rem 1.5rem 2rem 0.8rem;
  position: relative;
}
.latestground {
  width: 100%;
  height: auto;
  margin-top: 2.5rem;
}
.groundcard {
  position: relative;
  display: flex;
  gap: 0.4rem;
  align-items: start;
}

.groundcard img {
  margin-top: 3px;
}
.groundcardtext {
  width: 100%;
}
.groundcardtext h4 {
  color: #000;
  font-family: "Poppins";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
}
.groundcardtext h5 {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}

.rightbgstand {
  position: absolute;
  right: 0;
  bottom: -3.9rem;
}

/* changein saftey end*/

/* donation */
.donation_impact {
  padding-bottom: 3rem !important;
}
.make_a_donation {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-15%, -50%);
  z-index: 2;
  width: 385px;
}
.make_a_donation_card {
  height: 245px;
  border-radius: 0.5rem;
  background-color: #fff;
  padding: 1.5rem;
  text-align: center;
}
.make_do_title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin-bottom: 0.25rem;
}
.make_a_donation_card p {
  color: rgba(23, 19, 27, 0.6);
  font-size: 0.875rem;
  line-height: 1.4375rem;
  margin-bottom: 2rem;
}
.dont_text_small {
  font-size: 0.75rem !important;
  line-height: normal !important;
}
.donate_heading {
  font-size: 1.75rem;
  font-weight: bold;
}
.donate-list {
  margin-left: 20px;
}
.donate-list li {
  list-style: decimal;
  margin-bottom: 1.25rem;
}
.donate-list li p strong {
  font-weight: 600;
}
.main_heading {
  margin-bottom: 2.5rem;
}
.main_heading .donate_heading {
  margin-bottom: 0.25rem;
}
.main_heading p {
  color: rgba(0, 0, 0, 0.6);
}
.donate_Grey {
  padding-top: 3.5rem;
  padding-bottom: 1.69rem;
  background: linear-gradient(0deg, #f9f9f9 0%, #f9f9f9 100%);
}
.donate_cause_box {
  padding: 1rem 1rem 85px 1rem;
  border-radius: 0.25rem;
  background: #fff;
  height: 100%;
  position: relative;
}
.donate_cause_discription {
  margin-top: 1rem;
}
.donate_cause_discription h2 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #000;
  line-height: normal;
}
.donate_cause_discription p {
  color: rgba(0, 0, 0, 0.6);
}
.donate_cause_box .donate_mobile_btn {
  bottom: 1rem;
}
.box_donate_bttton {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 1rem 1rem;
}
.positive_change_box {
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 2.5rem 1.5rem 1rem;
  height: 100%;
}
.positive_img {
  background-color: #f1e7ff;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  padding: 11px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.positive_change_box .donate_cause_discription p {
  color: rgba(0, 0, 0, 1);
}

.donor_positive {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
.ngo_logo_main {
  max-width: 49.875rem;
  margin: 6rem auto 0;
}
.ngo_logo_main p {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 2.5rem;
}
.ngo_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

.donationcir_1::before {
  width: 7.625rem;
  height: 7.625rem;
  left: -30px;
  bottom: -20px;
}
.donation1_dotright {
  right: 0;
  bottom: 23%;
}
.donation2_dotright {
  left: 2.69rem;
  top: -130px;
  width: 11.6875rem;
  height: 11.6875rem;
  z-index: -1;
}
.donation_white_text {
  font-size: 0.875rem;
  color: #f3f3f3;
  line-height: normal;
  margin-top: 1rem;
}
.donation_white_text a {
  text-decoration: underline;
  color: #f3f3f3;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
}
.donation_impact .our_story_img {
  margin-left: 4rem;
}
.liveimpact_img p {
  font-size: 0.6rem;
  text-align: left;
  line-height: 1rem;
}
.donor_positive_slider .prev-arrow {
  left: 1rem;
}
.donor_positive_slider .next-arrow {
  right: 1rem;
}
.donor_positive_slider .slick-track
{
    display: flex !important;
}

.donor_positive_slider .slick-slide
{
    height: inherit !important;
}
/* services */

.mainservicetext {
  width: 100%;
  height: auto;
  margin: 3.5rem auto 5rem;
  text-align: center;
  padding: 0 13rem;
  position: relative;
}

.mainservicetext h4 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  font-family: "Poppins";
  line-height: normal;
}

.mainservicetab {
  width: 100%;
  height: auto;
}

.servicelist {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.5rem 7.5rem;
}
.servicelist .nav {
  justify-content: space-between;
}
.servicelist .nav-tabs .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: none;
  padding: 0;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  font-family: "Open Sans";
  color: #000;
  padding-bottom: 0.4rem;
}
.servicelist .nav-tabs {
  border-bottom: none;
}
.servicelist .nav-link {
  padding: 0;
}

.servicelist .nav-tabs .nav-link.active {
  color: #532d84;
  font-weight: 600;
  border-bottom: 1px solid #532d84;
  padding-bottom: 0.4rem;
}

.servicetabcontent {
  margin-top: 3rem;
  padding: 0 7.5rem 5rem 7.5rem;
  margin-bottom: 5rem;
}
.corporatetext {
  width: 100%;
  height: auto;
  margin-top: 2.5rem;
}

.corporatetext ul {
  margin: 0 1.5rem;
  list-style: decimal;
}

.corporatetext li {
  color: #000;
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 1.75rem;
  line-height: 1.5rem; /* 150% */
}
.subundertext {
  margin-left: 1.6rem !important;
  list-style: disc !important;
}
.subundertext li {
  margin-left: 1.4rem !important;
  list-style: disc !important;
  margin-top: 0.75rem !important;
  margin-bottom: 0 !important;
}

.corporat_img {
  position: relative;
  height: 100%;
  margin-left: 4rem;
  margin-top: 2.5rem;
}
.corporat_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.corporat_img::before {
  width: 8.687rem;
  height: 8.687rem;
  right: -46px;
  top: -44px;
}

.dotservice {
  position: relative;
  z-index: 1;
}
.dotservice::before {
  content: "";
  position: absolute;
  background-color: #e82128;
  border-radius: 50%;
  z-index: -1;
}
.getin_button {
  padding: 0.9375rem 1.875rem !important;
  background-color: #532d84 !important;
  border-radius: 0.25rem;
  font-weight: 600 !important;
  color: #f6f6f6 !important;
  border: none;
}
/* Impacting Change start */

.impactionmain {
  width: 100%;
  height: auto;
  margin-top: 3.5rem;
  padding: 0 7.5rem;
  text-align: center;
  position: relative;
  margin-bottom: 4.75rem;
}

.impacttext {
  width: 100%;
  height: auto;
}

.impacttext p {
  max-width: 49.25rem;
  height: auto;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  margin: 0 auto 2.5rem;
  line-height: 1.5rem; /* 150% */
}

.impactbox {
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  padding: 1.5rem;
  border-radius: 0.25rem;
  text-align: left;
}

.impactbox:hover {
  background-color: #532d84;
  transition: all 0.4s ease-in-out;
}
.impactbox:hover p {
  color: #fff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4 ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.impactbox p {
  color: #000;
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: left;
  margin-top: 1.5rem;
}
.impactbox:hover h4 {
  color: #fff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4 ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.impactbox:hover h6 {
  color: #fff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4 ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.impactbox h6 {
  width: 100%;
  color: #000;
  font-family: "Open Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 0;
}
.impactbox h4 {
  width: 100%;
  color: #000;
  font-family: "Poppins";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.6875rem;
  margin-bottom: 0;
}
.impactboximg {
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
}

.impactboximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.impactspace {
  padding: 0 0.625rem;
  margin-bottom: 1.25rem;
}
.metricsbox {
  display: flex;
  width: 100%;
  height: 18.0625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 0 1rem;
  margin-bottom: 1.5rem;
}

.metricsbox h4 {
  color: #532d84;
  font-family: "Poppins";
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4rem;
  margin-bottom: 0;
}

.metricsbox p {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-family: "Poppins";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
}
.mainboxsidein {
  /* display: inline-flex; */
  /* height: 40.5rem; */
  padding: 0 0rem;
  align-items: flex-start;
  gap: 0.675rem;
  flex-shrink: 0;
  width: 45%;
  margin: 0 0.675rem;
  flex-direction: column;
  float: left;
}

.mainboxsideinone {
  /* display: inline-flex; */
  /* height: 40.5rem; */
  align-items: flex-start;
  gap: 0.675rem;
  flex-shrink: 0;
  padding-top: 5rem;
  width: 45%;
  margin: 0 0.675rem;
  flex-direction: column;
  float: left;
}
.mainmetrics {
  width: 100%;
  height: auto;
  background: #f9f9f9;
  padding: 3.5rem 6.5rem;
  position: relative;
}
.mateictext {
  width: 100%;
  height: auto;
  margin-top: 8rem;
}

.mateictext h4 {
  color: #000;
  font-family: "Poppins";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem; /* 142.857% */
}

.mateictext p {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  max-width: 30rem;
   margin-bottom: 1rem;
  line-height: 1.5rem; /* 150% */
}
.sidebar {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  padding-left: 0;
  padding-right: 0;
}

.fixedsticky {
  top: 90px;
}

.main {
  display: inline-flex;
  width: 50%;
  vertical-align: top;
  padding: 0 0 4rem 2rem;
}
.fixedsticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
}
/* When position: sticky is supported but native behavior is ignored */
.fixedsticky-withoutfixedfixed .fixedsticky-off,
.fixed-supported .fixedsticky-off {
  position: static;
}
.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
  position: fixed;
}
.fixedsticky-dummy {
  display: none;
}
.fixedsticky-on + .fixedsticky-dummy {
  display: block;
}
.rightsidedot {
  right: 0;
  top: -71px;
  position: absolute;
}
.mateictext a{	
color:#532D84;
text-decoration:underline;	
    font-weight: 600;
    text-underline-offset: 0.4em;
font-size:1rem;	
}
/* Impacting Change end */

/* Home page */

/* Home banner */
.home_slide {
  position: relative;
}
.home_slide::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(
    89deg,
    rgba(0, 0, 0, 0.79) 18.98%,
    rgba(0, 0, 0, 0) 69.94%
  );
  z-index: 1;
}

.home_slider .slick-slide img {
  width: 100%;
}
.home_banner_text {
  position: absolute;
  left: 5rem;
  top: 50%;
  max-width: 37rem;
  transform: translateY(-50%);
  z-index: 2;
}
.home_banner_text h3 {
  font-weight: bold;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.75rem;
  margin-bottom: 0;
}
.home_banner_text h1 {
  font-weight: bold;
  font-size: 2.5rem;
  color: #fff;
  line-height: 3.25rem;
  margin: 1.19rem 0;
}
.home_banner_text p {
  color: #fff;
  font-weight: 600;
  margin-bottom: 1.19rem;
}
.home_slider.slick-dotted.slick-slider,
.stories_slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.home_slider .slick-dots {
  bottom: 15px;
}
.home_slider .slick-dots li button:before {
  content: none;
}
.home_slider .slick-dots li {
  width: 10px;
  height: 10px;
}
.home_slider .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}
.home_slider .slick-dots li.slick-active button {
  background-color: rgba(255, 255, 255, 1);
}

/* Home about us */
.ECOSOC_home_sec {
  background: linear-gradient(0deg, #f9f9f9 0%, #f9f9f9 100%);
  padding: 3.5rem 0;
}
.ECOSOC_home {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  gap: 3.5rem;
  max-width: 53.9rem;
  margin: auto;
}
.ECOSOC_home h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
  line-height: 1.75rem;
}
.home_about_sec {
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-right: 4rem;
  position: relative;
}
.home_about_sec .mission_vision_sec {
  background: none;
  padding-bottom: 0;
}
.home_about_sec .mv_main-right {
  padding-right: 4rem;
}
.home_about_sec .mv_main-left {
  padding-left: 4rem;
}
.v_br_dekstop {
  display: block !important;
}

/* Home Stories */
.stories_slider_main {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1.5rem;
}
.Stories_sec {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  background: linear-gradient(0deg, #f9f9f9 0%, #f9f9f9 100%);
  position: relative;
}
.stories_slide h2 {
  font-size: 2rem;
  color: #000;
  line-height: 2.6875rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.stories_slide {
  text-align: center;
  margin-bottom: 2.3rem;
}
.stories_slide h3 {
  font-size: 1.125rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
}

.home_slider .slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  background: none;
  border: none;
}
.home_slider {
  margin-bottom: 2.5rem;
}
.home_slider .slide-arrow {
  top: 48%;
}
.home_slider .prev-arrow {
  left: 1.8rem;
}
.home_slider .next-arrow {
  right: 1.8rem;
}

.home_slider .slick-dots li button:before,
.people_say_slider .slick-dots li button:before,
.upcoming_event_slider .slick-dots li button:before,
.upcoming_event_slider .RDF_blogs_slider li button:before, .donor_positive_slider .slick-dots li button:before {
  content: none;
}
.stories_slider .slick-dots li,
.people_say_slider .slick-dots li,
.upcoming_event_slider .slick-dots li,
.RDF_blogs_slider .slick-dots li,
.donor_positive_slider .slick-dots li {
  width: 10px;
  height: 10px;
}
.stories_slider .slick-dots li button,
.people_say_slider .slick-dots li button,
.upcoming_event_slider .slick-dots li button,
.RDF_blogs_slider .slick-dots li button, 
.donor_positive_slider .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: rgba(232, 33, 40, 0.25);
  border-radius: 50%;
}
.stories_slider .slick-dots li.slick-active button,
.people_say_slider .slick-dots li.slick-active button,
.upcoming_event_slider .slick-dots li.slick-active button,
.RDF_blogs_slider .slick-dots li.slick-active button, .donor_positive_slider .slick-dots li.slick-active button {
  background-color: #e82128;
}
.stories_slider .slick-dots {
  bottom: 0px;
}
.people_say_slider .slick-dots,
.upcoming_event_slider .slick-dots,
.RDF_blogs_slider .slick-dots, .donor_positive_slider .slick-dots  {
  bottom: -50px;
}
.need_change_sec {
  margin-top: 3.5rem;
}
.need_change_top_text p {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 1rem;
}
.need_change_top_text h3 {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}
.need_change_top_text p.small {
  font-size: 0.75rem;
  margin-bottom: 2rem;
}
/*.stories_box_img {*/
/*  height: 100%;*/
/*}*/
.stories_box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stories_box_text p {
  margin-bottom: 1rem;
}
.story_name {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
}
.stories_blog {
  border: 1px solid #eee;
  border-radius: 0.25rem;
  overflow: hidden;
  background: #fff;
  width: 100%;
  height:100%;
}
.stories_box_text {
  padding: 1.5rem 1.5rem 0.5rem 0.5rem;
}
.bottom_story_pding {
  padding: 1.5rem 1.5rem 0.5rem 1.5rem;
}
 .rdf_uses_main {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.what_is_safecity_box {
  position: relative;
}
.what_is_safecity_box_con {
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
  width: 28.25rem;
}
.what_is_safecity_box_con h3 {
  font-size: 1.75rem;
  font-weight: bold;
  color: #fff;
}
.what_is_safecity_box_con p {
  color: #fff;
}
.white_button {
  background: #fff !important;
  color: #532d84 !important;
}

.youtube_video {
  padding-bottom: 5rem;
}
.our_impact_sec {
  padding-top: 0rem;
  padding-bottom: 5rem;
}
.rdf_uses_main .main_heading {
  margin: 0 auto 2.5rem;
  max-width: 40.0625rem;
}
.rdf_uses_main {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.safecity_content_main {
  padding: 0 80px;
  margin-top: 2.5rem;
  display: grid;
  justify-content: center;
  grid-template-columns: 50% 50%;
  gap: 4rem;
}
.safecity_content {
  display: flex;
  align-items: center;
}
.safecity_name {
  margin-left: 1rem;
}
.safecity_icon {
  width: 4.25rem;
  height: 4.25rem;
  flex: 0 0 4.25rem;
}
.safecity_name h3 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #000;
}
.safecity_name p {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
}
.blue_border {
  border: 1px solid #532d84 !important;
}
.safecity_buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 4rem;
}
.global_count {
  margin-bottom: 2.5rem;
}
.count-details {
  font-size: 2.5rem;
  font-weight: bold;
  color: #532d84;
  margin-bottom: 0.5rem;
}
.count-text {
  color: rgba(0, 0, 0, 0.6);
}
.people_say_say {
  padding-top: 3.5rem;
  padding-bottom: 5rem;
  position: relative;
  background: linear-gradient(0deg, #f9f9f9 0%, #f9f9f9 100%);
}
.people_say_say .positive_change_box {
  padding: 2.62rem 1.25rem;
}
.people_say_say .positive_change_box .donate_cause_discription {
  margin-top: 0;
}
.people_say_say .positive_change_box .donate_cause_discription p {
  margin-top: 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
}
.people_say_slider .prev-arrow {
  left: -3rem;
}
.people_say_slider .next-arrow {
  right: -3rem;
}
.people_say_slider .slick-track {
  display: flex !important;
}

.people_say_slider .slick-slide {
  height: inherit !important;
}
.people_say_slider .positive_change_box {
  margin: 0 0.75rem;
}

.event_location {
  display: flex;
  align-items: center;
  color: rgba(56, 56, 58, 0.6);
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}
.event-text_btn{color:#000000; font-size: 1rem; font-weight: 600;}
.event_location img {
  opacity: 0.5;
  margin-right: 5px;
}
.upcoming_event_sec {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.event_date {
  font-size: 0.875rem;
  color: #532d84;
}
.upcoming_event_slider .donate_cause_discription {
  margin-top: 0;
}
.upcoming_event_slider .donate_cause_discription p {
  font-size: 0.875rem;
  color: rgba(56, 56, 58, 0.6);
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.upcoming_event_slider .positive_change_box {
  padding: 2rem;
  margin: 0 0.5rem;
}
/* .upcoming_event_slider .positive_change_box:first-child {
  margin-left: 80px;
} */
.upcoming_event_slider .slick-track {
  display: flex !important;
}

.upcoming_event_slider .slick-slide {
  height: inherit !important;
}
.upcoming_event_slider .slide-arrow,
.RDF_blogs_slider .slide-arrow,
.people_say_slider .slide-arrow, .donor_positive_slider .slide-arrow{
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  background: none;
  border: none;
}
.RDF_blogs_slider {
  margin-bottom: 2.5rem;
}
.RDF_blogs_slider .slide-arrow {
  top: 40%;
}
.upcoming_event_slider .prev-arrow {
  left: 2rem;
}
.upcoming_event_slider .next-arrow {
  right: 2rem;
}
.RDF_blogs_slider .prev-arrow {
  left: -3rem;
}
.RDF_blogs_slider .next-arrow {
  right: -3rem;
}
.RDF_blog_div {
  margin: 0 1.5rem;
}
.view_event_anchor {
  margin-top: 2rem;
  display: block;
  color: #532d84;
  text-decoration-line: underline !important;
  text-decoration-thickness: 1px !important;
  font-weight: 600;
  text-underline-offset: 0.4em;
}
.blog_section {
  padding-top: 3.5rem;
  padding-bottom: 5rem;
  background: linear-gradient(0deg, #f9f9f9 0%, #f9f9f9 100%);
  position: relative;
}
.blog_img {
  border-radius: 0.25rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.blog_details h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.5rem;
}
.blog_details p {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 1rem;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.blog_details a {
  font-weight: 600;
  color: #532d84;
  font-size: 1rem;
  border-bottom: 1px solid #532d84;
}
.homehalf_dotright {
  right: 0;
  bottom: 40%;
}
.people_cir_1::before {
  width: 8.125rem;
  height: 8.125rem;
  left: -30px;
  top: -40px;
}
.people_cir_2::before {
  width: 9.875rem;
  height: 9.875rem;
  right: -55px;
  top: 50%;
  transform: translateY(-50%);
}

.homehalf1_dotright {
  left: 0px;
  top: 23%;
  height: 73px;
  width: 36px;
  border-radius: 0px 150px 150px 0px;
  background: rgba(232, 33, 40, 1);
}

.homehalf2_dotright {
  right: -0px;
  bottom: 10%;
  height: 89px;
  width: 44px;
  border: 1px solid rgba(232, 33, 40, 1);
  border-radius: 150px 0 0 150px;
  border-right: transparent;
  /* transform: rotate(-90deg); */
}
.home_dotleft {
  left: -59px;
  bottom: 40%;
  width: 10rem;
  transform: rotate(-90deg);
}
.world_map {
  width: 100%;
  height: 100%;
}
.ECOSOC_log {
  width: 94px;
  flex: 0 0 94px;
}

.leftbgimpact {
  position: absolute;
  left: -3rem;
  top: -2.5rem;
}
.leftbgimpact img {
  width: 8.125rem;
}

.people_say_slider_sec {
  position: relative;
}
.youtube_note{color: rgba(0, 0, 0, 0.60); margin-bottom:1.5rem; text-align: center; display: flex; align-items: center; justify-content: center;}
.youtube_note img{ margin-right: 0.5rem; width: 18px; }
.our_story_img .youtube_note{  align-items: flex-start;}
.our_story_img .youtube_note img{ margin-top: 5px;}
/* Home end */
