@charset "UTF-8";
.velo-slider__hint > span, .btn-draw {
  font-family: "Montserrat", Helvetica, sans-serif;
  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;
}

.social-media {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.social-media > p{
  font-size: 30px;
  font-weight: bold;
  color: white;
  text-shadow: 1px 2px 2px rgba(0,0,0, 0.4);
  margin-bottom: 30px;
    /* font-family: 'Courier New', Courier, monospace; */
    font-family: 'MavenPro-ExtraBold';
    margin-bottom: 0.1em;
    line-height: 1.1;
    color: #fff;
    letter-spacing: -0.025em;
    font-weight: 700;
    font-size: 2.25em;
}

.social-media .icons {
  display: flex;
  justify-content: space-between;
}
.social-media .icons a{
  display: block;
  position: relative;
  left: -100px;
  top: 100px;
  text-align: center;
  line-height: 39px;
  font-size: 90px;
  width: 200px;
  height: 200px;
  /* background: #001f37; */
  margin: 5px;
  border-radius: 50%;
  color: white;
  /* box-shadow: 0px 3px 4px rgba(0,0,0,0.4); */
  transition: all 0.2s linear;
}
.social-media .icons a:hover{
   color: #001f37;
  /* top: -8px; */
  /* box-shadow: 0px 20px 20px rgba(0,0,0,0.2); */
}

/** 
 * Default to Border Box
 */
*, *:before, *:after {
  box-sizing: border-box;
}
.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;
}
/**
 * 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: "Montserrat", Georgia, serif;
  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%;
  }
}

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: #c68119;
}
.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: 100%;
  width: 100%;
  top: 10px;
  left: 150px;
  overflow: hidden;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size:contain;
  transform: scale(1.1);
  transition: transform 0.5s ease;
}
.is-hovering .velo-slide__figures {
  transform: scale(0.8 );
  transition: transform 0.5s ease;
}
.velo-slide__figures-1 {
  z-index: 0;
  position: relative;
  height: 100%;
  width: 100%;
  top: 10px;
  left: 0px;
  overflow: hidden;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size:contain;
  transform: scale(1.1);
  transition: transform 0.5s ease;
  background-image: url('Lanscape Map.jpg');
}
.is-hovering .velo-slide__figures-1 {
  transform: scale(0.8);
  transition: transform 0.5s ease;
}

.velo-slide__figures2 {
  z-index: 0;
  position: relative;
  height: 100%;
  width: 100%;
  top: 120px;
  left: 250px;
  overflow: hidden;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(0.5);
  transition: transform 0.5s ease;
}
.is-hovering .velo-slide__figures2 {
  transform: scale(0.8);
  transition: transform 0.5s ease;
}
.is-hovering .velo-slide__text {
  /* display: block; */
  visibility: hidden;
}
.is-hovering .velo-slide__text2 {
  /* display: block; */
  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: first baseline;
  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{
  width: 100%;
  max-width: 60%; 
  align-items: flex-end;
  text-align: end;
  font-size: 24px;
  /* background-color: #001f37; */
  font-family: 'MavenPro-SemiBold';
}

.infos2{
  width: 100%;
  max-width: 60%; 
  align-items: flex-end;
  text-align: end;
  font-size: 34px;
  font-family: 'MavenPro-SemiBold';
  /* 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;
  }
  .velo-slide__bg:after {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.9;
    /* background: #c68119; */
  }
}

@media (max-width: 480px) {
  /* Styles for screens up to 480px width */
  .velo-slide__header,
  .velo-info {
    padding: 3%;
  }

  .infos {
    font-size: 18px;
  }
  .velo-slide__bg:after {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.9;
    /* background: #c68119; */
  }
}
.velo-info__title {
  margin-bottom: 0.1em;
  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: 'Courier New', Courier, monospace; */
  font-family: 'MavenPro-ExtraBold';
  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 {
  color: #fff;
  max-width: 30em;
  display: block;
  margin: 1em 0 1.5em 1%;
  font-size: 1.1em;
  line-height: 1.8;
  font-weight: 300;
  font-family: 'MavenPro-Regular';
}

.velo-slide__text2 {
  color: #fff;
  max-width: 60em;
  display: block;
  margin: 1em 0 1.5em 1%;
  font-size: 1.1em;
  line-height: 1.8;
  font-weight: 300;
  font-family: 'MavenPro-Regular';
}
.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.error {
  background: #f04000;
}
body.error fieldset {
  box-shadow: 0 8px 10px #bd3200;
}

h1, h2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h1 {
  top: 24px;
  color: white;
  font-size: 12px;
}

h2 {
  top: 44px;
  color: white;
  font-size: 10px;
  opacity: 0.7;
}

ul.items {
  position: absolute;
  width: 30px;
  height: auto;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
}
ul.items li {
  width: 8px;
  height: 8px;
  margin: 10px 0;
  background: white;
  border-radius: 50%;
  opacity: 0.4;
  cursor: pointer;
}
ul.items li.active {
  opacity: 1;
}

form {
  position: absolute;
  width: 300px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
form fieldset {
  position: absolute;
  width: 300px;
  height: 60px;
  background: white;
  border-radius: 3px;
  opacity: 0;
  transform: scale(0.2);
  transition: all 0.4s ease-in-out;
}
form fieldset input, form fieldset p {
  display: inline-block;
  width: 200px;
  margin-left: 50px;
  color: #333333;
  font-size: 16px;
  letter-spacing: 1px;
}
form fieldset p {
  margin-top: 22px;
  text-align: center;
}
form fieldset input {
  height: 40px;
  margin-top: 8px;
  border: none;
  outline: none;
}
form fieldset .icon {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 15px;
  transition: all 0.4s ease;
}
form fieldset .icon i {
  position: absolute;
  display: block;
}
form fieldset .icon i::before, form fieldset .icon i::after {
  position: absolute;
  content: "";
}
form fieldset .icon.left {
  left: 10px;
}
form fieldset .icon.right {
  right: 10px;
  cursor: pointer;
}
form fieldset .icon.button:hover {
  background: #f2f2f2;
  border-radius: 3px;
  transition: all 0.4s ease;
}
form fieldset.enable {
  z-index: 1;
  opacity: 1;
  transition: all 0.5s ease-out 0.2s;
  transform: scale(1);
  animation: enable 0.5s ease-out 0.2s;
}
form fieldset.disable {
  opacity: 0;
  transition: all 0.3s ease-in;
  transform: translateY(120px) scale(0.9);
}

body.error fieldset {
  transform-origin: 50% 100%;
  animation: error 0.3s ease-out;
}

@keyframes enable {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  60% {
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes error {
  0%, 50%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-3deg);
  }
  75% {
    transform: rotate(3deg);
  }
}
/**
 * * Icons in CSS, long as f****
 * */
.icon .arrow {
  width: 2px;
  height: 17px;
  top: 5px;
  left: 14px;
  background: #333333;
}
.icon .arrow::before {
  width: 6px;
  height: 6px;
  bottom: -1px;
  left: -3px;
  border-color: #333333;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(45deg);
}

.icon .user {
  width: 20px;
  height: 10px;
  bottom: 5px;
  left: 5px;
  box-shadow: 0 0 0 2px #333333 inset;
  border-radius: 6px 6px 3px 3px;
}
.icon .user::before {
  width: 10px;
  height: 10px;
  top: -9px;
  left: 5px;
  box-shadow: 0 0 0 2px #333333 inset;
  border-radius: 50%;
}

.icon .letter {
  width: 20px;
  height: 12px;
  top: 9px;
  left: 5px;
  box-shadow: 0 0 0 2px #333333 inset;
  border-radius: 3px;
}
.icon .letter::before, .icon .letter::after {
  width: 11px;
  height: 2px;
  top: 4px;
  background: #333333;
}
.icon .letter::before {
  left: 0;
  transform: rotate(30deg);
}
.icon .letter::after {
  right: 0;
  transform: rotate(-30deg);
}

.icon .lock {
  width: 20px;
  height: 16px;
  top: 9px;
  left: 5px;
  box-shadow: 0 0 0 2px #333333 inset;
  border-radius: 3px;
}
.icon .lock::before {
  width: 8px;
  height: 8px;
  top: -4px;
  left: 4px;
  border: 2px solid transparent;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  border-radius: 50%;
  transform: rotate(-45deg);
}
.icon .lock::after {
  width: 6px;
  height: 7px;
  top: 4px;
  left: 7px;
  box-shadow: 0 0 0 2px #333333 inset;
}

.icon .heart {
  width: 10px;
  height: 10px;
  top: 11px;
  left: 7px;
  background: #ff5233;
  transform: rotate(45deg);
}
.icon .heart::before, .icon .heart::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff5233;
}
.icon .heart::before {
  left: -6px;
}
.icon .heart::after {
  top: -6px;
}



@media(min-width:768px) {
  section#contact {
      padding: 60px 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: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    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: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  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;
  }
}


@media(min-width:768px) {
  section#contact {
      padding: 60px 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: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    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: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  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: #001f37;
  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);
}

/* Common styles for all screen sizes */

/* Larger screens styles go here */

/* Media query for smaller screens */
/* Common styles for all screen sizes */

/* Larger screens styles go here */

/* Media query for smaller screens */
@media only screen and (max-width: 768px) {
  .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: 100%;
    width: 100%;
    top: 10px;
    left: 0px;
    overflow: hidden;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size:contain;
    transform: scale(1.1);
    transition: transform 0.5s ease;
  }
  .is-hovering .velo-slide__figures {
    transform: scale(1.2 );
    transition: transform 0.5s ease;
  }
  .velo-slide__figures-1 {
    z-index: 0;
    position: relative;
    height: 100%;
    width: 100%;
    top: 10px;
    left: 0px;
    overflow: hidden;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size:contain;
    transform: scale(1.1);
    transition: transform 0.5s ease;
    background-image: url('Map.jpg');
  }
  .is-hovering .velo-slide__figures-1 {
    transform: scale(1.2 );
    transition: transform 0.5s ease;
  }
  
  .velo-slide__figures2 {

    transform: scale(0.5);
    transition: transform 0.5s ease;
  }
  .is-hovering .velo-slide__figures2 {
    transform: scale(0.8);
    transition: transform 0.5s ease;
  }
  .is-hovering .velo-slide__text {
    /* display: block; */
    visibility: hidden;
  }
  .is-hovering .velo-slide__text2 {
    /* display: block; */
    visibility: hidden;
  }
  .is-hovering .velo-slide__title {
    /* display: block; */
    visibility: hidden;
  }
  .is-hovering .velo-slide__btn {
    /* display: block; */
    visibility: hidden;
  }
  .social-media {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; /* Center align the content */
  }

  .social-media > p {
    font-size: 24px; /* Reduce font size for smaller screens */
    margin-bottom: 5px; /* Adjust margin for smaller screens */
  }

  .social-media .icons {
    display: flex;
    justify-content: space-between;
    position: relative; /* Reset position for icons */
    left: 8em; /* Remove left positioning for smaller screens */
    top: auto; /* Remove top positioning for smaller screens */
    flex-wrap: wrap; /* Allow icons to wrap on smaller screens */
  }

  .social-media .icons a {
    text-align: center;
    line-height: 39px;
    font-size: 60px; /* Reduce font size for smaller screens */
    width: 150px; /* Adjust width for smaller screens */
    height: 150px; /* Adjust height for smaller screens */
    margin: 5px; /* Add margin between icons for smaller screens */
  }
}

@media only screen and (max-width: 1205px) {
  .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: 100%;
    width: 100%;
    top: 10px;
    left: 0px;
    overflow: hidden;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size:contain;
    transform: scale(1.1);
    transition: transform 0.5s ease;
  }
  .is-hovering .velo-slide__figures {
    transform: scale(1.2 );
    transition: transform 0.5s ease;
  }
  .velo-slide__figures-1 {
    z-index: 0;
    position: relative;
    height: 100%;
    width: 100%;
    top: 10px;
    left: 0px;
    overflow: hidden;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size:contain;
    transform: scale(1.1);
    transition: transform 0.5s ease;
    background-image: url('Map.jpg');
  }
  .is-hovering .velo-slide__figures-1 {
    transform: scale(1.2 );
    transition: transform 0.5s ease;
  }
  
  .velo-slide__figures2 {

    transform: scale(0.5);
    transition: transform 0.5s ease;
  }
  .is-hovering .velo-slide__figures2 {
    transform: scale(0.8);
    transition: transform 0.5s ease;
  }
  .is-hovering .velo-slide__text {
    /* display: block; */
    visibility: hidden;
  }
  .is-hovering .velo-slide__text2 {
    /* display: block; */
    visibility: hidden;
  }
  .is-hovering .velo-slide__title {
    /* display: block; */
    visibility: hidden;
  }
  .is-hovering .velo-slide__btn {
    /* display: block; */
    visibility: hidden;
  }
  .social-media {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; /* Center align the content */
  }

  .social-media > p {
    font-size: 24px; /* Reduce font size for smaller screens */
    margin-bottom: 5px; /* Adjust margin for smaller screens */
  }

  .social-media .icons {
    display: flex;
    justify-content: space-between;
    position: relative; /* Reset position for icons */
    left: 8em; /* Remove left positioning for smaller screens */
    top: auto; /* Remove top positioning for smaller screens */
    flex-wrap: wrap; /* Allow icons to wrap on smaller screens */
  }

  .social-media .icons a {
    text-align: center;
    line-height: 39px;
    font-size: 60px; /* Reduce font size for smaller screens */
    width: 150px; /* Adjust width for smaller screens */
    height: 150px; /* Adjust height for smaller screens */
    margin: 5px; /* Add margin between icons for smaller screens */
  }
}


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: 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;
}