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

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

.slide-show h2 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 55px;
}

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

.slide-show .slide-text {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
}

.slide-show h2,
.slide-show .slide-text {
    padding: 0;
}

.flex-control-nav {
    bottom: 30px !important;
    position: absolute;
}

.slide-button .btn{
    background-color: #608fbd;
    padding: 0 40px;
}

.slide-button .btn:hover{
    background-color: #c6c6c6;
    transition:.5s ease all;
}

.slide-show .slide-overlay {
    position: absolute;
    left: 5%;
    right: 20%;
    top: 15%;
    text-align: left;
}

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

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