
.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -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;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .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;
}

@-webkit-keyframes zoom {
    0% {
        opacity: 0.5;
        transform: scale(2);
        animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        transform: scale(1.5);
        animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        transform: scale(1);
    }
    25% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
    66% {
        opacity: 0.8;
        transform: scale(2);
        animation-timing-function: ease-in;
    }
    100% { opacity: 0.5 }
}

@keyframes zoom {
    0% {
        opacity: 0.5;
        transform: scale(2);
        animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        transform: scale(1.5);
        animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        transform: scale(1);
    }
    25% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
    66% {
        opacity: 0.8;
        transform: scale(2);
        animation-timing-function: ease-in;
    }
    100% { opacity: 0.5 }
}

.carousel-inner .item > img.animate {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}



/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}

.main-slider .carousel-indicators-wrap {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    text-align: right;
    width: 100%;
    z-index: 4;
}

.main-slider .carousel-indicators-wrap .carousel-indicators {
    left: 0;
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 15px;
    position: relative;
    text-align: right;
    width: 100%;
}

.header-slider-bg {
    background: transparent;
    position: relative;
}

/*End of

/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators-wrap .carousel-indicators li{
    background: #dd3d3d;
    border-radius: 0;
    border: none;
    height: 8px;
    width: 45px;
    right: 0;
    margin: 0 5px;
}

.indicators-line > .carousel-indicators-wrap .carousel-indicators li.active{
    background: #e5e5e5;
    height: 8px;
    margin: 0 5px;
}

.home-products-box .product-item-wrap a.animate {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
    0% { }
    100% { -webkit-transform: translateY(0); opacity: 1; }
}

@keyframes moveUp {
    0% { }
    100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}

/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    text-align: left;

}

.slide-text > h1 {

    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > ul li a.more-info {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}

.slider-nav .slider-left, .slider-nav .slider-right {
    z-index: 9998;
}

.slider-scroll, .scroll-down {
    z-index: 6;
}

#slider-wrap {
    background-color: #000000;
    background-size: cover;
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

#slider-wrap .item-bg.slide-animation {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    z-index: 0;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(2);
    -webkit-animation: imageAnimationNew 6s linear infinite  0s;
    -moz-animation: imageAnimationNew 6s linear infinite  0s;
    -o-animation: imageAnimationNew 6s linear infinite  0s;
    -ms-animation: imageAnimationNew 6s linear infinite  0s;
    animation: imageAnimationNew 6s linear infinite  0s;
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimationNew {
    0% {
        opacity: 0;
        transform: scale(2);
        animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        transform: scale(1.5);
        animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        transform: scale(1);
    }
    25% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
    66% {
        opacity: 0;
        transform: scale(2);
        animation-timing-function: ease-in;
    }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimationNew {
    0% {
        opacity: 0;
        transform: scale(2);
        animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        transform: scale(1.5);
        animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        transform: scale(1);
    }
    25% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
    66% {
        opacity: 0;
        transform: scale(2);
        animation-timing-function: ease-in;
    }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimationNew {
    0% {
        opacity: 0;
        transform: scale(2);
        animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        transform: scale(1.5);
        animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        transform: scale(1);
    }
    25% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
    66% {
        opacity: 0;
        transform: scale(2);
        animation-timing-function: ease-in;
    }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimationNew {
    0% {
        opacity: 0;
        transform: scale(2);
        animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        transform: scale(1.5);
        animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        transform: scale(1);
    }
    25% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
    66% {
        opacity: 0;
        transform: scale(2);
        animation-timing-function: ease-in;
    }
    100% { opacity: 0 }
@keyframes imageAnimationNew {
    0% {
        opacity: 0;
        transform: scale(2);
        animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        transform: scale(1.5);
        animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        transform: scale(1);
    }
    25% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
    66% {
        opacity: 0;
        transform: scale(2);
        animation-timing-function: ease-in;
    }
    100% { opacity: 0 }
}


/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.more-info
    .slide-text > a.more-info {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators-wrap .carousel-indicators{
        display: none;
    }

}
