.fullscreen-header {
  width: 100%;
  position: relative;
  transition: none;
  -webkit-transition: none;
  z-index: 2;
  background-color: #2b2b2b;
  overflow: hidden;
}

.fullscreen-header .fullscreen-headerin {
  color: #fff;
  display: block!important;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  width: 100%;
  position: fixed;
  transition: none;
  -webkit-transition: none;
  z-index: 2;
  background-color: rgb(37, 39, 53);
  top: 0px;
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}

.fullscreen-header .page-header-bg-image-wrap.nectar-parallax-enabled {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-background-size: cover;
}

.fullscreen-header .page-header-bg-image.translate {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: scroll;
  top: auto;
  bottom: 0;
  background-position: center center;
  height: 100%!important;
}
.fullscreen-header .page-header-overlay-color {
  position: static;
  height: 1px;
  width: 1px;
  margin-left: -9999px;
  pointer-events: none;
  background-color: #252735;
}

.fullscreen-header .page-header-overlay-color:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: ' ';
  z-index: 10;
  opacity: .65;
}

.fullscreen-header .banner_container {
  position: relative;
  z-index: 100;
  height: 100%;
}


.fullscreen-header .banner_row {
  padding-bottom: 0;
  z-index: 100;
  position: relative;
  visibility: visible;
  height: 100%;
}

.fullscreen-header .banner_col {
  display: block;
  float: left;
  margin-right: 0;
  width: 100%;
  z-index: 0;
  left: 0;
  position: absolute;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  top: 25%!important;
}

.fullscreen-header .inner-wrap {
  left: 0;
  position: absolute;
  width: 100%;
}

.fullscreen-header .inner-wrap h4 {
  margin-bottom: 8px;
  display: block;
  color: #fff;
  z-index: 101;
  font-family: Open Sans;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

.fullscreen-header span.subheader,
.fullscreen-header .inner-wrap h1 {
  margin-bottom: 15px;
  font-family: Open Sans;
  letter-spacing: 1px;
  font-size: 50px;
  line-height: 68px;
  font-weight: 700;
  margin: 0;
}

.fullscreen-header .scroll-down-wrap {
  transition: opacity 0.4s ease 0s;
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 60px;
  z-index: 101;
  margin-left: -22px;
}

.fullscreen-header a.section-down-arrow {
  z-index: 101;
  position: absolute;
  color: rgb(255, 255, 255) !important;
  display: inline-block;
  width: 49px;
  height: 49px;
  border: 2px solid rgb(255, 255, 255);
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  border-radius: 100px;
  transition: opacity 0.4s ease 0s;
  overflow: hidden;
  margin-left: 0px;
  left: 0px;
  bottom: 16px;
  opacity: 0.6;
  text-decoration:none;
}

.fullscreen-header i.fa.fa-angle-down.top:before {
  content: "";
}

.fullscreen-header i.fa.fa-angle-down.top {
  word-spacing: 1px;
  position: relative;
  text-align: center;
  top: -2px;
  vertical-align: middle;
  max-width: 100%;
  color: rgb(255, 255, 255) !important;
  transition: transform 0.2s ease 0s;
  display: block;
  width: 49px;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
}

.fullscreen-header i.fa.fa-angle-down {
  word-spacing: 1px;
  position: relative;
  text-align: center;
  top: -2px;
  vertical-align: middle;
  max-width: 100%;
  color: rgb(255, 255, 255) !important;
  transition: transform 0.2s ease 0s;
  display: block;
  width: 49px;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
}

@media only screen and (min-width: 1300px) and (max-width: 1500px){
  .fullscreen-header .inner-wrap h4 {
    font-size: 16.2px;
    line-height: 23.4px;
}
}


@media(min-width:1000px)
{
.fullscreen-header {
    height: 100vh;
    margin-top: 0!important;
  }

  .fullscreen-header .fullscreen-headerin {
    margin-top: 0!important;
    height: 100vh;
  }

  .fullscreen-header .banner_container {
    width: 100%;
    margin: 0 auto;
    padding: 0 90px;
    max-width: 1425px;
  }

  .fullscreen-header .inner-wrap {
    padding-top: 94px;
  }

}

@media only screen and (min-width: 1000px) and (max-width: 1300px){
  .fullscreen-header .inner-wrap h4 {
    font-size: 15.3px;
    line-height: 22.1px;
  }
}

@media(max-width:999px)
{
  .fullscreen-header .inner-wrap {
    display: block !important;
    opacity: 1 !important;
    transform: none !important;
    padding-top: 73px;
  }
  .fullscreen-header span.subheader,
  .fullscreen-header .inner-wrap h1 {
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 25px !important;
    line-height: 30px !important;
    letter-spacing: 1px !important;
  }

  

  .fullscreen-header {
    transition: none 0s ease 0s !important;
    height: auto !important;
    margin-top: 0px;
    overflow: visible;
  }

  .fullscreen-header .fullscreen-headerin {
    transition: none 0s ease 0s !important;
    margin: 0px;
    transform: translate(0px) !important;
    visibility: visible !important;
    top: 0px !important;
    position: relative !important;
    height: 100vh;
  }

  .fullscreen-header .page-header-bg-image.translate {
    height: calc(100% + 15px) !important;
  }

  .fullscreen-header .banner_container {
    margin: 0px auto;
    position: relative;
    max-width: 600px;
  }

  .fullscreen-header .banner_row {
    top: 0px !important;
  }

  .fullscreen-header .banner_col {
    display: block !important;
    opacity: 1 !important;
    padding-right: 0px;
    transform: translate(0px) !important;
    visibility: visible !important;
  }

  .fullscreen-header .inner-wrap h4 {
    font-size: 15.3px !important;
    line-height: 22.1px !important;
    letter-spacing: 6px !important;
  }

}

@media(max-width:690px)
{
   .fullscreen-header .banner_container {
    max-width: 320px;
  }
 

}

@media only screen and (min-width: 480px) and (max-width: 690px){
  .fullscreen-header .banner_container {
    margin: 0px auto;
    position: relative;
    max-width: 420px;
  }

  .fullscreen-header .inner-wrap h4 {
    margin-bottom: 4px;
  }

}


@media(max-height:650px)
{

  .fullscreen-header i.fa.fa-angle-down.top {
    width: 26px;
    height: 26px;
    line-height: 28px;
    webkit-transform: translate(0,-26px);
    -ms-transform: translate(0,-26px);
    transform: translate(0,-26px);
    font-size: 18px;
  }

  .fullscreen-header a.section-down-arrow {
    width: 30px;
    height: 30px;
    line-height: 34px;
    bottom: 25px;
    margin-left: -15px;
  }

  .fullscreen-header i.fa.fa-angle-down {
    width: 26px;
    height: 26px;
    line-height: 28px;
    -webkit-transform: translate(0,-26px);
    -ms-transform: translate(0,-26px);
    transform: translate(0,-26px);
    font-size: 18px;
  }

  .fullscreen-header i.fa.fa-angle-down:before {
    content: "\f107";
  }
 .fullscreen-header .scroll-down-wrap {
    margin-left: 0;
  }
}