.main-slider {
    height: 100%;
}
.main-slider .carousel-inner {
    height: 100%;
}
.main-slider .item {
    height: 100%;
}
.main-slider .item:before {
    content: "";
    background-image: url(../../../img/frontend/home-overlay.png);
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 0.8;
}
.main-slider .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.main-slider .item a {
    background: #f5ca2a;
    color: #000;
    display: inline-block;
    padding: 6px 18px;
    font-weight: 500;
}
.main-slider .carousel-caption {
    bottom: 0;
}
.main-slider .carousel-indicators {
    bottom: 6px;
    left: auto;
    right: 20px;
    width: auto;
}
.main-slider .carousel-indicators li {
    background: #f5ca2a;
    border-color: #f5ca2a;
}
.main-slider .carousel-indicators .active {
    border-color: #fff;
    background: #fff;
}

.carousel-control i {
    position: relative;
    top: 45%;
}

.carousel-caption h2 {
  animation-delay: 300ms;
}
.carousel-caption h6 {
  animation-delay: 400ms;
}
.carousel-caption a {
  animation-delay: 500ms;
}








@media only screen and (min-width:100px) and (max-width:767px)
{

.main-slider .item img {
    object-fit: inherit;
}
.main-slider .item a {
    padding: 0px 5px;
    font-size: 14px;
}
.main-slider .carousel-caption {
    padding-bottom: 10px;
}
.carousel-caption h2 {
    font-size: 18px;
    height: 22px;
    overflow: hidden;
}
.carousel-caption h6 {
    height: 41px;
    overflow: hidden;
}

.main-slider .carousel-indicators {
    bottom: -6px;
    right: 6px;
}
.carousel-control i {
    font-size: 20px;
}



}