/*resCarousel Css*/

.outt {
    display: none;
}

.leftRs {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 100;
    left: 5%;
    width: 50px;
    height: 50px;
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, .3);
    border-radius: 999px;
}

.rightRs {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0px;
    bottom: 0;
    z-index: 100;
    width: 50px;
    height: 50px;
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, .3);
    border-radius: 999px;
}

.resCarousel {
    padding: 90px 0px 60px 0px;
    background-color: transparent;
    width: 95%;
    position: relative;

}

.resCarousel-inner {
    margin-left: 7%;
    width: 90%;
    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*/
.item h3 {
    color: #444;
    font-weight: 600;
    font-size: 16px;
    display: block;
    margin-bottom: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	}
.item img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.tile a{
     text-decoration: none;
	 font-size: 16px;
    color: #505050;
    line-height: 24px;
    text-align: center;
    display: block;
}
.tile a:hover{
    font-size: 16px;
    color: #444;
    line-height: 24px;
    text-align: center;
    display: block;
}
hr { 
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
.resCarousel-inner .item .tile {
	    padding-bottom: 20px;
    background: white;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 5px;
	height:auto;
	    height: fit-content;
	    height: -moz-fit-content;
}


/*animation*/

.resCarousel[data-animator="lazy"] .item {
	margin-left: 8px;
	width: 277.5px;
    transition: .6s ease all;
	height: auto;
	overflow: hidden;
	    padding-bottom: 20px;
}

@media (max-width: 650px) {
	.resCarousel {
    padding: 90px 0px 60px 0px;
    background-color: transparent;
    /* margin-left: -3%; */
    width: 100%;
    position: relative;

}
    .leftRs,
    .rightRs {
        display: none;
    }
    .resCarousel-inner {
        overflow-x: auto;
    }
}
@media (max-width: 450px) {
	.resCarousel[data-animator="lazy"] .item {
	margin-left: 8px;
	/* width: 265px; */
    transition: .6s ease all;
	height: 360px;
	overflow: hidden;
	    padding-bottom: 20px;
		width:90%;
}

	.resCarousel {
    padding: 90px 0px 60px 0px;
    background-color: transparent;
    /* margin-left: -3%; */
    width: 100%;
    position: relative;

}
    .leftRs,
    .rightRs {
        display: none;
    }
    .resCarousel-inner {
        overflow-x: auto;
    }
}


/*resCarousel Css End*/