
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

 /* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #575151 #575151;
  }
  
  /* Works on Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 6px;
  }
  
  *::-webkit-scrollbar-track {
    background: #686161;
  }
  
  *::-webkit-scrollbar-thumb {
    background-color: #575151;
    border-radius: 10px;
    border: 2px solid #575151;
  }
  
body {
  color : #8EAC4F;
  background-color: #575151;
  padding-top: 58px;
  padding-bottom: 42px;
  /*overflow: hidden;*/
}

a {
    color: #8EAC4F;
  }

.bg-image-full {
  background-repeat: no-repeat;
  /*background-attachment: scroll;*/
  background-position: center;
  background-size: cover;
  height: calc(98vh - 78px);
}
.bg-image-contain {
  background-repeat: no-repeat;
  /*background-attachment: scroll;*/
  background-position: center;
  background-size: contain;
  height: calc(98vh - 78px);
}

.div-nav-pad {
    padding-top: 58px;
}
main {
    height: 100%;
}

.img-65x70 {
  width: 65px;
  height: 70px;
}
.img-100x100 {
  width: 100px;
  height: 100px;
}
.img-200x200 {
  width: 200px;
  height: 200px;
}
.img-25x25 {
  width: 25px;
  height: 25px;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    position: relative;
    height: 100%;
    /*margin-bottom: 4rem;*/
}

.carousel-inner {
    position: relative;
    height: 100%;
    /*margin-bottom: 4rem;*/
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
bottom: 3rem;
z-index: 10;
color : #8EAC4F;
}
.carousel-item.active {
    display:block;
}
/* Declare heights because of positioning of img element */
.reviews-carousel-item {
  padding-left: 45px; 
  padding-right: 45px;
  padding-top: 45px;
  height: 90vh;
  /*background-color: #777;*/
  background-color: transparent;
}
.audio-carousel-item {
  height: 90vh;
  /*background-color: #777;*/
  background-color: transparent;
}
#nleaudioCarousel .carousel-control-next-icon,
#nleaudioCarousel .carousel-control-prev-icon,
#ssaudioCarousel .carousel-control-next-icon,
#ssaudioCarousel .carousel-control-prev-icon,
#ssaudioCarousel .carousel-control-next-icon,
#ssaudioCarousel .carousel-control-prev-icon {
  width: 4vw;
  height: 4vw;
}

/*
#audioCarousel {
  margin-left: 0px;
  margin-right: 0px;
}

#audioCarousel .carousel-control.next {
  margin-left: -25px;
}

#audioCarousel .carousel-control.prev {
  margin-right: -25px;
}
*/
.audio-carousel-control-next {
  max-width: 15px; 
}
.audio-carousel-control-prev {
  max-width: 15px; 
}
.reviews-carousel-control-next {
  max-width: 45px; 
}
.reviews-carousel-control-prev {
  max-width: 45px; 
}
.carousel-item > img {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 32rem;
}
/*
.carousel-control.left, .carousel-control.right {
  left: 0;
  z-index: 10;
}
*/
.videostyle {
  height: calc(95vh - 130px);
  max-width: 100%;
}

.audioCenter{margin: 5px auto; width: 320px;}

.navbar-toggler:focus {
  /*Below line will remove the border from the icon
  I have used bootstrap icon here */
  /* This will only remove the shadow effect */
  /* Border is still there */
  /* if you don't want any border then set the property equals to zero */
  /*border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);*/
  box-shadow: none !important;

  /* This will remove the rounded corner(radius-border)
  and give square border */
  /* border-radius: 0 !important; */    
}

.cards-wrapper {
  display: flex;
  justify-content: center;
}

.card .img-wrapper {
  max-width: 100%;
  height: 13em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card img {
  max-width: 100%;
  max-height: 100%;
}
/*
.card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
  border-radius: 0;
}
*/
/*
.carousel-inner {
  padding: 1em;
}
*/

@media (min-width: 768px) {
  .card img {
    height: 11em;
  }
}
.modal {
  max-height: 100vh;
}
.modal-body {
  max-height: 90vh;
}
.modal-content {
  max-height: 95vh;
  height: 90vh;
  overflow: auto;
}

.svgcenter{
  display: flex;
  align-items: center;
  justify-content: center
  }

  svg {
    width: 900px;
    height: 1200px;
  }