body {
    background: #ddd;
    font-family: poppins; 
}

.section-header {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 15px;
}
.section-header p {
    font-size: 18px;
}
.single-service {
    border: 1px solid #2196f3;
    text-align: left;
    background: #fff;
    margin-top: 30px;
}

.service-bg {
    height: 200px;
    position: relative;
}
.product-bg {
    height: 350px;
    position: relative;
}
.service-bg-1 {
    background: url("assets/images/upload/pic14.png");
    background-size: cover;
    background-position: center;
}
.service-bg-2 {
    background: url("assets/images/upload/pic13.png");
    background-size: cover;
    background-position: center;
}
.service-bg-3 {
    background: url("assets/images/upload/pic12.png");
    background-size: cover;
    background-position: center;
}
.service-bg-4 {
    background: url("assets/images/upload/pic6.png");
    background-size: cover;
    background-position: center;
}
.service-bg-5 {
    background: url("assets/images/upload/test.jpg");
    background-size: cover;
    background-position: center;
}
.service-bg-6 {
    background: url("assets/images/upload/pic8.png");
    background-size: cover;
    background-position: center;
}
.service-bg-7 {
    background: url("assets/images/upload/pic10.jpg");
    background-size: cover;
    background-position: center;
}

.product-bg-1 {
    background: url("assets/images/upload/IMG-20210821-WA0021.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.product-bg-2 {
    background: url("assets/images/upload/IMG-20210821-WA0020.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.product-bg-3 {
    background: url("assets/images/upload/IMG-20210821-WA0019.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.product-bg-4 {
    background: url("assets/images/upload/pic4.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.product-bg-5 {
    background: url("assets/images/upload/pic6.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.product-bg-6 {
    background: url("assets/images/upload/IMG-20210823-WA0007.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.product-bg h2 {
    color: #fff;
    background: #2196f3;
    border: 1px solid #2196f3;
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    padding: 15px;
    position: absolute;
    left: 8%;
    width: 84%;
    margin: 0;
    bottom: -25px;
    letter-spacing: 2px;
}
.service-bg h2 {
    color: #fff;
    background: #2196f3;
    border: 1px solid #2196f3;
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    padding: 15px;
    position: absolute;
    left: 8%;
    width: 84%;
    margin: 0;
    bottom: -25px;
    border-radius: 50px;
    letter-spacing: 2px;
}
.single-service:hover .service-bg h2 {
    background: #fff;
    transition: .9s;
    color: #2196f3;
}
.service-text {
    padding: 50px 30px 20px;
    font-size: 15px;
    font-weight: 400;
}
.service-text p:last-child {
    margin: 0;
    line-height: 1.8;
}
.btn-area {
    display: inline-block;
    color: #333;
    font-size: 17px;
    font-weight: 700;
    margin-top: 30px;
    text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
    .single-service {
        margin-top: 30px;
    }
    .service-bg h2 {
        font-size: 15px;
    }
}


.img-slider {
    position: relative;
    width: 100%;
    height: 400px;
    background: #1d212b;
}

.img-slider .slide{
    z-index: 1;
    position: absolute;
    width: 100%;
    clip-path: circle(0% at 0 50%);
}

.img-slider .slide.active {
    clip-path: circle(150% at 0 50%);
    transition: 1s;
    transition-property: clip-path;
}

.img-slider .slide img {
    z-index: 1;
    width: 100%;
    border-radius: 5px;
}

.img-slider .slide .info {
    position: absolute;
    top: 0;
    padding: 15px 30px;
}

.img-slider .slide .info  h2 {
    color: #fff;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
}

.img-slider .slide .info p {
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
    font-size: 16px;
    width: 60%;
    padding: 10px;
    border-radius: 4px;
}

.img-slider .navigation {
    z-index: 2;
    position: absolute;
    display: hidden;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.img-slider .navigation .btn {
    background: rgba(255, 255, 255, 0.5);
    width: 12px;
    height: 12px;
    margin: 10px;
    border-radius: 50%;
    cursor: pointer;
}

.img-slider .navigation .btn.active {
    background: #2696e9;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}


@media (max-width: 820px) {
    .img-slider {
        width: 100%;
        height: 300px;
    }

    .img-slider .slide .info {
        padding: 10px 25px;
    }

    .img-slider .slide .info h2 {
        font-size: 35px;
    }

    .img-slider .slide .info p {
        width: 70%;
        font-size: 15px;
    }

    .img-slider .navigation {
        bottom: 25px;
    }

    .img-slider .navigation .btn {
        width: 10px;
        height: 10px;
        margin: 8px;
    }
}

@media (max-width: 620px) {
    .img-slider {
        width: 100%;
        height: 250px;
    }

    .img-slider .slide .info {
        padding: 10px 25px;
    }

    .img-slider .slide .info h2 {
        font-size: 25px;
    }

    .img-slider .slide .info p {
        width: 70%;
        font-size: 13px;
    }

    .img-slider .navigation {
        bottom: 15px;
    }

    .img-slider .navigation .btn {
        width: 8px;
        height: 8px;
        margin: 6px;
    }
}

@media (max-width: 420px) {
    .img-slider {
        width: 100%;
        height: 160px;
    }

    .img-slider .slide .info {
        padding: 5px 10px;
    }

    .img-slider .slide .info h2 {
        font-size: 25px;
    }

    .img-slider .slide .info p {
        width: 70%;
        font-size: 12px;
    }

    .img-slider .navigation {
        bottom: 10px;
    }

}