
/* begin::slider styles */
/* .fisiocampus-slider-1 .card-rounded {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0% !important;
}
.fisiocampus-slider-1 .tns-outer{
    margin: 0 !important;
} */
/* end::slider styles */

.main-content {
    position: relative;

    .owl-theme {
        .custom-nav {
            position: absolute;
            top: 30%;
            left: 0;
            right: 0;

            .owl-prev, .owl-next {
                position: absolute;
                height: 100px;
                color: inherit;
                background: none;
                border: none;
                z-index: 100;

                i {
                    font-size: 2.5rem;
                    color: #cecece;
                }
            }

            .owl-prev {
                left: 0;
            }

            .owl-next {
                right: 0;
            }
        }
        .owl-dots {
            background-color: #ffffff;
        }
    }
}

