/* new */
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Great+Vibes&display=swap');

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

header, nav, section, article, aside, footer, hgroup {
  display: block;
  text-align:justify;
}



html, body {
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
  font-size: 14px;
  overflow-x:hidden;
}

a {
  text-decoration: none !important;
}



h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}


img {
  width: 100%;
  overflow: hidden;
}
.container
{
max-width: 80vw;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-button-red a {
  color: #fff;
  background-color: #a12c2f;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-red a:hover {
  opacity: 0.9;
}

.main-button-yellow a {
  color: #fff;
  background-color: #f5a425;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-yellow a:hover {
  opacity: 0.9;
}
.main img {
  border: 2px solid #7a2624;
  padding: 5px;
}

.section-heading h2 {
    margin-bottom: 45px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color:#e6d9a2;
    text-align: left;
	padding-bottom: 15px;

}

.section-heading h2 span {
    color: #d65a00;
    text-transform: capitalize;
}

.section-heading h4 {
    margin-bottom:20px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color:#000;
    text-align: left;

}
.activity-tw i {
    font-size: 25px;
    float: left;
}
.section-heading h3 {
    margin-bottom: 45px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color:#000;
    text-align: left;
	padding-bottom: 15px;

}

audio {
	display: none;
}
#bars {
  height: 30px;
  right: 15px;
  margin: -30px 0 0 -20px;
  position: fixed;
  bottom: 0;
  width: 40px;
  background: none;
  border: 0;
}

.bar {
   background:#F05C4B;
    bottom: 1px;
    height: 3px;
    position: absolute;
    width: 3px;      
    animation: sound 0ms -800ms linear infinite alternate;
}

@keyframes sound {
    0% {
       opacity: .35;
        height: 3px; 
    }
    100% {
        opacity: 1;       
        height: 28px;        
    }
}

.bar:nth-child(1)  { left: 1px; animation-duration: 474ms; }
.bar:nth-child(2)  { left: 5px; animation-duration: 433ms; }
.bar:nth-child(3)  { left: 9px; animation-duration: 407ms; }
.bar:nth-child(4)  { left: 13px; animation-duration: 458ms; }
.bar:nth-child(5)  { left: 17px; animation-duration: 400ms; }
.bar:nth-child(6)  { left: 21px; animation-duration: 427ms; }
.bar:nth-child(7)  { left: 25px; animation-duration: 441ms; }
.bar:nth-child(8)  { left: 29px; animation-duration: 419ms; }
.bar:nth-child(9)  { left: 33px; animation-duration: 487ms; }
.bar:nth-child(10) { left: 37px; animation-duration: 442ms; }
/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.sub-header {
  background-color:#310b00;
  position: relative;
  z-index: 1111;
}

.sub-header {
  color: #fff;
}


.sub-header ul li {
  display: inline-block;
  margin-left: 15px;
  color: #fff;
  padding: 8px 0px;
}

.sub-header ul li a {
  color: #fff;
  transition: all .3s;
}

.sub-header ul li a:hover {
  color: #fff;
}

.socioicon {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    padding: 0 4px 0 3px;
    border: 1px solid #fff;
    line-height: 20px;
}

.background-header {
  background-color: #fff!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .main-nav .nav li:hover a {
  color: #fb5849!important;
}

.background-header .nav li a.active {
  color: #fb5849!important;
}

.header-area {
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area h3 {
  padding-top: 25px;
  font-size: 30px;
}

.header-area .main-nav {
  background: transparent;
}

.logo {
  padding: 10px 0 0 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 90px;
  width: auto;
}


.header-area .main-nav .nav {
  float: right;
  padding-top: 40px!important;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  text-transform: uppercase;
  color: #000!important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color:#272d87!important;
}


.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "";
  color: #fff;
  position: absolute;
  right: 5px;
  top: 12px;
}

.background-header .main-nav .nav li.has-sub:after {
  color: #1e1e1e;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 51px;
  opacity: 0;
  transition: all .3s;
  visibility: hidden;
  background: #fff;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a !important;
  padding-left: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-weight: 400;
  border-bottom: 1px solid #eee;
  padding-top: 8px;
  padding-bottom: 8px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color:#272d87!important;
  padding-left:10px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}


.header-area.header-sticky .nav li a.active {
  color: #f5a425;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 7px;
    padding-right: 7px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #f5a425!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    position: absolute;
    left: 0;
    width: 70%;
    top: 26px;
}
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 59px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #f5a425!important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
  height: 30%;
  max-height:630px;
  overflow: hidden;
}

#bg-video {
    min-width: 100%;
    max-height:50%;
    object-fit: cover;
	box-shadow: 0px 2px 1px 2px #000;
}

.video-overlay {
    position: absolute;
    background-color: rgba(31,39,43,0.35);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}


.maincontent {
  background:#fff url(../images/trust.png)no-repeat right bottom;
  padding:40px 0;
  background-attachment:fixed;
  
}
.maincontent h5 {
    font-family: 'Great Vibes', cursive;
    padding-top: 10px;
    font-size: 38px;
    color: #7a2624;
}

.maincontent p {
    padding-top: 30px;
}
.partision {
    height: 180px;
    width: 1px;
    box-shadow: 1px 2px 2px 0px #ccc;
    margin: 50% 0 0 20%;
	background:url(../images/line2.png) no-repeat;
}

.maincontent .section-heading {
  text-align: center;
}

/* 
---------------------------------------------
services
--------------------------------------------- 
*/
.our-services {
  background: #e6e3d0 url(../images/trust.jpg) no-repeat right center;
    background-attachment: scroll;
  padding: 40px 0;
  background-blend-mode: darken;
}


@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}


.our-services .item .down-content {
  background-color: #fff;
  margin-top: 0px;
   transition: all 0.3s ease-in-out;
   border-radius: 20px;
}

.our-services .item .down-content:hover {
	background: rgb(181,239,245);
background: linear-gradient(5deg, rgba(181,239,245,1) 0%, rgba(251,254,255,1) 63%);
  border-radius: 20px;
}

.our-services .item .down-content h4 {
 padding: 20px;
 font-size: 14px;
 color: #1f272b;
 text-align: center;
 min-height:200px;
}

.our-services .item .down-content .info {
  padding: 25px;
}

.our-services .item .down-content .info ul li {
  display: inline-block;
  margin-right: 1px;
}

.our-services .item .down-content .info ul li i {
  color: #f5a425;
  font-size: 14px;
}

.our-services .item .down-content .info span {
  color: #a12c2f;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  display: inline-block;
  width: 100%;
}

.our-services .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 60%;
  transform: translateY(-45px);
  display:none;
}

.our-services .owl-dots {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.our-services .owl-dots .owl-dot {
  transition: all .5s;
  width: 7px;
  height: 7px;
  background-color:#7a2624;
  margin: 0px 5px;
  border-radius: 50%;
  outline: none;
}

.our-services .owl-dots .active {
  width: 24px;
  height: 8px;
  border-radius: 4px;
}
    
.our-services .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.our-services .owl-nav .owl-prev span,
.our-services .owl-nav .owl-next span {
  opacity: 0;
}

.our-services .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
}

.our-services .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.our-services .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.our-services .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.our-services .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.our-services .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.our-services .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
}





/*
---------------------------------------------
heading page
---------------------------------------------
*/

section.heading-page {
  background-image: url(../images/heading-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 230px;
  padding-bottom: 110px;
  text-align: center;
}

section.heading-page h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

section.heading-page h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}



@media (max-width: 992px) {

}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1300px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1200px) {
  .services .owl-nav .owl-next{
    right: -70px;
  }
  .services .owl-nav .owl-prev{
    left: -65px;
  }
  .our-services .owl-nav .owl-next{
    right: -70px;
  }
  .our-services .owl-nav .owl-prev{
    left: -65px;
  }
}

@media (max-width: 1085px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-services .owl-nav .owl-next{
    right: -30px;
  }
  .our-services .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1005px) {
  .services .owl-nav .owl-next{
    display: none;
  }
  .services .owl-nav .owl-prev{
    display: none;
  }
  .our-services .owl-nav .owl-next{
    display: none;
  }
  .our-services .owl-nav .owl-prev{
    display: none;
  }
}

@media (max-width: 992px) {

  .services {
    margin-top: 60px;
  }

 

}

@media (max-width: 767) {

  .sub-header .left-content p {
    display: none;
  }

  .sub-header .right-icons {
    text-align: center;
  }

  .main-nav .nav .sub-menu {
    display: none;
  }

  .header-area .main-nav .nav li ul.sub-menu li a {
    color: #1f272b;
  }

}

.donatebtn {
    background: #ee4e49;
    padding: 2px 10px;
    color: #fff;
    border-radius: 15px;
    display: block;
    text-align: center;
    margin-top: 3px;
}
.donatebtn img {
    height: 25px;
    width: 25px;
	margin-right: 10px;
}
.txt-rgt
{
	text-align:right;
}

.service-img {
    height: 60px;
    width: 60px!important;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
	 -webkit-animation: border-transform-default 10s linear infinite alternate forwards;
    animation: border-transform-default 10s linear infinite alternate forwards;
}
.service-img:hover {
  transform: scale(.9);
}
hr {
    background: url(../images/line1.png) no-repeat left!important;
    height: 6px!important;
    margin-top: -44px!important;
    margin-bottom: 30px!important;
    padding: 0;
	opacity:1;
	border: none!important;
}

.hr-two {
    background: url(../images/line.png) no-repeat left!important;
    height: 6px!important;
    margin-top: -44px!important;
    margin-bottom: 30px!important;
    padding: 0;
	opacity:1;
	border: none!important;
}

.awrd-img {
    padding: 15px;
	width:100%!important;
	height:350px;
   object-fit: cover;
}

@-webkit-keyframes border-transform-default {
    0%,to {
        border-radius: 50% 20%
    }

    14% {
        border-radius: 40% 60%
    }

    28% {
        border-radius: 20% 10%
    }

    42% {
        border-radius: 40% 70%
    }

    56% {
        border-radius: 30% 50%
    }

    70% {
        border-radius: 50% 100%
    }

    84% {
        border-radius: 65% 10%
    }
}



.object {
  position: relative;
}

@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}


.pd
{
    padding: 20px 40px;
} 
.pd-10
{

  padding-top: 10px;
  padding-bottom:10px;
} 

.pt-40
{

  padding-top: 40px;
}
.pt-20
{

  padding-top: 20px;
}

.pb-20
{

  padding-bottom: 40px;
} 
 
.actbg {
    height:auto;
	/*box-shadow: 0px 0px 3px 0px #000000;
	background: #1b1d3f;*/
	color:#fff;
	position:relative;
}
.our-activities:before {
   background:#97530d;
   content:"";
   width:50%;
   height:100%;
   position:absolute;
   right:0;
}

.actbg p{
	color:#fff;
}
.actbg i {
    color: #f5a425;
    padding: 0 10px;
    float: left;
}
.actbg ul li  {
   padding:8px 0;
   border-bottom: 1px solid #4e4e4e;
   margin: 0 15px 0 0;
}
.section-heading {
    position: relative;
}


.activity
{
	height:220px;
	overflow:auto;
	padding: 0 20px 0 0;
}
.activity i {
    color: #f5a425;
    padding: 0 11px 0 0;
}

.activity ul li
{
padding:8px 0 ;
}

.activity-tw
{
	height:50vh;
	overflow:auto;
	padding: 0 20px;
}
::-webkit-scrollbar {
  width: 2px;
  height: 2px; 
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(245, 164, 37);
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  height: 1px;
  -webkit-box-shadow: inset 0 0 10px rgba(245, 164, 37);
}

::-webkit-scrollbar-button {
  height: 5px;
  margin: 0 10px;
}


/* 
---------------------------------------------
Gallery
--------------------------------------------- 
*/

.galery {
 background:#fff url(../images/actbg.jpg) repeat!important;
 padding:40px 0;
}
/* 
.galery:before{
    width: 300px;
    content: " ";
    background: url(../images/rng2.png) no-repeat;
    position: absolute;
    right: -140px;
    top: 240%;
    height: 300px;
    opacity:.3;
	animation: animName 100s linear infinite;

} */

.galery h2 {
    color: #ffffff;
    font-weight: 500;
    background: #7a2624;
    padding: 8px;
    border-top-right-radius: 20px;
	font-size: 20px;
}

.galery .nav-tabs {
   border-bottom:none!important;
}

.galery .nav-tabs .nav-link {
    background: #7a2624;
    color: #fff;
    padding: 10px 15px;
}

.galery .nav-tabs .nav-link.active {
    background: #333;
    color: #fff;
    padding: 10px 15px;
}


.galery i {
 color: #151173;
 font-size: 18px;
}
.galery ul li {

}

.galery .owl-nav {
  text-align: center;
  position: absolute;
  top: -25%;
  display: block;
  left: 80%;
}

.galery .owl-dots {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 40px;
  display:none;
}

.galery .owl-dots .owl-dot {
  transition: all .5s;
  width: 7px;
  height: 7px;
  background-color: #fff;
  margin: 0px 5px;
  border-radius: 50%;
  outline: none;
}

.galery .owl-dots .active {
  width: 24px;
  height: 8px;
  border-radius: 4px;
}
    
.galery .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: 0px;
}

.galery .owl-nav .owl-prev span,
.galery .owl-nav .owl-next span {
  opacity: 0;
}

.galery .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  background-color:#7a2624;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
}

.galery .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.galery .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.galery .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.galery .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.galery .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.galery .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color:#7a2624;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
}
.ga-img {
    height: 285px;
    border: 1px solid #cbc5c5;
    padding: 15px;
    object-fit: cover;
    width: 100%;
    background: #ffffff;
}

.content-scroll
{
	height: 50vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.iner-header {
    padding: 50px 0;
  background: #5eaaa9 url(../images/inbg.jpg) center no-repeat !important;
}
.iner-header h5 {
    text-align: center;
    color: #fff;
	font-size: 30px;
}



.ic {
  animation: crescendo 1.5s alternate infinite ease-in;
}

@keyframes crescendo {
  0%   {transform: scale(.8);}
  100% {transform: scale(1.2);}
}
.slider
{
	
}
.slider .owl-stage-outer {
	 height:100%!important;
}
 .slider .owl-stage {
      display: flex;
	  height:100%!important;
    }

  .slider .owl-item img {
      width: 100%!important;
       height:100%!important;
    }


.slider .owl-nav {
 
}
.slider .owl-nav button.owl-prev,
.slider .owl-nav button.owl-next {
  background: linear-gradient(45deg, #ee4e49, #f77f50) !important; /* Gradient background */
  color: #fff !important;
  position: absolute;
  top:35%;
  font-size: 30px;
  z-index: 100;
  width: 50px; /* Slightly larger buttons */
  height: 50px;
  font-size: 25px !important;
  line-height: 25px !important;
  border-radius: 50%;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.slider .owl-nav button.owl-prev:hover,
.slider .owl-nav button.owl-next:hover {
  transform: scale(1.1); /* Slight zoom on hover */
  box-shadow: 0 6px 16px rgba(255, 165, 0, 0.6); /* Glowing effect */
  background: linear-gradient(45deg, #f77f50, #ee4e49); /* Reverse the gradient on hover */
}

.slider .owl-nav button.owl-prev {
  left: 5%;
}

.slider .owl-nav button.owl-next {
  right: 5%;
}

.footer {
  animation: scroll 100s linear infinite;
  background: url(../images/ftbg.png),#7a2624;
  color: #eee;
  width:100%;
  display:flex;
  justify-content:center;
  align-items: center;
  perspective: 1000px;
  perspective-origin: 50% 50%;
  padding:30px 0;
	
}


.footer p {
  color: #fff;
}
.footer h3 {
    font-size: 25px;
    color: #fff;
    padding: 10px 0;
}

.copyright {
    background:#310b00;
    padding:8px 0 1px 0;
	text-align:center;
	color:#fff;
}
.copyright p {

	text-align:center;
	color:#fff;
}


@keyframes scroll {
  100% {
    background-position: 0px -400%;
  }
}


.video-gallery {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}

.video-gallery .gallery-item {
  position: relative;
  overflow: hidden;
  background:#ee4e49;
  cursor: pointer;
  height:350px;
}

.video-gallery .gallery-item img {
  position: relative;
  display: block;
  opacity: .45;
  backface-visibility: hidden;
}



.video-gallery .gallery-item .gallery-item-caption,
.video-gallery .gallery-item .gallery-item-caption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%!important;
  left: 50%!important;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #000;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fff, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  left: 47%;
  top: 44%;
}


@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* 

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 9999;
	background: url('../images/logo2.png') 50% 50% no-repeat;
	animation: eye-bounce 0.8s infinite alternate ease-in-out;
  -webkit-animation: eye-bounce 0.8s infinite alternate ease-in-out;

}

@keyframes eye-bounce {
  0% {
    transform: translateY(-25px) scale(0.9, 1.05);
  }
  100% {
    transform: translateY(50px) scale(1.1, 0.9);
  }
}
@-o-keyframes eye-bounce {
  0% {
    transform: translateY(-25px) scale(0.9, 1.05);
  }
  100% {
    transform: translateY(50px) scale(1.1, 0.9);
  }
}
@-moz-keyframes eye-bounce {
  0% {
    transform: translateY(-25px) scale(0.9, 1.05);
  }
  100% {
    transform: translateY(50px) scale(1.1, 0.9);
  }
}
@-webkit-keyframes eye-bounce {
  0% {
    transform: translateY(-25px) scale(0.9, 1.05);
  }
  100% {
    transform: translateY(50px) scale(1.1, 0.9);
  }
} */

.mbr-photo {
    height:80px;
    width: 80px;
}

.tblhead {
    background: #ec5244;
    padding: 8px;
    line-height: 30px;
    color: #fff;
}


.our-activities
{
background:#7a2624;	
position:relative;
color:#fff;
}

/* .our-activities:before{
    width: 300px;
    content: " ";
    background: url(../images/rngl.png) no-repeat;
    position: absolute;
    left: -140px;
    top: 170%;
    height: 300px;
    opacity: .1;
	animation: animName 100s linear infinite;

} */



.section-heading-two h2 {
    margin-bottom: 45px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color:#7a2624;
    text-align: left;
    padding-bottom: 15px;
}



.box{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
    padding: 15px;
	background: #ffffff69;
}


.box img{
  width: 100%;
  height: 250px;
  object-fit: contain;
}

.box__overlay{
  position: absolute;
  bottom: 0px;
  width: 0;
  height: 0; 
  border-bottom: 0px solid rgba(122,38,36,.9);
  border-right: 500px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left:0;
}
.box:hover .box__overlay{  
  border-bottom: 500px solid rgba(122,38,36,.9);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.box__title{
  color: #fff!important;
  position: absolute;
  bottom: 0px;
  opacity: 0;
  padding: 00px 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.box__title p {
    color: #fff!important;
    line-height: 15px;
}
.box:hover .box__title{
  opacity: 1;
  padding: 10px 10px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.event {
    background: #f3f3f3;
    padding: 15px;
	transition: .4s ease-in-out;
	width:95%;
	margin: 1% 0;
}
.event span {
    width: 20%;
    display: inline;
    float: left;
}
.event span i {
    font-size: 18px;
    color: #7a2624;
}
.event:hover {
transform: scale(1.02);
}
.event img {
    width: 70%;
    border: 2px solid #7a2624;
}




.magnific-img img {
    width: 100%;
    height:300px;
}

.magnific-img {
  width:100%;
  position: relative;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
  opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
  .gazoom {
    position: absolute;
    left: 66%;
    top: 76%;
    z-index: 2;
    background: #7a2624c4;
    height: 65px;
    width: 65px;
    border-top-left-radius: 74%;
    color: #fff;
    padding: 28px;
    font-size: 20px;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; 
	} 
	
}

.product {
  margin-bottom: 10px;
  min-height: 300px;
  width: 14%;
  margin: 0 2% 2% 0;
  border: 1px solid #e8e8e8;
  padding: 15px;
}
.product .product-content{z-index:-1;padding:15px;text-align:left;}
.product .title{font-size:14px;text-transform:capitalize;margin:0 0 7px;transition:all .3s ease 0s;}
.product .title a{color:#414141}
.product .price{color:#000;font-size:16px;letter-spacing:1px;font-weight:600;margin-right:2px;display:inline-block;}
.product .price span{color:#909090;font-size:14px;font-weight:500;letter-spacing:0;text-decoration:line-through;text-align:left;display:inline-block;margin-top:-2px;}
.product h5 {
    color: #ea5e43;
    font-size: 12px;
}

@media only screen and (max-width:990px){.product-grid3{margin-bottom:30px}
.product-grid3 .rating{margin:-22px 0 0}
}


.donate {
    height: 80px;
    width: 80px;
    position: fixed;
    z-index: 1000;
    top: 50%;
    right: 0;
    background: #ee4e49;
    padding: 8px;
    border-radius: 50%;
	 -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.tour-sec {
  background: #f2eded;
  height: 100%;
  padding: 15px 20px;
}
.modal-content
{
	/* background:url(../images/modalbg.jpg)no-repeat!important; */
}

.donate-modal-dilog {
  min-width: 770px;
}
.donate-modal-dilog-header
{
	background:#3c1211 !important;
}
.donate-modal-dilog .modal-header h6 {
  text-align: center !important;
  position: relative;
  width: 100%;
  padding: 10px;
  color:#fff;
   font-family: 'Great Vibes', cursive;
   font-size:35px;
}
.modal-header .btn-close {
  opacity: 1!important;
  margin-top: -52px;
}
.btn-close {
  color: var(--bs-btn-close-color);
  background: #fff var(--bs-btn-close-bg) center/1em auto no-repeat!important;
  border: 0;
  border-radius: .375rem;
  opacity: var(--bs-btn-close-opacity);
}

.donate-modal-dilog h4 {
  padding-bottom: 15px;
  padding-top: 40px;
}
.donate-modal-dilog p {
  color: #2a2a2a;
  line-height: 20px!important;
}




#pdfViewer {
  display: none; /* Initially hidden */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  overflow: hidden;
}
#pdfViewer iframe {
  width: 80%;
  height: 80%;
  margin: 5% auto;
  display: block;
  border: none;
  background: white;
}
#closePdfViewer {
  position: absolute;
  top: 85px;
  right: 155px;
  color: white;
  font-size: 20px;
  cursor: pointer;
}

.pdfv{
  display: none;
  position: fixed;
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  background: rgba(0, 0, 0, 0.8); 
  z-index: 9999;
}
.pdf-close {
  position: absolute;
  top: 78px;
  right: 159px;
  background:#ff5733;
  color: white;
  border: none;
  padding: 4px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.activity ul li{
  color: #fff;
  display:flex;
}
.modal-body{
  background: #fff !important;
}
.card-img, .card-img-top {
  height: 250px !important;
}
.language_toggle {
  text-align: center;
}
.card-body p{
  text-align: justify;
}

.button-2{
  position:relative;
  display:inline-block;
  width:140px;
  height:50px;
  border:2px solid #7a2624;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
/*   margin:0 0 40px 50px; */
}
.button-2 a{
  font-size:16px;
  color:#7a2624;
  text-decoration:none;
  text-transform:uppercase;
  line-height:50px;
  transition:all .5s ease;
  z-index:2;
  position:relative;
}
.eff-2{
  width:140px;
  height:50px;
  top:-50px;
  background:#7a2624;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.button-2:hover .eff-2{
  top:0;
}
.button-2:hover a {
  color:white;
}
