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

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

.slide-show h2 {
    font-size: 40px;font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.slide-button span.btn {
    background: #386b8a;
    width: 140px;font-size: 16px;
    height: 50px;
    line-height: 50px;
}

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

.slide-show .slide-text {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.flex-control-nav {
    bottom: 20px !important;
}

.slide-show .slide-overlay {
    position: absolute;
    bottom: 0;
    left: 50px;
    top: 14%;
    text-align: left;
    width: 425px;
}

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

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