.typetext{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(50%, 10px);
}

.word{
    font-size:5rem;
}

p#word {
    font-size: 5rem;
    color: #fff;
}

.about-section{
   
    background: linear-gradient(to left,rgb(6 52 255 / 46%), rgb(0 0 0 / 0%)),url('../images/banner/banner-bg.jpg');
    background-repeat: no-repeat;
    background-size:cover;
}
.why-us{
    background:linear-gradient(to left,rgb(0 0 0 / 64%), rgb(0 0 0 / 77%)), url('../images/why-us.jpg');
    background-repeat: no-repeat;
    background-size:cover;
    background-attachment: fixed;
}
.about-content-new{
    color: #fff;
    font-size: 20px;
    text-align: justify;
}

canvas {
    display: block;
    vertical-align: bottom;
    }

    #particles-js {
    top:0;
    position: absolute;
    width: 100%;
    height: 100%;
    }

    .single-services p {
        min-height: 180px;
        padding: 10px;
        font-size: 20px;
    }
    
    .section-title{
        width: max-content;
        /* border-bottom: 3px solid; */
    }

    .typetext-new{
    font-size: 4rem;
    text-align: center;
    color: #fff;
    height: 177px;
}
    

.single-services{
    border: 1px solid #ddd;
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 2%);
}



.single-services .default-btn {
    margin-bottom: 10px;
}

.single-counter .count-title h2{
    background-image: -webkit-gradient(linear,left top,right top,from(#3f4f95),to(#3f4f95)) !important;
}
.site-tag{
    font-size: 2rem;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 680px) {  

    .typetext-new{
        font-size: 1.3rem;
    }
    .site-tag{
        
        font-size: 1rem;
    }
    }

    .single-services-box-wrap , .single-services.box.card-bg.top-content{
        height:250px;
    }
    .bg-1{
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../images/best-fill-rate.jpg');
    }

    .bg-2{
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../images/payment.jpg');
    }

    .bg-3{
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../images/demand.jpg');
    }


    .bg-4{
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../images/best-process.jpg');
    }

    .bg-5{
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../images/target.jpg ');
    }

    .bg-6{
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../images/safety .jpg');
    }





.visibility-hidden{
    visibility: hidden;
}
  

.single-services h3 a {
    color: #30296c;
    background: white;
    padding: 6px;
    border-radius: 5px;
    box-shadow: 0 0 30px 3px rgb(0 0 0 / 8%);
}

.counter-1{
    background-image: url('../images/bg-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}