.inner-page-header {
  background: #eaf3ee !important;
  /* position: static; */
}

.inner-page-header .nav-link {
  color: #000 !important;
}

.inner-page-header .quote-one {
  color: #000 !important;
  border-color: #000 !important;
}

.border-none {
  border: none !important;
}

.cta-c-img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  margin-top: -110px;
  width: 100%;
}

@media (max-width: 1400px) {
  .cta-c-img {
    height: 330px;
  }
}

@media (max-width: 1200px) {
  .cta-c-img {
    height: 260px;
  }
}

@media (max-width: 991px) {
  .cta-c-img {
    margin: 0px;
    height: 160px;
  }
}

.theme-main-menu:not(.inner-page-header) .logo-rg {
  display: none;
}

.theme-main-menu:not(.inner-page-header) .logo-lt {
  display: block;
}

.theme-main-menu:not(.inner-page-header).fixed .logo-rg {
  display: block;
}

.theme-main-menu:not(.inner-page-header).fixed .logo-lt {
  display: none;
}

#about .about-content ul {
  list-style: none;
  padding-right: 0;
  margin-bottom: 0;
}

.pointer {
  cursor: pointer;
}

.font-bolder {
  font-weight: bolder !important;
}

@media screen and (max-width: 991px) {
  .white-vr .navbar .navbar-nav .nav-link {
    color: #000;
  }
}

.text-primary {
  color: #e6fd5a !important;
}

