.tint-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.4;
}

.main_head_2 {
  font-family: "Lora", serif;
  font-weight: 700;
  color: #ffaa17;
}
.mt-3{
  margin-top: 30px;
}
.text-white{
  color: #fff;
}
.text-black{
  color: #000;
}
.text-yellow{
  color: #fcb53b;
}
.bg-white{
  background-color: #efefef;
}
/* NEW CLASS: Added for the stroke effect */
h1 > span.text-stroke-yellow,
h3.main_head_1 > span.text-stroke-yellow {
  text-shadow: -1px -1px 0 #ffaa17, 1px -1px 0 #ffaa17, -1px 1px 0 #ffaa17, 1px 1px 0 #ffaa17;
  color: white;
}
.bg-gradient{
/*     background: #D1D1D1;
background: linear-gradient(276deg,rgba(209, 209, 209, 1) 0%, rgba(209, 209, 209, 0) 50%, rgba(209, 209, 209, 1) 100%);
    padding: 20px 0;
    border-radius: 10px;
    margin: 0 auto;
    max-width: 80%;
    position: relative; */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
    padding: 20px 0;
    border-radius: 10px;
    margin: 0 auto;
    /* max-width: 80%; */
    position: relative;
}
li.text-dark {
  color: #000;
}

/* Mavbar header */
.navbar-header {
  display: flex;
  align-items: center;
  background-color: #000;
}

.header-video {
  display: inline-block;
}

.header-logo img.logo {
  height: 90px; /* adjust to match your design */
  width: auto;
  display: inline-block;
}

/* //Navbar header */
/* .main_navbar .navbar-brand {
  display: flex;
  align-items: center;
  background-color: #000;
  padding: 0;
  font-size: 0;
  line-height: 0;
  margin: 0;
  transition-duration: 1s;
}

.logo {
  height: 90px;
}  */
.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}

@media (max-width: 992px) {
  nav.navbar .navbar-brand {
    display: flex;
    /* float: left !important; */
    margin: 0 !important;
    padding: 0 0;
  }
}
@media (max-width: 767px) {
    nav.navbar .navbar-header, nav.navbar .navbar-nav, .main_header_icon {
        background-color: #000;
    }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  /*   .logo {
      height: 70px;
    }
    .navbar-brand {
      display: flex !important;
      flex-direction: row;
      align-items: center;
      background-color: #000;
    }
    .main_navbar .navbar-brand video{
      height: 70px;
    } */
  .navbar-header {
    display: flex;
    align-items: center;
    background-color: #000;
  }
  .header-video {
    display: none;
  }
  .header-logo img.logo {
    height: 70px; /* adjust to match your design */
    width: auto;
    display: inline-block;
  }
}
/*# sourceMappingURL=style.css.map */