.slider-container {

    position: absolute;
  
    height:100vh;
  
      width: 100%;
      margin-top:7em;
      top:0;
  
  }
  
  
  
  .slick-dots {
  
    display: none !important;
  
    position: absolute;
  
    top: 0;
  
    left: 0;
  
    width: 100%;
  
    padding: 0 3px;
  
  }
  
  .slick-dots li {
  
    cursor: pointer;
  
    float: left;
  
    width: 33.3%;
  
    background: #000;
  
    padding: 0;
  
    border-right: 1px solid #fff;
  
  }
  
  .slick-dots li:last-child {
  
    border: none;
  
  }
  
  .slick-dots li, .slick-dots li button {
  
    outline: none;
  
  }
  
  .slick-dots li button {
  
    background: #99B386;
  
    border: none;
  
    width: 0px;
  
    height: 10px;
  
    padding: 0;
  
    cursor: pointer;
  
    display: block;
  
  }
  
  
  
  .hero-slider .img--holder {
  
    background-position: bottom center;
  
    height:100vh;
  
    position:relative;
  
  }
  .hero-slider .slide-init .img--holder {
  
  }
  
  
  
  .slick-active .img--holder {
    background-size: contain;
  }
  
  
  
  .slick-slide .img--holder {
  
    background-repeat: no-repeat;
  
    background-position: 50% 50%;
  
    background-size: contain;
  
  }
  
  .slick-slide .img--holder img
  
  {
  
    width:100%;
  
  }
  
  
  
  .slick-slide.office-photo .img--holder {
  
    background-position: bottom center;
  
  }
  
  
  
  .hero-slider .slick-arrow {
  
      font-size: 0;
  
      line-height: 0;
  
      position: absolute;
  
      top:50%;
  
      display: block;
  
      padding: 0;
  
      cursor: pointer;
  
      border: none;
  
      z-index: 9999;
  
      width:100%;
      -webkit-transform:translateY(-50%);
      transform:translateY(-50%);
  
  }
  
  .hero-slider .slick-arrow:focus
  
  {
  
      outline: 0;
  
  }
  
  .hero-slider .slick-arrow:hover
  
  {
  
      display: block;
  
      z-index: 99;
  
  }
  
  .hero-slider .slick-next
  {  
      right: 10px;
      background: url(../img/left-arrow.png) center center no-repeat;
      
      width: 40px;
      height: 40px;
      transform:rotate(180deg);
      top: 33%;
  }
  
  .hero-slider .slick-prev
  
  {
  
      left: 10px;
      background: url(../img/left-arrow.png) center center no-repeat;
      top: 36%;
      width: 40px;
      height: 40px;
  
  }
  
  .hero-slider .slick-next:before
  
  {
  
      content: '\f105';
  
  }
  
  .hero-slider .slick-prev:before
  
  {
  
      content: '\f104';
  
  }
  
  .hero-slider .text--holder
  
  {
  
      position: absolute;
  
      display: inline-block;
  
      width: 100%;
  
      bottom: 0;
  
      left: 0;
  
      z-index: 99;
  
      padding: 0 0 50px 0;
  
      font-family: garamond, georgia;
  
      font-size: 38px;
  
      color: #fff;
  
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  
      text-align: center;
  
  }
  
  .slick-slide
  
  {
  
      z-index:9;
  
  }
  
  .slick-slide:before
  
  {
  
      content: " ";
  
      position: absolute;
  
      top: -150%;
  
      left: -150%;
  
      width: 300%;
  
      height: 300%;
  
      background: url(../images/round-color.svg) center bottom / contain no-repeat;
  
      -webkit-animation: slick-slide-rotate 5s ease-in infinite;
  
      -moz-animation: slick-slide-rotate 5s ease-in infinite;
  
      -ms-animation: slick-slide-rotate 5s ease-in infinite;
  
      -o-animation: slick-slide-rotate 5s ease-in infinite;
  
      animation: slick-slide-rotate 5s ease-in infinite;
  
      -webkit-transition: all 1s ease-in-out;
  
      -moz-transition: all 1s ease-in-out;
  
      -ms-transition: all 1s ease-in-out;
  
      -o-transition: all 1s ease-in-out;
  
      transition: all 1s ease-in-out;
  
      transform-box: fill-box;
  
      transform-origin: center;
  
      z-index:8;
  
      opacity:0.2;
  
      display:none;
  
  }
  
  @keyframes slick-slide-rotate
  
  {
  
      from
  
      {
  
      -webkit-transform: rotate(0deg);
  
      transform: rotate(0deg);
  
      }
  
      to
  
      {
  
      -webkit-transform: rotate(360deg);
  
      transform: rotate(360deg);
  
      }
  
  }
  
  @-webkit-keyframes slick-slide-rotate
  
  {
  
      from
  
      {
  
      -webkit-transform: rotate(0deg);
  
      transform: rotate(0deg);
  
      }
  
      to
  
      {
  
      -webkit-transform: rotate(360deg);
  
      transform: rotate(360deg);
  
      }
  
  }
  
  .caption
  {
      position: absolute;
      top:30%;
      left: 15%;
      z-index: 999;
      text-align: left;
      /* background: rgba(20,139,200,0.8); */
      width:55%;
      padding: 10px 25px;
    
  }
  
  .caption > div
  
  {
  
      
  
  }
  
  
  .caption h3
  {
      color: #fff;
      font-size: 26px;
      text-transform: uppercase;
      font-weight: 600;
  
  }
  .caption h2 {
    color: #fff;
    font-size: 55px;
    font-weight: 600;
    line-height: 67px;
    text-transform: uppercase;
    font-family: system-ui;
}
  .caption a
  {
      display: inline-block;
      background: #ff3c00;
      color: #fff;
      font-size: 16px;
      padding: 14px 26px;
      font-weight:500;
      border-radius: 30px;
      position: relative;
  }
  .caption a:hover
  {
      background: #fff;
      color: #ff3c00;
  }
  
  }
  @media only screen and (max-width:960px)
  {
      .slick-track, .slider-container, .hero-slider .img--holder, .slick-slider
      {
          height:300px;
      
      }
  }
  @media only screen and (max-width:768px)
  {
      .slick-track, .slider-container, .hero-slider .img--holder, .slick-slider
      {
          height:250px;
      
      }
      .caption
      {
          bottom: 20px;
          right: 50px;
          width: 70%;
          padding: 0px 15px;
      }
      .caption h2
      {
          font-size: 16px;
          line-height: 20px;
      }
  }
  @media only screen and (max-width:480px)
  
  {
  
      
  
  }