body {
 padding-top: 56px;
}

::selection {
  background: #da5e27;
}

.font-alt {
  font-family: "Reenie Beanie", cursive !important;
}

.text-orange {
  color: #da5e27;
}

.text-bleach {
  color: #fff !important;
}

.bg-dark-overlay-dotted {
  background-image: radial-gradient(#19191c 10%, transparent 0), radial-gradient(#19191c 10%, transparent 0);
  background-size: 7px 5px;
  background-position: 11px 13px, 0px 6px;
}

.text-char {
  color: #19191c;
}


.my-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.fix-img {
  max-width: 100%;
    height: auto;
}

.display-8 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.display-4 {
  font-size: calc(2.28125rem + 3.375vw);
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 992px) {
  [class*='display-lg-'] {
    line-height: 1.4;
  }
  .display-lg-1 {
    font-size: 8.75rem;
  }
  .display-lg-2 {
    font-size: 7.875rem;
  }
  .display-lg-3 {
    font-size: 6.125rem;
  }
  .display-lg-4 {
    font-size: 4.8125rem;
  }
  .display-lg-5 {
    font-size: 4rem;
  }
  .display-lg-6 {
    font-size: 3.2rem;
  }
  .display-lg-7 {
    font-size: 2.8rem;
  }
  .display-lg-8 {
    font-size: 2rem;
  }
}

.lh-1-alt{
  line-height: 1.2;
}


.main-white {
  background-color: #fff;
}

.h-400 {
  height: 400px !important;
}

@media (min-width: 768px) {
  .h-md-400 {
    height: 400px !important;
  }
  .h-md-500 {
    height: 500px !important;
  }
  .h-md-600 {
    height: 600px !important;
  }
  .h-md-700 {
    height: 700px !important;
  }
  .h-md-800 {
    height: 800px !important;
  }
  .h-md-900 {
    height: 900px !important;
  }
  .vh-md-100 {
    height: 100vh !important;
  }
}

.bg-parallax {
  -webkit-transform: translate3d(0, 0, 0);
}

.bg-parallax:before {
  z-index: 0;
}

.bg-dark-overlay-3 {
  position: relative;
  z-index: 1;
}

.bg-dark-overlay-3:before {
  content: " ";
  background: #000;
  opacity: 0.3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.position-overview {
  transform: translate(0px, -235px);
}

.pt-md-8 {
  padding-top: 8rem !important;
}

.mb-n8 {
  margin-bottom: -8rem !important;
}

.px-xl-6 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

small, .small,
.small {
  font-weight: 400;
}

.overview-text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    color: #a1a1a8;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Spartan", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #19191c;
}

.display-text {
  font-size: calc(2.2rem + 2.4vw);
  font-weight: 700;
  line-height: 1.4;
}

.ms-n5 {
  margin-left: -3rem !important;
}

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

@media (min-width: 1200px) {
  .display-text {
    font-size: 4rem;
  }
}

[class*='pattern-overlay-'] {
  position: relative;
  z-index: 1;
}

.pattern-overlay-1::after {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.btn-alt {
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  margin-bottom: 6px;
  outline: 0;
  white-space: nowrap;
  display: inline-block;
  font-weight: 500;
  line-height: 1.6;
  color: #a1a1a8;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-darker {
  color: #fff;
  background-color: #19191c;
  border-color: #19191c;
}

.btn-darker:hover {
  color: #fff;
  background-color: #151518;
  border-color: #141416;
}

.btn-check:focus + .btn-darker, .btn-darker:focus {
  color: #fff;
  background-color: #151518;
  border-color: #141416;
  -webkit-box-shadow: 0 0 0 0 rgba(60, 60, 62, 0.5);
          box-shadow: 0 0 0 0 rgba(60, 60, 62, 0.5);
}

.btn-check:checked + .btn-darker,
.btn-check:active + .btn-darker, .btn-darker:active, .btn-darker.active,
.show > .btn-darker.dropdown-toggle {
  color: #fff;
  background-color: #141416;
  border-color: #131315;
}

.btn-check:checked + .btn-darker:focus,
.btn-check:active + .btn-darker:focus, .btn-darker:active:focus, .btn-darker.active:focus,
.show > .btn-darker.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(60, 60, 62, 0.5);
          box-shadow: 0 0 0 0 rgba(60, 60, 62, 0.5);
}

.btn-darker:disabled, .btn-darker.disabled {
  color: #fff;
  background-color: #19191c;
  border-color: #19191c;
}

.trans-50 {
  transform: translate(0px, 50px);
}

.fill-white {
  fill: #fff;
}

.z-index-9 {
  z-index: 9;
}

.py-lg-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.text-white-stroke {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.text-white-stroke.text-hover-fill:hover,
a.text-white-stroke:hover {
  color: #fff !important;
}

.input-text-white-stroke input {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 1.5rem !important;
  font-weight: bold;
}

.input-text-white-stroke input::-webkit-input-placeholder {
  color: transparent;
  opacity: 0.2;
}

@media (min-width: 768px) {
  .input-text-white-stroke input {
    font-size: 3rem !important;
  }
}

.custom-shape-divider-bottom-1633617498 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1633617498 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 258px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1633617498 .shape-fill {
  fill: #FFFFFF;
}
footer {
  content: "";
  background: url(../img/homepage/pattern.png);
  background-position: center center;
  background-repeat: repeat;
}

.scroll-down {
  width: 25px;
  right: 0px;
  position: absolute;
  bottom: 0;
  color: #da5e27;
  z-index: 2;
}

.scroll-down.scroll-down-light {
  color: #fff;
}

.scroll-down.scroll-down-light .scroll-line:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(0, rgba(21, 175, 90, 0)));
  background: linear-gradient(180deg, #fff 50%, rgba(207, 101, 15, 0) 0);
  background-position: 0 -60px;
  background-size: 100% 200%;
}

.scroll-down .scoll-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-top: 8px;
}

.scroll-down .scroll-line {
  width: 1px;
  height: 60px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}

.scroll-down .scroll-line:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #da5e27), color-stop(0, rgba(21, 175, 90, 0)));
  background: linear-gradient(180deg, #da5e27 50%, rgba(21, 175, 90, 0) 0);
  background-position: 0 -60px;
  background-size: 100% 200%;
  -webkit-animation: scrolldown 5s cubic-bezier(0.76, 0, 0.3, 1) infinite forwards;
  animation: scrolldown 5s cubic-bezier(0.76, 0, 0.3, 1) infinite forwards;
}

@-webkit-keyframes scrolldown {
  0% {
    background-position: 0 -60px;
  }
  75% {
    background-position: 0 0;
  }
  to {
    background-position: 0 60px;
  }
}

@keyframes scrolldown {
  0% {
    background-position: 0 -60px;
  }
  75% {
    background-position: 0 0;
  }
  to {
    background-position: 0 60px;
  }
}
/*Back to Top*/
.back-top {
  cursor: pointer;
  position: fixed !important;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 1049;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #da5e27;
  color: #fff;
  padding: 20px 0 15px 0;
  width: 40px;
  position: absolute;
  color: #fff;
}


.back-top.back-top-show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.back-top .scoll-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding-left: 8px;
}

.back-top .scroll-line {
  width: 1px;
  height: 60px;
  overflow: hidden;
  margin: 0 0 10px 20px;
}

.back-top .scroll-line:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(0, rgba(21, 175, 90, 0)));
  background: linear-gradient(180deg, #fff 50%, rgba(21, 175, 90, 0) 0);
  background-position: 0 -60px;
  background-size: 100% 200%;
  -webkit-animation: backtop 5s cubic-bezier(0.76, 0, 0.3, 1) infinite forwards;
  animation: backtop 5s cubic-bezier(0.76, 0, 0.3, 1) infinite forwards;
}

@-webkit-keyframes backtop {
  from {
    background-position: 0 -60px;
  }
  75% {
    background-position: 0 0;
  }
  0% {
    background-position: 0 60px;
  }
}

@keyframes backtop {
  from {
    background-position: 0 -60px;
  }
  75% {
    background-position: 0 0;
  }
  0% {
    background-position: 0 60px;
  }
}

/*end Back to top*/
.rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.bg-transparent {
  background-color: transparent !important;
}

.list-group-inline .list-group-item {
  border: none;
  display: inline-block;
  padding: 0.425rem 0;
  margin-right: 15px;
  width: auto;
}


.buy-steps {
 color: #e5e5e5;
 transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition-property: color, background-color, border-color, box-shadow;
    transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    transition-delay: 0s, 0s, 0s, 0s;
}

.buy-steps:hover {
  color: #da5e27;
 }

.mb-8 {
  margin-bottom: 8rem !important;
}

.pattern {
  content: "";
  background: url(../img/homepage/pattern.png);
  background-position: center center;
  background-repeat: repeat;
}

.no-background {
  background-color: #fff0;
}

.tour-video {
  min-width: 100%;
  min-height: 120vh;
  right: 0;
  bottom: 0;
}

.tour-copy {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.form-position {
  padding: 1rem;
}

.tour-content {
  text-align: center;
  position: absolute;
  top: 50px;
  color: #f1f1f1;
  width: 100%;
  padding-top: 92px;
}

.video-hero {
  position: relative;
  background-color: black;
  height: 700px;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-hero .container {
  position: relative;
  z-index: 1;
}

.video-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

.dev-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

.dev-overlay:hover {
  opacity: 0.2;
}

.nav-sub-text {
  font-size: 14px;
}


@media (pointer: coarse) and (hover: none) {
  .video-hero {
    background: url('../img/homepage/hero.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
  }
  .video {
    display: none;
  }
}

.feature-cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: .5rem;
}

.exit {
  color: white !important;
}

#nav-close {
  background-color: white;
  margin: auto;
}

#rv-nav {
  height: fit-content;
}

#rv-nav-titles {
  color: #e5e5e5;
  text-align: center;
}

#portal {
  height: fit-content;
  background-color: #000000cc;
  padding: 5%;
  border-radius: 10px;
}

#portal-cont {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

#faq-seethrough {
  background-color: #12141500;
}

.fiber-feat {
  font-size: 1rem;
  line-height: 2.3;
  width: 375px;
}

.checkmark {
  color: #da5e27;
  margin-right: 10px;
}

/*Tilt-Cards*/
.card.card-background .full-background {
  background-position: 50%;
  background-size: cover;
  margin-bottom: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 1rem;
}

.tilt {
  transform-style: preserve-3d;
}

.card.card-background {
  align-items: center;
}

.border-radius {
  border-radius: 1rem;
}


.cursor-pointer {
  cursor: pointer;
}

.card.card-background .card-body {
  color: #fff;
  position: relative;
  z-index: 2;
}


.card.card-background:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: block;
  content: "";
  background: rgba(0,0,0,.4);
  border-radius: 1rem;
}

.tilt .up {
  transform: translateZ(50px) scale(.7)!important;
  transition: all .5s;
}
.btn:not([class*=btn-outline-]) {
  border: 0;
}
/*end Tilt-Cards*/

.nav-col-cont{
  display: flex;
  align-items: flex-start;
}

.nav-col {
  flex-direction: column;
  display: flex;
  justify-content: center;
  width: 25%;
  align-items: center;
}

.rv-model-cont {
  height: fit-content;
}

@media (max-width: 992px) {
  .nav-col-cont{
    flex-wrap: wrap;
  }
  .nav-col {
    width: 100%;
  }
  .tours{
    flex-wrap: wrap;
  }
  .tour-form-cont {
    transform: translate(0px, 0px);
  }
  .img-overlay {
    opacity: 0.25;
  }
}

@media (min-width: 992px) {
  .rv-model-cont {
    height: 100vh;
  }
}

.feature-img-vans{
  box-shadow: 0 10px 16px 0 rgb(0 0 0 / 26%), 0 6px 20px 0 rgb(0 0 0 / 32%) !important;
  border-radius: 10px;
  max-width: 240px;
  margin-bottom: 3rem;
}

.van-item {
  margin-bottom: 5rem;
}

.grad-bg {
  background: linear-gradient(173deg, rgba(33,37,41,1) 7%, #0c0c0ce6 36%);
}

.call-to-action{
  font-family: "Roboto",sans-serif;
  color: #e6e6e6;
  font-weight: normal;
}

.call-to-action-button-alt{
  background-color: #e6e6e6;
  color: #212529;
  border-bottom: 3px solid #da5e27;
  font-weight: normal;
  transition: .3s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.call-to-action-button-alt:hover {
  border-bottom: 6px solid #da5e27;
}

.call-to-action-button-alt-dk{
  background-color: #212529;
  color: #e6e6e6;
  border-bottom: 3px solid #da5e27;
  font-weight: normal;
  transition: .3s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.call-to-action-button-alt-dk:hover {
  border-bottom: 6px solid #da5e27;
}

.w-30 {
  min-width: 30%;
}

.legal-hero {
  min-height: 250px;
  display: flex;
  background-color: #121415;
}

.marketplace-h5 {
  color: #e6e6e6;
}

.accordion-button-alt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 0.875rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button-alt {
    -webkit-transition: none;
    transition: none;
  }
}

.accordion-button-alt:not(.collapsed) {
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button-alt:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d30f0b'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.accordion-button-alt::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button-alt::after {
    -webkit-transition: none;
    transition: none;
  }
}

.accordion-button-alt:hover {
  z-index: 2;
}

.accordion-button-alt:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(234, 17, 12, 0.25);
          box-shadow: 0 0 0 0 rgba(234, 17, 12, 0.25);
}

.accordion.accordion-icon .accordion-header .accordion-button {
  background: transparent;
  color: #19191c;
  font-size: inherit;
  border: none;
  padding-left: 1.7rem;
}

.accordion.accordion-icon .accordion-header .accordion-button:after {
  content: "";
  background: #19191c;
  width: 10px;
  height: 2px;
  display: block;
  position: absolute;
  top: 45%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}

.accordion.accordion-icon .accordion-header .accordion-button:before {
  content: "";
  background: #19191c;
  width: 10px;
  height: 2px;
  display: block;
  position: absolute;
  top: 45%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}

.accordion.accordion-icon .accordion-header .accordion-button.collapsed:after {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}

.accordion.accordion-icon .accordion-header .accordion-button.collapsed:before {
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}

.border-none {
  border: none;
}

.bs-hidden {
  border-style: hidden;
}

.fill-a {
  width: -webkit-fill-available;
}

.call-to-action-button {
  background-color: #e6e6e6;
  color: #212529;
  border-bottom: 3px solid #da5e27;
  font-weight: normal;
  transition: .3s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

/**/

.navbar-dark .navbar-nav .nav-link.nav-active {
  border-top: 3px solid #da5e27;
}

.py-7 {
  padding-top: 8rem !important;
  padding-bottom: 6rem !important;
}

.breadcrumb > .breadcrumb-item + .breadcrumb-item:before {
  content: "\f111" !important;
  padding: 0 12px 0 0px !important;
  font-family: "Font Awesome 5 Free";
  font-size: 7px;
  font-weight: bold;
  vertical-align: middle;
  color: #ffffff !important;
  float: none;
}

.orange-text {
  color: #da5e27!important;
}


.linkactive {
  color: #da5e27!important;
}

.link-white {
  color: #fff!important;
}

.bg-overlay-dark-7 {
  position: relative;
  z-index: 1;
}
.bg-overlay-dark-7:before {
  content: " ";
  background: #000000;
  opacity: 0.7;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-overlay-dark-4 {
  position: relative;
  z-index: 1;
}
.bg-overlay-dark-4:before {
  content: " ";
  background: #000000;
  opacity: 0.55;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}


.list-group-number span {
  font-weight: 700;
  background: #da5e27;
  color: #fdfdfd;
  font-weight: 600;
  height: 22px;
  width: 22px;
  line-height: 22px;
  text-align: center;
  display: block;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  margin-top: 1px;
  font-size: 12px;
}

.title {
  padding: 0 0 30px;
}

.btn-grad {
  color: #ffffff;
  background: linear-gradient(150deg, #c04d1c 0%, #da5e27 50%, #c04d1c 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: 260% 100%;
  background-position: right bottom;
  border: 0;
  line-height: 1.92;
}
.btn-grad.active, .btn-grad:active, .btn-grad:focus, .btn-grad:hover {
  color: #ffffff;
  background-position: left bottom;
}
.btn-grad.btn-sm, .btn-group-sm > .btn-grad.btn {
  line-height: 1.8;
}

.ms-md-n2 {
  margin-left: -0.5rem !important;
}

.btn-vid {
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  margin-bottom: 6px;
  outline: 0;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-vid {
  display: inline-block;
  font-weight: 500;
  line-height: 1.6;
  color: #f0f0f0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border-radius: 3px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn-vid i {
  margin-right: 10px;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.list-group-number .list-group-item-action {
  font-weight: 500;
}
.list-group-inline .list-group-item {
  border: none;
  font-weight: 700;
  display: inline-block;
  color: #ffffff;
  padding: 0.425rem 0;
  margin-right: 30px;
  width: auto;
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  background-color: #ffffff;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #ffffff;
}

.text-grey {
color: #343a40;
}


.accordion.job-accordion-line .job-accordion-item:first-child {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.accordion.job-accordion-line .job-accordion-item {
  margin-bottom: 15px;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  margin-bottom: 0;
}

.job-accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.job-accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.job-accordion.accordion-line .job-accordion-header {
  position: relative;
}
.job-accordion-header {
  margin-bottom: 0;
}

.accordion.job-accordion-line .job-accordion-header .job-accordion-button.collapsed:before {
  content: "\f067";
  background: #f0f1f3;
  color: #343a40;
}

.accordion.job-accordion-line .job-accordion-header .job-accordion-button {
  background-color: transparent;
  font-weight: 700;
  color: #da5e27;
  border: none;
  padding-left: 50px;
  padding-right: 15px;
}

.job-accordion-item:first-of-type .job-accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion .job-accordion-button {
  text-align: left;
  margin-bottom: 0;
}
button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
}
.job-accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 0.875rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}

.accordion.job-accordion-line .job-accordion-header .job-accordion-button:before {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  line-height: 1.8;
  font-weight: bolder;
  font-size: 10px;
  left: 8px;
  padding: 5px;
  color: #343a40;
  background: #da5e27;
  color: #ffffff;
  padding: 10px;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 7px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.job-accordion-collapse {
  border: none;
}

.bold {
  font-weight: 500;
  
}

.dropshadow-light {
  filter: drop-shadow(0 6mm 7mm #bbbcbc);
}


.side-img {
  width: 100%;
}

.col-side-by-side {
  width: 100%;
}

@media (min-width: 992px) {
  .side-copy {
      width: 33%;
  }
  .side-img {
      width: 63%;
  }
  .col-side-by-side {
      width: 50%;
  }
}

