body {
  overflow-x: hidden;
}
a {
  cursor: pointer;
}
.white-text,
a.white-text:hover {
  color: #fff;
}
.black-text,
a.black-text:hover {
  color: #000;
}
.theme-text,
a.theme-text:hover {
  color: #2fa301;
}
.theme-dark-text {
  color: #003034;
}
.dark-green-text {
  color: #285231;
}
.gray-text {
  color: #b3b3b3;
}
.navbar-light .navbar-nav .nav-link {
  color: #2fa301;
  font-weight: bold;
}
.navbar-light .navbar-nav .nav-link.active-nave-link:hover,
.navbar-light .navbar-nav .nav-link.active-nave-link {
  color: #000;
}
.custom-theme {
  background-color: #000;
  right: 0;
  left: auto;
}
.custom-theme .dropdown-item {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.custom-theme .dropdown-item:hover {
  color: #000;
}

.carousel-item img {
  width: 100%;
  height: 90vh;
}
.slider-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: linear-gradient(
    to bottom,
    rgba(246, 249, 246, 0.73),
    rgba(110, 255, 0, 0.64)
  );
}
.top-nav {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 11;
}

.top-nav .bg-dark {
  background-color: transparent !important;
  max-width: 80%;
  margin: 0 auto;
}
.top-nav .navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.top-nav .collapse.show {
    display: block;
    background-color: rgba(3,156,162,0.7);
    padding: 3%;
}
.carousel-indicators {
  display: none;
}
.bottom-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.bottom-nav .bg-dark {
  background-color: #152b36 !important;
}
.theme-card {
  box-shadow: 0px 0px 7px 2px #eaeaea;
  border: unset;
}

.first-footer-section {
  background-color: #252d38;
  padding: 10px 0;
}
.footer-nav {
  list-style: none;
  display: flex;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 14px;
}
.footer-nav li {
  padding: 0 15px;
}
.second-footer-section {
  background-color: #1a1f25;
}
.social-area {
  display: flex;
  color: #fff;
  list-style: none;
}
.social-area li {
  width: 40px;
  padding: 5px 0;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 5px;
  text-align: center;
}
.font-14 {
  font-size: 14px;
}
.banner-content-area {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.banner-action-inner {
  display: flex;
  justify-content: center;
}
.banner-action-inner div {
  margin: 1%;
}
.btn-transparent {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 18px;
}
.btn-transparent:hover {
  background-color: #003135;
  color: #fff;
  border: 2px solid #003135;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 18px;
}
.carousel-control-prev,
.carousel-control-next {
  z-index: 1;
}
.theme-text,
.theme-list {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #003034;
  line-height: 2.3;
}
hr.style {
  border: 0;
  height: 4px;
  background-image: linear-gradient(to left, #fff, #039ca2, #fff);
  width: 100%;
}
.loader-section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 48, 52, 0.8);
}
@media(max-width:540px){
  .top-nav .bg-dark{
    max-width: 100%;
  }
}