
.shortTerm-section-wrapper {
    margin-top: 50px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: left;
    background-size: contain;
    background-position: -210px;
}
.shortTerm-section-wrapper .owl-carousel .owl-stage-outer {
    padding: 20px 0px;
    overflow: visible;!important;
}
.shortTerm-section .owl-item:not(.active) .item{
    opacity: 0.3;
    pointer-events: none;
}
.shortTerm-section .shortTerm-item {
    display: flex;
    flex-flow: column nowrap;
}

    .shortTerm-section .shortTerm-item .item-title {
        font-weight: 500;
        padding: 14px 0px ;
        color: var(--dark-color-1) !important;
        border-radius: 6px;
        box-shadow: 0px 1px 4px #00000030;
        font-family:Serif;
    }
.shortTerm-section .shortTerm-item .item-title i:before{
    font-size: 30px;
}
.shortTerm-section .shortTerm-item .item-title i{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3%;
    z-index: 1;
    color: #fa792b;
}
    .shortTerm-section .shortTerm-item ul {
        padding: 15px 15px;
        box-shadow: 0px 1px 4px #00000030;
        border-radius: 6px;


    }

        .shortTerm-section .shortTerm-item ul li {
            padding: 0 10px;
            border-radius: 5px;
            transition: all 300ms;
        }

            .shortTerm-section .shortTerm-item ul li:hover a {
                color: #111;
            }

            .shortTerm-section .shortTerm-item ul li:hover {
                background-color: var(--light-color-1) !important;
            }

            .shortTerm-section .shortTerm-item ul li a {
                width: 100%;
                display: flex;
                flex-flow: row nowrap;
                align-items: center;
                justify-content: space-between;
                padding: 5px 5px;
                font-weight: 300;
                font-size: 15px;
            }

                .shortTerm-section .shortTerm-item ul li a:hover {
                    color: var(--dark-color-1) !important;
                }

                .shortTerm-section .shortTerm-item ul li a span {
                    margin-bottom: 5px;
                }

                .shortTerm-section .shortTerm-item ul li a strong {
                    font-weight: 600;
                    padding: 6px 10px;
                    width: 50px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    overflow: hidden;
                    background: #fa792b !important;
                    border-radius: 4px;
                    color: #fff;
                    font-size: 12px;
                }
.shortTermBgBox{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
}
.shortTermBgBox:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index:0;
    background-color: #ffffffa6;
    top: 0;
    left: 0;
}

.shortTermBgBox .section-title {
    position: relative;
    z-index: 1;
    font-family: serif;
    font-size: 24px;
}
.shortTermBgBox .section-title p{
    font-size: 16px;
}
.shortTermBgBox .section-title .title {
    color: #000;
    font-size: 40px !important;
}

@media screen and (max-width:575px) {
.shortTerm-section .shortTerm-item ul li{
    padding: unset;
}
}
