.advance-feature .feature-main {
    padding: 20px;
}

.advance-feature .cor-sib {
    position: absolute;
    top: 5%;
    left: 5%;
    -webkit-animation: hom-suar 3s linear infinite;
    animation: hom-suar 3s linear infinite;
}

.advance-feature .cor-round {
    position: absolute;
    bottom: 8%;
    left: 3%;
    -webkit-animation: hom-round 3s linear infinite;
    animation: hom-round 3s linear infinite;
}

.advance-feature .cor-ract {
    position: absolute;
    top: 5%;
    right: 15%;
    -webkit-animation: hom-ract 80s linear infinite;
    animation: hom-ract 80s linear infinite;
}

.advance-feature .cor-squar1 {
    position: absolute;
    bottom: 41%;
    right: 5%;
    -webkit-animation: hom-suar 3s linear infinite;
    animation: hom-suar 3s linear infinite;
}

.advance-feature .cor-squar2 {
    position: absolute;
    bottom: 5%;
    right: 35%;
    -webkit-animation: hom-suar 3s linear infinite;
    animation: hom-suar 3s linear infinite;
}

.logo-img{
    height: 150px;
    width: 150px;
}