#minimal-bootstrap-carousel {
    margin-top: 0px;
    position: relative;
}

    #minimal-bootstrap-carousel .carousel-caption {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        padding: 0;
        text-align: right;
        text-shadow: none;
    }

        #minimal-bootstrap-carousel .carousel-caption .container {
            display: table;
            width: 100%;
            height: 100%;
            max-width: 1140px;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

@media (max-width: 1199px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 960px;
    }
}

@media (max-width: 991px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 720px;
    }
}

#minimal-bootstrap-carousel .carousel-caption .container .box {
    display: table-cell;
    text-align: left;
}

    #minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
        vertical-align: top;
    }

    #minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
        vertical-align: bottom;
    }

    #minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
        vertical-align: middle;
    }

    #minimal-bootstrap-carousel .carousel-caption .container .box .content {
        display: block;
    }

#minimal-bootstrap-carousel [class*=carousel-control] {
    background: none;
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 48px;
    color: #000;
    opacity: 0.3;
    background-color: transparent;
    visibility: visible !important;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}

@media (max-width: 667px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
    }
}

@media (max-width: 480px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 40px;
        height: 40px;
        font-size: 17px;
        line-height: 40px;
        background: rgba(255, 255, 255, 0.4);
        color: #000;
    }
}

#minimal-bootstrap-carousel .carousel-control-prev {
    left: 1%;
}

#minimal-bootstrap-carousel .carousel-control-next {
    right: 1%;
}

#minimal-bootstrap-carousel [class*=carousel-control]:hover {
    opacity: 1;
}

/* fixing slider height */
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
    height: 400px;
    width: 100%;
    background: radial-gradient(#fff,#fdead9);
}


.slider-content-style .content {
    text-align: center;
    position: relative;
    z-index: 999;
    direction: rtl;
}

    .slider-content-style .content h3,
    .slider-content-style .content h2,
    .slider-content-style .content p {
        margin: 0;
    }

    .slider-content-style .content h3 {
        background: -webkit-linear-gradient(#c54961, #eda37f);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 900;
        font-size: 35px;
        line-height: 1.5;
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
    }

    .slider-content-style .content p {
        font-size: 19px;
        color: #333333;
        margin: 2rem 0;
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s;
    }

    .slider-content-style .content .img-slide-front {
        max-width: 100%;
        position: absolute;
        top: 20px;
        bottom: 0;
        right: 50px;
        z-index: 10;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

    .slider-content-style .content .img-slide-back {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .slider-content-style .content .text-content {
        height: 100%;
        margin: auto;
    }
