
/*** Carousel Hero Header Start ***/
.carousel-header .carousel-control-prev .carousel-control-prev-icon,
.carousel-header .carousel-control-next .carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
    margin-left: -60px;
    border-radius: 50%;
    background-size: 60% 60%;
    transition: 0.5s;
}

.carousel-header .carousel-control-next .carousel-control-next-icon {
    margin-left: 0;
    margin-right: -60px;
}

.carousel-header .carousel .carousel-indicators {
    padding-bottom: 0;
    transition: 0.5s;
}


.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li {
    width: 8px;
    height: 8px;
    border: 8px solid var(--bs-primary);
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.5s;
}

.carousel-header .carousel .carousel-indicators li.active {
    width: 8px;
    height: 8px;
    border: 8px solid var(--bs-secondary);
}

.carousel-header .carousel-inner .carousel-item {
    position: relative;
    /* min-height: 100vh; */
}

.carousel-header .carousel-inner .carousel-item img {
    /* position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover; */
}

.carousel-header .carousel-inner .carousel-item .carousel-caption  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    /* align-items: center;
    justify-content: center;
    text-align: center; */
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0.6));
    background-size: cover;
}


@media (max-width: 768px) {
    /* .carousel-header {
        height: 700px !important;
    } */

    .carousel-header .carousel-control-prev .carousel-control-prev-icon,
    .carousel-header .carousel-control-next .carousel-control-next-icon {
        margin-top: 500px;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon {
        margin-left: 0px;
    }

    .carousel-header .carousel-control-next .carousel-control-next-icon {
        margin-right: 0px;
    }

    .carousel-header .carousel .carousel-indicators {
        padding: 0;
    }
}
/*** Carousel Hero Header End ***/
 


.sliders-captions h6
{
    font-weight: 400 !important;
    line-height: 58px !important;
    font-size: 52px !important;
    float: left !important;
    margin-bottom: 10px !important;
}
.slider-captions-block
{
    position: relative; 
    padding: 130px 40px 130px;
}
.sliders-captions p
{
    font-size: 17px !important;
    font-weight: 300 !important;
}


.img-fluid {
    width: 100% !important;
    height: auto !important; 
}


.carousel-caption
{
    text-align: left !important;
}

.carousel-caption
{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
