/*resCarousel Css*/

.outt {
    display: none;
}

.leftRs {
    position: absolute;
    margin: auto;
    top:-40px;
    bottom: 0;
    z-index: 100;
    left: -25px;
    width: 50px;
    height: 50px;
    background: none;
    border-radius: 999px;
	border:none;
}
.leftRs:hover,.rightRs:active,.leftRs:focus, .rightRs:focus{background: none; outline:none}
.rightRs:hover,.leftRs:active{background: none;}
.tile p{font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 4px #000000;
    color: #fff;}
.rightRs {
    position: absolute;
    margin: auto;
    top: -40px;
    right: -50px;
    bottom: 0;
    z-index: 100;
    width: 50px;
    height: 50px;
   background: none;
    border-radius: 999px;
		border:none;
}

.resCarousel {
    /*float: left;
    overflow: hidden;*/
    width: 100%;
    position: relative;
	z-index:99; 
}

.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;
	vertical-align: text-top;
}


/*banner*/

.banner {
    overflow: hidden !important;
}


/*tile css*/

.resCarousel-inner .item .tile {
  
   
    margin: 5px;
}


/*animation*/

.resCarousel[data-animator="lazy"] .item {
    transition: .6s ease all;
}

@media (max-width: 767px) {
.portfolio-slider .resCarousel-inner .item{width:50%!important;}
    .leftRs,
    .rightRs {
        display: none;
    }
    .resCarousel-inner {
        overflow-x: auto;
    }
}


/*resCarousel Css End*/