﻿.slider-overlay {
    position: fixed; /* or absolute if within a container */
    left: 51%;
    bottom: 10px; /* Adjust this to control the distance from the bottom */
    transform: translateX(-50%);
    text-align: center;
    width: 13%;
}


    .slider-overlay p {
        font-size: 27px;
        font-weight: 800;
        color: #fff;
        line-height: 35px;
    }

        .slider-overlay p strong {
            font-size: 37px;
        }


.sliderbox .owl-nav .fas {
    position: absolute;
    top: 48%;
    font-size: 30px;
    padding: 10px;
    /*background: #035096;*/
    /*color: rgba(128,128,128,1.0);*/
    color: #616565;
    border-radius: 10px;
}

    .sliderbox .owl-nav .fas.fa-chevron-left {
        left: -80px;
    }

    .sliderbox .owl-nav .fas.fa-chevron-right {
        right: -70px;
    }

.sliderbox {
    width: 100%;
    display: inline-block;
    border-radius: 65px;
}

    .sliderbox .inner-banner {
        display: inline-block;
        width: 100%;
        margin-top: 12%;
    }

    .sliderbox .innercontent {
        padding: 70px 0px;
    }

    .sliderbox .inner-banner img {
        width: 100%;
    }

    .sliderbox .owl-carousel .owl-nav.disabled, .sliderbox .owl-carousel .owl-dots.disabled {
        display: none;
    }

.sliderbox, .home-sec3, .home-sec4, .home-sec5, .home-sec6, .home-sec7 {
    margin-bottom: 0px;
}

.owl-carousel {
    display: block;
    /* margin-top: 12%; */
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0px, 0px, 0px);
        /* border-radius: 40px; */
    }

@media only screen and (max-width: 1920px) {
    .owl-carousel.owl-loaded {
        display: block;
        margin-top: 11vw;
    }
}

@media only screen and (max-width: 600px) {

    .sliderbox .inner-banner {
        margin-top: 0%;
    }

    .owl-carousel.owl-loaded {
        display: block;
        margin-top: 2vw !IMPORTANT;
    }
}

@keyframes glowing {
    0% {
        padding: 10px 8px;
        border-radius: 50px;
        background-color: #035096;
        box-shadow: 0 0 5px #035096;
    }

    50% {
        padding: 10px 8px;
        border-radius: 50px;
        background-color: #035096;
        box-shadow: 0 0 20px #035096;
    }

    100% {
        padding: 10px 8px;
        border-radius: 50px;
        background-color: #035096;
        box-shadow: 0 0 5px #035096;
    }
}

#new {
    animation: glowing 1300ms infinite;
}

.slider-controls {
    position: absolute;
    bottom: 15%;
    left: 3%;
    z-index: 10;
}

#playPauseBtn {
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    color: white;
    border: none;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

    #playPauseBtn:hover {
        background: rgba(0, 0, 0, 0.8);
    }

@media only screen and (max-width : 765px) {

    #playPauseBtn {
        display: none;
    }
}
