@charset "UTF-8";
.velo-slider__hint > span, .btn-draw {
  font-family: 'MavenPro-Regular';
  font-size: 0.8em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}


@font-face {
  font-family: 'MavenPro-Black';
  src: url('font/MavenPro-Black.ttf') format('truetype');
}

@font-face {
  font-family: 'MavenPro-Bold';
  src: url('font/MavenPro-Bold.ttf') format('truetype');
  /* font-weight: bold; */
}

@font-face {
  font-family: 'MavenPro-ExtraBold';
  src: url('font/MavenPro-ExtraBold.ttf') format('truetype');
  /* font-weight: bolder; */
}

@font-face {
  font-family: 'MavenPro-Medium';
  src: url('font/MavenPro-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'MavenPro-Regular';
  src: url('font/MavenPro-Regular.ttf') format('truetype');
  /* font-weight: normal; */
}

@font-face {
  font-family: 'MavenPro-SemiBold';
  src: url('font/MavenPro-SemiBold.ttf') format('truetype');
}

body {
  margin: 0;
  width: 100%;
  font-weight: 400;
  font-style: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/** 
 * Default to Border Box
 */
*, *:before, *:after {
  box-sizing: border-box;
}

/**
 * Links
 */
a {
  text-decoration: none;
  background-color: transparent;
  outline: 0;
}

.top-section {
  height: 100vh;
  /* background: url("https://upload.wikimedia.org/wikipedia/commons/archive/e/e1/20141028134401%21Icefields%282013.07.16%29byRyanSchroeder.jpg") no-repeat center; */
  background-size: cover;
}

.btn-draw {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.4s ease-in-out;
}

.btn-draw {
  color: #00ffc8;
  margin-left: 2.3em;
}
.btn-draw:after {
  content: "";
  top: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: #00ffc8;
}
.btn-draw:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2.4em;
  height: 1px;
  width: 3em;
  background-color: #00ffc8;
  transition: all 0.25s ease;
}
.btn-draw .btn-draw__text {
  position: relative;
  display: block;
  padding: 0.7555em 2.29em;
  line-height: 1.5;
  transition: transform 0.5s ease;
}
.btn-draw .btn-draw__text:before, .btn-draw .btn-draw__text:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  background-color: #00ffc8;
}
.btn-draw .btn-draw__text:before {
  top: 0;
  left: 0;
  transition: width 0.15s 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}
.btn-draw .btn-draw__text:after {
  bottom: 0;
  right: 0;
  transition: width 0.15s 0.15s cubic-bezier(0.77, 0, 0.175, 1);
}
.btn-draw .btn-draw__text > span:before, .btn-draw .btn-draw__text > span:after {
  content: "";
  position: absolute;
  height: 0;
  width: 1px;
  background-color: #00ffc8;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
.btn-draw .btn-draw__text > span:before {
  left: 0;
  bottom: 0;
  transition: height 0.15s 0 cubic-bezier(0.77, 0, 0.175, 1);
}
.btn-draw .btn-draw__text > span:after {
  right: 0;
  top: 0;
  transition: height 0.15s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (hover) {
  .btn-draw:hover, a:hover .btn-draw {
    cursor: pointer;
    color: #00ffc8;
  }
  .btn-draw:hover ~ .velo-slide__bg {
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  .btn-draw:hover:before, a:hover .btn-draw:before {
    width: 0;
    transition: all 0.4s ease;
  }
  .btn-draw:hover .btn-draw__text, a:hover .btn-draw .btn-draw__text {
    transform: translateX(-2.2em);
    transition: transform 0.5s ease, width 1s ease;
  }
  .btn-draw:hover .btn-draw__text:before, a:hover .btn-draw .btn-draw__text:before {
    width: 100%;
    max-width: 100%;
    transition: width 0.15s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .btn-draw:hover .btn-draw__text:after, a:hover .btn-draw .btn-draw__text:after {
    width: 100%;
    transition: width 0.15s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .btn-draw:hover .btn-draw__text > span:before, a:hover .btn-draw .btn-draw__text > span:before {
    left: 0;
    height: 100%;
    transition: height 0.15s 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .btn-draw:hover .btn-draw__text > span:after, a:hover .btn-draw .btn-draw__text > span:after {
    right: 0;
    height: 100%;
    transition: height 0.15s 0.15s cubic-bezier(0.77, 0, 0.175, 1);
  }
}

.btn-draw.btn--white {
  color: #fff;
}
.btn-draw.btn--white:before, .btn-draw.btn--white:after,
.btn-draw.btn--white .btn-draw__text:before,
.btn-draw.btn--white .btn-draw__text:after,
.btn-draw.btn--white .btn-draw__text > span:before,
.btn-draw.btn--white .btn-draw__text > span:after {
  background-color: #fff;
}
.btn-draw.btn--white:hover, a:hover .btn-draw.btn--white {
  color: #fff;
}

body {
  font-family: 'MavenPro-Regular';
  
  line-height: 1.6;
}

body {
  font-size: 100%;
}
@media (min-width: 32em) {
  body {
    font-size: 102%;
  }
}
@media (min-width: 54em) {
  body {
    font-size: 103%;
  }
}
@media (min-width: 65em) {
  body {
    font-size: 107%;
  }
}
@media (min-width: 75em) {
  body {
    font-size: 110%;
  }
}
@media (min-width: 91em) {
  body {
    font-size: 120%;
  }
}
@media (min-width: 115em) {
  body {
    font-size: 130%;
  }
}
@media (min-width: 130em) {
  body {
    font-size: 140%;
  }
}

.velo-slide__vid-wrap2 {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.velo-slide__vid-wrap2:after {
  /* z-index: 0; */
  /* content: ""; */
  /* position: absolute; */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: #111;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 700;
}

.velo-slides {
  z-index: 8;
  position: relative;
  height: 100vh;
  background-color: #e2dcdc;
}
.velo-slides[data-velo-slider=on] {
  overflow: hidden;
}

.velo-slide {
  height: 100vh;
  z-index: 4;
}
@media (min-width: 54em) and (max-width: 65em) {
  .velo-slide {
    font-size: 80%;
  }
}
@media (min-width: 54em) and (min-height: 0) and (max-height: 45em) {
  .velo-slide {
    font-size: 70%;
  }
}
[data-velo-slider=on] .velo-slide {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.velo-slide.is-active {
  z-index: 8;
}
.velo-slide__bg {
  z-index: 7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  color: #c68119;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #001f37;
  overflow: hidden;
}
.velo-slide__bg:after {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  background: #001f37;
}
.is-hovering .velo-slide__bg::after {
  opacity: 0;
}

.velo-slide__figure {
  z-index: 0;
  position: relative;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1);
  transition: transform 0.5s ease;
}
.is-hovering .velo-slide__figure {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}


.velo-slide__figures {
  z-index: 0;
  position: relative;
  height: 80%;
  width: 80%;
  top: 100px;
  left: 250px;
  overflow: hidden;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1);
  transition: transform 0.5s ease;
}
.is-hovering .velo-slide__figures {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}

.is-hovering .velo-slide__title {

visibility: hidden;}

.velo-slide__vid-wrap {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(1);
  transition: transform 0.5s ease;
}
.velo-slide__vid-wrap:after {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: #111;
}
.is-hovering .velo-slide__vid-wrap {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}
.velo-slide__vid {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  min-width: 100%;
  max-width: none;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.velo-slide__header {
  z-index: 9;
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  overflow-y: hidden;
  padding: 6%;
}
.velo-info {
  z-index: 9;
  position: relative;
  border-color: red;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  overflow-y: hidden;
  padding: 6%;
}

.infos{
  font-family: 'MavenPro-Regular';
  width: 100%;
  max-width: 60%; 
  align-items: flex-end;
  text-align: end;
  font-size: 24px;
  /* background-color: #001f37; */
}

h6 {
  color: #c68119; /* Example color for h6 */
}

h5 {
  color: white; /* Example color for h7 */
}

h6, h5 {
  display: inline; /* Display headers inline */
}

.color1 {
  color: #c68119; /* Color for the first group of words */
}

.color2 {
  color: white; /* Color for the second group of words */
}

@media (max-width: 768px) {
  /* Styles for screens up to 768px width */
  .velo-slide__header,
  .velo-info {
    align-items: center;
    text-align: center;
  }

  .infos {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  /* Styles for screens up to 480px width */
  .velo-slide__header,
  .velo-info {
    padding: 3%;
  }

  .infos {
    font-size: 18px;
  }
}
.velo-info__title {
  margin-bottom: 0.1em;
  font-family: 'MavenPro-Regular';

  margin-right: 2.5em;
  line-height: 1.1;
  color: #fff;
  letter-spacing: -0.025em;
  font-weight: 700;
  font-size: 2.25em;
}
@media (min-width: 54em) {
  .velo-info__title {
    font-size: 5em;
  }
}
@media (min-width: 65em) {
  .velo-info__title {
    font-size: 5em;
  }
}
@media (min-width: 91em) {
  .velo-info__title {
    font-size: 5em;
  }
}
.velo-info__text {
  color: #fff;
  max-width: 30em;
  display: block;
  margin: 1em 0 1.5em 1%;
  font-size: 1.1em;
  line-height: 1.8;
  font-weight: 300;
}

.velo-slide__pretitle {
  color: #fff;
  max-width: 22em;
}
@media (min-width: 54em) {
  .velo-slide__pretitle {
    margin-left: 7%;
  }
}
.velo-slide__title {
  font-family: 'MavenPro-Bold';
  margin-bottom: 0.1em;
  line-height: 1.1;
  color: #fff;
  letter-spacing: -0.025em;
  font-weight: 700;
  font-size: 2.25em;
}
@media (min-width: 54em) {
  .velo-slide__title {
    font-size: 5em;
  }
}
@media (min-width: 65em) {
  .velo-slide__title {
    font-size: 5em;
  }
}
@media (min-width: 91em) {
  .velo-slide__title {
    font-size: 5em;
  }
}
.velo-slide__text {
  font-family: 'MavenPro-Medium';
  color: #fff;
  max-width: 30em;
  display: block;
  margin: 1em 0 1.5em 1%;
  font-size: 1.2em;
  line-height: 1.8;
  font-weight: 300;
}
.velo-slide__btn {
  opacity: 0;
}
@media (min-width: 54em) {
  .velo-slide__btn {
    margin-left: 1vw;
  }
}
.is-active .velo-slide__btn {
  opacity: 1;
}
.velo-slide__btn > a > span {
  opacity: 0;
  overflow-y: hidden;
  transform: translate3d(0, 100%, 0);
}
.is-active .velo-slide__btn > a > span {
  opacity: 1;
  z-index: 9999;
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s ease, opacity 0.8s ease;
}

.velo-slides[data-velo-theme=light] {
  background: #c68119;
  /* border: 1em solid #c5cac5; */
}
.velo-slides[data-velo-theme=light] .velo-slide {
  /* margin-top: -1em; */
}
.velo-slides[data-velo-theme=light] .velo-slide__bg {
  color: #001f37;
}

[data-velo-theme=dark] {
  background: #111;
}
[data-velo-theme=dark] .velo-slides__bg {
  background-color: #111;
  filter: grayscale(100%);
}

.oh {
  display: block;
  overflow-y: hidden;
  padding: 0.02em 0;
}

.oh span {
  display: inline-block;
  transform: translate3d(0, 140%, 0);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.8s ease;
}

.is-active .oh span {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.1s ease;
}

.is-active .oh:nth-of-type(2n) span {
  transition-delay: 0.2s;
}



.fo {
  display: block;
  overflow-y: hidden;
  padding: 0.02em 0;
}

.fo span {
  display: inline-block;
  transform: translate3d(0, 140%, 0);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.8s ease;
}

.is-active .fo span {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.1s ease;
}

.is-active .fo:nth-of-type(2n) span {
  transition-delay: 0.2s;
}

.border,
.border:before,
.border:after,
.border span {
  z-index: 91;
  position: fixed;
  background-color: currentColor;
  transition: 0.35s ease-in-out;
}
.is-hovering .border,
.is-hovering .border:before,
.is-hovering .border:after,
.is-hovering .border span {
  transition: 0.5s ease-in-out;
}
.velocity-animating .border,
.velocity-animating .border:before,
.velocity-animating .border:after,
.velocity-animating .border span {
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.border {
  top: 0;
  left: 0;
  width: 100%;
  height: 0vw;
}
@media (min-width: 54em) {
  .border {
    height: 10vw;
  }
}
@media (min-width: 91em) {
  .border {
    height: 7vw;
  }
}
@media (min-width: 115em) {
  .border {
    height: 7vw;
  }
}
.is-hovering .border {
  height: 0vw;
}
.velocity-animating .border {
  height: 8vw;
}
@media (min-width: 54em) {
  .velocity-animating .border {
    height: 12vw;
  }
}

.border:before {
  content: "";
  bottom: 0;
  left: 0;
  width: 0vw;
  height: 100%;
  width: 0vw;
}
@media (min-width: 54em) {
  .border:before {
    width: 10vw;
  }
}
@media (min-width: 91em) {
  .border:before {
    width: 7vw;
  }
}
@media (min-width: 115em) {
  .border:before {
    width: 7vw;
  }
}
.is-hovering .border:before {
  width: 0vw;
}
.velocity-animating .border:before {
  width: 8vw;
}
@media (min-width: 54em) {
  .velocity-animating .border:before {
    width: 12vw;
  }
}

.border:after {
  content: "";
  bottom: 0;
  right: 0;
  height: 100%;
  width: 0vw;
  width: 0vw;
}
@media (min-width: 54em) {
  .border:after {
    width: 10vw;
  }
}
@media (min-width: 91em) {
  .border:after {
    width: 7vw;
  }
}
@media (min-width: 115em) {
  .border:after {
    width: 7vw;
  }
}
.is-hovering .border:after {
  width: 0vw;
}
.velocity-animating .border:after {
  width: 8vw;
}
@media (min-width: 54em) {
  .velocity-animating .border:after {
    width: 12vw;
  }
}

.border span {
  bottom: 0;
  left: 0;
  height: 0vw;
  width: 100%;
  height: 0vw;
}
@media (min-width: 54em) {
  .border span {
    height: 10vw;
  }
}
@media (min-width: 91em) {
  .border span {
    height: 7vw;
  }
}
@media (min-width: 115em) {
  .border span {
    height: 7vw;
  }
}
.is-hovering .border span {
  height: 0vw;
}
.velocity-animating .border span {
  height: 8vw;
}
@media (min-width: 54em) {
  .velocity-animating .border span {
    height: 12vw;
  }
}

.velo-slider__hint {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  height: 100vh;
  width: 4em;
  font-size: 0.9em;
  color: #fff;
}
@media (min-width: 54em) {
  .velo-slider__hint {
    display: block;
  }
}
.velo-slider__hint > span {
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, -50%) rotate(-90deg);
  overflow: hidden;
}
.velo-slider__hint > span > span {
  display: inline-block;
  transform: translateY(-110%);
}
.is-active .velo-slider__hint > span > span {
  opacity: 1;
  top: 50%;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(0%);
  transition: 0.4 ease;
}

.velo-slides-nav {
  /* lateral navigation */
  position: fixed;
  z-index: 91;
  right: 3%;
  bottom: 1em;
}
@media (min-width: 54em) {
  .velo-slides-nav {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
.velo-slides-nav__list {
  list-style: none;
}
.velo-slides-nav li:first-child {
  margin-bottom: 0.25em;
}
.velo-slides-nav a {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  transition: color 0.5s ease, text-shadow 0.5s ease;
}
.velo-slides-nav a:hover {
  color: white;
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.6);
  transition: color 0.5s ease, text-shadow 0.5s ease;
}
.velo-slides-nav a.inactive {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
.velo-slides-nav i {
  font-size: 2.2em;
}
@media (min-width: 54em) {
  .velo-slides-nav i {
    font-size: 1.5em;
  }
}

@font-face {
  font-family: "ssicons";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format("truetype");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ssicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-down-chev:before {
  content: "";
}

.icon-right-chev:before {
  content: "";
}

.icon-up-chev:before {
  content: "";
}

.icon-left-chev:before {
  content: "";
}

.icon-up-arrow:before {
  content: "";
}

.icon-down-arrow:before {
  content: "";
}

.icon-left-arrow:before {
  content: "";
}

.icon-right-arrow:before {
  content: "";
}

.is-hovering .icon-down-arrow::after{
  display: none !important;
}
.is-hovering .icon-up-arrow:after{
  display: none !important;
}

body {
  margin: 0;
  background: #001F37;
  color: #f8f5f5;
  font-family: 'MavenPro-Medium';

}

h1 {
  position: relative;
  color: #fff;
  opacity: 0;
  transition: .8s ease-in-out;
}

#progress {
  position: absolute;
  background: #c68119;
  height: 100vh;
  width: 0;
  transition: width 0.2s ease-in-out;
}

.center {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

/******
  Form
 ******/

#register {
  background: #fff;
  position: relative;
  width: 410px;
  padding: 2px 15px 20px 15px;
  box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
  transition: transform .1s ease-in-out;
}

#register.close {
  width: 0;
  padding: 0;
  overflow: hidden;
  transition: .8s ease-in-out;
  box-shadow: 0 16px 24px 2px rgba(0,0,0,0);
}

.next {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 40px;
  color: #001F37;
  float: right;
  cursor: pointer;
}
.next:hover {color: #333}
.wrong .next {color: #ff2d26}
.close .next {color: #fff}

#inputContainer {
  position: relative;
  opacity: 0;
  width: 350px;
  margin-top: 25px;
  transition: opacity .3s ease-in-out;
}

#inputContainer input {
  color: #001F37;
  width: 100%;
  padding: 0 5px;
  border: none;
  font-size: 20px;
  font-weight: bold;
  outline: 0;
  background: transparent;
  box-shadow:none;
}

#inputLabel {
  position: absolute;
  pointer-events: none;
  top: -50px;
  left: 0;
  font-size: 20px;
  font-weight: bold;
  padding: 0 5px;
  transition: .2s ease-in-out;
}

#inputContainer input:valid + #inputLabel {
  top: -15px;
  font-size: 11px;
  font-weight: normal;
  color: #9e9e9e;
}

#inputProgress {
  position: absolute;
  border-bottom: 2px solid #25a3ff;
  padding: 3px 0;
  width: 0;
  transition: width .6s ease-in-out;
}

.wrong #inputProgress {
  border-color: #ff2d26;
}




@media(min-width:768px) {
  section#contact {
      padding: 20px 0;
  }
}

section#contact {
    background: linear-gradient(to bottom, #c68119, #c68119);
    /* background-position: center; */
    height: 100%;
    background-repeat: no-repeat;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input, 
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group  {
  height: auto;
}

section#contact .form-group textarea.form-control {
    height: 266px;
}

section#contact .form-control:focus {
    border-color: #1ee2e7;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: 'MavenPro-Regular';

    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: 'MavenPro-Regular';
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;    
    font-family: 'MavenPro-Regular';

    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: 'MavenPro-Regular';
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

/* Style for the dropdown */
section#contact .form-group select {
    /* padding: 20px; */
    height: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #555;
}

/* Style for the selected option */
section#contact .form-group select option {
    color: #555;
}

/* Style for the focused state of the dropdown */
section#contact .form-group select:focus {
    border-color: #1ee2e7;
    box-shadow: none;
}

/* Placeholder style */
section#contact .form-group select option[disabled]:first-child {
    color: #bbb;
}

/* Style for the error message */
section#contact .form-group .text-danger {
    color: #e74c3c;
}

/* Style for spacing between elements */
section#contact .form-group {
    /* margin-bottom: 20px; */
}

/* Additional styling for responsiveness */
@media (max-width: 767px) {
    section#contact .form-group select {
        width: 100%;
    }
}
section#contact {
  background: linear-gradient(to bottom, #c68119, #c68119);
  height: 100%;
  background-repeat: no-repeat;
  padding: 20px 0;
}

section#contact .section-heading, 
section#contact .form-group {
  margin-bottom: 15px;
}

section#contact .form-group input,
section#contact .form-group textarea,
section#contact .form-group select {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-group select {
  height: auto;
  background-color: #fff;
  color: #555;
}

section#contact .form-control:focus {
  border-color: #1ee2e7;
  box-shadow: none;
}

section#contact::-webkit-input-placeholder,
section#contact:-moz-placeholder,
section#contact::-moz-placeholder,
section#contact:-ms-input-placeholder {
  text-transform: uppercase;
  font-family: 'MavenPro-Bold';
  font-weight: 700;
  color: #bbb;
}

section#contact .text-danger {
  color: #e74c3c;
}

/* Additional styling for responsiveness */
@media (max-width: 767px) {
  section#contact .form-group select {
      width: 100%;
  }
}

@media (max-width: 767px) {
  section#contact .form-group select {
    width: 100%;
  }

  section#contact .form-group textarea.form-control {
    height: 60px;
  }
}

  
.circular-menu {
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 91;

}

.circular-menu .floating-btn {
  display: block;
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  background-color:#001F37;
  box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, .26);  
  color: hsl(0, 0%, 100%);
  text-align: center;
  line-height: 3.9;
  cursor: pointer;
  outline: 0;
}

.circular-menu.active .floating-btn {
  box-shadow: inset 0 0 3px 001F37;
}

.circular-menu .floating-btn:active {
  box-shadow: 0 4px 8px 0 001F37;
}

.circular-menu .floating-btn i {
  font-size: 1.3em;
  transition: transform .2s;  
}

.circular-menu.active .floating-btn i {
  transform: rotate(-45deg);
}

.circular-menu:after {
  display: block;
  content: ' ';
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  background-color: #c68119a2;
  transition: all .3s ease;
}

.circular-menu.active:after {
  transform: scale3d(5.5, 5.5, 1);
  transition-timing-function: cubic-bezier(.68, 1.55, .265, 1);
}

.circular-menu .items-wrapper {
  padding: 0;
  margin: 0;
}

.circular-menu .menu-item {
  position: absolute;
  top: .2em;
  right: .2em;
  z-index: -1;
  display: block;
  text-decoration: none;
  color: hsl(0, 0%, 100%);
  font-size: 1em;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  text-align: center;
  line-height: 3;
  background-color: hsla(0,0%,0%,.1);
  transition: transform .3s ease, background .2s ease;
}

.circular-menu .menu-item:hover {
  background-color: hsla(0,0%,0%,.3);
}

.circular-menu.active .menu-item {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.circular-menu.active .menu-item:nth-child(1) {
  transform: translate3d(1em,-7em,0);
}

.circular-menu.active .menu-item:nth-child(2) {
  transform: translate3d(-3.5em,-6.3em,0);
}

.circular-menu.active .menu-item:nth-child(3) {
  transform: translate3d(-6.5em,-3.2em,0);
}

.circular-menu.active .menu-item:nth-child(4) {
  transform: translate3d(-7em,1em,0);
}

/**
 * The other theme for this menu
 */

.circular-menu.circular-menu-left {
  right: auto; 
  left: 1em;
}

.circular-menu.circular-menu-left .floating-btn {
  background-color: #c68119fb;
}

.circular-menu.circular-menu-left:after {
  background-color: #001f3778;
}

.circular-menu.circular-menu-left.active .floating-btn i {
  transform: rotate(90deg);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(1) {
  transform: translate3d(-1em,-7em,0);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(2) {
  transform: translate3d(3.5em,-6.3em,0);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(3) {
  transform: translate3d(6.5em,-3.2em,0);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(4) {
  transform: translate3d(7em,1em,0);
}

.button {
  position: absolute;
  text-decoration: none;
  font-family: 'MavenPro-Bold';
  top: 27em;
  left: 17em;
  width: 547px;
  font-size: 2rem;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 1.5rem;
  background-color: #001f37f5;
  color: white;
  padding: 1rem 2rem;
}

.popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  right: 0;
  background-color: #001f3788;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  overflow: hiden;
  transition: 0.64s ease-in-out;
}
.popup-inner {
  position: relative;
  bottom: -100vw;
  right: -100vh;
  display: flex;
  align-items: center;
  max-width: 1100px;
  max-height: 600px;
  width: 60%;
  height: 80%;
  /* background-color: #fff; */
  transform: rotate(32deg);
  transition: 0.64s ease-in-out;
}
.popup__photo {
  /* display: flex;
  justify-content: flex-end;
  align-items: flex-end; */
  width: 100%;
  height: 100%;
  /* overflow: auto !important; */
}
.popup__photo img {
  width: auto;
  height: 100%;

}
.popup__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  height: 100%;
  padding: 4rem;
}
.popup__text h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-transform: uppercase;
  color: #0A0A0A;
}
.popup__text p {
  font-size: 0.875rem;
  color: #686868;
  line-height: 1.5;
}
.popup:target {
  visibility: visible;
  opacity: 1;
}
.popup:target .popup-inner {
  bottom: 0;
  right: 0;
  transform: rotate(0);
}
.popup__close {
  position: absolute;
  right: -1rem;
  top: -1rem;
  width: 3rem;
  height: 3rem;
  font-size: 0.875rem;
  font-weight: 300;
  border-radius: 100%;
  background-color: #0A0A0A;
  z-index: 4;
  color: #fff;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
@media  (max-width: 898px) {
  .button {
    top: 40em;
    left: 4em;
    width: 287px;
    font-size: 1.5rem;
  }
  .popup {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    /* right: 2em; */
    background-color: #001f3788;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    overflow: hiden;
    transition: 0.64s ease-in-out;
  }
  .popup__photo {
    /* display: flex;
    justify-content: flex-end; */
    align-items: flex-start;
    width: 50%;
    height: 50%;
    /* overflow: auto !important; */
  }
  .popup__photo img {
    position: absolute;
    width: auto;
    left: -5em;
    height: 35%;
  
  }
  .popup__text {
    padding: 1rem;
  }
  .velo-slide__bg:after {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.9;
    background: transparent;
  }
  .velo-slide__header{
    top: -23em;
  }
}

@media only screen and (min-width: 700px) and (max-width: 1400px){
  .button {
    top: 50em;
    left: 16em;
    width: 287px;
    font-size: 1.5rem;
  }
  .popup {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    /* right: 2em; */
    background-color: #001f3788;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    overflow: hiden;
    transition: 0.64s ease-in-out;
  }
  .popup__photo {
    /* display: flex;
    justify-content: flex-end; */
    align-items: flex-start;
    width: 60%;
    height: 60%;
    /* overflow: auto !important; */
  }
  .popup__photo img {
    position: absolute;
    width: auto;
    left: -5em;
    height: 55%;
  
  }
  .popup__text {
    padding: 1rem;
  }
  .velo-slide__bg:after {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.9;
    background: transparent;
  }
  .velo-slide__header{
    top: -23em;
  }
}


@media (min-width: 1467px) {
  section#contact {
    padding: 0px 0;
}
  section#contact .form-group select {
    width: 100%;
  }

}

@media (min-width: 1667px) {
  section#contact {
    padding: 390px 0;
}
  section#contact .form-group select {
    width: 100%;
  }

}


section#contact {
  font-family: 'MavenPro-Regular';
    background: linear-gradient(to bottom, #c68119, #c68119);
    /* background-position: center; */
    height: 100%;
    background-repeat: no-repeat;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input, 
section#contact .form-group textarea {
    padding: 10px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group  {
  height: auto;
}

section#contact .form-group textarea.form-control {
    height: 106px;
}

section#contact .form-control:focus {
    border-color: #1ee2e7;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: 'MavenPro-Regular';

    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: 'MavenPro-Regular';
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;    
    font-family: 'MavenPro-Regular';

    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: 'MavenPro-Regular';
    font-weight: 700;
    color: #bbb;
}

@media (max-width: 480px) {
  section#contact {
    padding: 2px 0;
}
  section#contact .form-group select {
    width: 100%;
    height: 10px;
  }
  section#contact .form-group textarea.form-control {
    height: 70px;
}
.button {
  top: 45em;
  left: 3em;
  width: 297px;
  font-size: 1.2rem;
}
}