@font-face {
  font-family: GreycliffCF;
  font-weight: 100;
  src: url(/googleFonts/GreycliffCF/GreycliffCF-Thin.ttf);
}
@font-face {
  font-family: GreycliffCF;
  font-weight: 200;
  src: url(/googleFonts/GreycliffCF/GreycliffCF-Light.ttf);
}
@font-face {
  font-family: GreycliffCF;
  font-weight: 400;
  src: url(/googleFonts/GreycliffCF/GreycliffCF-Regular.ttf);
}
@font-face {
  font-family: GreycliffCF;
  font-weight: 500;
  src: url(/googleFonts/GreycliffCF/GreycliffCF-Medium.ttf);
}
@font-face {
  font-family: GreycliffCF;
  font-weight: 600;
  src: url(/googleFonts/GreycliffCF/GreycliffCF-Bold.ttf);
}
html {
  font-size: 16px;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-family: "GreycliffCF", sans-serif !important;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-family: "GreycliffCF", sans-serif !important;
}

p {
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
}
p:last-child {
  margin-bottom: 0;
}

a {
  font-family: "GreycliffCF", sans-serif !important;
}
a:visited, a:focus, a:active, a:hover {
  text-decoration: none;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  list-style: none;
}

.slick-slide:focus {
  outline: none;
}

.header-affix,
.affix {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: 0.5s ease-in-out;
  animation: affix_animation 0.6s ease-in-out;
  -webkit-animation: affix_animation 0.6s ease-in-out;
  box-shadow: 0 0 0.1875rem #efeffe;
  z-index: 99999;
  margin: 0 !important;
}
.header-affix .top-nav,
.affix .top-nav {
  display: none !important;
}
.header-affix .main-nav,
.affix .main-nav {
  margin: 0 !important;
  border-radius: 0 !important;
}

.header-affix {
  background-color: #ffffff !important;
}
@keyframes affix_animation {
  0% {
    margin-top: -7.5rem;
    opacity: 0;
  }
  50% {
    margin-top: -4rem;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 95%;
    margin: 0 auto;
  }
  .container-fluid {
    max-width: 95%;
    margin: 0 auto;
  }
}
.scroll-navigation {
  height: 85px;
  margin-top: -85px;
  z-index: 5;
  display: block;
}

.text-orange {
  color: #F24A55;
}

.text-sm {
  font-size: 90%;
}

.invalid {
  font-size: 0.9em;
  padding-top: 2px;
  color: #f30c0c;
}

.success {
  color: green;
  margin-top: 15px;
}

.error-display {
  height: 35px;
  line-height: 1.3;
  color: #f03;
  background: transparent;
  display: block;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
}

#suceess-message {
  color: #00B200 !important;
  font-size: 14px;
  padding: 2px 5px;
  text-align: center;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.anchor {
  display: block;
  height: 20px;
  margin-top: -20px;
  visibility: hidden;
}/*# sourceMappingURL=base.css.map */