html {
  scroll-behavior: smooth;
  scroll-margin-top: 600px;
}

:target {
  scroll-margin-top: 100px;
}

.vlt-page-title-zoom__body {
  background-color: #000;
}

.vlt-menu-burger {
  color: #fff !important;
}

.ult-spacer {
    background: #000;
}

body {
  overflow: visible !important;
}

nav {
  ul {
    display: flex;
    li {
      a {
        color: #fff !important;
        font-weight: normal !important;
        font-family: "Lato", sans-serif;
      }
    }
  }
}

.vlt-navbar.vlt-navbar--main.vlt-navbar--fixed {
  background-color: #0a1031 !important;
}

/*----Hero Section----*/

section.hero-sec {
  position: relative;
  .vlt-page-title-zoom__content {
    width: 60%;
  }

  .hero-sec-bg {
    /* http://paul-themes.com/wordpress/arquito/dark/wp-content/uploads/sites/2/2019/06/attachment-12-1920x960.jpg */
    /* background-image: url(1197802-hd_1920_1080_25fps.mp4);  */
    /* background: url('1197802-hd_1920_1080_25fps-ezgif.com-video-to-gif-converter.gif');  */
    /* background: url('architect.jpg'); */
    /* background: url("https://framerusercontent.com/images/fvWqBBsaZ96m27YvOwP7WJzRpbA.png"); */
    /* background: url("https://framerusercontent.com/images/LiIzsU6JLmxqzsyjmKZm2w3xGZI.png"); */
    /* background: linear-gradient(90deg, hsla(240, 100%, 50%, 1) 20%, hsla(0, 0%, 0%, 1) 61%, hsla(0, 0%, 0%, 1) 100%); */
    /* background: linear-gradient(
      90deg,
      hsl(240deg 100% 50% / 56%) 10%,
      hsl(0deg 0% 0%) 56%,
      hsla(0, 0%, 0%, 1) 100%
    ); */
    /* background: linear-gradient(90deg, hsl(240deg 100% 50% / 56%) 22%, hsl(0deg 0% 0%) 56%, hsla(0, 0%, 0%, 1) 100%); */
    background: linear-gradient(
      90deg,
      hsl(240deg 100% 50% / 56%) 10%,
      hsl(0deg 0% 0%) 50%,
      hsla(0, 0%, 0%, 1) 100%
    );
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  img {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: auto;
    right: 0;
    max-width: 600px;
    height: 512px;
  }
  /* video {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: auto;
    right: -70px;
  } */

  h1.hd {
    font-size: 50px;
    font-weight: 600;
    line-height: 0.9;
    margin-top: 0;
    color: #fff;
    margin-bottom: 60px;
    margin-bottom: 2vh;
    text-transform: uppercase;
    line-height: 78px;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  }

  span.hello {
    font-size: 24px;
    line-height: 1.6;
    display: inline-block;
    margin-bottom: 10px;
    color: #700504;
    font-weight: bold;
  }

  p.para {
    font-size: 25px;
    color: #ddd;
    line-height: 1.6;
    margin: 0;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
  }

  a.get-know {
    background: #700504;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 20px;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
  }

  .field {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    a {
      display: flex;
      align-items: center;
      justify-content: space-around;
      width: 240px;
    }
  }

  .arrow {
    width: 0;
    height: 40px;
    border: 1px solid #fff;
    position: relative;
    animation: scroll 1.5s infinite;
    -webkit-animation: scroll 1.5s infinite;
    &::after {
      content: "";
      display: block;
      position: absolute;
      top: 100%;
      left: -5px;
      width: 1px;
      height: 10px;
      border-top: 10px solid #fff;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
    }
  }
}

@keyframes scroll {
  0% {
    height: 40px;
  }
  30% {
    height: 70px;
  }
  60% {
    height: 40px;
  }
}



body {
    overflow-x:hidden !important;
}

@media (max-width: 767px) {
.ehf-header #masthead {
    z-index: 9999;
}
}

@media (max-width: 575px) {
ul.nav.nav-tabs.elementkit-tab-nav .elementkit-nav-item {
    display: block !important;
}
.field.hero-down-arrow {
    display: none;
}
}

