* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;


}

html body{
  overflow-x: hidden !important;
  position:relative;
}
body {
  /* font-family: 'Satoshi', sans-serif; */
font-size: 17px;
  font-family: "Salsa", cursive;
  /* font-family: "Tenor Sans", sans-serif; */

  /* background: #faf7f1 url(../images/bg-page.jpg); */
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
background-image: url('../images/body-bg.jpg');



}

@media (max-width: 575px) {
.h-v{
  height: 190px;
  object-fit: cover;
}

}

@media (max-width: 1300px) {
  .nav-mb{
    height: 80px !important;
    width: 80px !important;
    object-fit: cover;
  }
  .nav-link{
   font-size: 15px !important;
  }
  .border-ends{
    border-right: 0px !important;
  }
  }

.carousel-control-prev,.carousel-control-next{
  color: #ffffff !important;
  opacity: 1 !important;
 
 
}


.right-arrs,.left-arrs{
  width: 40px;
  height: 40px;
}

:root,
[data-bs-theme=light] {
  /* --bs-body-bg: #fff3e9; */
  --bs-border-color: none;
  --base02: none;
}



/* nav */
.h271 {
  height: 271px !important;
}

.navbar-toggler {
  background-color: #fff3e9 !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  background-color: #fff3e9 !important;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion {
  background-color: transparent !important;
}




.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-image: linear-gradient(90deg, #ff4000 0%, #ff8502 100%);
  color: #ffffff !important;
  background-color: inherit;

}

.icon-cl {
  color: #fd8f8f;
}

.nav-link {
  font-size: 16px;
  color: #ffffff !important;
  letter-spacing: 1px;
  font-weight: 500;
  
}

.bg-nav {
  /* background-color: #412236; */
  background-image: linear-gradient(90deg, #ff4000 0%, #ff8502 100%);
}

.bg-danger {
  background-color: #ca3b3b !important;
}

/* .nav-item .nav-link:hover{
    color: #ffffff!important;
} */
.dropdown-menu {
  background-image: linear-gradient(90deg, #ff4000 0%, #ff8502 100%);

}

.dropdown-item {
  color: #ffffff !important;
}

.dropdown-item:hover {
  background-color: inherit;
}

/* .cont-item .cont-link:hover{
  color: #412236 !important;
} */


.cont-link {
  color: #000000 !important;
  border: 1px solid #ca3b3b;

}

.title-text {
  color: #a71400;
  font-family: "Salsa", cursive;
}

.sub-title {
  /* color: #db4242; */
  color: #a71400;
  font-family: "Salsa", cursive;
}

.sub-bg {
  color: #a71400;
  /* letter-spacing: 6px; */
  font-family: "Poetsen One", sans-serif;
}

.p-text {
  /* color: #4b4343; */
  color: #212529;
  font-size: 17px;
 
  font-family: "Salsa", cursive;
}

.sub-bgs {
  color: #000000;
  letter-spacing: 1px;
  font-weight: 600;

}

.diveders {
  border-bottom: 2px solid #ca3b3b;

}

a {
  text-decoration: none;

}

.text-justify{
  text-align: justify;
}
/* home img */

.img-y {
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);

}

.img-x {
  /* clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%); */
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%);
}

@media (min-width: 992px) {
  .main-title {
    padding: 0% 20% 0% 20%;
  }

  .max-w {
    max-width: 290px;
  }

  .sub-r {
    padding: 0px 0px 0px 20rem;
  }

  .sub-last {
    max-width: 330px;
  }

}




.end-btns:hover {
  background-color: #db4242 !important;
  color: #faf7f1 !important;

}

/* background img in programs section */


/* donation section  */




/* .don-bgs{
    background-image: url("./assets/images/icon-3.png");
    background-position: top;
    background-repeat: no-repeat;
} */

.progress-bar {
  width: 0;


  .title {
    opacity: 0;
    animation: show 0.35s forwards ease-in-out 0.5s;
  }
}

.progress-bar {
  width: 0;
  animation: progress 1.5s ease-in-out forwards;

  .title {
    opacity: 0;
    animation: show 0.35s forwards ease-in-out 0.5s;
  }
}

progress {
  color: lightblue;
}

.progress::-moz-progress-bar {
  background: lightblue;
}

.progress::-webkit-progress-value {
  background: red;
}

.progress::-webkit-progress-bar {
  background: blue;
}

@keyframes progress {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


/* .img-mask{
     background: linear-gradient(to bottom, rgba(65, 34, 54, 0) 0%, #412236 100%);
     opacity: 1;
     background-color: rgba(0, 0, 0, 0.4);
     z-index: -1;
  }

  .img-mask:hover{
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 34, 54, 0)), to(#412236));
    background: -webkit-linear-gradient(top, rgba(65, 34, 54, 0) 0%, #412236 100%);
  } */


.don-bg {
  background-image: linear-gradient(90deg, #ff4000 0%, #ff8502 100%);
  /* background-image: linear-gradient(180deg, #49263d 31%, rgba(73, 38, 61, 0) 100%); */
  opacity: 1;

}

.ft-cl {
  color: #ffffff;
}

.ft-clg {
  color: #ffffff;
}

.inner-imgs-news {
  position: relative;


}

.capt {
  position: absolute;
  top: 64%;
  left: 40%;
  transform: translate(-50%, -50%);

  color: white;
}



.inner-imgs-news-1 {
  position: relative;

}

.capt-1 {
  position: absolute;
  top: 64%;
  left: 40%;
  transform: translate(-50%, -50%);

  color: white;
}

@media (min-width: 992px) {
  .inner-imgs-news-1 {
    position: relative;

  }

  .capt-1 {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-85%, -50%);

    color: white;
  }

}


/* .dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
} */

/* .dropdown:hover>.dropdown-menu {
  display: block;
} */

/* .dropdown-submenu:hover>.dropdown-menu {
  display: block;
} */

/* .dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
} */
/* 

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}


.dropdown .dropdown-menu {
  display: none;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}

@media screen and (min-width: 769px) {
  .dropend:hover>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }

  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
} */

.amount-links {
  padding: 7px 25px;
}

@media (min-width: 992px) and (max-width:1326px) {
  .texts {
    font-size: 29px !important;
  }

  .btn-donate {
    display: none !important;
  }

  .w-mx {
    width: max-content !important;
  }
  .main-sections{
    display: none;
  }
}

@media (min-width: 200px) and (max-width:506px) {
  .texts {
    font-size: 15px !important;
  }
}

.bg-events {
  background-size: contain !important;
  /* background:linear-gradient(rgba(244,241,236,89%), rgba(244,241,236,89%)),url("../images/left-bg.png") left no-repeat,url("../images/right-bg.png") right no-repeat;
  background-attachment: fixed; */
}

.sides {
  background: linear-gradient(rgba(244, 241, 236, 89%), rgba(244, 241, 236, 89%)), url("../images/left-bg.png") left no-repeat, url("../images/right-bg.png") right no-repeat;
  background-attachment: fixed;
}


.btn-infos {
  padding: 9px 38px;
}

.accordion {
  background: transparent;
}

/* nav donation btn */
@media (min-width: 991px) and (max-width:1200px) {
  .nav-btns {
    display: none;
  }
}

.w-max {
  width: max-content;
}

/* box clips */


.img-clip-v {
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 100% 100%, 49% 80%, 0 100%, 0% 75%);

}

.img-clip-sp {
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0 50%, 0% 0%);

}

.img-clip-sp-r {
  clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);

}



.form-wx {
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
}


.border-4px {
  -webkit-mask-image: url(../images/mask-2.png);
  mask-image: url(../images/mask-2.png);
  -webkit-mask-position: top left;
  mask-position: top left;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  /* width: 640px;
  height: 400px;
  object-fit: cover; */
  
}






/* reports */
body {

  background-color: #ffffff;
}



.h-5vh {
  height: 3vh;

}

/* top button */
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  /* background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7); */
  background-color: #ff7b02;
  border: 1px solid #faf7f1;
  width: 50px;
  height: 50px;
 display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
}

#return-to-top i {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: inherit;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: rgb(255 67 0);
}

#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

.jobs-link:hover {
  color: #db4242;
}



/* cards text overlay onhover effects */

.mat-gy {
  position: relative;
  margin: auto;
  overflow: hidden;
}

.mat-gy .text-overlay-text {
  backdrop-filter: blur(10px);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.mat-gy:hover .text-overlay-text {
  opacity: 1;
}

.content-details {
  position: absolute;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.mat-gy:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.bag-sp {

  background-image: url(../images/ornaments-leaves.svg);
  background-repeat: no-repeat;
  /* ,linear-gradient(to bottom, #ffffff 1%, #ccc3b0 97%); */

}

.card-boxes {
  border: 2px solid #fd8f8f;
}

/* .bg-events{
background-image: url(https://shrimahakaleshwar.com/assets/images/pattern-bg.jpg);
background-repeat: no-repeat;
background-position: 50%;
  
} */

.box-infos {
  border-top: 2px solid #ffa800;
 background: url(../images/dr-box-bg.jpg);
 
 background-size: 100% 100%;
}

.soc-links {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-control:focus {
  box-shadow: 0 0 0 .25rem rgba(22, 103, 52, .4);
}

/* donation button */
.donation-btn {
  position: relative;
  padding: 40px 40px;

  /* border-radius: 50%; */

  /* background: #ca3b3b; */
  /* font-size: 17px;
  font-weight: 500;
  color: #fff; */
  cursor: pointer;
  /* border: 1px solid #ca3b3b; */

  /* filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2)); */
}

.donation-btn>img {

  /* animation-name: rotate; */
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  border-radius: 50%;
}

@keyframes rotate {
  from {
    transform: rotate(-360deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.donation-btn:hover {

  /* background:#ca3b3b;
  animation: wind 2s ease-in-out infinite; */
}

@keyframes wind {
  0% {
    background-position: 0% 50%;
  }

  0% {
    background-position: 50% 100%;
  }

  0% {
    background-position: 0% 50%;
  }
}


.donation-btn .icon-1 {
  animation: slay-1 3s cubic-bezier(0.52, 0, 0.58, 1) infinite;
  transform: rotate(10deg);
}

@keyframes slay-1 {
  0% {
    transform: rotate(10deg);
  }

  50% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(10deg);
  }
}

.icon-2 {
  position: absolute;
  /* top: 0; */
  left: 25px;
  width: 12px;
  transform-origin: 50% 0;
  transform: rotate(10deg);
  transition: all 1s ease-in-out;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
}

.icon-2 {
  animation: slay-2 3s cubic-bezier(0.52, 0, 0.58, 1) 1s infinite;
  transform: rotate(0);
}

@keyframes slay-2 {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(15deg);
  }

  100% {
    transform: rotate(0);
  }
}

.icon-3 {
  position: absolute;
  top: 15px;
  left: 0;
  width: 18px;
  transform-origin: 50% 0;
  transform: rotate(-5deg);
  transition: all 1s ease-in-out;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
}

.icon-3 {
  animation: slay-3 2s cubic-bezier(0.52, 0, 0.58, 1) 1s infinite;
  transform: rotate(0);
}

@keyframes slay-3 {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0);
  }
}

.btn-fixed-bottom {
  position: fixed;
  top: 50%;
  right: -20px;

}

.creeper-img {
  position: fixed;
  top: 10%;
  right: 29px;
}

.fiil-svg {
  fill: #059033;
}

.bg-strip {
  background: rgb(254, 213, 0);
  background: radial-gradient(circle, rgba(254, 213, 0, 1) 0%, rgba(245, 128, 32, 1) 100%);
}

.imgesa {
  height: 385px;
  object-fit: fill;
}


.btns {
  padding: 10px 64px;
}

.lis ::before {
  content: "\00BB";
  margin-right: 10px;
}

.dt-img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.read-more__text {
  display: -webkit-box;
  -webkit-line-clamp: var(--line-clamp);
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* services section  */
.icons-outer {
  width: 80px;
  height: 80px;
  /* #059033 */
  background-color: #166734;
  border-radius: 50%;
}

.flex-none {
  flex: none;
}

.scroll-bar-none {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.left-arrrr {
  width: 30px;
  height: 30px;
  background-color: #ff6101;
  display: flex;
  border-radius: 50%;
  z-index: -1;
}





/* .drk:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
 

  opacity: 0.6;
} */

.carousel-caption {
  z-index: 2;
}



@media (min-width: 992px) {
  .carousel-control-next, .carousel-control-prev{
    width: 10% !important;
    
  }

  /* .h-349{
    height: 269px !important;
  } */
}

.ars{
  background-color: hsl(0deg 31.98% 19.69% / 32%);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display:flex !important;
  align-items: center;
  justify-content: center;
}
.border-1px{
  border: 1px solid #000000;
}

.timings{
  border-right: 1px solid #000000;
  line-height: 35px;
}
.timings-bar{
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.borders-y{
  border-top-left-radius: 10px;
 border-bottom-left-radius: 10px;
}
.sub-mains{
  margin-left: 37px;
}

.bg-headers{
 background: url(../images/h-bg.png) repeat-x center top;
}
/* .bg-top-header{
  background: url(../images/make-top-border.jpg)repeat-x top left;
} */

.bt-btm{
  border-bottom: 2px solid #ffa800;
}
.bg-boxs{
  /* background-color: #f9e5a3; */
  background: url(
   ../images/tem-tim-bg.jpg
  );
  background-size: 100% 100%;
  
}
.card-titless{
  border-bottom: 1px solid #ff8502;
}

.h-lg-275{
  height: 275px;
}
@media (max-width: 992px){
  .img-opt{
   
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 30%;
    border-top-right-radius: 30%;
  
   }
 }
@media (min-width: 992px) {
  .h-lg-100{
    height: 100%;
  }
 .img-opt{
 
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 30%;
  border-top-right-radius: 30%;

 }
 .nav-link{
  margin: 10px !important;
 }
 .about-img{
  height: 520px;
  object-fit: contain;
}


  /* .dropdown:hover .dropdown-menu {
      display: block;
      
    }
    .dropdown-menu{
      margin-top: 5px !important;

    }

    .dropdown-menu {
      animation: 0.5s slideup;
    }
    
    @keyframes slideup {
      from {
        transform: translateY(10%);
      }
    
      to {
        transform: translateY(0);
      }
    } */

  }

.tsl-img{
  height: 100px !important;
  width: 100px !important;
  object-fit: cover;
}
.owl-theme .owl-dots .owl-dot span{
  background: #ff4000 !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #faf7f1 !important;
}
.volunteer-bg{
  background: url(../images/donate-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}
.ft-bg{
  background: url(../images/foot-bg.jpg);
  background-size: 100% 100%;
}

.tp-bg{
  background: url(../images/make-bg.jpg);
  background-size: 100% 100%; 
  border-bottom: 2px solid #ffa800;
}
.form-control:focus,.form-select:focus{
  box-shadow: none !important;
  border-color: #ff4000 !important;
}
.form-check-input:focus{
  box-shadow: none !important;
  border-color: #ff4000 !important;
}
.form-check-input:checked{
  background-color: #ff6101 !important;
}

.text-ellipsis{
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* .text-2sl{
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  overflow: hidden !important;
  text-overflow: ellipsis;
} */
.bg-side-box{
  background-color: #fff9d8;
}

.text-link{
  color: #a71400;
}
.arrow::after {
  display: inline-block;
  padding-left: 5px;
  content: "➜";
  font-size: 16px;
  transition: transform 0.3s ease-out;
}
.arrow:hover::after {
  transform: translateX(2px);
}
.page-link:focus{
box-shadow: none !important;
background-color: #ff6101 !important;
color: #000000 !important;
}
.page-link{
  color: #000000 !important;
}
.ps-boxes{
  width: 90%;
    top: -40px;
    float: none;
    position: relative;
    margin: 0px auto 0px;
    padding: 20px 18px 25px;
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 10%);
}
.ps-boxes{
  background: url(../images/mandala-cl.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  background-size: 150px;
 
}
.dress-code-mains{
  width: 100px;
  height: 100px;
  background-color: #ff6101;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-contentss{
  background: url(../images/right-sm.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  background-size: 110px;
}

.dress-code-sc{
  background: url("../images/dharma-bg-right.svg") left no-repeat, url("../images/dharma-bg-left.svg") right no-repeat;
  background-size: 100px ;
  background-size: contain ;
}
.donate-bgggs{
  background: url(../images/dharma-bg-right.svg) top left no-repeat, url(../images/dharma-bg-left.svg) top right no-repeat;
  background-size: 20%;
}

/* .textss {
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, -1%);
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  border-radius: 8px;
}

.textss:hover{
  text-decoration: underline;
  color: #ff4000 !important;
} */



/* .img-zoom-cont{
  overflow: hidden;
  border-radius: 0.5rem;
}
.img-zoom-cont img{
  transition: transform .5s ease;
}
.img-zoom-cont:hover img {
  transform: scale(1.5);
  
} */
.text-description{
  background: url(../images/right-sm.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 100px;
}
/* @media (max-width: 991px) {
  .navbar-nav {
      max-height: 500%;
      overflow-y: scroll;
      width: -webkit-fill-available;
  }
} */

.side-top-mandal{
  background: url(../images/side-top-mandal.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}
.main-descriptionss{
  background: url(../images/side-top-mandal.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 150px;
}
.bd-btm{
  background: url(../images/right-sm.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 100px;
}
.nav-menus-link:hover{
  color: #ffe89e !important;
}

.scrolled-down{
  transform:translateY(-100%); transition: all 0.3s ease-in-out;
}
.scrolled-up{
  transform:translateY(0); transition: all 0.3s ease-in-out;
}


  @media (min-width: 1400px) {
    .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1450px !important;
    }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1252px !important;
  }
}
/* .container-sm{
  max-width: 1400px !important;
} */
/* .img-hero-sec{
  -webkit-mask-image: url(../images/image-mask-hero.png);
  mask-image: url(../images/image-mask-hero.png);
  -webkit-mask-position: top left;
  mask-position: top left;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  aspect-ratio: 1/1;
  mask-mode: luminance;
} */
/* mask-image: linear-gradient(to bottom, #000, #000), linear-gradient(
  to bottom,
  #000,
  #000
), linear-gradient(to bottom, #000, #000), linear-gradient(
  to bottom,
  #000,
  #000
), linear-gradient(to bottom, #000, #000);
mask-size: 18% 70%;
mask-position: 0 100%, 25% 25%, 50% 50%, 75% 0, 100% 50%;
mask-repeat: no-repeat; */

/* .carousel-control-prev{
  background: url(../images/left-bar.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.carousel-control-next{
  background: url(../images/right-bar.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
} */

.slider_active .owl-stage{
  transition-timing-function: linear !important;
}

.owl-carousel .owl-stage-outer{
overflow-x: hidden !important;
}
.active-btnss{
  background: #ffffff;
  border: 1px solid #ff4000;
}
.active-btnss:hover{
  background-color: #ff4000 !important;
  color: #fff !important;
}
.active-linkss{
  color:  #ff4000 !important;

}
.breadcrumb-item + .breadcrumb-item::before{
  content: "•" !important;
  font-size: larger !important;

}
.breadcrumb-item {
  text-decoration: underline !important;
  color: #ff4000 !important;
}
.dress-code-icon{
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.donate-btns{
      /* background-color: #34b022 !important; */
      background-image: linear-gradient(-90deg, #0d5a08 0%, #5fb446 100%);
      border-radius: 50rem;
}
.donate-btns:hover{
  background-image: linear-gradient(-90deg, #5fb446 0%, #0d5a08 100%);
}

/* image  */
.image-h{
  max-height: 280px;
  object-fit: cover;
}





  .main-content {
    position: relative;
  }
  .main-content .owl-theme .custom-nav {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    
  }
  .main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next {
    position: absolute;
    /* height: 100px; */
    height: 50px;
    width: 50px;
    color: inherit;
    background: #ffffff;
    border: none;
    z-index: 100;
    border-radius: 50%;
   
    
    
  }
  .main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i {
    font-size: 20px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-content .owl-theme .custom-nav .owl-prev {
    left: 0;
  }
  .main-content .owl-theme .custom-nav .owl-next {
    right: 0;
  }
  .owl-theme .owl-nav [class*=owl-]:hover {
    background: #ff6101 !important;
    color: #FFF !important;
    text-decoration: none;
}

.sub-di-img{
  border-radius: 50%;
  height: 100px;
  width: 100px;
  object-fit: cover;
  border: 3px solid #ff4000;

 
}

.textsss{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -1%);
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  overflow: hidden;
  
}

.fancybox__caption{
  font-size: 25px !important;
}

.breadcrumb-item {
  font-size: 20px !important;
}
.title-borders{
  border-top-left-radius: 45px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 45px;
    /* for Mozila version less than 3.6  */
    -moz-border-radius-topleft: 45px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 45px;
    box-shadow: 1px 1px 5px 0 rgba(69,69,69,0.5);
}

.active-nav {
 
 color: #a71400 !important;
 font-weight: 700 !important;
 
 
  
}


.icon-infos{
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.moretext {
  display: none;
}

.br-1{
  border:1px solid #000000 !important;
}

#chart-container {
  position: relative;
 height: 70vh;
 width: 100%;
  overflow: hidden;
}


@media (min-width: 1200px) {
  canvas#chart{
    height: 500px !important;
     width: 100%;
   }
   #chart-container {
    position: relative;
    height: 500px !important;
    overflow: hidden;
   
  }
 
}

.border-ends{
  border-right: 1px solid #c7c8c9;
}

.rounded-start-top{
  border-top-left-radius: 0px !important;
}

.icons__rounds{
  height: 30px;
  width: 30px;
  background-color: #a71400;
  color: #FFF;
  font-size:20px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
flex: none;
margin-right: 5px;

}


#module {
  width: 500px;
  font-size: 14px;
  line-height: 1.5;
}

#module p.collapse[aria-expanded="false"] {
    height: 42px !important;
    overflow: hidden;
  
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}

#module p.collapsing[aria-expanded="false"] {
    height: 42px !important;
}

#module a.collapsed:after  {
    content: '+ Show More';
}

#module a:not(.collapsed):after {
    content: '- Show Less';
}

.w-6 {
    width: 1.5rem;
}
.h-auto {
    height: auto;
}
