.sbox-2:hover{
height: 260px;
}
.sbox-2:hover .sbox-2-icon img{
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}
.sbox-2:hover h5.sbox-2-title {
    -webkit-transform: translate3d(0, -110px, 0);
    transform: translate3d(0, -143px, 0);
}

.serviceparafor{
    display: none;
}
.sbox-2:hover .sssimage{
    display: none;
}
.sbox-2:hover .serviceparafor {
    display: block;
}
.serviceparafor p {
    color: #fff;
}
.sbox-2:hover .sbox-2-icon .serviceparafor {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 0px, 0);
}

.btn-blue,
.white-color .btn-blue {
    color: #fff;
    background-color: #283290;
    border-color: #283290;
}
.homepageslidermobile {
    display: none;
}

@media screen and (max-width: 575px) {
    .homepageslidermobile {
        display: block !important;
    }

    .homepageslider {
        display: none !important;
    }

    .main_content {
        margin-top: 55px !important;
        margin-bottom: 30px;
    }
}


@media screen and (max-width: 991px) {
.profileforhea {
    display: flex;
    justify-content: flex-start!important;
}
}

  .card2 {
    background: #fff;
    box-shadow: 0px 0px 10px 4px #cbc9f0!important;
    padding:10px;
    border-radius: 20px;
    border: 0;
    margin: 10px 10px
}
.card-img-top {
   max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    box-shadow: 0 8px 20px -4px #95abbb;
    width: 100px;
    height: 100px;
}
.testimonialstext h5{
        color: #01b0f8;
    font-size: 21px;
    line-height: 1.3;
    height: 19px;
}
.testimonialstext p{
    font-size: 16px;
    color: #555;
    padding-bottom: 15px;
    height: 250px;
    overflow: hidden;
}