/*

TemplateMo 581 Kind Heart Charity

https://templatemo.com/tm-581-kind-heart-charity

*/


@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');
@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis/Metropolis-Regular.woff2') format('woff2'),
        url('../fonts/Metropolis/Metropolis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis/Metropolis-Light.woff2') format('woff2'),
        url('../fonts/Metropolis/Metropolis-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis/Metropolis-SemiBold.woff2') format('woff2'),
        url('../fonts/Metropolis/Metropolis-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis/Metropolis-Bold.woff2') format('woff2'),
        url('../fonts/Metropolis/Metropolis-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #ffffff;
  --primary-color:                #0062ff;
  --secondary-color:              #262d32;
  --section-bg-color:             #f0f8ff;
  --site-footer-bg-color:         #44525d;
  --custom-btn-bg-color:          #597081;
  --custom-btn-bg-hover-color:    #5bc1ac;
  --dark-color:                   #000000;
  --p-color:                      #717275;
  --border-color:                 #e9eaeb;

  --body-font-family:             'Comfortaa', sans-serif;

  --h1-font-size:                 52px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  14px;
  --btn-font-size:                16px;
  --copyright-font-size:          12px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-light:            300;
  --font-weight-normal:           400;
  --font-weight-semibold:         600;
  --font-weight-bold:             700;
}

body {
  background-color: var(--white-color);
  font-family: var(--body-font-family);
  width: ; 
}


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: #0062ff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-semibold);
  letter-spacing: -1px;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
  letter-spacing: -2px;
}

h2 {
  color: var(--secondary-color);
  font-size: var(--h2-font-size);
  letter-spacing: -2px;
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  color:#0062ff;
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  color: var(--p-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

.row_flex{
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 43%;
}

/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-bg {
  background-color: var(--section-bg-color);
}

.flex_div{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 90%;
  margin: auto;
  padding: 0;
  justify-content: left;
  justify-content: space-evenly;
}

#select_v select{
  background-color:var(--section-bg-color) ;
  border: none;
  width: 100%;
}

.section-overlay {
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.section-overlay + .container {
  position: relative;
}


/*---------------------------------------
  CUSTOM BLOCK               
-----------------------------------------*/
.custom-block-wrap {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}

.custom-block-wrap:hover {
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

.custom-block-body {
  padding: 30px;
}

.custom-block-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-block .custom-btn {
  border-radius: 0;
  display: block;
}


/*---------------------------------------
  PROGRESS BAR               
-----------------------------------------*/
.progess {
  background: var(--border-color);
  height: 5px;
}

.progress-bar {
  background: var(--secondary-color);
}


/*---------------------------------------
  CUSTOM ICON COLOR               
-----------------------------------------*/
.custom-icon {
  color: var(--secondary-color);
}


/*---------------------------------------
  CUSTOM LIST               
-----------------------------------------*/
.custom-list {
  margin-bottom: 0;
  padding-left: 0;
}

.custom-list-item {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 10px;
}


/*---------------------------------------
  CUSTOM TEXT BOX               
-----------------------------------------*/
.custom-text-box {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  margin-bottom: 24px;
  padding: 40px;
}

.custom-text-box-image {
  border-radius: var(--border-radius-medium);
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: center;
}

.custom-text-box-icon {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-large);
  color: var(--secondary-color);
  font-size: var(--h6-font-size);
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  line-height: 30px;
}


/*---------------------------------------
  AVATAR IMAGE - TESTIMONIAL, AUTHOR               
-----------------------------------------*/
.avatar-image {
  border-radius: var(--border-radius-large);
  width: 65px;
  height: 65px;
  object-fit: cover;
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background: var(--secondary-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-normal);
  line-height: normal;
  padding: 15px 25px;
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn {
  color: var(--custom-btn-bg-color);
  margin-top: 8px;
  padding: 12px 25px;
}

.custom-btn:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--custom-btn-bg-color);
  color: var(--primary-color);
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn:hover,
.custom-border-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
  color: var(--white-color);
}


/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.navbar {
  background: var(--white-color);
  z-index: 9;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand {
  color: #0062ff;
  font-size: var(--h6-font-size);
  font-weight: var(--font-weight-bold);
}


.navbar-brand span {
  display: inline-block;
  vertical-align: middle;

}

.navbar-brand small {
  color: var(--secondary-color);
  display: block;
  font-size: 10px;
  line-height: normal;
  text-transform: uppercase;
}

.sp_life{
  display: flex;
  flex-direction: row;
  width: 80%;
  flex-wrap: wrap;
  margin: auto;
  justify-content: space-around;
  margin-top: 100px;
}

.sp_block{
  display: inline-flex;
  flex-direction: column;
  width: 20%;
  position: relative;
  background: #f4f4f4;
  border:1px solid rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  height: 340px;
  justify-content: center;
  text-align: center;
}

.img_sp{
  width: 60%;
  background: #ccc;
  border-radius: 25px;
  position: absolute;
   top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;



}

.cardh .p{
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 10px;
  justify-content: center;
  justify-content: space-around;
}

.cardh .p font{
  display: inline-flex;
  text-align: center;
  flex-direction: column;
  font-size: 14px;
}

.sp_block h3{
font-size: 18px;
margin-top: 130px;
justify-content: center;
color: rgba(0, 0, 0, .8);
}

.cardh img{
  width: 100%;
  height: 80%;
  border-radius: 25px;
}

.sp_buttons{
  display: inline-flex;
  flex-direction: row;
  width: 98%;
  justify-content: center;
  margin: auto;
  justify-content: space-around;
}

.sp_buttons a:first-child{
  background-image: linear-gradient(to right, #0550cd, #007eff);
  display: block;
  justify-content: center;
  align-items: center;
  padding: 10px 3px;
  border-radius: 2px;
  text-align: center;
  width: 40%;
  font-size: 12px;
  color: white;
  font-weight: 700;
}


.sp_buttons a:last-child{
  background: #fff;
  display: block;
  justify-content: center;
  align-items: center;
  padding: 10px 3px;
  border-radius: 2px;
  width: 40%;
  text-align: center;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

#scd{
  display: block;
}

.sp_h{
  text-align: center;
  font-size: 35px;
  color: ;
  margin-top: 30px;
}






@media (max-width:455px ){
#scd{
  display: none;
}
.sp_h{
  text-align: left;
  font-size: 27px;
  position: relative;
  z-index: 77;
  margin-top: 1;
  margin-left: 5%;
}

.sp_life{
  display: flex;
  flex-direction: row;
  width: 92%;
  flex-wrap: nowrap;
  margin: auto;
  justify-content: space-around;
  margin-top: 100px;
  overflow: auto;
  padding: 20px 5px;
}

.sp_block{
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  background: #f4f4f4;
  border:1px solid rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  height: 340px;
  justify-content: center;
  text-align: center;
}


.img_sp{
  width: 60%;
  background: #ccc;
  border-radius: 25px;
  position: absolute;
   top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;



}

.sp_block .p{
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 10px;
  font-size: 13px;
  justify-content: center;
  justify-content: space-around;
}

.sp_block .p font{
  display: inline-flex;
  flex-direction: column;
  font-size: 14px;
}

.sp_block h3{
font-size: 18px;
margin-top: 130px;
justify-content: center;
color: rgba(0, 0, 0, .8);
}

.img_sp img{
  width: 100%;
  height: 80%;
  border-radius: 25px;
}

.sp_buttons{
  display: inline-flex;
  flex-direction: row;
  width: 98%;
  justify-content: center;
  margin: auto;
  justify-content: space-around;
}

.sp_buttons a:first-child{
  background-image: linear-gradient(to right, #0550cd, #007eff);
  display: block;
  justify-content: center;
  align-items: center;
  padding: 10px 3px;
  border-radius: 2px;
  width: 40%;
  color: white;
  font-weight: 700;
}


.sp_buttons a:last-child{
  background: #fff;
  display: block;
  justify-content: center;
  align-items: center;
  padding: 10px 3px;
  border-radius: 2px;
  width: 40%;
  color: #333;
  font-weight: 700;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}



}




.wrapperh {
    background: white;
    width: 70%;
    position: relative;
    margin: auto;
    padding-left: 30px;

}

.wrapperh i {
    height: 50px;
    width: 50px;
    background: rgb(118, 233, 118);
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    font-size: 1.25 rem;
    transform: translateY(-50%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);

}

.wrapperh i:first-child {
    left: -22px;

}

.wrapperh i:last-child {
    right: -22px;

}

.wrapperh .carouselh {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 4) - 3px);
    gap: 12px;
    height: 400px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: 0;
    background: #fff;
}

.carouselh::-webkit-scrollbar {
    display: none;
}

.carouselh :where(.cardh, .imgh) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.carouselh.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.carouselh.no-transition {
    scroll-behavior: auto;
}

.carouselh.dragging .cardh {
    cursor: grab;
    user-select: none;
}

.carouselh .cardh {
    scroll-snap-align: start;
    height: 340px;
    margin-top: 50px;
    list-style: none;
    background: #f4f4f4;
  border:1px solid rgba(0, 0, 0, 0.05);
  border-radius:5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    display: flex;
    cursor: pointer;
    width: 94%;
    padding-bottom: 15px;
    padding: 5px 10px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cardh .imgh {
   
    width: 148px;
    height: 170px;
    border-radius: 10px;
    position: relative;
    top: -50px;
    z-index: 99;

}

.cardh .imgh img {
    width: 148px;
    height: 170px;
     border:3px solid rgb(118, 233, 118);
    object-fit: cover;
    border-radius: 10px;\
}

.cardh h3 {
    font-weight: 500;
    font-size: 1.56rem;
}

.cardh span {
    color: #6a6d78;
    font-size: 1.31rem;

}

@media screen and (max-width: 900px) {
    .wrapperh .carouselh {
        grid-auto-columns: calc((100% / 2) - 9px);

    }
}

@media screen and (max-width: 600px) {
    .wrapperh .carouselh {
        grid-auto-columns: 100%;

    }
}


@media screen and (max-width: 452px) {
    .wrapperh .carouselh {
        grid-auto-columns: calc((100% / 1) - 1px);
        gap: 35px;
        height: 500px;

    }

    .wrapperh i:first-child {
    left: -8px;

}

.wrapperh i:last-child {
    right: -8px;

}

.wrapperh {
    background: white;
    width: 95%;
    position: relative;
    margin: auto;

}

    .carouselh .cardh {
    scroll-snap-align: start;
    height: 340px;
    margin-top: 120px;
    list-style: none;
    background: #f4f4f4;
  border:1px solid rgba(0, 0, 0, 0.05);
  border-radius:5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    display: flex;
    cursor: pointer;
    width: 99%;
    padding-bottom: 15px;
    padding: 5px 10px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
}


.logo {
  width: 40px;
  height: auto;
}



.logo_2 {
  width: 80%;
  height: auto;
  margin: auto;
}


.navbar-expand-lg .navbar-nav .nav-link {
  margin-right: 0;
  margin-left: 0;
  padding: 20px;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-medium);
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
  background: transparent;
  color: var(--primary-color);
}

.dropdown-menu {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  border: 0;
  max-width: 50px;
  padding: 0;
  margin-top: 20px;
}

.dropdown-item {
  display: inline-block;
  color: var(--p-bg-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-menu li:last-child .dropdown-item {
  padding-top: 0;
}

.dropdown-item.active, 
.dropdown-item:active,
.dropdown-item:focus, 
.dropdown-item:hover {
  background: transparent;
  color: var(--primary-color);
}

.dropdown-toggle::after {
  content: "\f282";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: var(--copyright-font-size);
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: 2px;
  border: 0;
}

@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--dark-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--dark-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}


/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
  background: #0062ff;
  padding-top: 15px;
  padding-bottom: 10px;
}

.site-header p,
.site-header p a,
.site-header .social-icon-link {
  color: var(--white-color);
  font-size: var(--copyright-font-size);
}

.site-header .social-icon {
  text-align: right;
}

.site-header .social-icon-link {
  background: transparent;
  width: inherit;
  height: inherit;
  line-height: inherit;
  margin-right: 15px;
}


/*---------------------------------------
  HERO & HERO SLIDE         
-----------------------------------------*/
.hero-section-full-height {
  height: 680px;
  min-height: 680px;
  position: relative;
}

.carousel:hover .carousel-control-next-icon, 
.carousel:hover .carousel-control-prev-icon {
  opacity: 1;
}

#hero-slide .carousel-item {
  height: 680px;
  min-height: 680px;
}

#hero-slide .carousel-caption {
  background: var(--white-color);
  clip-path: polygon(100% 100%, 100% 150px, 0 100%);
  color: var(--secondary-color);
  top: 1px;
  bottom: -1px;
  right: 0;
  left: auto;
  text-align: right;
  min-width: 680px;
  min-height: 680px;
  padding: 100px 100px 50px 100px;
}

.carousel-image {
  display: block;
  width: 100%;
  min-height: 680px;
}

#hero-slide .carousel-indicators-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

#hero-slide .carousel-indicators {
  margin-right: 0;
  margin-left: 22px;
  justify-content: inherit;
}

.carousel-control-next, 
.carousel-control-prev {
  opacity: 1;
}

.carousel-control-next-icon, 
.carousel-control-prev-icon {
  background-color: var(--secondary-color);
  border-radius: var(--border-radius-large);
  background-size: 60% 60%;
  width: 80px;
  height: 80px;
  opacity: 0;
  transition: all 0.5s;
}

.carousel-control-next-icon:hover, 
.carousel-control-prev-icon:hover {
  background-color: var(--primary-color);
}


/*---------------------------------------
  FEATURE BLOCK              
-----------------------------------------*/
.featured-block {
  text-align: center;
  transition: all 0.5s ease;
  min-height: 256px;
  padding: 15px;
}

.featured-block:hover {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

.featured-block:hover .featured-block-image {
  transform: scale(0.75);
}

.featured-block-image {
  display: block;
  margin: auto;
  transition: all 0.5s;
}

.featured-block:hover .featured-block-text {
  margin-top: 0;
}

.featured-block-text {
  color: var(--primary-color);
  font-size: var(--h5-font-size);
  margin-top: 20px;
  transition: all 0.5s;
}


/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.about-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.about-image {
  border-radius: var(--border-radius-medium);
  display: block;
  width: 350px;
  height: 400px;
  object-fit: cover;
}

.custom-text-block {
  padding: 60px 40px;
}


/*---------------------------------------
  COUNTER NUMBERS              
-----------------------------------------*/
.counter-thumb {
  margin: 20px;
  margin-bottom: 0;
}

.counter-number,
.counter-text {
  color:  #0062ff ;
  display: block;
}

.counter-number,
.counter-number-text {
  color:var(--secondary-color);
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
  line-height: normal;
}


/*---------------------------------------
  VOLUNTEER              
-----------------------------------------*/
.volunteer-section {
  background: var(--secondary-color);
  position: relative;
  overflow: hidden;
}

.volunteer-section::after {
  content: "";
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  bottom: -110px;
  right: -80px;
  width: 350px;
  height: 350px;
}

.volunteer-form {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  padding: 50px;
}

.volunteer-image {
  border-radius: 100%;
  display: block;
  margin: auto;
  width: 300px;
  height: 300px;
  object-fit: cover;
}

.volunteer-section .custom-block-body {
  max-width: 440px;
  margin: 0 auto;
}

.volunteer-section .custom-block-body p {
  line-height: 1.7;
}


/*---------------------------------------
  DONATE              
-----------------------------------------*/
.donate-section {
  background-image: url('../images/different-people-doing-volunteer-work.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}
.donate-section2 {
  background-image: url('../images/different-people-doing-volunteer-work2.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}
.donate-form {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 50px;
}


/*---------------------------------------
  NEWS         
-----------------------------------------*/
.news-detail-header-section {
  background-image: url('../images/news/close-up-volunteer-oganizing-stuff-donation.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}

.news-block-top {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.news-block-two-col-image-wrap {
  border-radius: var(--border-radius-small);
  position: relative;
  overflow: hidden;
  width: 150px;
  margin-right: 20px;
}

.news-category-block {
  background: var(--secondary-color);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px 20px;
}

.news-category-block .category-block-link {
  color: var(--white-color);
  margin-right: 10px;
}

.news-block-info {
  padding-top: 10px;
  padding-bottom: 10px;
}

.news-block-title-link {
  color: var(--dark-color);
}

.news-detail-image {
  display: block;
  border-radius: var(--border-radius-medium);
}

blockquote {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-small);
  font-size: var(--h5-font-size);
  font-weight: var(--font-weight-semibold);
  color: var(--site-footer-bg-color);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 90px 50px 50px 50px;
  text-align: center;
}

blockquote::before {
  content: "“";
  color: var(--custom-btn-bg-color);
  font-size: 100px;
  line-height: 1rem;
  display: block;
}

.author-comment-link {
  font-size: var(--copyright-font-size);
  font-weight: var(--font-weight-semibold);
}

.search-form {
  margin-top: 20px;
}

.category-block,
.subscribe-form {
  margin-top: 40px;
  margin-bottom: 40px;
}

.category-block-link {
  font-size: var(--copyright-font-size);
  margin-top: 5px;
  margin-bottom: 5px;
}

.category-block-link:hover {
  color: var(--primary-color);
}

.badge {
  background: var(--secondary-color);
  border-radius: var(--border-radius-medium);
  font-weight: var(--font-weight-normal);
  line-height: normal;
  padding-bottom: 2px;
}

.tags-block-link {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-medium);
  display: inline-block;
  font-size: var(--copyright-font-size);
  line-height: normal;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 8px 15px;
}

.tags-block-link:hover {
  border-color: var(--dark-color);
  color: var(--dark-color);
}

.cta-section {
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  background-color: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  top: -100px;
  left: -30px;
  margin: auto;
  width: 200px;
  height: 200px;
}

.cta-section::after {
  content: "";
  border: 20px solid var(--custom-btn-bg-color);
  border-radius: 50%;
  position: absolute;
  bottom: -100px;
  right: 0;
  left: 0;
  margin: auto;
  width: 150px;
  height: 150px;
}


/*---------------------------------------
  TESTIMONIAL CAROUSEL              
-----------------------------------------*/
.testimonial-section {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.testimonial-section::before {
  content: "";
  background-color: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  top: -100px;
  left: -30px;
  margin: auto;
  width: 250px;
  height: 250px;
}

.testimonial-section::after {
  content: "";
  background: var(--custom-btn-bg-color);
  border-radius: 50%;
  position: absolute;
  bottom: -110px;
  right: -80px;
  width: 350px;
  height: 350px;
}

#testimonial-carousel .carousel-caption {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
}

#testimonial-carousel .carousel-title {
  background: var(--section-bg-color);
  line-height: normal;
  margin-bottom: 30px;
}

#testimonial-carousel .carousel-title::before {
  content: open-quote;
  color: var(--p-color);
  font-size: var(--h1-font-size);
  position: relative;
  top: 10px;
  right: 10px;
}

#testimonial-carousel .carousel-title::after {
  content: close-quote;
  color: var(--p-color);
  font-size: var(--h1-font-size);
  position: relative;
  top: 10px;
  left: 10px;
}

#testimonial-carousel .carousel-title {
  quotes: "“" "”" "‘" "’";
}

#testimonial-carousel .carousel-name {
  background: var(--primary-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 10px 20px;
}

#testimonial-carousel .carousel-name::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--primary-color);
}

.carousel-name-title {
  font-weight: var(--font-weight-semibold);
}

#testimonial-carousel .carousel-indicators {
  position: relative;
  top: 150px;
  bottom: auto;
  margin-top: 50px;
  margin-bottom: 150px;
}

#testimonial-carousel .carousel-indicators li {
  text-indent: inherit;
  background: transparent;
  margin: 0 10px; 
}

#testimonial-carousel .carousel-indicators li,
#testimonial-carousel .carousel-indicators li::before {
  width: 45px;
  height: 45px; 
}

#testimonial-carousel .carousel-indicators .avatar-image {
  width: 45px;
  height: 45px; 
}

#testimonial-carousel .carousel-indicators .active,
#testimonial-carousel .carousel-indicators .active .avatar-image {
  background: transparent;
  width: 50px; 
  height: 50px;
}


/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.contact-section {
  background: var(--white-color);
}

.contact-form {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-small);
  padding: 40px;
}

.contact-info-wrap {
  padding-top: 40px;
}

.contact-image-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  width: 100%;
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control,
.input-group-file {
  background-color: var(--section-bg-color);
  box-shadow: none;
  border: 0;
  color: var(--p-color);
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  outline: none;
}

.custom-form .form-control:hover,
.custom-form .form-control:focus {
  border-color: var(--secondary-color);
}

.custom-form label {
  margin-bottom: 10px;
}

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

.donate-form .form-check-group-donation-frequency {
  padding-right: 0;
}

.form-check-group-donation-frequency + .form-check-group-donation-frequency {
  padding-right: 12px;
  padding-left: 0;
}

.form-check-group-donation-frequency .form-check-label {
  font-weight: var(--font-weight-semibold);
}

#DonationFrequencyOne {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#DonationFrequencyMonthly {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-form .form-check-radio {
  position: relative;
  height: 100%;
  padding-left: 0;
}

.custom-form .input-group-text {
  background: var(--secondary-color);
  border: 0;
  color: var(--white-color);
}

.custom-form .form-check-radio .form-check-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.form-check-radio .form-check-input[type=radio] {
  background-color: var(--section-bg-color);
  border-radius: .25rem;
  border: 0;
  box-shadow: none;
  outline: none;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding: 25px 50px;
  transition: all 0.5s;
}

.form-check-radio .form-check-input:checked[type=radio] {
  background-image: none;
}

.form-check-radio .form-check-input:checked[type=radio] + .form-check-label,
.form-check-radio .form-check-input:hover + .form-check-label,
.form-check-radio .form-check-input:checked + .form-check-label {
  color: var(--white-color);
}

.form-check-radio .form-check-input:hover,
.form-check-radio .form-check-input:checked {
  background-color: var(--secondary-color);
  border-color: var(--white-color);
}

.input-group-file {
  border-radius: .25rem;
  padding: 13px .75rem;
}

.input-group-file input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  padding: 0;
}

.input-group-file .input-group-text {
  background: transparent;
  color: inherit;
  margin-bottom: 0;
  padding: 0;
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-semibold);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}


/*---------------------------------------
  CONTACT SEARCH & DONATE & SUBCRIBE FORM              
-----------------------------------------*/
.contact-form .form-control {
  background: var(--white-color);
}

.search-form {
  position: relative;
}

.search-form .form-control {
  padding-right: 50px;
}

.search-form button[type="submit"] {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  color: var(--p-color);
  width: 50px;
  padding: 12px;
}

.search-form button[type="submit"]:hover {
  background: transparent;
  color: var(--dark-color);
}

.subscribe-form {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-small);
  padding: 30px;
}

.subscribe-form .form-control {
  background: var(--white-color);
}

.donate-form .form-control {
  margin-bottom: 0;
}


/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
  background-color: var(--site-footer-bg-color);
  padding-top: 70px;
}

.site-footer-bottom {
  background-color: var(--secondary-color);
  position: relative;
  z-index: 2;
  margin-top: 70px;
  padding-top: 25px;
  padding-bottom: 45px;
}

.site-footer-bottom a {
	color: var(--white-color);
}

.site-footer-bottom a:hover {
	color: #FF6;
}

.site-footer-link {
  color: var(--white-color);
}

.copyright-text {
  color: var(--section-bg-color);
  font-size: var(--copyright-font-size);
  margin-right: 30px;
}

.site-footer .custom-btn {
  font-size: var(--copyright-font-size);
}

.site-footer .custom-btn:hover {
  background: var(--primary-color);
}


/*---------------------------------------
  FOOTER MENU               
-----------------------------------------*/
.footer-menu {
  column-count: 2;
  margin: 0;
  padding: 0;
}

.footer-menu-item {
  list-style: none;
  display: block;
}

.footer-menu-link {
  font-size: var(--p-font-size);
  color: var(--white-color);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 5px;
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--site-footer-bg-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--copyright-font-size);
  display: block;
  margin-right: 5px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 38px;
}

.social-icon-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (min-width: 1600px) {
  .featured-block {
    min-height: inherit;
  }

  .volunteer-section::after {
    width: 450px;
    height: 450px;
  }
  
  .volunteer-image {
    width: 350px;
    height: 350px;
  }
}

@media screen and (max-width: 1170px) {
  #hero-slide .carousel-image {
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-form {
    padding-bottom: 40px;
  }

  .donate-form {
    padding: 35px;
  }

  .navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .navbar-expand-lg .navbar-nav {
    padding-bottom: 30px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px 20px;
  }

  .site-header .social-icon {
    text-align: left;
    margin-top: 5px;
  }

  .hero-section-full-height {
    height: inherit;
  }

  .carousel:hover .carousel-control-next-icon, 
  .carousel:hover .carousel-control-prev-icon {
    opacity: 1;
  }

  #hero-slide .carousel-item {
    height: inherit;
  }

  .carousel-control-prev {
    left: 12px;
  }

  .carousel-control-next {
    right: 12px;
  }

  .carousel-control-next-icon, 
  .carousel-control-prev-icon {
    opacity: 1;
    width: 60px;
    height: 60px;
  }

  .news-detail-header-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-section::before {
    width: 150px;
    height: 150px;
  }

  .cta-section::after {
    bottom: -60px;
    width: 100px;
    height: 100px;
  }

  .cta-section .row {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .volunteer-section::after {
    width: 300px;
    height: 300px;
  }

  .testimonial-section::before {
    width: 150px;
    height: 150px;
  }

  .testimonial-section::after {
    width: 200px;
    height: 200px;
  }

  #testimonial-carousel .carousel-caption {
    padding-top: 0;
  }

  blockquote {
    padding: 70px 30px 30px 30px;
  }

  .about-image {
    width: inherit;
    height: 450px;
  }

  .volunteer-image {
    width: 250px;
    height: 250px;
    margin: 0;
  }

  .custom-text-block {
    padding: 20px 0 0 0;
  }

  .custom-text-box,
  .volunteer-form {
    padding: 30px;
  }

  .counter-number, 
  .counter-number-text {
    font-size: var(--h2-font-size);
  }

  .contact-info-wrap {
    padding-top: 0;
  }

  .site-footer {
    padding-top: 50px;
  }

  .copyright-text-wrap {
    justify-content: center;
  }

  .site-footer-bottom {
    text-align: center;
    margin-top: 50px;
  }

  .site-footer-bottom .footer-menu {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}


.loading {
    position: relative;
    left: 0;
    right: 0;
    
    width: 150px;
    color: #000;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.loading p{
  font-size: 16px;
  font-weight: bold;
  color: #eedc21;
}
.loading span {
    position: absolute;
    height: 10px;
    width: 84px;
    top: 50px;
    overflow: hidden;
}
.loading span > i {
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    -webkit-animation: wait 4s infinite;
    -moz-animation: wait 4s infinite;
    -o-animation: wait 4s infinite;
    animation: wait 4s infinite;
}
.loading span > i:nth-of-type(1) {
    left: -28px;
    background: #eedc21;
}
.loading span > i:nth-of-type(2) {
    left: -21px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #2f87ff;
}

@-webkit-keyframes wait {
    0%   { left: -7px  }
    30%  { left: 52px  }
    60%  { left: 22px  }
    100% { left: 100px }
}
@-moz-keyframes wait {
    0%   { left: -7px  }
    30%  { left: 52px  }
    60%  { left: 22px  }
    100% { left: 100px }
}
@-o-keyframes wait {
    0%   { left: -7px  }
    30%  { left: 52px  }
    60%  { left: 22px  }
    100% { left: 100px }
}
@keyframes wait {
    0%   { left: -7px  }
    30%  { left: 52px  }
    60%  { left: 22px  }
    100% { left: 100px }
}

.bottom_nav{
  display: none;
  flex-direction: row;
  width: 100%;
  height: 40px;
  position: fixed;
  bottom: 0px;
  background-color: white;
  z-index: 144556;
  justify-content: space-around;
}



.icon_bot{
  display: inline-flex;
  width: 16.5%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  border-right: 1px solid #ccc;
  
}
.bottom_nav:last-child{
  border-right: 1px solid red;
}

.icon_bot a{
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  height: 100%;

  color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.icon_bot a font{
  font-size: 10px;
}

.active{
  color: #0062ff;
}


@media screen and (max-width: 580px) {
  .hero-section-full-height,
  #hero-slide .carousel-item,
  .carousel-image {
    min-height: 520px;
  }

  #hero-slide .carousel-caption {
    clip-path: polygon(100% 100%, 100% 100px, 0 100%);
    padding-right: 50px;
    min-width: inherit;
    min-height: inherit;
  }
}

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

.bottom_nav{
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 40px;
  position: fixed;
  bottom: 0px;
  background-color: white;
  z-index: 144556;
  justify-content: space-around;
}

.flex_div{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 98%;
  margin: auto;
  padding: 0;
  justify-content: center;
  justify-content: space-evenly;
}

.row_flex{
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  margin: auto;
}
  .site-header {
  background: #0062ff;
  padding-top: 15px;
  display: none;
  padding-bottom: 10px;
}

.navbar-brand img{
  width: 40px;
}


.navbar-brand span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  
}

.navbar-brand small {
  color: var(--secondary-color);
  display: block;
  font-size: 6px;
  line-height: normal;
  text-transform: uppercase;
}
.custom-text-box-image {
  border-radius: var(--border-radius-medium);
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  #hero-slide .carousel-caption {
    min-width: inherit;
    padding-bottom: 30px;
  }

  .carousel-control-next-icon, 
  .carousel-control-prev-icon {
    width: 45px;
    height: 45px;
  }

  .volunteer-image {
    width: 150px;
    height: 150px;
  }

  .volunteer-section::after {
    width: 200px;
    height: 200px;
  }

  .testimonial-section::before {
    top: -50px;
    width: 100px;
    height: 100px;
  }

  .testimonial-section::after {
    bottom: -150px;
    width: 200px;
    height: 200px;
  }

  .social-share .tags-block {
    margin-bottom: 10px;
  }

  .donate-form {
    padding: 25px;
  }
}

.thank-you-wrapper{
  margin: 4rem auto 0;
  border: 1px solid #b4ec97;
  width : 50vw;
  background: #bcfa9b;
  text-align:center;
  border-radius:.6rem;
  padding-bottom:3rem;
   animation-delay:.2s;
  animation-duration:.3s;
  animation-fill-mode:forwards;
  animation-name:getFullThankyouWidth;  
}
.check-mark-block{
  position:relative;
  transform:translateY(0);
  opacity:0;
  margin:auto;
  width:8rem;
  height:8rem;
  background-image: linear-gradient(to top, #99f449 0%, #05ebb5 100%);
  border-radius:.6rem;
  overflow:hidden;
   animation-delay:.4s;
  animation-duration:.3s;
  animation-fill-mode:forwards;
  animation-name:loadUpThankyou;
}
.check-mark-wrapper{
  margin:0;
  padding:0;
  position:relative;
  text-align:center;
  margin:auto;
  padding:5rem 10% 4rem 16%;
}
.check-mark-wrapper span{
  position:relative;
  width: 3rem;
    height: .7rem;
    background: transparent;
    display: block;
    border-radius: 30px;
    transform: rotate(0);
    transition: all .3s;
    transform: rotate(33deg);
    position: relative;
  filter: drop-shadow(20px 10px 10px rgba(0, 0, 0, .2));
/*     border: 1px solid #ddd; */
}
.check-mark-wrapper span:last-child{
    width: 5rem;
    height: .7rem;
    display: block;
    border-radius: 30px;
    transform-origin: top;
    transition: all .3s;
    transform: translateY(-1.7rem) translateX(1rem)rotate(-56deg);
}
.check-mark-wrapper span::before{
  content: ' ';
  position:absolute;
  top:0;
  left:0;
  width:0%;
  height:100%;
  background:#fff;
  border-radius:30px;
  animation-delay:.65s;
  animation-duration:.3s;
  animation-fill-mode:forwards;
  animation-name:getFullWidth;
}
.check-mark-wrapper span:last-child::before{
  animation-delay:.85s;
}

@keyframes getFullWidth{
  0%{
    width:0;
  }
  100%{
    width:100%;
  }
}
@keyframes getFullThankyouWidth{
  0%{
    width:0;
    opacity:0;
  }
  100%{
    width:25%;
    opacity:1;
  }
}
@keyframes loadUpThankyou{
  0%{
    transform:translateY(0);
    opacity:0;
  }
  100%{
    transform:translateY(-2.5rem);
    opacity:1;
  }
}@keyframes loadUp{
  0%{
    transform:translateY(1rem);
    opacity:0;
  }
  100%{
    transform:translateY(0);
    opacity:1;
  }
}
@media only screen and (max-device-width: 768px) {
  .thank-you-wrapper{
    animation-name: getFullThankyouWidthSmall;
  }
  @keyframes getFullThankyouWidthSmall{
  0%{
    width:0;
    opacity:0;
  }
  100%{
    width:70%;
    opacity:1;
  }
}
}

@media only screen and (max-device-width: 480px) {
  .thank-you-wrapper{
    animation-name: getFullThankyouWidthSmall;
  }
  @keyframes getFullThankyouWidthSmall{
  0%{
    width:0;
    opacity:0;
  }
  100%{
    width:95%;
    opacity:1;
  }
}
}
#payment-success {
  display: none;
}

#payment-pending {
  display: none;
}

#payment-failed {
  display: none;
}

.wrappert {
  -webkit-animation: wrapperAni 230ms ease-in 200ms forwards;
          animation: wrapperAni 230ms ease-in 200ms forwards;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: inline-block;
  height: 400px;
  margin: 50px auto;
  opacity: 0;
  position: relative;
  vertical-align: top;
  width: 20%;
}

.header__wrapper {
  height: 200px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.header {
  -webkit-animation: headerAni 230ms ease-in 430ms forwards;
          animation: headerAni 230ms ease-in 430ms forwards;
  border-radius: 0;
  height: 700px;
  left: -170px;
  opacity: 0;
  position: absolute;
  top: -500px;
  width: 700px;
}
.header .sign {
  -webkit-animation: signAni 430ms ease-in 660ms forwards;
          animation: signAni 430ms ease-in 660ms forwards;
  border-radius: 50%;
  bottom: 50px;
  display: block;
  height: 100px;
  left: calc(50% - 50px);
  opacity: 0;
  position: absolute;
  width: 100px;
}

h1,


.red h1 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-top: 50px;
}

.red p {
  color: rgba(0, 0, 0, 0.7);
  padding: 0 40px;
  font-size: 18px;
  line-height: 1.4em;
}

.red button {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  bottom: -20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  left: calc(50% - 85px);
  outline: none;
  position: absolute;
  transition: all 170ms ease-in;
  width: 170px;
}

/*
 * COLOR SPECIFIC
*/
.red .header {
  background-color: #ffb3b3;
}
.red .sign {
  background-color: #ff3535;
  box-shadow: 0 0 0 15px #ff8282, 0 0 0 30px #ffa2a2;
}
.red .sign:before, .red .sign:after {
  background: white;
  border-radius: 2px;
  content: "";
  display: block;
  height: 40px;
  left: calc(50% - 2px);
  position: absolute;
  top: calc(50% - 20px);
  width: 5px;
}
.red .sign:before {
  transform: rotate(45deg);
}
.red .sign:after {
  transform: rotate(-45deg);
}
.red button:hover {
  border-color: #ff3535;
}
.red button:focus {
  background-color: #ffb3b3;
  border-color: #ff3535;
}

.green .header {
  background-color: #bef0c8;
}
.green .sign {
  background-color: #4ec45e;
  box-shadow: 0 0 0 15px #74d181, 0 0 0 30px #9bdea4;
}
.green .sign:before, .green .sign:after {
  background: white;
  border-radius: 2px;
  content: "";
  display: block;
  height: 40px;
  left: calc(50% - 2px);
  position: absolute;
  top: calc(50% - 20px);
  width: 5px;
}
.green .sign:before {
  left: calc(50% + 5px);
  transform: rotate(45deg);
  top: calc(50% - 20px);
}
.green .sign:after {
  height: 20px;
  left: calc(50% - 15px);
  transform: rotate(-45deg);
  top: calc(50% - 5px);
}
.green button:hover {
  border-color: #4ec45e;
}
.green button:focus {
  background-color: #bef0c8;
  border-color: #4ec45e;
}

/*
 * ANIMATIONS
*/
@-webkit-keyframes wrapperAni {
  0% {
    opacity: 0;
    transform: scale(0.95) translateY(40px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes wrapperAni {
  0% {
    opacity: 0;
    transform: scale(0.95) translateY(40px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes headerAni {
  0% {
    border-radius: 0;
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    border-radius: 50%;
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes headerAni {
  0% {
    border-radius: 0;
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    border-radius: 50%;
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes signAni {
  0% {
    opacity: 0;
    transform: scale(0.3) rotate(180deg);
  }
  60% {
    transform: scale(1.3);
  }
  80% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}
@keyframes signAni {
  0% {
    opacity: 0;
    transform: scale(0.3) rotate(180deg);
  }
  60% {
    transform: scale(1.3);
  }
  80% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}
@media screen and (max-width: 768px) {
.wrappert {
width: 75%;
}

}
@media screen and (max-width: 480px) {
.wrappert {
width: 95%;
}

}

.payment-container {

            width: 25%;
            background: #fff;
            padding: 25px;
            border-radius: 12px;
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
            text-align: center;
            margin: auto;
            animation: fadeInUp 0.8s ease-in-out;
        }
        @keyframes fadeInUp {
            from {
                transform: translateY(50px);
                opacity: 0;
            }
            to {
                transform: translateY(0);
                opacity: 1;
            }
        }
        .payment-container h2 {
            color: #333;
            font-size: 22px;
            margin-bottom: 10px;
        }
        .bank-details {
            background: linear-gradient(to right, #0072ff, #00c6ff);
            padding: 15px;
            border-radius: 8px;
            margin-top: 15px;
            color: #fff;
            font-weight: bold;
            box-shadow: 0px 4px 10px rgba(255, 75, 43, 0.2);
        }
        .bank-details p,  .bank-details_2 p {
            margin: 5px 0;
            font-size: 14px;
            text-align: left;
            text-transform: capitalize;
            font-weight: 400;
            color: #fff;
        }


        .bank-details_2 {
            background: linear-gradient(to right, #271b4d, #7c449b);
            padding: 15px;
            border-radius: 8px;
            margin-top: 15px;
            color: #fff;
            font-weight: bold;
            box-shadow: 0px 4px 10px rgba(255, 75, 43, 0.2);
        }




        .instructions {
            margin-top: 15px;
            color: #555;
            line-height: 1.6;
            font-size: 14px;
        }
        .upload-section, .upload-section_2 {
            margin-top: 20px;
            text-align: center;
            padding: 15px;
            border-radius: 8px;
            background: #f7f7f7;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        }
       .upload-section  input[type="file"], .upload-section_2 input[type="file"]{
            display: block;
            margin: 10px auto;
            padding: 10px;
            border-radius: 5px;
            border: 1px solid #ccc;
            background: #fff;
            width: 100%;
        }
        .upload-section button {
            background: linear-gradient(to right, #0072ff, #00c6ff);
            color: #fff;
            border: none;
            padding: 12px 18px;
            border-radius: 6px;
            cursor: pointer;
            font-size: 16px;
            font-weight: bold;
            transition: 0.3s;
            box-shadow: 0px 5px 10px rgba(0, 114, 255, 0.3);
        }

        .upload-section_2 button {
            background: linear-gradient(to right,  #271b4d, #7c449b);
            color: #fff;
            border: none;
            padding: 12px 18px;
            border-radius: 6px;
            cursor: pointer;
            font-size: 16px;
            font-weight: bold;
            transition: 0.3s;
            box-shadow: 0px 5px 10px rgba(0, 114, 255, 0.3);
        }
        .upload-section_2  button:hover {
            background: linear-gradient(to right, #fff, #fff);
            box-shadow: 0px 7px 15px rgba(0, 114, 255, 0.4);
            color: #271b4d;
            border: 1px solid #271b4d;
          }

       .upload-section  button:hover {
            background: linear-gradient(to right, #0057d8, #0095ff);
            box-shadow: 0px 7px 15px rgba(0, 114, 255, 0.4);
          }

          .change-box{
            display: inline-flex;
            width: 99%;
            justify-content: center;
          }

          .exc{
            display: inline-flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            width: 70%;
            margin: auto;
            margin-left: 30%;
            position: relative;
          }





@media (max-width: 452px){



       .payment-container {

            width: 95%;
            background: #fff;
            padding: 25px;
            border-radius: 12px;
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
            text-align: center;
            margin: auto;
            animation: fadeInUp 0.8s ease-in-out;
        }
.bank{
  display: flex;
  width: 99%;
  flex-direction: column;
  margin: auto;
}
.donation_container{
  background: rgba(0,0,0,0.05);
  display: flex;
  height: auto;
  width: 95%;
  margin: auto;
  margin-top: 35px;
  justify-content: center;
  border-radius: 5px;
  padding-bottom: 20px;
  padding-top: 20px

}


.wire font{
  width: 99%;
  color: #1b75f0;
  background: #F9F9F9;
  display: inline-flex;
  height: 45px;
  margin-top: 10px;
  padding: 15px;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  font-size: 12px;
  font-family: "Quicksand", sans-serif;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.24);

}



}


.popupw {
  margin:auto;
  display: inline-flex;
  align-items: center;
  padding: 20px;
  background: #fff;
  border-radius: 15px;
  width: 30%;
  z-index: 888;
  height: 70px;
  position: absolute;
  top: 50%; right: 50%;
  transform: translate(50%,-50%);
  transition: all 5s ease-in-out;
  padding-top: 10px;
  padding-bottom: 10px;
}

.popupw h2 {
  margin-top: 0;
  color: wheat;
  text-align: center;
  font-family: Tahoma, Arial, sans-serif;
}
.popupw .closew {
  position: absolute;
  top: 5px;
  right: 15px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.popupw .closew:hover {
  color: #ccc;
}
.popupw .contentw {
  overflow: auto;
  width: 99%;
}

.overlayw {
  position: fixed;
  top: 0;
  bottom:0;
  z-index: 99999;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlayw:target {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px){
  .boxw{
    width: 70%;
  }
  #my-video{
  width: 98%;
  height: 100%;
}
  .popupw{
    width: 99%;
    margin: auto;
    display: inline-flex;
    align-items: center;
    margin-top: -40px;
    margin-left: 2.5px;
    font-size: 12px;
    height: 55px;
    padding: 8px 18px;
    z-index: 99999;
    position: absolute;
    bottom: 0;
  }


}
