body {
  background: #ffffff;
  color: #272727;
}
body .color-1 {
  color: #ffffff;
}
body .color-2 {
  color: #007bff;
}
body .color-3 {
  color: #976f55;
}
body .color-4 {
  color: #151515;
}
body .color-5 {
  color: #272727;
}
body .color-6 {
  color: #202020;
}
body .color-7 {
  color: rgba(255, 255, 255, 0.5);
}
body .color-8 {
  color: #f4c29a;
}
body a {
  color: #151515;
}
body a:hover {
  color: #007bff;
  text-decoration: none;
}
body header .box-position {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 150px);
  height: calc(100% + 150px);
  will-change: transform;
  animation: bgPos 100s linear infinite;
  transform: translate3d(-75px, -75px, 0) rotate(0.001deg);
  background-position: 50% 50%;
  background-size: cover;
  z-index: -1;
}
body header .breadcrumbs-custom {
  padding: 150px 0;
  overflow: hidden;
}
body header .breadcrumbs-custom h2, body header .breadcrumbs-custom .heading-2 {
  font-size: 70px;
  line-height: 1;
  color: #ffffff;
}
body header .breadcrumbs-custom .breadcrumbs-custom-path {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: teko, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif;
}
body header .breadcrumbs-custom .breadcrumbs-custom-path > * {
  padding-left: 15px;
  padding-right: 15px;
}
body header .breadcrumbs-custom ul, body header .breadcrumbs-custom ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
body header .breadcrumbs-custom li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.5);
}
body header .breadcrumbs-custom li a {
  color: #ffffff;
}
body header .breadcrumbs-custom li a::after {
  content: "/";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -8px;
  color: rgba(255, 255, 255, 0.53);
  transform: translate3d(0, -50%, 0);
}
body header .carousel-caption {
  bottom: 30%;
}
body header .carousel-caption h2 {
  font-size: 5rem;
}
body header .carousel-caption p {
  font-size: 2rem;
}
body .dropdown-menu {
  min-width: 15rem !important;
}
@media screen and (min-width: 1024px) {
  body .main-nav.home {
    top: 3rem;
    position: absolute;
  }
}
body .main-nav {
  margin: 0 auto;
  right: 0;
  left: 0;
  z-index: 9999;
  background: #ffffff;
  box-shadow: 1px 1px 2px 0px #ddd;
  transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}
body .main-nav .navbar {
  background: #ffffff;
}
body .main-nav .navbar .navbar-nav .nav-link {
  padding: 1rem 1rem;
}
body .fixed-top {
  position: fixed !important;
  top: 0 !important;
  right: 0;
  left: 0;
  z-index: 1030;
}
body .card {
  border: none;
  margin-top: 3rem;
}
body footer .footer-top {
  background: #272727;
  color: #ffffff;
}
body footer .footer-bottom {
  background: #202020;
  color: rgba(255, 255, 255, 0.5);
}

/*# sourceMappingURL=style.css.map */
