html{

}

body{
  font-family: "Montserrat", sans-serif;
    /* font-family: "Open Sans", sans-serif !important; */
    -moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    color: #565353;
}
h1, h2, h3, h4, h5, h6{
  font-family: "Bebas Neue", sans-serif;
    /* font-family: "Raleway", sans-serif !important; */
    /* color: #212121; */
    color: #1d2026;
    letter-spacing: 0.3px;
}
h2, h4, h3, h5, h6{
    /* font-weight: 700; */
}
.lead{
    font-weight: 400 !important;
}
.vt-navbar{
  /* background-color: #370800; */
    /* background-color: #9e0000; */
    background-color: #fff;
    /* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05); */
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    position: relative;
    z-index: 100;
}
.is-sticky .navbar{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.vt-navbar .nav-link{
  /* font-family: "Bebas Neue", sans-serif; */
    /* color: #ffa700; */
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    color: #212121;
    font-weight: 600 !important;
    /* border-radius: 0.25rem; */
    border-right: 1px solid #1d2026;
}
.vt-navbar .me-lg-2{
  margin-right: 0 !important;

}
.vt-navbar .navbar-nav .nav-link.active, .vt-navbar .navbar-nav .nav-link.show {
      color:#1d2026 !important;
      background-color: #ffd600;
      /* border-radius: 0.25rem; */
      /* border-right: 1px solid #ffd600 !important;
      border-left: 1px solid #ffd600 !important; */
}
.vt-navbar .nav-link:focus, .vt-navbar .nav-link:hover {
  color: #ffd600;
}
.vt-navbar .vt-logo{
    width: auto;
    height: 64px;
}
.navbar-brand span{
  font-family: "Bebas Neue", sans-serif;
  color: #212121;
  margin-left: 0.75rem;
  font-size: 1.35rem;
  line-height: normal;
  letter-spacing: 0.3px;
}
.navbar-toggler{
  background-color: #ffd600 !important;
  border-color: #ffd600 !important;
}
.navbar-toggler:focus {
  box-shadow: none !important;

}
.header-top{
    /* background-color: #ffd600; */
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding: 0.5rem 0;
    font-size: 14px !important;
}
.ht-contact-info i{
    font-size: 24px;
}
.header-top .ht-contact-info li{
    font-size: 14px;
    border-right: 1px solid #eee;
    margin-right: 25px;
    padding-right: 25px;
}
.header-top .ht-contact-info li:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
}
.ht-social-links{
    list-style: none;
}
.social-link-icon{
    width: 28px;
    height: 28px;
    color: #fff;
    background-color: #0b73db;
    border-radius: 50% !important;
    position: relative;
    flex-shrink: 0 !important;
    padding: 0 !important;
}
.social-link-icon i {
    font-size: 16px;
    color: #fff !important;
}

.header-top ul.ht-social-links li {
    margin-left: 8px;
}
.header-top ul.ht-social-links {
    text-align: right;
    float: right;
}
.btn{
    font-family: "Raleway", sans-serif !important;
    font-weight: 600 !important;
    border-radius: 100px !important;
    padding:0.375rem 1rem  !important;
}
.btn-lg{
    padding: 0.5rem 1.75rem !important;
    font-size: 1rem !important;
}
.btn-primary{
    /* color: #ffa700;
    background-color: #9e0000 !important;
    border-color: #9e0000 !important; */
    color: #1d1d1d;
    background-color: #ffd600 !important;
    border-color: #ffd600 !important;
}
.sa-gradient-btn{
    background: linear-gradient(to right, #4776E6 0%, #8E54E9 100%) !important;
    border: transparent !important;
    border-color: linear-gradient(to right, #4776E6 0%, #8E54E9 100%); ;
    /* border-image: linear-gradient(to right, #4776E6 0%, #8E54E9 100%); */
    /* border-image-slice: 1; */
    color: #fff !important;
}
.btn-close:focus{
  box-shadow: none !important;
}
.text-muted{
    color: #999 !important;
}
.z-index-2 {
    z-index: 2 !important;
  }

  .g-hr{
    /* visibility: hidden; */
    margin: 0 auto;
    margin-top: 14px;
    margin-bottom: 24px;
    width: 96px;
    border: 0;
    height: 2px;
    background-color: #ffd600;
    opacity: 1;
    /* background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)); */
  }

  .v-hr{
    /* margin: 0 auto; */
    margin-top: 14px;
    margin-bottom: 0px;
    width: 96px;
    border: 0;
    height: 2px;
    background-color: #1d2026;
    opacity: 1;
  }

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /* margin-bottom: 4rem; */
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  /* height: 32rem; */
  /* height: 720px; */
  height: 88.5vh;
  /* height: auto; */
}
.ah-carousel-img{
  object-fit: cover;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}


/* Full Parallax Slider */
.slider-wrap{
    /* background: #ffa700; */
    background: #fff;
    height: 600px;
}
.swiper-slide--inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.swiper-slide{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.slide--bg {
  z-index: 0;
  visibility: inherit;
  font-weight: 400;
  white-space: nowrap;
  /* min-height: 834px;
  min-width: 834px;
  max-height: 834px;
  max-width: 834px; */
  /* background-color: #00008b33; */
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  /* overflow: auto; */
}
.swiper-slide-active .slide--bg{
  /* animation: zoomInBg 1.5s ease forwards; */
}

.slide--bg .slide-bg--inner {
  /* width: 650px;
  height: 650px; */
  width: 100%;
  height: 100%;
  /* background: #00008b96; */
  background: #00000065;
  margin: auto;
  /* border-radius: 50%; */
}
.swiper-slide-active .slide--bg .slide-bg--inner{
  /* animation: zoomInInner 1s ease forwards; */
}
.slide-detail {
  position: relative;
  z-index: 1;
  text-align: center;
}

.slide-main--heading {
  font-family: "Bebas Neue", sans-serif;
    display: block;
    text-align: center;
    color: #fff;
    line-height: normal;
    text-shadow: rgba(0, 0, 139, 0.35) 3px 3px 15px;
    padding: 0px 0px 23px;
    /* font-weight: 700; */
    font-size: 52px;
    white-space: normal;
    text-transform: capitalize;
}
.from-left, .from-right {
  opacity: 0;
  filter: blur(4px); 
  transition: opacity 0.5s ease, filter 0.5s ease; 
}

.swiper-slide-active .from-left {
  animation: fadeInLeft 1s ease forwards;
  animation-delay: 0.8s; 
}
.swiper-slide-active .from-right {
  animation: fadeInRight 1s ease forwards; 
  animation-delay: 1s; 
}
.slide-main--subheading {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    padding-bottom: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    opacity: 0;
    filter: blur(4px); 

}
.swiper-slide-active .slide-main--subheading{
  transition: opacity 0.5s ease, filter 0.5s ease; 
  animation: fadeInDown 1s ease forwards; 
  animation-delay: 1.2s;
}

.slide-des {
    text-align: center;
    line-height: 25px;
    border-width: 0px;
    padding: 0px 0px 25px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 14px;
    white-space: normal;
    min-height: 0px;
    min-width: 347px;
    max-height: none;
    max-width: 347px;
    color: rgb(255, 255, 255);
    margin: auto;
    opacity: 0;
}
.swiper-slide-active .slide-des{
   transition: opacity 0.5s ease, filter 0.5s ease; 
   animation: fadeInUp 1s ease forwards; 
   animation-delay: 1.4s;
}
.slide-cta .slide-btn{
    text-align: inherit;
    line-height: 27px;
    border-width: 1px;
    margin: 0px;
    padding:0.5rem 1.5rem;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 1.25rem;
    text-decoration: none;
    background-image: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af, #582d9f, #7d3785, #c74e45, #f7693c);
    background-size: 200% auto;
    color: #ffffff;
    display: inline-block;
    border: 2px solid transparent;
    width: auto;
    border-radius: 50px;
    position: relative;
    transition: .3s ease-in-out !important;
    opacity: 0;     
}
.swiper-slide-active .slide-cta .slide-btn{
  transition: opacity 0.5s ease, filter 0.5s ease; 
  animation: fadeInUp2 1s ease forwards; 
  animation-delay: 1.4s;  
}
.slide-cta .slide-btn:hover{
    -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    background-position: right center;


}
.slide-cta .slide-btn span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    position: absolute;
    border-radius: 100%;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .35);
    background: #fff;
    color: #3c2fc0;
}
.slide-badge {
    display: flex;
    flex-direction: column;
    width: 69px;
    height: 69px;
    background: #3c2fc0;
    line-height: normal;
    font-size: 9px;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    right: -184px;
    top: 0;
    transition: .3s ease-in-out !important;
    opacity: 0;

}
.swiper-slide-active .slide-badge{
  transition: opacity 0.5s ease, filter 0.5s ease; 
  animation: fadeInUp3 1s ease forwards; 
  animation-delay: 1.5s;   
}  
.slide-badge .patch-check svg{
    height: 20px;
    width: 20px;
    margin-bottom: 4px;
}
/* Keyframe animations for Badge */
@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    transform: translateY(50px); 
}
100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0); 
}
}
/* Keyframe animations for CTA */
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translateY(50px); 
}
100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0); 
}
}
/* Keyframe animations for Description */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(-50px); 
}
100% {
    opacity: 0.7;
    transform: translateY(0);
    filter: blur(0); 
}
}
/* Keyframe animations for Sub Heading */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px); 
}
100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0); 
}
}
/* Keyframe animations for Main Heading */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
}
100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
}
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px); 
}
100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0); 
}
}

/* Keyframe animations for background */
@keyframes zoomInBg {
  from {
    opacity: 0;
    transform: scale(0.5);
}
to {
    opacity: 1;
    transform: scale(1);
}
}

@keyframes zoomInInner {
  from {
    opacity: 0;
    transform: scale(0.5);
}
to {
    opacity: 1;
    transform: scale(1);
}
}
.parallax-slider .slide-btns{
        width: 54px;
    height: 54px;
    background: 0 0;
    border: 1px solid rgba(255, 255, 255, .2);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 900;
}
.slide-btns.swiper-button-next:after, .slide-btns.swiper-button-prev:after{
        font-size: 16px;
    font-weight: 900;
    color: #fff;
}
.slide-btns:hover{
    border: 1px solid #fff;
    background: #fff;
}
.slide-btns:hover:after{
    color: #232323;
} 
span.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: transparent;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    opacity: 1;
    display: none;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}
 .autoplay-progress {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    width:100%;
    height: 10px;
}

.progress-fill {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    height: 100%;
    background-color: #00000026; 
    width: var(--progress, 0%);
    transition: width 0.5s ease; 
}
/* ======== Sticky Footer ========= */
  .sticky-footer{
       position: fixed;
    width: 100%;
        background: #333;
    z-index: 999;
    bottom: 0;
  }
.sticky-footer .footer-row{
      display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    padding-right: 15px;
}
.creditd a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
        font-size: 16px;
}
.social ul{
      display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0px;
    column-gap: 10px;
    align-items: center;
}
.social ul li a{
     display: flex;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
}
.social ul li a img{
       max-width: 20px;
}
/* ==================== Responsive Ipad ========================== */
@media only screen and (max-width: 981px) {
.slider-wrap{
    height: 750px;
}
.slide--bg{
        min-height: 720px;
    min-width: 720px;
    max-height: 720px;
    max-width: 720px;
}
.slide--bg .slide-bg--inner{
    width: 590px;
    height: 590px;
}
.slide-badge{
        right: -116px;
}
}

/* ==================== Responsive Ipad ========================== */
@media only screen and (max-width: 480px) {
    .slider-wrap {
        height: 736px;
    }
        .slide--bg {
        min-height: 550px;
        min-width: 550px;
        max-height: 550px;
        max-width: 550px;
    }
    .slide--bg .slide-bg--inner {
        width: 450px;
        height: 450px;
    }
    .parallax-slider .slide-btns{
        display: none;
    }
    .slide-main--heading{
            font-size: 32px;
    }
    .swiper-pagination{
            display: flex;
    column-gap: 15px;
    justify-content: center;
    bottom: 100px !important;
    }
    span.swiper-pagination-bullet{
        display: block;
    }

}

.donate-scaner{
  padding: 72px 0;
}
.donate-scaner .card{
  background-color: #ffd600;
  color: #1d2026 !important;
  border: none !important;
}
.donate-pattern{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 256px;
  opacity: 0.25;
}
.d-hr{
  margin-top: 14px;
    margin-bottom: 2rem;
    width: 96px;
    border: 0;
    height: 2px;
    background-color: #1d2026;
    opacity: 1;
}
.highlight-text {
  /* background: linear-gradient(135deg, #fc0, #212121); 
  -webkit-background-clip: text;
  background-clip: text;
   -webkit-text-fill-color: transparent; */
}
/* .donate-scaner .card:after{
  content: "";
    position: absolute;
    bottom: -6.8rem;
    height: 185px;
    width: 97px;
    right: 0;
    z-index: -1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: url(../images/circles-dark-02.svg) 50% / contain no-repeat;
} */
.sa-home-donate{
  position: relative;
  margin-top: 72px;
}
.bg-holder {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  will-change: transform,opacity,filter;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  z-index: 0;
}
.donate-info{
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
  padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
}
.donate-ac-details{
  color: #fff;
}

.sa-home-donate-v2{
  margin-top: 72px;
}
.donate-card{
  background-color: #f4c430;
  border: none !important;
  color: #fff;
}
.donate-card .card-img{
  border-radius: 0 0.375rem 0.375rem 0;
}
.sa-home-donate-v3{
  padding: 72px 0;
  position: relative;
  /* background-color: #e9ecef; */
}
.text-image{
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
}
.donate-bg{
  border-radius: 0.375rem;
  max-width: 100%;
}
.text-top{
  color: #212121;
}
.sa-home-about{
    padding: 72px 0;
}
.sa-home-gallery{
  position: relative;
    padding: 72px 0;
    background-color: #f8f8f8;
    overflow: hidden;
    /* background-color:#f3f3f3; */
    /* background-color: rgba(255, 167, 0, 0.25); */
    /* background-color: rgba(255, 214, 0, 0.25); */

}
.feather-pattern-top{
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  opacity: 0.5;
}
.feather-pattern-bottom{
  position: absolute;
  right: 0;
  bottom: 0;
  height: 300px;
  opacity: 0.5;
}

.sa-gallery-circle-01{
  position: absolute;
  right: 0;
  top: 0;
  height: 150px;
  /* opacity: 0.5; */
}

.sa-gallery-circle-02{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 413px;
  /* opacity: 0.5; */
}

.gallery-home img {
  max-height: 277px;
  height: 277px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.sa-about-video{
    background-color: #fff;
    position: relative !important;
    padding: 72px 0;
    overflow: hidden !important;
}
.h-500px {
    height: 500px !important;
  }
  .h-400px {
    height: 400px !important;
  }
  .fill-body {
    fill: #fff !important;
  }
  .bg-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .bg-blue{
    /* background-color: #9e0000; */
    background-color: #ffd600;
  }
  .bg-yellow{
    background-color: #ffd600;
    /* background-color: #ffa700; */
    /* background-color: #ffd600; */
    color: #1d2026 !important;
  }
  .opacity-1 {
    opacity: 0.1 !important;
  }
  .btn-play{
    width: 3.5rem;
    height: 3.5rem;
    background-color: #fff;
    border-color: #fff;
    color: #212121;
    font-size: 1.75rem;
    align-items: center;
    justify-content: center;
    position: relative;
    display: inline-flex;
    padding: 0;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
  }
  .btn-play:hover {
    background: #ebeeff;
    color: #212121;
    border-color: #ebeeff;
  }
.gradient-bar{
    background: -webkit-gradient(linear, left top, right top, color-stop(60%, #ffd600), color-stop(80%, #1d2026));
    background: linear-gradient(90deg, #ffd600 60%, #1d2026 80%);
    /* border-radius: 3px; */
    margin-top: 0;
    margin-bottom: 2rem;
    height: 3px;
    width: 96px;
}
.gradient-bar-center{
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, #ffd600), color-stop(80%, #1d2026));
    background: linear-gradient(90deg, #ffd600 60%, #1d2026 80%);
    /* border-radius: 3px; */
    margin: auto;
    height: 3px;
    width: 96px;
}

.sa-news-events{
    padding: 72px 0;
    /* background-color: rgba(0, 0, 139, 0.1); */
}
.ne-text{
    background-color: #fff;
    padding: 24px;
    margin-top: -4rem;
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
    position: relative;

}
.sa-footer{
    padding: 96px 0 0;
    /* background-color: #2d2d2c; */
    background-color: #ffd600;
    /* background-image: url(../images/dot.svg); */
    position: relative;
    background-position: 0 0;
    background-repeat: repeat;
    overflow: hidden;
}
/* .sa-footer::after {
  background-color: #2d2d2c;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
} */
.footer-circle-01{
  position: absolute;
  left: -9%;
  bottom: 10%;
  width: 226px;
  overflow: hidden;
  opacity: 0.25;
}
.footer-circle-02{
  position: absolute;
  right: -8%;
  top: -25%;
  width: 380px;
  overflow: hidden;
  opacity: 0.25;
}
.sa-footer h5{
    /* color: #fff; */
    margin-bottom: 1.25rem;
}
.footer-info p, .footer-contact-info span{
  color: #1d2026;
  /* color: #1d2026; */
    /* color: rgba(255, 255, 255, 0.8) !important; */
}
.footer-contact-info p{
  /* color: #acacac; */
  color: #1d2026;
    /* color: rgba(255, 255, 255, 0.9) !important; */
}
.sa-footer .nav .nav-link {
    /* color: rgba(255, 255, 255, 0.8); */
    /* color: #acacac; */
    color: #1d2026;
    padding: 0.5rem 0;
}
.sa-footer .nav .nav-link:hover, .sa-footer .nav .nav-link:focus {
    /* color: #ffd600; */
    color: #1d2026;
  }

.footer-contact-info i {
    font-size: 1.25rem;
}
.footer-hr{
  /* color: #535353 !important; */
  color: #fff;
  opacity: 0.25 !important;
}
.copyright-text{
  padding: 32px 0;
}
.copyright-text p{
    font-size: 14px;
    color: #1d2026;
    /* color: rgba(255, 255, 255, 0.8); */
}
.copyright-text a{
  color: #1d2026;
    /* color: rgba(255, 255, 255, 0.9); */
    text-decoration: none;
    font-weight: 500;
}
.copyright-text a:hover{
    /* color: #ffd600; */
    color: #1d2026;
}
.sa-social-links{
    list-style: none;
}
.social-link-icon{
    width: 36px;
    height: 36px;
    color: #fff;
    background-color: #1d2026;
    /* background-color: #ffd600; */
    /* background-color: rgba(255, 255, 255, .06); */
    border-radius: 50% !important;
    position: relative;
    flex-shrink: 0 !important;
    padding: 0 !important;
}
.social-link-icon i {
    font-size: 18px;
    color: #fff !important;
}

.copyright-footer{
    padding: 40px 0;
    background-color: #1d2026 !important;
}
.social-link-icon:hover, .social-link-icon:focus {
    /* background-color: #ffd600; */
    background-color: #1d2026;
  }
.donate-sidebar{
  background-color: #fafafa;
}
.donate-sidebar.donate-widget{
  /* position: relative; */
  }
  
.donate-sidebar.donate-widget::before {
  /* background-color: #9e0000; */
  background-color: #ffd600;
  content: "";
  position: absolute;
  width: 100%;
  height: 15%;
  /* height: calc(100% - 6.5rem); */
  top: 0;
}
.donate-sidebar .offcanvas-header, .donate-sidebar .offcanvas-body{
 z-index: 1;
}
.donate-sidebar .offcanvas-header{
  /* border-bottom: 1px solid #ddd; */

}
.donate-sidebar .offcanvas-title{
  color: #1d2026;
}
.donate-sidebar .btn-close{
  color: #fff;
  /* background-image: url(../images/close.svg) !important; */
  /* opacity: 0.75; */
  opacity: 0.75;
}
.donate-sidebar .btn-close:hover{
  opacity: 1;
}
.donate-sidebar .btn-close:focus{
  box-shadow: none !important;
}
.donate-sidebar .offcanvas-body{
  background-color: #fff;
  padding: 1rem;
  margin: 1rem;
  border-radius: 0.5rem;
}
.ds-scanner{
  background-color: #f3f3f3;
  /* background: linear-gradient(90deg, #ffd600 60%, #1d2026 80%); */
  padding: 0.5rem;
}
.sa-about-us{
  padding: 72px 0;
}
.hanuman-chalisa{
 padding: 72px 0;
 position: relative;
 background-color: #f8f8f8;
 /* background: 2px 2px / 10px 10px rgba(255, 214, 0, 0.05) radial-gradient(#ffd600 18.75%, transparent 0); */
  /* background: url(../images/dot-pattern.png);
  background-repeat: no-repeat; */

 
}
/* .hanuman-chalisa::after{
  content: "";
  background: url(../images/om-icon-01.svg);
  background-size: 20px 20px;
  position: absolute;
} */
.hc-card{
  font-family: "Noto Sans Telugu", sans-serif !important;
  /* background-color: #f8f8f8; */
  /* background: url(../images/dot-pattern.png); */
  background-color: #fff;
  border: none !important;
  box-shadow: 0 15px 40px rgba(16, 8, 3, .08);
}
/* .hc-card:after {
  content: "";
  position: absolute;
  bottom: -6.8rem;
  height: 185px;
  width: 97px;
  right: 0;
  z-index: -1;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url(../images/circles-yellow.svg) 50% / contain no-repeat;
} */
.hc-card h2{
  font-family: "Noto Sans Telugu", sans-serif !important;
}
.hc-card h4{
  font-family: "Noto Sans Telugu", sans-serif !important;
  font-weight: 500 !important;

}
.mb-base{
  margin-bottom: 2.25rem;
}
.sa-gallery-folder{
    padding: 72px 0;
  }
  .sa-gallery-folder .card{
    border: none !important;
  }
  .sa-gallery-folder .card .card-body{
    padding-top: 1rem;
    padding-bottom: 0;
  }
  .sa-gallery-folder .card.overflow-hidden {
    will-change: transform;
  }
  .card.card-img-scale .card-img-scale-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
    overflow: hidden;
  }
  .card.card-img-scale .img-scale {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1.001);
    transform: scale(1.001);
  }
  .card.card-img-scale:hover .img-scale {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  .card-img-scale-wrapper img {
    max-height: 250px;
    height: 250px;
    max-width: 100%;
    width: 100%;
	  object-fit: cover;
    object-position: top;
}
.sa-gallery-folder .stretched-link {
    text-decoration: none;
    color: #212121 !important;
  }
.sa-gallery-folder .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
  }
.sa-gallery{
    padding: 72px 0; 
}

.btn-icon {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 0 !important;
  padding: 0 !important;
}
.btn-prev, .btn-next{
  background-color: transparent;
  font-size: 1rem;
  color: #ffd600;
  border-color: #ffd600;
  border-radius: 50%;
  /* box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(11, 15, 25, 0.06), 0 0.125rem 0.4rem -0.0625rem rgba(11, 15, 25, 0.03); */
}
.btn-icon > i{
  font-size: 1.25rem;
}
.btn-prev:not(.bg-transparent):hover, .btn-next:not(.bg-transparent):hover {
  color: #fff !important;
  background-color:#ffd600 !important;
  border-color: #ffd600;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(255, 214, 0, 0.9);
}
.gallery-slide img{
    max-height: 512px;
    height: 512px;
    max-width: 100%;
    width: 100%;
    object-fit: contain;
    /* object-position: top; */
}
.sa-trustee{
    padding: 72px 0; 
}
.sa-team.card{
    border: none !important;
}
.sa-team .card-img-top{
    border-top-right-radius: 0;
}
.sa-team h5{
    margin-bottom: 5px;
}
.sa-team-image{
    border-top-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;

    max-height: 320px;
    height: 320px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.trustee-membership{
  padding: 72px 0;
  background-color: #f8f8f8;
}

  .date-badge{
    background-color: #fff;
    color: #212121;
    font-size: 0.8em;
    font-weight: 500;
    padding:0.35em 0.65em;
    border-radius: 0.2rem;
  }
  .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
  }

  .sa-contact-us{
    padding: 72px 0;

  }
  .match-height > [class*="col"] {
    display: flex;
    flex-flow: column;
  }
  .match-height > [class*="col"] > .contact-info {
    flex:
  1 1 auto;
  }
  .contact-info{
    padding: 2.5rem;
    background-color: #f8f8f8;
    /* background-color: rgba(248, 248, 248, 1); */
    border: 1px solid #f3f3f3;
    border-radius: 0.4rem;
  }

.ci-icon {
    width: 56px;
    height: 56px;
    color: #fff;
    background-color:#ffd600;
    /* background-color: rgba(244, 196, 48, 0.25); */
    border-radius: 50% !important;
    margin: 0 auto 24px;
    position: relative;
    flex-shrink: 0 !important;
}
.ci-icon i {
  font-size: 24px;
}
.center-it {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.h-200px {
  height: 200px !important;
}
.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.sa-breadcrumbs{
  padding: 72px 0;
  /* background-color: #00008b; */
  background-size: cover !important;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.sa-breadcrumbs::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
  /* background-color: #00008b; */
  /* background-color: rgba(255, 167, 0, 0.9); */
  /* background: linear-gradient(50deg, #002bb8 0, #00c2f7 100%) !important; */
  opacity: .9;
}
.blur-decoration-02{
  -webkit-transform: rotate(335deg) !important;
  transform: rotate(335deg) !important;
  filter: blur(9rem) !important;
  opacity: 0.3 !important;
  height: 300px !important;
}

.inner-header{
  position: relative;
  padding: 72px 0;
  background-color: #ffd600;
}
.header-circle-01{
  position: absolute;
  width: 256px;
  top: -100px;
  left: -50px;
}
.header-circle-02{
  position: absolute;
  width: 300px;
  bottom: -100px;
  right: -64px;
}
.header-circle-dark{
  position: absolute;
  right: 192px;
  bottom: 44px;
  width: 96px;
}
.inner-header p, .inner-header-light p{
  color: #1d2026 !important;
}
.inner-header-light{
  position: relative;
  padding: 72px 0;
  background-color: #fd7e14;
  overflow: hidden;
  text-align: center;
}

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.99);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }
  
  .js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  
  @-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
  }
  
  @keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
  }
  
  @-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
  }
  
  @keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
  }
  
  .preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: transparent;
  }
  
  .preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #002bb8;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
  }
  
  .preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
  }
  
  .preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #002bb8;
    border-radius: 50%;
  }

  /* End Pre-loader Style */
  

@media (min-width: 1200px) {
  .sa-breadcrumbs h2{
    font-size: 2.5rem;
  }
  h2, .h2 {
    /* font-size: 2.5rem; */
  }
  .h-xl-500px{
    height: 500px !important;
  }
}

  @media (min-width: 992px) {
    .position-lg-absolute {
      position: absolute;
    }
    .text-top{
      border-radius: 0.375rem 0 0.375rem 0;
    }

    .h-lg-400px {
      height: 400px !important;
    }

}

@media (min-width: 768px) {

}

@media screen and (max-width: 991px) {
  .carousel-item {
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .carousel-item {
    height: auto;
  }

  .gallery-slide img{
    max-height: 480px;
    height: 480px;
    max-width: 100%;
    width: 100%;
    object-fit: contain;
    /* object-position: top; */
}
.donate-scaner .card:after {
  bottom: -2.4rem;
  height: 55px;
  width: 34px;
  right: 0;
}
.hc-card:after {
  bottom: -2.4rem;
  height: 55px;
  width: 34px;
  right: 0;
}

}