 
 
 /* Preloader Fullscreen Overlay */
 #preloader {
     position: fixed;
     inset: 0;
     background: #ffffff;
     display: flex;
     justify-content: center;
     align-items: center;
     z-index: 9999;
 }

 /* Spinner */
 .loading-spinner {
     width: 70px;
     height: 70px;
     border: 6px solid #ddd;
     border-top: 6px solid #3498db;
     border-radius: 50%;
     animation: spin 2s linear infinite;
 }
.loader {
    position: relative;
     width: 100px;
    height: 100px;
}
    
.loader img {
    width: 70px;
    position: absolute;
    inset: 0;
    margin: auto;
    animation: pulse 1.8s ease-in-out infinite;
}
    
/* .loader .ring {
    position: absolute;
    inset: 0;
    border: 4px solid transparent;
    border-top: 4px solid #0a4f8f;
    border-radius: 50%;
    animation: spin 1s linear infinite;
} */

/* 
    @keyframes spin {
        to {
         transform: rotate(360deg);
        }
    }
    @keyframes pulse {

        0%,
        100% {
            transform: scale(1);
            opacity: 1;
         }

        50% {
            transform: scale(1.05);
            opacity: 0.85;
        }
    } */
 
 
 /* home pages section  gradation process area */
 #line-all {
     display: none;
     visibility: none;
 }
@media (max-width: 768px) {
    .ht-gradation.style-01 {
        display: flex;
        flex-direction: column;
    }

    .step-4 {
        order: 1;
    }

    .step-5 {
        order: 2;
    }

    .step-6 {
        order: 3;
    }

    .udiv{
        display:none;
    }
     #line{
        display:none;
        visibility: none;
    } 

    #logo {
        width: 80px;
        height: 48;
    }

}

@media (min-width: 1024px) {
    .udiv {
        position: absolute;
        left: 65%;
        margin-left: 0px;
        margin-top: -240.1px;
        height: 315px;
        width: 310.4px;
        border: 1px solid #ededed;
        border-left: none;
        border-radius: 0px 150px 150px 0px;
        /* border: 1px solid #ededed; */
        /* border-radius: 0px 0px 150px 150px; */
        /* rotate: 270deg; */
    }
}


@media (min-width: 1440px) {
    .udiv {
        position: absolute;
        left: 65%;
        margin-left: 0px;
        margin-top: -220.1px;
        height: 295px;
        width: 320.4px;
        border: 1px solid #ededed;
        border-left: none;
        border-radius: 0px 150px 150px 0px;
        /* border: 1px solid #ededed; */
        /* border-radius: 0px 0px 150px 150px; */
        /* rotate: 270deg; */
    }
}
@media (min-width: 2560px) {
   

        .udiv {
            position: absolute;
            left: 59%;
            margin-left: 0px;
            margin-top: -214.1px;
            height: 292px;
            width: 420.4px;
            border: 1px solid #ededed;
            border-left: none;
            border-radius: 0px 150px 150px 0px;
            /* border: 1px solid #ededed; */
            /* border-radius: 0px 0px 150px 150px; */
            /* rotate: 270deg; */
        }

}


/* case studies images */
.img-center-padding {
    text-align: center;
    padding: 15px 0px;
}
    
.projects-img-center {
    text-align: center;
    padding-top: 5px;
}
.text-color{
 color:red;
}
.color-two {
    background-color: #edf2fe;
}

.bg-img{
    /* background-color: #002fa6; */
    background-image: url(../images/banners/business-concept.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

