.banner-slider .slide-image {
    margin: 0;
    width: 100% !important;
    height: 420px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    animation: imagescale 10s ease-in-out infinite alternate;
    -webkit-animation: imagescale 10s ease-in-out infinite alternate;
    -moz-animation: imagescale 10s ease-in-out infinite alternate;
    -o-webkit-animation: imagescale 10s ease-in-out infinite alternate;
}

@-webkit-keyframes imagescale {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1)
    }

    100% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05)
    }
}

@keyframes imagescale {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1)
    }

    100% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05)
    }
}

.bs-slider {
    overflow: hidden;
    position: relative
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing
}

.bs-slider>.carousel-inner>.item>a>img, .bs-slider>.carousel-inner>.item>img {
    margin: auto;
    width: 100%
}

.carousel-fade {
    opacity: 1
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2)
}

.carousel-fade .carousel-item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
    display: block;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s
}

.carousel-fade .carousel-item:first-child {
    top: auto;
    position: relative
}

.carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s
}

.control-round .carousel-control {
    top: 43%;
    opacity: 0;
    width: 30px;
    height: 80px;
    z-index: 100;
    color: #fff;
    display: block;
    font-size: 22px;
    cursor: pointer;
    overflow: hidden;
    line-height: 80px;
    text-shadow: none;
    position: absolute;
    font-weight: 400;
    background: 0 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.6)
}

.control-round:hover .carousel-control {
    opacity: 1
}

.control-round .carousel-control.left {
    left: 0
}

.control-round .carousel-control.right {
    right: 0
}

.control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
    color: #fdfdfd;
    border: 0 transparent;
    background: rgba(0, 0, 0, 0.9)
}

.control-round .carousel-control.left>span:nth-child(1) {
    left: 45%
}

.control-round .carousel-control.right>span:nth-child(1) {
    right: 45%
}

.indicators-line>.carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap
}

.indicators-line>.carousel-indicators li {
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #9e9e9e;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: #9e9e9e;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all .5s cubic-bezier(.22, .81, .01, .99);
    transition: all .5s cubic-bezier(.22, .81, .01, .99);
    z-index: 10;
    cursor: pointer
}

.indicators-line>.carousel-indicators li:last-child {
    margin-right: 0
}

.indicators-line>.carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.indicators-line>.carousel-indicators .active:before {
    transform: scale(.5);
    background-color: #fff;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.slide-text {
    top: 40%;
    margin: auto;
    position: absolute;
    text-align: left;
    padding: 0 50px
}

.slide-text>h2 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 1px;
    display: inline-block;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
    font-weight: 600;
    color: #fff;

    margin-bottom: 10px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.7)
}

.slide-text>p {
    font-size: 18px;
    z-index: 9999;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.7)
}

.slide-text .btn {
    margin-top: 0;
    line-height: 22px;
}

.banner-2 .slide-text {
    top: 40%
}

.banner-3 .slide-text {
    top: 35%
}

@media only screen and (max-width:1199.98px) {
    .slide-text {
        top: 40%
    }
}

@media only screen and (max-width:991.98px) {
    .slide-text {
        top: 35%
    }
}

@media only screen and (max-width:767.98px) {
    .slide-text {
        top: 15%
    }

    .slide-text h2 {
        line-height: 30px;
        font-size: 23px;
        margin: 0 0 5px
    }

    .slide-text>p {
        margin-bottom: 5px;
        padding: 0;
        width: 100%;
        line-height: 20px
    }

    .slide-text .btn {
        margin-top: 10px
    }

    .control-round .carousel-control {
        display: none
    }

    .banner-2 .slide-text {
        top: 22%
    }
}

@media only screen and (max-width:575.98px) {
    slide-text {
        display: none
    }

    .bannerslider .slide-image {
        height: auto
    }

    .bs-slider .bs-slider-overlay {
        background-color: rgba(0, 0, 0, .8)
    }
}

@media (max-width:480px) {
    .slide-text {
        padding: 0 20px
    }

    .bs-slider .button {
        display: block;
        height: auto;
        text-align: center;
        width: 80px;
        padding: 4px 5px;
        margin-top: 5px;
        letter-spacing: 0
    }
}
