.about-home-usha {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    padding: 60px 0 60px;
    z-index: 1;
}

.about-home-usha .inner-first {
    width: 39%;
    height: 600px;
    position: absolute;
    background-image: -webkit-linear-gradient(0deg, #fff 0%, #f2f2f2 100%);
    border-top-right-radius: 300px;
    border-bottom-right-radius: 300px;
    top: 0;
    left: 0;
    /* opacity: .4; */
    z-index: -1;
}

.about-home-usha .inner-sec {
    position: absolute;
    width: 30%;
    top: 0;
    right: 0;
    opacity: .4;
    z-index: -1;
}

.about-home-usha .inner-sec img {
    width: 100%;
    height: 600px;
}

.about-home-usha .inner-thir {
    width: 100%;
    /* position: absolute; */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /* flex-wrap: wrap; */
}

.about-home-usha .inner-thir .inner-thir-one {
    width: 490px;
    height: 490px;
    margin: 0px 0px 0px 40px;
}

.about-home-usha .inner-thir .inner-thir-one .inner-thir-one-sub {
    width: 490px;
    height: 490px;
    border: 4px solid var(--primary-color);
    position: absolute;
    top: 11%;
    animation: float 3s linear infinite;
    border-radius: 50%;
    left: 5%;
}

@keyframes float {

    0%,
    100% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(32px);
    }
}

.about-home-usha .inner-thir .inner-thir-one .inner-thir-one-sub1 {
    width: 220px;
    height: 220px;
    position: absolute;
    left: 14%;
    top: 60%;
}

.about-home-usha .inner-thir .inner-thir-one .inner-thir-one-sub1 img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.about-home-usha .inner-thir .inner-thir-one .inner-thir-one-sub2 {
    width: 132px;
    height: 112px;
    background-color: #0d3153;
    position: absolute;
    top: 30%;
    left: 12%;
    border-radius: 10px 10px 10px 0px;
    color: #ffffff;
    font-size: 30px;
    transition: 0.4s all ease;
    text-align: center;
    align-content: center;
}

/* .about-home-usha .inner-thir .inner-thir-one .inner-thir-one-sub2 i{
     animation: border 3s infinite;
    animation-delay: 0.6s;
    width: 100%;
    height: 100%;
    background-color: #0d3153;
    position: relative;
    color: #ffffff;
    z-index: 2;
} */
.about-home-usha .inner-thir .inner-thir-one .inner-thir-one-sub2 .ripper {
    position: absolute;
    animation: border 3s linear infinite;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 10px 0px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.603);

}

.about-home-usha .inner-thir .inner-thir-one .inner-thir-one-sub2 .ripper::after {
    content: '';
    animation: border 3s linear infinite;
    animation-delay: 0.9s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    border-radius: 10px 10px 10px 0px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.603);
}

.about-home-usha .inner-thir .inner-thir-one .inner-thir-one-sub2 .ripper::before {
    content: '';
    animation: border 3s linear infinite;
    animation-delay: 0.6s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    border-radius: 10px 10px 10px 0px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.603);
}

@keyframes border {
    70% {
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}



.about-home-usha .inner-thir .inner-thir-one .inner-thir-one-sub2:hover {
    background: #f3b42c;
}

.about-home-usha .inner-thir .inner-thir-one .inner-thir-one-sub2:hover::before {
    border-top: 23px solid #f3b42c;
}


/*  */


.about-home-usha .inner-thir .inner-thir-one .inner-thir-one-sub2::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -24px;
    border-top: 23px solid #0d3153;
    border-left: 20px solid transparent;
    transition: 0.4s all ease;
    left: 0px;
}



.about-home-usha .inner-thir .inner-thir-one img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.about-home-usha .inner-thir .inner-thir-tow {
    width: 40%;


}

.about-home-usha .inner-thir .inner-thir-tow .inner-thir-tow-sub-one {
    width: 10%;
    height: 2.1px;
    background: var(--primary-color);
    border-radius: 5px;
    margin-bottom: 20px;

}

.about-home-usha .inner-thir .inner-thir-tow .inner-thir-tow-sub-two p {
    font-family: var(--fontfamily-main);
    margin-top: 40px;
}


.about-home-usha .inner-thir .inner-thir-tow .inner-thir-tow-sub-three h2 {
    font-size: 32px;
    font-weight: bold;
    margin-top: 10px;
    font-family: var(--fontfamily-heading) !important;
}

.about-home-usha .inner-thir .inner-thir-tow .inner-thir-tow-sub-four p {
    font-size: 17px;
    text-align: justify;
    margin-top: 10px;
    font-size: var(--fontfamily-main);
}

.about-home-usha .inner-thir .inner-thir-tow .inner-thir-tow-sub-five {
    position: relative;
    display: block;
    background-color: #f2f2f2;
    padding: 19px 40px 18px;
    border-radius: var(--border-radius);
    margin-top: 23px;
    margin-bottom: 36px;
    overflow: hidden;
}

.about-home-usha .inner-thir .inner-thir-tow .inner-thir-tow-sub-five::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6.5px;
    background-color: var(--primary-color);
}