/* Slider container */

@media (max-width: 1025px) {

.cat-icon1 .white-icon{width: 50px; height: 50px;}
.cat-icon1 .white-icon svg { max-width: 100%; max-height: 100%; margin-top: -7px; }

}


.incatslider-action > div.rowslider {
    height: 100%;
    min-height: 100%;
}

@media (max-width: 1025px) {
    .incatslider-action > div.rowslider {
        height: 360px;
        min-height: 360px;
    }
}

@media (max-width: 769px) {
    .incatslider-action > div.rowslider {
        height: 266px;
        min-height: 266px;
    }
}

.slider88 {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
    font-family: 'Heebo', serif;
}

/* Individual slides */
.slide88 {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    text-align: center;
}

/* Make the first slide visible initially */
.slide88.active {
    opacity: 1;
    z-index: 1;
}

/* Image styling */
.slide88 {
}

a.slide88content {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide88content .caption {
    z-index: 16;
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: 152px;
    max-height: 152px;
    background-color: white;
    text-align: right;
    display: flex;
    align-items: center;
    align-content: center;
}

.slide88content .caption > div {
    position: relative;
    padding: 0 55px;
}

.slide88content:hover .caption i { /*color: #F2FF61;*/
}

.slide88content .caption .sub-title {
    font-size: 16px;
    font-weight: 500;
    color: #8A8AA3
}

.slide88content .caption .main-title {
    font-size: 30px;
    font-weight: 700;
    color: #2F2F36
}

.slide88content .caption .ico-container {
    width: 52px;
    height: 52px;
    line-height: 52px;
    display: flex;
    position: absolute;
    left: -26px;
    background-color: #f8c100;
    border-radius: 50%;
    top: 10px;
    color: white;
    align-items: center;
    justify-content: center;
}
.page-id-1612 .slide88content .caption .ico-container{
    background-color: #1fbc7a;
}
@media (max-width: 769px) {
    .slide88content .caption {
        z-index: 16;
        position: absolute;
        right: 0;
        bottom: 0;
        width: auto;
        height: 74px;
        max-height: 74px;
        background-color: white;
        text-align: right;
        display: flex;
        align-items: center;
        align-content: center;
    }

    .slide88content .caption > div {
        position: relative;
        padding: 0 20px 0 34px;
    }

    .slide88content .caption .sub-title {
        font-size: 14px;
        font-weight: 500;
        color: #8A8AA3
    }

    .slide88content .caption .main-title {
        font-size: 20px;
        font-weight: 700;
        color: #2F2F36
    }

    .slide88content .caption .ico-container {
        width: 40px;
        height: 40px;
        line-height: 40px;
        display: flex;
        position: absolute;
        left: -20px;
        background-color: #f8c100;
        border-radius: 50%;
        top: 7px;
        color: white;
        align-items: center;
        justify-content: center;
    }


}

