.tf-btn, .main-header .main-menu .navigation>li>a {
    font-weight: 400;
}
.flat-slider.home-1 .slider-content {
    padding: 80px 0;
}
.flat-slider.home-1 .slider-content h1 {
    font-size: 50px;
}
.flat-slider.home-1 .overlay {
    background: #000000;
    opacity: 0.5;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.wd-find-select .tf-btn {
    border-radius: 0 12px 12px 0;
}
@media only screen and (max-width: 991px) {
    .wd-find-select .tf-btn {
        border-radius: 4px;
    }
}