/*resCarousel Css*/

.outt {
    display: none;
}

.leftRs {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 100;
    left: 0;
    width: 20px;
    height: 20px;
	visibility:hidden;
}

.rightRs {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 20px;
    height: 20px;
    visibility:hidden;
}

.resCarousel {
    /*float: left;
    overflow: hidden;*/

}

.resCarousel-inner {
    overflow-x: hidden;
    white-space: nowrap;
    font-size: 0;
    vertical-align:middle;
}

.resCarousel-inner .item {
    display: inline-block;
    font-size: 14px;
    white-space: initial;
}


/*banner*/

.banner {
    overflow: hidden !important;
}


/*tile css*/

.resCarousel-inner .item .tile {

}


/*animation*/

.resCarousel[data-animator="lazy"] .item {
    transition: .6s ease all;
}




/*resCarousel Css End*/