.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax>.jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.about-two__text {
    text-align: justify;
}

.loan-img{
    width: 45px;
}

.start-service-img{
    /*width: 65px;*/
        height: 96px;
}

.feature-two__single:hover .start-service-img {
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}


.blog-two__text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

:root {
    --circle-size: 420px;
    --node-size: 110px;
    --rotation-speed: 28s;
    --primary: #205181;
    --line-color:#205181;
}


.orbit-container {
    position: relative;
    width: var(--circle-size);
    height: var(--circle-size);
    margin: 40px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: main-orbit-rotate var(--rotation-speed) linear infinite;
}


.orbit-container::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 2px dashed #205181;
    border-radius: 50%;
    z-index: 0;
}


.center-logo {
    position: absolute;
    width: 140px;
    height: 140px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 8px 32px rgb(32 81 129 / 32%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    animation: main-orbit-rotate var(--rotation-speed) linear infinite reverse;
}


.node {
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--node-size);
    height: var(--node-size);
    margin-top: calc(var(--node-size) / -2);
    margin-left: calc(var(--node-size) / -2);
    transform: rotate(var(--angle)) translate(calc(var(--circle-size) / 2));
    z-index: 3;
}


.service-node {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    border: 1px solid #f1f5f9;
    animation: main-orbit-rotate var(--rotation-speed) linear infinite reverse;
}

.service-node:hover {
    transform: scale(1.1);
    border-color: var(--primary);
}


.connecting-lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.connecting-lines line {
    stroke: var(--line-color);
    stroke-width: 2;
    stroke-dasharray: 5,5;
    transform-origin: 210px 210px;
}


.node-1 { --angle: 14deg; }
.node-2 { --angle: 65.4deg; }
.node-3 { --angle: 113.8deg; }
.node-4 { --angle: 165.2deg; }
.node-5 { --angle: 218.6deg; }
.node-6 { --angle: 270deg; }
.node-7 { --angle: 322.4deg; }


.line-1 { transform: rotate(0deg); }
.line-2 { transform: rotate(51.4deg); }
.line-3 { transform: rotate(102.8deg); }
.line-4 { transform: rotate(154.2deg); }
.line-5 { transform: rotate(205.6deg); }
.line-6 { transform: rotate(257deg); }
.line-7 { transform: rotate(308.4deg); }


@keyframes main-orbit-rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}


@media (max-width: 640px) {
    :root {
        --circle-size: 280px;
        --node-size: 80px;
    }
    .center-logo { width: 100px; height: 100px; }
    .connecting-lines line { transform-origin: 140px 140px; }
}

.themeholy-hero-wrapper .service-node img {
    width: 65px;
}

.news-heading{
    color:#fff!important;
}

@media only screen and (max-width: 767px) {
   .banner-one__sub-title p {
    font-size: 12px!important;
}
.feature-two {
    margin-top: -60px!important;
}
}

@media only screen and (max-width: 768px) {
   .banner-one__sub-title p {
    font-size: 12px!important;
}
.feature-two {
    margin-top: -60px!important;
}
}

.about-two__text{
    color: var(--eduvers-black);
}
.blog-two__text{
    color: var(--eduvers-black);
}
.categories-one__sub-title{
    color: var(--eduvers-black);
}

@media only screen and (max-width: 568px) {
.connecting-lines {
display: none;
}
.about-two__img-2{
    display: none;
}
.heading-1 {
    color: #fff;
    font-size: 35px!important;
    text-align: center;
    padding-top: 30px;
}
.appstore-links{
    text-align: center;
}
.yellow{
    text-align: center;
}
.app-qr-code{
       text-align: center;
}

.play-store-btn{
        margin: 20px 8px 0 0;
    display: inline-block;
}

.app-store-btn{
        margin: 20px 8px 0 0;
    display: inline-block;
}
}