.wave-bg{
       /* background-image: url("../images/wave231.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; */
        /* background-color: #fafafa; */
}

.li-inline li{
    display:inline;
}

.icon-dot{
    width:70px;
    height:70px;
    border-radius: 50%;
    box-shadow: 0px 24px 51px 0px #eaeaed;
    /* background-color: #fff; */
    border: 2px dashed #303389;
    text-align: center;
    padding: 13px;
    font-size: 27px;
    color:#303389;
    cursor: pointer;
    transition: 0.8s
}

.icon-dot:hover{
    color:white;
    background-color: #303389;
    border: 2px dashed white;;
}

/* .h-25{
min-height: 25%;
} */