.carousel .item {
    color: #999;
    overflow: hidden;
    min-height: 400px;
    font-size: 13px;
}
#img-carousel.carousel .item {
    height: 600px;
}
#img-carousel.carousel .item img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.containers-slider {
    width: 100%;
}
.carousel-inner .item:after {
    content: "";
    /*background-color: rgba(0, 0, 0, 0.5);*/
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.carousel-control {
    width: 10%;
}
.carousel-control .fa {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa.fa-chevron-right {
    right: 50%;
    margin-right: -10px;
}
@media screen and (min-width: 768px) {
    .carousel-control .fa {
        width: 30px;
        height: 30px;
        margin-top: 0px;
        font-size: 30px;
    }
}
@media screen and (min-width: 768px) {
    .carousel-control .fa-chevron-left {
        margin-left: -15px;
    }
    .carousel-control img {
        display: block;
        height: auto;
        left: 50%;
        min-height: 100%;
        min-width: 100%;
        object-fit: contain;
        position: relative;
        top: 0%;
        transform: translate(-50%, 0%);
        width: auto;
    }
}
/**
      * Slider caption
      */
.right.carousel-control,
.left.carousel-control {
    display: none;
}
#myCarousel .right.carousel-control,
#myCarousel .left.carousel-control {
    display: none !important;
}
.carousel-caption {
    bottom: 0%;
}
.carousel-caption h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 600;
}
.carousel-caption p {
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 50px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .carousel-caption {
        right: 20%;
        left: 20%;
    }
}
.btn-transparent {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}
.btn-transparent:hover {
    background-color: #fff;
}
.btn-rounded {
    border-radius: 70px;
}
.btn-large {
    padding: 11px 45px;
    font-size: 18px;
}
/**
* Change animation duration
*/
.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
.blogs img {
    width: 100%;
}
@media screen and (max-width: 767px) {
    #img-carousel.carousel .item {
        height: 400px;
    }
}

.clickable-slider-btn{
    position: relative;
    z-index: 9;
}
    