.hotel-gal-arr {
        /* margin-top: 6rem; */
        position: absolute;
        background: transparent;
        width: 32px;
        height: 32px;
        padding: 4px;
        text-align: center;
        border-radius: 2px;
        left: 24px;
        font-size: 32px;
        color: #f0324b;
    }

    .owl-prev {
        width: 15px;
        height: 100px;
        position: absolute;
        top: 40%;
        margin-left: -20px;
        display: block !important;
        border: 0px solid black;
    }

    .owl-next {
        width: 15px;
        height: 100px;
        position: absolute;
        top: 40%;
        right: -25px;
        display: block !important;
        border: 0px solid black;
    }

    .owl-prev i,
    .owl-next i {
        transform: scale(1, 6);
        color: #ccc;
    }

    .rtl {
        direction: rtl;
    }

    .pad-bot-redu {
        margin-top: 0rem;
    }

    @media (min-width: 1024px) {
        .hotel-gal-arr {
            margin-top: 60%;
        }
    }
    @media (max-width: 1024px) {
        .pad-bot-redu {
            margin-top: 8rem;
            padding-bottom: 0px;
        }
    }
    @media (min-width: 240px) and (max-width: 768px) {
        .two-columns li {
            width: 100%;
        }

        .carousel-control {
            text-align: right;
            top: 20%;
        }
        .pad-bot-redu {
            margin-top: 8rem;
            padding-bottom: 20px !important;
        }

        .slider {
            height: 190px !important;
        }
        .tb-space {
            padding: 0px 0px;
        }
        .hotel-gal-arr{
            margin-top: 35%;
            left: 2px;
        }
        .fa-angle-right{
            right:0px;
        }
        .fa-angle-left{
            left: 0px;
        }
    }
    @media (min-width: 540px) and (max-width: 768px) {
        .hotel-gal-arr{
            margin-top: 50%;
        }
    }

    @media (min-width: 640px) and (max-width: 1023px) {
        .hotel-gal-arr{
            margin-top: 25%;
        }
    }
    @media (min-width: 768px) and (max-width: 992px) {

        .carousel-control.left {
            padding-right: 15px;
        }

        .carousel-control {
            text-align: right;
            top: 20%;
        }

        .slider {
            height: 470px !important;
        }
    }

    @media all and (transform-3d),
    (-webkit-transform-3d) {

        .carousel.rtl .carousel-inner>.item.next,
        .carousel.rtl .carousel-inner>.item.active.right {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }

        .carousel.rtl .carousel-inner>.item.prev,
        .carousel.rtl .carousel-inner>.item.active.left {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
        }
    }

    @media (min-height: 995px)
    {
        .icon-float{
            top: 15%;
        }
    }
    .slider .slides li img{
        height: auto;
        max-height: 100%;
        background-position-x: center;
        background-position-y: center;
    }
    .slider .slides li{
        text-align: center;
    }
    .slider.fullscreen ul.indicators {
        display:none;
    }
    .carousel-inner .item a img{
        height: auto;
        max-height: 100%;
        background-position-x: center;
        background-position-y: center;
    }
    .carousel-inner .item a{
        text-align: center;
    }
#university-carousel .owl-item img {
  width: 85%;
}