.hero-slider-sec {
    margin: 0;
}

.hero-slider-item {
    min-height: 727px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    position: relative;
    padding-top: 80px;
}

.hero-slider-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0.00) 43.34%, rgba(0, 0, 0, 0.70) 67.87%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
}

.hero-slider-text>*:not(.btn) {
    color: #fff;
}

.hero-slider-text {
    max-width: 650px;
}

.hero-slider-sec ul.slick-dots {
    bottom: 60px;
}

.hero-slider-text .btn {
    font-weight: 400;
}

@media only screen and (max-width:1399px) {
    .hero-slider-item {
        min-height: 640px;
    }

    .hero-slider-text {
        max-width: 550px;
    }

    .hero-slider-sec ul.slick-dots {
        bottom: 20px;
    }
}

@media only screen and (max-width:1199px) {
    .hero-slider-item {
        min-height: 540px;
    }
}

@media only screen and (max-width:991px) {
    .hero-slider-item {
        padding-top: 73px;
    }
}

@media only screen and (max-width:767px) {
    .hero-slider-item:before {
        background: linear-gradient(180deg,
                rgba(0, 0, 0, 0.60) 0%,
                rgba(0, 0, 0, 0.60) 100%);
    }

    .hero-slider-text h1 br {
        display: none;
    }
}