#banner .owl-banner .banner-cnt,
#banner .carousel-caption {
    text-align: left;
    position: absolute;
    right: 15%;
    top: 35%;
    left: 83px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    animation: infinite linear 5s bannermotion;
}

#banner .owl-banner .banner-cnt h5,
#banner .carousel-caption h5 {
    font-size: 55px;
    font-family: 'Poppins-bold';
    color: #ffffff;
    line-height: 50px;
}

#banner .owl-banner .banner-cnt p,
#banner .carousel-caption p {
    font-size: 20px;
    font-family: 'Poppins-Medium';
    color: #fefefe;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 5px;
}

#banner .carousel-control-next {
    display: none;
}

#banner .carousel-control-prev {
    display: none;
}

#banner .owl-banner .banner-cnt a,
#banner .carousel-caption a {
    font-size: 17px;
    font-family: 'Poppins-semibold';
    background-color: #ea5524;
    display: flex;
    width: 165px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fefefe;
    text-decoration: none;
    text-transform: uppercase;
    /* hide  */
    display: none !important;
}

#banner .owl-banner .banner-cnt .owl-dots,
#banner .carousel-indicators {
    flex-direction: column;
    align-items: end;
    margin-right: 70px;
    gap: 5px;
    justify-content: end;
    bottom: 23%;
}

#banner .owl-banner .banner-cnt .owl-dots .owl-dot.active span,
#banner .carousel-indicators .active {
    background-color: #ea5524;
}

/* #banner .owl-banner{
    position: relative;
} */
#banner .owl-banner .owl-dots {
    rotate: 90deg;
    position: absolute;
    right: -65px;
    top: 50%;
}

#banner .owl-banner .owl-dots .owl-dot span {
    height: 5px;
    width: 90px;
    border-radius: 200px !important;
    border: none;
}

#banner .owl-banner .owl-dots .owl-dot:hover span,
#banner .owl-banner .owl-dots .owl-dot.active span {
    background-color: #ea5524;
}

#teams .slider-nav .item:hover {
    .hvr-icons {
        display: flex;
    }
}

#teams .slider-nav {
    margin-top: 50px;
}

#teams .slider-nav .teams-img {
    width: 100%;
}

#teams .slider-nav img {
    display: block;
    width: 100%;
}

#teams .slider-for8 .slick-dots {
    display: none !important;
}

#teams .slick-slide {
    margin: 10px !important;
}

#teams .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

#teams .slick-dots li {
    width: 90px;
    height: 5px;
    margin: 5px 2px;
    background: #c0cbcf;
    cursor: pointer;
    border-radius: 5px;
}

#teams .slick-dots li:hover,
#teams .slick-dots li.slick-active {
    background: #ea5524;
}

#teams .slick-dots li::marker {
    display: none;
    content: none;
}

#teams .slick-dots li button {
    display: none;
}

#teams .slick-arrow {
    display: none !important;
}


@media (max-width:991px) {
    #teams .slick-arrow {
        display: block !important;
    }

    #teams p {
        margin-bottom: 40px;
    }

    #banner .owl-banner .banner-cnt {
        right: 15%;
        top: 17%;
        left: 50px;
    }

    #banner .owl-banner .banner-cnt h5,
    #banner .carousel-caption h5 {
        font-size: 24px;
        line-height: 1;
    }
}

@media(max-width:600px) {
    #banner .owl-banner .banner-cnt p {
        display: none;
    }

    #banner .owl-banner .banner-cnt h5,
    #banner .carousel-caption h5 {
        font-size: 24px;
        line-height: 1.2;
    }
}

@media(max-width:400px) {
    #teams .slick-arrow.slick-next {
        left: 54%;
    }

    #banner .owl-banner .banner-cnt h5,
    #banner .carousel-caption h5 {
        font-size: 24px;
        line-height: 1.2;
    }
}