.barsha-level{
    background-image: url(/assets/images/home/about/overview_bg-abt.jpg);
}
.barsha-level .container .main-first {
    /* border:1px solid red; */
    height: auto;
        padding: 29px 0px 10px 0px;
    background: linear-gradient(180deg, #05234c,#23589a);
    background: var(--bg-color);
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    position: relative;
    /* top:-68px; */
    margin: -60px 0px 0px 0px;
}
.barsha-level .container .main-first .first-one {
    width: 330px;
    transition: .5s ease;
    /* border: 1px solid red; */
}

.barsha-level .container .first-one .one-top {
    /* height:110px; */
    /* border:1px solid green; */
    display: flex;
    align-items: center;
    justify-content: center;
}





.barsha-level .container .first-one .one-top .top-first {
    width: 90px;
    height: 90px;
    /* border:1px solid rgb(160, 149, 149); */
    /* padding:5px; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom: 1px dashed #f1edd8;
    border-top: 1px solid #f1edd8;
    border-left: 1px solid #f1edd8;
    border-right: 1px solid #f1edd8;
    transition: .5s ease

}

.barsha-level .container .first-one .one-top .top-first::after {
    width: 8px;
    height: 8px;
    content: '';
    background-color: var(--font-color);
    border-radius: 50%;
    position: absolute;
    top: 69px;
    left: 4px;
}

.barsha-level .container .first-one .one-top .top-first::before {
    width: 8px;
    height: 8px;
    content: '';
    background-color: var(--font-color);
    border-radius: 50%;
    position: absolute;
    top: 70px;
    right: 4px;
}

.barsha-level .container .first-one .one-top .top-first .top-second {
    width: 75px;
    height: 75px;
    /* border:1px solid gray; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:white ;
    color: var(--font-color);
    font-size: 25px;
    transition: .5s ease
}
.barsha-level .container .first-one:hover .one-top .top-first .top-second{
    background-color: var(--font-color);
    color: #fff;
    transform: rotateY(180deg);
    
}
.barsha-level .container .first-one .one-top .top-first .top-second i{
    transition: .5s ease;
}
.barsha-level .container .first-one:hover .one-top .top-first .top-second i{
    
    transform: rotateY(-180deg);
    
}

.barsha-level .container .first-one .one-bottom {
    height: 80px;
    /* border:1px solid green; */
    margin: 12px;
    position: relative;
    padding: 10px 10px;
    width: 95%;
}

.barsha-level .container .first-one .one-bottom .bottom-first {
    /* height: 40px; */
    width: 80%;
    margin: auto;
    /* border:1px solid red; */
    /* padding:10px; */
    left: 22px;
    z-index: 10;
    position: absolute;
    /* background-color: red; */
    background-color: var(--font-color);
}

.barsha-level .container .first-one .one-bottom .bottom-first p {
    margin: 0;
    text-align: center;
    color: #f1edd8;
    font-size: 15px;
}

.barsha-level .container .first-one .one-bottom .bottom-first h4 {
    text-align: center;
    font-size: 19px;
    padding: 7px 0px 9px 0px;
    color: #f1edd8;
    margin: 0;

}

.barsha-level .container .first-one .one-bottom .bottom-second {
    width: 100px;
    height: 33px;
    border-top: 1px solid #f1edd8ed;
    border-left: 1px solid #f1edd8;
    border-bottom: 1px solid #f1edd8;
    position: absolute;

    top: 30px;
    left: 0%;
    /* background-color: red; */
}

.barsha-level .container .first-one .one-bottom .bottom-third {
    width: 100px;
    height: 33px;
    border-top: 1px solid #f1edd8ed;
    border-right: 1px solid #f1edd8;
    border-bottom: 1px solid #f1edd8;
    position: absolute;

    top: 30px;
    right: 4%;
}

.barsha-level .container .first-one .one-bottom .bottom-third::after {
    width: 8px;
    height: 8px;
    content: '';
    background-color: var(--font-color);
    border-radius: 50%;
    position: absolute;
    top: 27px;
    left: -2px;
}

.barsha-level .container .first-one .one-bottom .bottom-second::before {
    width: 8px;
    height: 8px;
    content: '';
    background-color: var(--font-color);
    border-radius: 50%;
    position: absolute;
    top: 28px;
    right: -2px;
}

.barsha-level .container .first-one .one-bottom .bottom-four {
    width: 40px;
    height: 40px;
    /* border:1px solid red; */
    /* border-radius: 50%; */
    position: absolute;
    top: 34px;
    left: 42%;
    /* background-color: #013668; */
    /* text-align: center; */

}

.barsha-level .container .first-one .one-bottom .bottom-four p {
    font-size: 25px;
    color: aliceblue;
    justify-content: center;
    display: flex;
    align-items: center;
}