.carousel-indicators{
    bottom: initial;
    padding: 0 !important;
}

.carousel-indicators [data-bs-target]{
    background-color: #CBCACE;
    border: 0px solid #CBCACE;
    width: 80px;
    height: 8px;
}

.carousel-indicators [data-bs-target].active{
    background-color: #EF7B00;
    border: 0px solid #EF7B00;
}

.carousel .card{
    height: 304px;
    border: 0;
    border-radius: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.ohr-page-carousel a, .ohr-page-slick-carousel-mobile a{
    text-decoration: none !important;
}

.card-body {
    display: flex;
    z-index: 11;
}

.card:hover .card-body {
    container-type: inline-size;
    flex-direction: column;
}

.card-heading, .card-heading-div {
    display: flex; 
    align-self: flex-end;
    transition: all 0.3s linear, background-color 0.001ms, color 0.001ms;
}

.card-background-img{
    object-fit: cover;
    height: 304px;
    width: 100%;
    z-index: 1;
    position: absolute;
    background-position: center;
    background-size: cover;
}

.card:hover .card-background-img{
    transform: scale(1.2);
    transition: all .3s;
}

.card-background{
    position: absolute;
    bottom: 0;
    height: 50%;
    width: 100%;
    z-index: 2;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    transition: all 0.3s linear
}

.card:hover .card-background{
    height: 100%;
    background: linear-gradient(rgba(3, 48, 97, 0.7), rgba(3, 48, 97, 0.7));
}

.card .card-dummy {
    opacity: 0;
    display: none;
}

.card:hover .card-dummy{
    display: block;
}

.card:hover .card-heading-div{
    align-self: flex-start;
    height: auto;
    width: auto;
    background-color: unset;
}

.card .card-dummy, .card .card-heading{
    font-size: 2.5vw;
    /*font-weight: 900;*/
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 0px;
    padding-right: 50px;
    line-height: 1.2;
}

.card:hover .card-heading {
    align-self: flex-start;
    transform: translatey( calc( -304px + 100% + 20px) );
    position: absolute;
    bottom: 0;
    color: #EB7900;
}

.card span.arrow-icon img{
    position: absolute;
    bottom: 30px;
    right: 20px;
}

.card span.arrow-icon:hover .short-arrow {
    display: none;
}

.card span.arrow-icon .long-arrow {
    display: none;
}

.card span.arrow-icon:hover .long-arrow {
    display: block;
    bottom: 25px;
}

/*.card:hover span.arrow-icon::after{
    position: absolute;
    left: calc( 100% - 40px);
    transform: translateX(calc( 100cqw - 140px - 20px ));
}*/

.card-des{
    display: none;
    padding-top: 10px;
    padding-right: 50px;
}

.entry-content p {
    margin-bottom: 0;
}

.card-des p{
    font-size: 1.6vw;
    /*font-size: 30px;*/
    font-weight: 300;
    letter-spacing: 0px;
    color: #FFFFFF;
    line-height: 1.2;
}

.card:hover .card-des{
    display: block;
}

@media (max-width: 576px){
    .carousel-indicators-md{
        /*display: none;*/
    }   
    
    .ohr-page-carousel{
        /*display: none;*/
    }
}

@media only screen and (max-width: 991.98px) {
    .ohr-page-slick-carousel-mobile .card .card-dummy, .ohr-page-slick-carousel-mobile .card .card-heading {
        font-size: 28px;
    }

    .ohr-page-carousel .card .card-dummy, .ohr-page-carousel .card .card-heading {
        font-size: 18px;
    }

    .ohr-page-carousel .card span.arrow-icon img {
        width: 20px;
        bottom: 20px;
    }

    .ohr-page-slick-carousel-mobile .card span.arrow-icon img {
        bottom: 20px;
    }

    .ohr-page-slick-carousel-mobile .card {
        height: 45vw;
    }

    .ohr-page-carousel .card {
        height: 20vw;
    }
}

@media only screen and (max-width: 1199.98px) { 
    .ohr-page-carousel .card .card-dummy, .ohr-page-carousel .card .card-heading {
        font-size: 24px;
    }

    .ohr-page-carousel .card span.arrow-icon img {
        width: 20px;
        bottom: 20px;
    }

    .ohr-page-carousel .card {
        height: 20vw;
    }


    .card:hover .card-body {
        container-type: inline-size;
        flex-direction: column;
    }

    .card:hover .card-background{
        background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
        transition: all 0.3s linear
    }

    .card:hover .card-dummy{
        display: none;
    }
    
    .card:hover .card-heading-div{
        align-self: flex-start;
        height: auto;
        width: auto;
        background-color: unset;
    }

    .card:hover .card-heading {
        align-self: flex-start;
        transform: none;
        position: absolute;
        bottom: 20px;
        color: #FFFFFF;
    }

    .card:hover .card-des{
        display: none;
    }
    
    .card span.arrow-icon:hover .short-arrow {
        display: block;
    }
    
    .card span.arrow-icon:hover .long-arrow {
        display: none;
    }

    .carousel-indicators{
        margin-top: 30px !important;
    }
}

.slick-carousel .card{
    height: 304px;
    border: 0;
    border-radius: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}



.slick-prev::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 30px;
    height: 30px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    left: 6px;
    top: 4px;
    z-index: 99;
}

.slick-next:before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 30px;
    height: 30px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
    right: 6px;
    top: 4px;
    z-index: 99;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: none;
    outline: none;
    background: none;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: #cecece;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-arrow:hover, .slick-arrow:focus{
    background: none;
}

.ohr-page-slick-carousel .slick-list{
    margin-left: -20px;
    margin-right: -20px;
}

.slick-btns-div{
    display: flex;
    justify-content: center;
    column-gap: 20px
}

.slick-btns-div button{
    padding: 10px 15px;
    border: solid 2px #033061;
    background-color: transparent;
    color: #033061;
}

.ohr-page-slick-carousel .slick-slide{
    padding: 20px;
}

.ohr-page-slick-carousel .card:hover .card-des p{
    animation: fadeIn 2s;
    -webkit-animation: fadeIn 2s;
    -moz-animation: fadeIn 2s;
    -o-animation: fadeIn 2s;
    -ms-animation: fadeIn 2s;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@-o-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@media only screen and (max-width: 1199.98px) { 
    .ohr-page-slick-carousel .card .card-dummy, .ohr-page-slick-carousel .card .card-heading {
        font-size: 24px;
    }

    .ohr-page-slick-carousel .card span.arrow-icon img {
        width: 20px;
        bottom: 20px;
    }

    .ohr-page-slick-carousel .card {
        height: 20vw;
    }
}

@media (max-width: 576px){
    .ohr-page-slick-carousel .slick-slide, .ohr-page-slick-carousel-mobile .slick-slide {
        width: 100vw;
        padding: 0 26px;
    }

    .ohr-page-slick-carousel .card {
        height: 45vw;
    }

    .ohr-page-slick-carousel .card .card-dummy, .ohr-page-slick-carousel .card .card-heading {
        font-size: 28px;
    }

    .ohr-page-slick-carousel .card span.arrow-icon img {
        width: 35px;
        bottom: 20px;
    }

    .ohr-page-slick-carousel-mobile .card .card-dummy, .ohr-page-slick-carousel-mobile .card .card-heading {
        font-size: 28px;
    }

    .ohr-page-slick-carousel-mobile .card {
        height: 45vw;
    }
    
    .ohr-page-slick-carousel-mobile .card span.arrow-icon img {
        bottom: 20px;
    }

    .slick-arrow{
        z-index: 999;
    }

    .slick-prev {
        left: -10px;
    }

    .slick-next {
        right: -10px;
    }

    .slick-prev::before {
        width: 20px;
        height: 20px;
    }

    .slick-next::before {
        width: 20px;
        height: 20px;
    }

    .slick-btns-div {
        margin-top: 10px;
    }
}