/*resCarousel Css*/

 .resCarousel-inner .item {
            /*border: 4px solid #eee;*/
            /*vertical-align: top;*/
            text-align: center;
        }
        
        .resCarousel-inner .item .tile div,
        .banner .item div {
            display: table;
            width: 100%;
            min-height: 170px;
            text-align: center;
            /*box-shadow: 0 1px 1px rgba(0, 0, 0, .1);*/
        }
        
        .resCarousel-inner .item h1 {
            display: table-cell;
            vertical-align: middle;
            color: white;
        }
        
        .banner .item div {
			margin:auto;
            /* background: url('demoImg.jpg') center top no-repeat;
            background-size: cover;
            min-height: 550px; */
        }
        
        .item .tile div img {
			margin:auto;
			border-radius:50%;
          
        }
    
.outt {
    display: none;
}

.leftRs {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 100;
    left: -50px;
    width: 50px;
    height: 50px;
    /* box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, .3); */
    border-radius: 999px;
}
.leftRs i {
	    font-size: 35px;
    font-weight: bold;
    color: #cdcdcd;
    line-height: 50px;
	cursor:pointer;

}

.rightRs {
    position: absolute;
    margin: auto;
    top: 0;
    right: -50px;
    bottom: 0;
    z-index: 100;
    width: 50px;
    height: 50px;
   /*  box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, .3); */
    border-radius: 999px;
}
.rightRs i {
	    font-size: 35px;
    font-weight: bold;
    color: #cdcdcd;
    line-height: 50px;
	cursor:pointer;

}

.resCarousel {
    /*float: left;
    overflow: hidden;*/
    width: 100%;
    position: relative;
}

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

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


/*banner*/

.banner {
    overflow: hidden !important;
}


/*tile css*/

.resCarousel-inner .item .tile {
    background: transparent;
   /*  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); */
    /* margin: 5px; */
	
}
.resCarousel-inner .item .tile img {
	border-radius:50%;
	text-align:center;
	    width: 200px;
    height: 200px;
	/* margin: 0 75px; */
	border: 7px solid #cdcdcd;
}
.resCarousel-inner .item .tile-rect {
		margin:0px 10px;
		border:10px solid #fff;
}

/*animation*/

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

@media (max-width: 767px) {
    .leftRs,
    .rightRs {
        /*display: none;*/
    }
    .resCarousel-inner {
        overflow-x: auto;
    }
}


/*resCarousel Css End*/