.flexslider {
    position: relative;
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

.slide-show {
    margin-bottom: 20px !important;
}

.slide-show h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color:#fff;
    line-height:30px;
    text-transform:uppercase;
    margin:0px; padding:0px;
}

.slide-show li.slide {
    position: relative;
}

.slide-show .slide-text {
    font-family: inherit;
    font-size: 17px;
    font-weight: 500;
    line-height:30px;
    color:#fff;
    text-transform:uppercase;
    padding-top:15px;
    
    
}

.slide-show h2,
.slide-show .slide-text {

}

.flex-control-nav {
    bottom: 20px !important;
}

.slide-show .slide-overlay {
    position: absolute;
    
    right: 0%;
    top: 30%;
    text-align: left;
   
  max-width: 420px;
  margin: 0 0 0 auto;
  padding: 25px;
  background: #d80018;
  background: rgba(0, 0, 24, 0.9);

}

.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: 25px;
}

.flex-direction-nav .flex-prev {
    left: 25px;
}