/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: rgb(var(--bs-tertiary-color-rgb));
  background: #f8f9fa
}
footer{
  background: linear-gradient(40deg, #72a238 -6.93%, #851e21cc  100%);
  
}
.btn-primary {
  background-color: #630202;
  border-color: #7ada06;
}
.btn-primary:hover {
  background-color: #7ada06;
  border-color: #630202;
}
img{
  width: 100%;
  height: auto;
}
.navbar-brand img{
  width: 100px;
}
.carousel-control-next-icon ,.carousel-control-prev-icon {  
  color: green;
  background-color: #630202;
  border-radius: 5px;
  width: 45px;
  height: 81px;
}
.bg-white{
  background-color: #fff;
}
.bg-gray{
  background-color: #ebedee;
}
.about-section #about-vision {
  background: #72a238;
}
.about-section #about-vision *, .about-section #about-mission * {
  color: #fff;
}
.about-section #about-mission {
  background: #851e21;
  margin-top: 6rem;
}
.about-section-border {
  border-top: 2px solid #dde3e8;
}
.mr-auto {
  margin-right: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 4rem;
  z-index: 10;
  background: linear-gradient(90deg, rgb(121 217 6 / 20%) -23.91%, rgb(128 16 26 / 20%) 76.09%);
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 49rem;
}

nav.navbar:before{
  content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .5;
}
div#myCarousel:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .5;
  z-index: 1;
}
.inner-page {
  position: relative;
}
.inner-page .inner-page-container {
  position: relative;
  z-index: 20;
}
.white-card{
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  transition: background-color .3s;
}
.about-section .about-nav {
  position: relative;
  background: #fff;
}
.about-section .about-nav-container {
  position: relative;
}
.about-section .about-nav-item.active {
  color: #630202;
}
.about-section .about-nav-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 10px 0 13px;
  font-size: 1.1428571429rem;
  line-height: 1.4285714286rem;
  color: #788995;
  overflow: hidden;
}
.about-section .about-nav-item.active img {
  opacity: 1;
}

.about-section .about-nav-item img {
  opacity: .15;
  min-height: 45px;
  width: auto;
  transition: all .2s;
}
.about-section .about-nav-img-container {
  height: 55px;
  padding-bottom: 10px;
}
.about-section-progress-bar {
  position: absolute;
  bottom: 0;
  background: #630202;
  right: 0;
  height: 3px;
  left: auto;
  width: 0;
  transition: all .2s;
}
html[dir=rtl] .about-section-progress-bar:before {
  transform: translate(-50%, -50%);
}

.about-section-progress-bar:before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 2px solid #630202;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  transform: translate(50%, -50%);
}
/* 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;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-collapse {
      justify-content: center;
  }
}