.slick-carousel, .slider, .slidee{
    height: 100vh !important;
    overflow: hidden;
}

.c-h1{
    font-size: 45px;
    color: white;
    font-weight: 700;
}
.c-p1{
    font-size: 18px;
    color: white;
    margin-bottom: 20px;
}
.caro-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.btn1{
    background-color: #04337b;
}
.slidee1{
    
    background-image: url(../images/home/seo-g-1.jpg);
}
.slidee2{
    background-image: url(../images/home/opening-sec-1.jpg);
}
.slidee3{
    background-image: url(../images/home/open-sec-1.jpg);
}
.slidee{
    background-size: cover;
    background-repeat: no-repeat;
}
.slidee::before{
    position: absolute;
    content: " ";
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}
.abs{
    width: auto !important;
    position: absolute;
    animation: movingg 5s infinite;
}
.abs.abs1{
    left: -20%;
    top: -48%;
}
.abs.abs2{
    right: -19%;
    bottom: -16%;
}
.abs.abs3{
    top: -64%;
    left: 61%;
}
.abs.abs4{
    bottom: -80%;
    left: 20%;
}
.grid-sec{
    position: relative;
}
.abs11{
    position: absolute;
    max-width: 300px;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
}
.abs11.abs12{
    left: 0;
    top: 0;
}
.abs11.abs13{
    right: 0;
    bottom: 0;
}
.h-h2{
    font-size: var(--h2-size);
    color: var(--site-color);
    margin-bottom: 20px;
}
.grid-logo{
    width: 80px;height: 80px;
    border-radius: 50%;
    display: flex;align-items: center;justify-content: center;
}
.grid-logo1 .grid-logo{
    background-color: rgb(247, 214, 234);
}
.grid-logo2 .grid-logo{
    background-color: rgb(212, 241, 247);
}
.grid-logo3 .grid-logo{
    background-color: rgb(248, 235, 215);
}
.grid-logo i{
    font-size: 25px;
}
.grid-logo1 .grid-logo i{
    color: rgb(243, 66, 175);;
}
.grid-logo2 .grid-logo i{
    color:  rgb(54, 215, 243);;
}
.grid-logo2{
    position: relative;
    top: 80px;
}
.grid-logo3 .grid-logo i{
    color: rgb(250, 187, 93);
}
.d-details h4{
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    color: var(--site-color);
    line-height: 28px;
}
.d-details .para2{
    max-width: 225px;
}
/*  big font design */
.big-sec h2{
    font-weight: 500;
    font-size: 70px;
    text-align: center;
    color: #0F110F;
}
.big-sec p{
    font-size: 18px;
    text-align: center;
    color: #696687;
}
.overlay{
    background-image: url(../images/home/seo-h.jpg);
    height: 40vh;
}
.overlay::before{
    background-color: rgba(0, 0, 0, 0.7);
}
.over-h2{
    color: white;
    font-size: 60px;
    font-weight: 700;
}
.over-h21{
     font-size: 20px;
     font-weight: 500;
     color: white;
     letter-spacing: 2px;
}
.client-sec p{
    margin-bottom: 30px;
}

@media screen and (max-width: 768px){
    .absv{
        height: 300px;
    }
    .abs{
        display: none !important;
    }
    .d-details .grid-sec{
        width: 85% !important;
        margin-bottom: 30px;
    }
    .grid-logo2{
        top: 0px;
    }
    .d-details .grid-3-r{
        justify-content: center;
        align-items: center;
    }
    img {
    width: 95%;
    }

    .c-p1, .c-h1{
        max-width: 350px;
        text-align: center;
    }
    .c-h1{
        line-height: 43px;
        font-size: 38px;
        margin-bottom: 10px;
    }
    .grid-2-r .grid-sec, .grid-3-r .grid-sec, .grid-4-r .grid-sec, .grid-5-r .grid-sec{
        width: 95%;
    }
    .over-h21{
        font-size: 18px;
    }
    .over-h2{
        font-size: 36px;
        line-height: 46px;
    }
}

@keyframes movingg{
    0%{
        transform: translate(0px, 0px);
    }50%{
        transform: translate(-10px, 20px);
    }100%{
        transform: translate(0,0);
    }
}