

/* banner css start here  */

.banner{
    background-image:url(../images/career/career-banner.png);
}


/* images ul css start here  */

section.reception-images-section {
    padding-top: 0 !important;
}
.text-list h3 {
    border-bottom: 2px solid var(--primary-color);
    width: 95%;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/* images ul css end here  */

/* gallery section css start here  */
.gallery-item{
    position: relative;
}

.gallery-item {
    /* height: 580px; */
    width: auto;
}
.gallery-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.gallery .slider-link{
    flex-direction: column;
    align-items: flex-start;
    left: 55px;
    opacity: 0;
    transition: 1s linear;
}

.gallery .owl-item.active.center .slider-link{
    opacity: 1;
    transition: 0.5s linear;
}

.reception-images-section .text-list{
    background: #fff;
}


/* gallery section css end here  */

/* explore more section start here  */
/* .item .explore-item{
    position: relative;
} */
/* .slider-link{
    position: absolute;
    bottom: 25px;
    display: flex;
    flex-direction: row;
    width: 100%;
    text-align: center;
    justify-content: center;
    column-gap: 20px;
    align-items: center;
} */
/* explore more section end here  */

/* slider icon css start here  */
.gallery-slider .owl-nav .owl-prev:before {
    content: "";
    background-image: url('../images/common/slider-left-w.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: contain;
}
.gallery-slider .owl-nav .owl-next:before {
    content: "";
    background-image: url('../images/common/slider-right-w.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: contain;
}

.gallery-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    outline: 0;
    left: 10px;
}
.gallery-slider .owl-nav .owl-next {    
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    outline: 0;
    right: 10px;
}

.gallery-slider .owl-nav .owl-prev span {
    display: none;
}
.gallery-slider .owl-nav .owl-next span {
    display: none;
}
.gallery-slider .owl-nav .owl-prev:hover {
    background: unset;
    color: unset;
    text-decoration: none;
}
.gallery-slider .owl-nav .owl-next:hover {
    background: unset;
    color: unset;
    text-decoration: none;
}
.gallery-slider .owl-nav .owl-next span {
    display: none;
}
.gallery-slider .owl-stage-outer {
    position: relative;
}
.gallery-slider .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
    transform: translateY(-40%);
}
/* slider icon css end here  */

@media (max-width: 991px) {
    .banner {
        background-position-x: -85px;
      }
}

@media (max-width: 767px) {
    .gallery-slider .owl-nav .owl-prev {
        width: 35px;
        height: 35px;
        left: 5px;
     }
     .gallery-slider .owl-nav .owl-next {    
        width: 35px;
        height: 35px;
        right: 5px;
    }
    .gallery-slider .owl-nav .owl-prev:before {
        width: 35px;
        height: 35px;
    }
    .gallery-slider .owl-nav .owl-next:before {
        width: 35px;
        height: 35px;
    }
    
}
