.facility-wrap {
    background-image: url(../images/bg-facility.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.facility-heading h3 {
    color: #fff;
    font-weight: 600;
}

.facility-features img {
    max-width: 270px !important;
}

.fac .footer {
    margin-top: 20rem !important;
}


.our-service{
    padding: 60px 0px ;
}

.our-service .service-card{
    padding: 20px;
    background: #fff;
    position: relative;
    border: 1px solid #059BE6;
    transition: 0.5s all;
    width: 100%;
    height: 100%;
    min-height: 185px;
}
.our-service .service-card:hover{
    background: linear-gradient(to right, #021B79, #059BE6);
}
.our-service .service-card:hover .card-title {
    background: linear-gradient( to right , #fff , #fff)
}
.our-service .service-card:hover .card-text{
    color: #fff;
}
.our-service .service-card:hover .icon img{
    filter: brightness(0) invert(1);
}
.facility-title{
    font-size: 30px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 25px;
   
}
.our-service .service-card .icon{
    margin-bottom: 10px;
}
.our-service .service-card .icon img{
    width: 40px;
}
.our-service .service-card .card-title{
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 10px 0;
    font-size: 22px;
    background:linear-gradient(to right, #021B79, #059BE6);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
    position: relative;
    z-index: 1;
}
.our-service .service-card .card-text{
        font-size: 15px;
        font-weight: 400;
        line-height: 1.75em;
        color: #676767;
        margin-bottom: 0px;
        position: relative;
        z-index: 1;
}
