.services-home-section{
padding: 70px 0px 0px 0px;
}

.services-home-section .service-title h4{
    font-weight: 600;
    font-size: 24px;
    color: #000;
}
.services-home-section  .service-card{
    width: 100%;
    height: 185px;
    border-radius: 5px 5px 0px 0px;
    position: relative;
    background: linear-gradient(#F8FAFF, #F8FAFF 50%, #003ca5 50%, #003ca5);
    background-size: 100% 200%;
    transition:  0.5s;
    box-sizing: border-box;
    border-bottom: 2px solid #003ca5;
    padding: 25px;
    text-align: center;
}

.services-home-section  .service-card:hover{
    background-position: 100% 100%;
    border-radius: 5px;
    border-bottom: 0px solid #003ca5;
}
.services-home-section  .service-card .icon-div{
    width: 100px;
    height: 100px;
    margin: auto;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
}
.services-home-section  .service-card .service-name{
    color: #313131;
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
}
.services-home-section  .service-card:hover .service-name{
    color: #fff;
}
.services-home-section  .service-card .icon-div .ser-img{
    width: 70%;
    margin: auto;
}

.services-home-section  .home-serv-slide-div .owl-theme .owl-dots{
    display: none;
}

@media (min-width:0px) and (max-width:767.98px){
    .services-home-section  .service-card .service-name {
        font-size: 14px;
    }
    .services-home-section  .service-card .icon-div {
        width: 70px;
        height: 70px;
    }
    .services-home-section  .service-card {
        height: 150px;
        width: 80%;
        margin: auto;
    }
    .services-home-section .service-title h4 {
        font-size: 20px;
        text-align: center;
    }
    .services-home-section {
        padding: 40px 0px 0px 0px;
    }
}

@media (min-width:769px) and (max-width:992px){
    .services-home-section  .service-card .service-name {
        font-size: 15px;
    }
    .services-home-section  .service-card .icon-div {
        width: 80px;
        height: 80px;
    }
    .services-home-section  .service-card {
        height: 150px;
    }
}


@media (min-width:993px) and (max-width:1200px){
    .services-home-section  .service-card .service-name {
        font-size: 16px;
    }
    .services-home-section  .service-card .icon-div {
        width: 90px;
        height: 90px;
    }
    .services-home-section  .service-card {
        height: 175px;
    }
}

@media (min-width:1201px) and (max-width:1600px){
    .services-home-section  .service-card .service-name {
        font-size: 18px;
    }
}


