.cards-wrapper{position:relative}.cards-wrapper .card{background:url(../img/card-bg.caee88dd.jpg) no-repeat;background-size:cover;filter:contrast(1.1);transition:filter .2s linear 0s}.cards-wrapper .card:hover{filter:contrast(1)}.cards-wrapper .card .card-body{position:relative;z-index:2}.cards-wrapper .card .card-body .card-head{display:flex;flex-direction:column;align-items:center}.cards-wrapper .card .card-body .title-icon{position:relative;display:flex;justify-content:center;align-items:center;width:100px;height:100px;z-index:3;border:3px solid #fff;border-radius:100px;background-color:var(--rjsc-brand)}.cards-wrapper .card .card-body .title-icon:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:2px solid var(--rjsc-brand);border-radius:50%;z-index:1;transition:transform .5s linear 0s;transform:scale(1)}.cards-wrapper .card .card-body:hover .title-icon:after{transform:scale(1.1)}.cards-wrapper .card .card-body .title-icon img{width:100%;max-width:5em;z-index:5}.cards-wrapper .card .card-body .list-group-item{background:transparent;cursor:pointer}.cards-wrapper .card .card-body .list-group-item:hover{color:var(--rjsc-brand);border-color:var(--rjsc-brand)}.rjsc-services{position:relative}.font-bn .rjsc-services .card-head h6{font-size:18px;font-weight:700}.cards-wrapper:hover .more-service{display:block;top:100%}.rjsc-services .more-service{padding:6px 1px 1px 1px;position:absolute;top:140px;left:0;z-index:100;width:100%;display:none;overflow:hidden;border-radius:5px;box-shadow:0 5px 15px rgba(0,0,0,.35);background-color:var(--rjsc-brand);animation:flip-horizontal-bottom .4s cubic-bezier(.455,.03,.515,.955) both}@keyframes flip-horizontal-bottom{0%{transform:rotateX(0)}to{transform:rotateX(-180deg)}}.rjsc-services .more-service .list-group{transform:rotateX(-180deg)}.rjsc-services .more-service:before{content:"";position:absolute;top:-10px;right:40px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid var(--rjsc-brand)}.rjsc-services .more-service .list-group .list-group-item{padding:.5rem 1.4rem;padding-left:25px;color:#f0f7ff;background-color:var(--rjsc-brand);border:none;cursor:pointer;border-bottom:1px solid var(--rjsc-brand);transition:all .5s ease-in-out}.rjsc-services .more-service .list-group .list-group-item:hover{padding-left:28px;color:var(--rjsc-brand);background-color:rgba(255,252,252,.9215686274509803)}