body {

}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

}

.hero-slider {
  width: 100%;
  height: 100vh;
  overflow: hidden;margin: 0!Important;
}
.hero-slider .carousel-cell {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero-slider .carousel-cell .inner {
position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    width: 65%;
    left: 50%;
}
.hero-slider .carousel-cell .inner .subtitle {
  font-family: Century_Gothic;font-weight:bold;
  font-size: 65px;text-align:center;margin-bottom:0;margin-top:0;
  color: white;
}
.hero-slider .carousel-cell .inner .title {
   font-family: Century_Gothic;font-weight:normal;
  font-size: 23px;text-align:center;line-height:29px;
  color: white;margin: 30px 0 60px 0;
}
.hero-slider .carousel-cell .btn {
  border: 1px solid #548438;
  padding: 10px 15px;
  text-transform: uppercase;
   font-family: ArialNBl;
  font-size: 17px;
  letter-spacing: 0px;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;font-size:14.5px;margin-top:20px;background: #d87b3b ;border:0;position:absolute;bottom:80px;top:auto;left:50%!important;transform: translate(-50%, 0)!important;color:white;cursor:pointer;
  
  
    
  
  -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 1.2s linear infinite;
  
  
  
  
  
  
  
}


/*.hero-slider .carousel-cell .btn:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  cursor: pointer;
}
.hero-slider .carousel-cell .btn:active {
  top: 1px;
  color: #fff;
  
  box-shadow: 0 -1px 3px rgba(0,0,0,.3), 0 1px 1px #fff, inset 0 1px 2px rgba(0,0,0,.8), inset 0 -1px 0 rgba(0,0,0,.05);
}
@-webkit-keyframes pulsate {
  50% {color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 3px #ffd, 0 0 8px #fff;}
}
@keyframes pulsate {
  50% {color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 3px #ffd, 0 0 8px #fff;}
}*/






.hero-slider .carousel-cell .btn:hover {
  background: #4F98CB ;
  
}

/*.hero-slider .flickity-prev-next-button {
  width: 80px;
  height: 80px;
  background: transparent;right:8%!important;
}
.hero-slider .flickity-prev-next-button.next {right:5%!important;}
.hero-slider .flickity-prev-next-button.previous {left:5%!important;}

.hero-slider .flickity-prev-next-button:hover {
  background: transparent;
}
.hero-slider .flickity-prev-next-button .arrow {
  fill: white;
}*/
.hero-slider .flickity-page-dots {
  bottom: 30px;display:none;
}
.hero-slider .flickity-page-dots .dot {
  width: 30px;
  height: 6px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  border: 0 solid white;
  border-radius: 0;
}
.hero-slider .flickity-page-dots .dot.is-selected, .hero-slider .flickity-page-dots .dot:hover {
  background: #9FBD39;
  border: 0 solid #9FBD39;
}