@font-face {
  font-family: "Gill Sans";
  src: url("https://res.cloudinary.com/rampver-financials/raw/upload/v1667045228/neo-website/fonts/Gill-Sans.woff");
}

@font-face {
  font-family: "Gill Sans Bold";
  src: url('https://res.cloudinary.com/rampver-financials/raw/upload/v1667045228/neo-website/fonts/Gill-Sans-Bold.woff');
}
html, body {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  box-sizing: border-box;
  scroll-behavior: smooth; }

.gs {
    font-family: 'Gill Sans';
}

.font-rf-green {
    font-family: 'Gill Sans';
}

.gsBold {
    font-family: 'Gill Sans Bold'

}

.navbar {
    background: linear-gradient(to right, #124735, #256141);
    align-content: center;
}

.navbar-brand p {
    color: #ffffff;
}

.navbar-brand img {
    width: 100px;
}

.navbar-nav ul li a {
    color: #ffffff;
    font-size: 150%;
    opacity: 100%;
    font-family: 'Gill Sans';
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-dropdown{
    background: linear-gradient(to right, #124735, #256141);
    border: none;
}

.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

.modal-backdrop {
  position:unset !important;
}

.greenBlock {
    background: linear-gradient(to right, #124735, #256141);
    padding-top: 3rem;
    /* padding-bottom: 1rem; */
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 0px;
    width: 100% !important;
}

.text-gold {
  color: #EEB345;
}

.rfbtn {
  background-color: #256141;
  color: white !important;
  border: 0; }

.font-rampver{
  color: #124735 !important;
}

.fab {
  font-size: 200%; }

#cookieconsent {
  font-family: "Lato Regular", sans-serif !important;
  size: 50%;
  margin-right: 0 !important; }

@media (min-width: 300px) {
  .detailimg, .previewimg {
    width: 100%;
    align-self: auto; } }
@media (min-width: 520px) {
  .detailimg, .previewimg {
    width: 100%; } }
@media (min-width: 720px) {
  .detailimg, .previewimg {
    width: 100%; } }
@media (min-width: 900px) {
  .detailimg, .previewimg {
    width: 100%; } }
.form-container {
  background-color: #fff;
  border-radius: 5px;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); */
  width: 300px;
  margin: auto; }

@media (min-width: 400px) {
  .form-container {
    width: 400px !important; } }
@media (min-width: 500px) {
  .form-container {
    width: 500px !important; } }
.text-rampver {
  color: #256141; }


  .shimmer-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.shimmer-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-radius: 5px;
    pointer-events: none;
    animation: shimmerAnimation 2s infinite linear;
}
.shimmer-border-gold {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-radius: 5px;
    pointer-events: none;
    animation: shimmerAnimationGold 2s infinite linear;
}

.button-text {
    position: relative;
    z-index: 1;
}

@keyframes shimmerAnimation {
    0% {
        border-color: transparent;
    }
    50% {
        border-color: #EEB345;
    }
    100% {
        border-color: transparent;
    }
}
@keyframes shimmerAnimationGold {
    0% {
        border-color: transparent;
    }
    50% {
        border-color: #ffffff;
    }
    100% {
        border-color: transparent;
    }
}


.goldHeader {
  color: #ca9732;
  font-weight: bold; }

#trigger {
  border: 1px solid #124735;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease-in-out; }

#trigger:hover {
  transform: scale(0.8); }

footer {
  background-color: #124735;
  height: 50px; }
  footer p {
    padding-top: 15px;
    margin-bottom: 0px;
    color: #ffffff !important; }

.reg-logos-icon {
    width: 100px;
}

.bottombar {
  background: linear-gradient(to right, #124735, #256141);
}

.index-icons {
  width: 75px;
}

.index-logos-lg {
  width: 200px;
}
.index-logos-sm {
  width: 175px;
}

/*# sourceMappingURL=style.css.map */
