.top-bar {
    background-color: yellow;
    padding: 10px;

}

.top-bar .text {
    padding: 0 10px;
    border: 3px solid darkgreen;
    color: darkgreen;
    border-radius: 10px;
    font-size: x-large;
    font-weight: bold;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}


/* Styles for the popup container */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
}

.popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

/* Styles for the popup container */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
}

.popup-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 40%;
}

.popup-content h2 {
    color: #ff893b;
    font-size: 45px;
}

.popup-content .col-8 {
    position: relative;
    text-align: start;
}

.popup-content .col-4 .popimg {
    /* border-radius: 50%; */
    width: 80%;
}

.popup-content .col-8::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #d5e8f1;
    top: 0;
    right: 10px;
}

.popup-content h5 {
    margin: 20px 0;
    font-size: large;
}

.popup-content button {
    border: transparent;
    background-color: #39bd00;
    font-weight: 700;
    font-size: xx-large;
    padding: 6px 8px;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 2px;
}



@media screen and (max-width: 980px) {

    .popup-content {
        width: 80%;
    }

}

@media screen and (max-width: 720px) {

    .popup-content {
        padding: 10px;
        width: 80%;
    }

    .popup-content h2 {
        color: #ff893b;
        font-size: xx-large;
    }

    .popup-content button {
        border: transparent;
        background-color: rgb(82 237 141);
        font-weight: 700;
        font-size: larger;
        padding: 10px 20px;
        border-radius: 5px;
        color: #fff;
        letter-spacing: 2px;

    }


}

@media screen and (max-width: 380px) {
    .popup-content {
        padding: 5px;
        width: 90%;
    }

    .popup-content h2 {
        color: #ff893b;
        font-size: 23px;
    }

    .popup-content h5 {
        margin: 10px 0;
        font-size: small;
    }


    .popup-content button {
        font-weight: 500;
        font-size: large;
        padding: 5px 1px;
        letter-spacing: 1px;

    }

    .popup-content .col-8 img {
        width: 15%;
        border-radius: 50%;
    }

    .popup-content .col-4 .popimg {
        width: 100%;
    }

    .popup-content .col-4 {
        /* padding: 0 0; */
    }
}





.fixed-button .call {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    align-items: center;
    border-radius: 50%;
    width: 70px;
    background-color: red;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 100;
    bottom: 20px;
    left: 20px;
    font-size: x-large;
}

.fixed-button .whatsapp {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    align-items: center;
    border-radius: 50%;
    width: 70px;
    background-color: green;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 100;
    bottom: 20px;
    right: 20px;
    font-size: xx-large;
}


.fixed-tel {
    color: #fff;
}

.fixed-tel:hover {
    color: #ECECEC;
}

@media screen and (max-width: 720px) {
    .fixed-button .call {
        width: 60px;
        height: 60px;
    }

    .fixed-button .whatsapp {
        width: 60px;
        height: 60px;

    }

}


/* ----------------------our-service---------------------- */


.service {
    background-color: green;
    padding: 50px;
    color: #fff;

}

.service-card {
    border: 1.5px solid rgb(255, 217, 0);
    border-radius: 10px 10px 20px 20px;
    border-bottom: 5px solid rgb(255, 217, 0);
    border-top: 2.5px solid rgb(255, 217, 0);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 15px;
    transition: all 0.5s;
    background-color: green;
    margin-top: 20px;
}

.service-card a {
    text-decoration: none;
    color: rgb(255, 217, 0);
}

.service-card:hover {
    border: 1.5px solid #fff;
    border-radius: 10px 10px 20px 20px;
    border-bottom: 5px solid #fff;
    border-top: 2.5px solid #fff;
    background-color: darkgreen;
}

.service-card:hover h4 {
    color: #fff;

}

.service-card img {
    height: 220px;
    width: 220px;
    border-radius: 50%;
    background-color: red;
}

.service .heading-text {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}


@media screen and (max-width: 720px) {
    .service {
        /* background-color: #FFB700; */
        padding: 10px;
    }

    .service-card img {
        height: 120px;
        width: 120px;
        border-radius: 50%;
        background-color: red;
    }

    .service .heading-text {
        font-size: 18px;
        font-weight: bold;
        text-align: justify;
        margin-bottom: 30px;
    }



}


/* ---------------------about--------------------- */

.about-us {
    padding: 50px 0;
}

.about-us h2 {
    color: green;
    font-size: 40px;
    font-weight: bold;
}

.about-us .about-img img {
    border: 3px solid darkgreen;
    padding: 5px;
}

.about-us .left p {
    font-size: 17px;
    line-height: 1.8;
    word-spacing: 1px;
    opacity: .80;
}

.about-us ul {
    padding-left: 10px;
}

.about-us ul li a {
    text-decoration: none;
    color: darkgreen;
    margin-left: 10px;
}

.about-us ul li {
    list-style: none;
    font-size: large;
    font-weight: 500;
    margin-bottom: 5px;
    transition: all 0.3s;
}

.about-us ul li .icon {
    color: lightgreen;

}

.about-us ul li:hover {
    padding-left: 10px;
}

@media only screen and (max-width: 980px) {

    .about-us {
        padding: 10px 0;
    }

    .about-us .about-img img {
        border: 3px solid darkgreen;
        padding: 5px;
    }

    .about-us .left p {
        font-size: 16px;
    }
    .about-us h2 {
        color: green;
        font-size: 30px;
        font-weight: bold;
    }
    

}

/* -------------------cta------------------- */

.cta {
    padding: 50px;
    background: rgba(0, 0, 0, 0.85) url(../image/bg/bg1.webp);
    background-blend-mode: darken;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    /* opacity: .75; */
}

.cta img {
    animation: spin 9s infinite linear;
    -webkit-animation: spin 9s infinite linear;
    -moz-animation: spin 9s infinite linear;
    display: inline-block;
    width: 70%;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.cta h3 {
    color: #f19d00;
    font-size: 40px;
    font-weight: bold;
}

.cta h5 {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    word-spacing: 5px;
    line-height: 1.6;
    /* margin: 20px 0; */
}

.cta .btn1 {
    background-color: red;
    color: #fff;
    padding: 5px 20px;
    border: transparent;
    font-size: x-large;
    font-weight: bold;
    border-radius: 5px;
    margin-right: 10px;
    transition: all 0.5s;
}

.cta .btn1:hover {
    background-color: darkred;
}

.cta .btn2 {
    background-color: green;
    color: #fff;
    padding: 5px 20px;
    border: transparent;
    font-size: x-large;
    font-weight: bold;
    border-radius: 5px;
    margin-left: 10px;
    transition: all 0.5s;
}

.cta .btn2:hover {
    background-color: rgb(0, 63, 0);
}

@media screen and (max-width: 720px) {

    .cta {
        padding: 10px;
    }

    .cta h3 {
        color: #f19d00;
        font-size: 30px;
        font-weight: bold;
    }

    .cta h5 {
        color: #fff;
        font-size: 16px;
    }

    .cta .btn1 {
        font-size: large;
        font-weight: bold;
        border-radius: 5px;
        margin-right: 0px;

    }

    .cta .btn2 {
        font-size: large;
        font-weight: bold;
        margin-left: 0px;
        margin-top: 10px;
    }

    .cta img {
        animation: spin 9s infinite linear;
        -webkit-animation: spin 9s infinite linear;
        -moz-animation: spin 9s infinite linear;
        display: inline-block;
        width: 80%;
    }

}




/* -------------------------cta1------------------------- */



.cta1 {
    background: rgba(0, 0, 0, 0.85) url(../image/bg/bg2.webp);
    background-blend-mode: darken;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px;
}

.cta1 .left-text h5 {
    color: #fff;
    font-size: x-large;
    letter-spacing: 5px;
}

.cta1 .left-text h2 {
    color: #f19d00;
    font-size: 45px;
}

.cta1 .left-text p {
    color: #fff;
    word-spacing: 2px;
    font-size: medium;
}

.cta1 .right-text .cta1-card {
    border: 1.5px solid #fff;
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    background-color: #000;
    margin: 12px 0;
    transition: all 0.5s;
}

.cta1 .right-text .cta1-card:hover {
    background-color: darkgreen;
}

.cta1 .right-text .cta1-card .cta1-icon .icon {
    color: #FFB700;
    font-size: 50px;
}

.cta1 .right-text .cta1-card .text {
    margin: 20px 0;
}

.cta1 .right-text .cta1-card h2 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.cta1 .right-text .cta1-card h5 {
    color: #FFB700;
    font-size: larger;
}


@media screen and (max-width: 720px) {
    .cta1 {
        padding: 10px;
        text-align: center;
    }

    .cta1 .left-text h5 {
        font-size: larger;
        letter-spacing: 5px;
    }

    .cta1 .left-text h2 {
        font-size: 30px;
    }


    .cta1 .right-text .cta1-card .cta1-icon .icon {
        font-size: 30px;
    }

    .cta1 .right-text .cta1-card h2 {
        font-size: 20px;
    }

    .cta1 .right-text .cta1-card h5 {
        font-size: large;

    }

    .cta1 .right-text .cta1-card {
        border: 1.5px solid #fff;
        border-radius: 5px;
        text-align: center;
        padding: 5px;
        background-color: #000;
        margin: 12px 0;
        transition: all 0.5s;
    }

    .cta1 .right-text .cta1-card .text {
        margin: 10px 0;
    }

}


/* -----------------------our-service----------------------- */

.our-service {
    margin: 50px 0;
}

.our-service .heading h5 {
    font-size: xx-large;
    letter-spacing: 7px;

}

.our-service .heading h3 {
    font-size: 45px;
    font-weight: bold;
    color: green;

}

.our-service .service-box {
    position: relative;
    margin-top: 20px;
}

.our-service .service-box button {
    position: absolute;
    padding: 10px 20px;
    border: transparent;
    color: #fff;
    background-color: green;
    font-weight: bold;
    font-size: large;
    border-radius: 5px;
    margin-top: -20px;
    left: 50%;
    transform: translate(-50%);
    transition: all 0.5s;
}

.our-service .service-box button:hover {
    border: 2px solid green;
    background-color: #fff;
    color: darkgreen;

}

.our-service .service-box .service-img {
    overflow: hidden;
}

.our-service .service-box .text {
    background-color: rgba(255, 255, 255, .9);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    padding: 40px 20px;
    width: 100%;
    align-items: center;
    margin-top: -20px;
    z-index: 1;
}

.our-service .service-box .text h4 {
    font-weight: bold;
    font-size: 25px;
    color: black;
    transition: all 0.5s;

}

.our-service .service-box .text p {
    opacity: 0.75;
    font-size: large;
    color: black;
}

.our-service .service-box img {
    transition: all 0.5s;
}

.our-service .service-box:hover img {
    transform: scale(1.1);
}

.our-service .service-box:hover .text h4 {
    color: green;
}

@media screen and (max-width: 720px) {
    .our-service {
        margin: 10px 0;
        text-align: center;
    }

    .our-service .heading h5 {
        font-size: large;
    }

    .our-service .heading h3 {
        font-size: 30px;
    }

    .our-service .service-box .text {
        background-color: rgba(255, 255, 255, .9);
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-radius: 10px;
        padding: 40px 20px;
        width: 100%;
        align-items: center;
        margin-top: -20px;
        z-index: 1;
    }

    .our-service .service-box .text h4 {
        font-size: 24px;
    }

    .our-service .service-box .text p {
        opacity: 0.75;
        font-size: medium;
        color: black;
    }

    .our-service .service-box button {
        position: absolute;
        padding: 5px 10px;
        border: transparent;
        color: #fff;
        /* background-color: rgb(218, 0, 0); */
        font-weight: bold;
        font-size: large;
        border-radius: 5px;
        margin-top: -20px;
        left: 50%;
        transform: translate(-50%);
        transition: all 0.5s;
    }
}




/* ------------------------why-choose-us------------------------ */

.why-choose-us {
    background-color: #FFB700;
    padding: 50px;
}

.why-choose-us .heading h5 {
    font-size: xx-large;
    letter-spacing: 7px;
    color: #000;
    font-weight: bold;
}

.why-choose-us .heading h3 {
    font-size: 50px;
    font-weight: bold;
    color: green;

}

.why-choose-us .heading p {
    font-size: larger;
}

.why-choose-us .choose-card {
    text-align: center;
    position: relative;
    /* border: 1px solid red; */
    text-align: center;
}

.why-choose-us .choose-card .choose-img {
    border: 3px solid #fff;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    margin-left: 25px;
}

.why-choose-us .choose-card .choose-img1 {
    border: 3px solid #fff;
    height: 70px;
    width: 70px;
    margin-left: 45px;
    border-radius: 50%;
}

.why-choose-us .choose-card h3 {
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    font-size: 40px;
    margin: 0;
}

.why-choose-us .choose-card h5 {
    font-size: larger;
    margin: 0;
    text-transform: uppercase;
}

.why-choose-us .choose-card h4 {
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    font-size: 30px;
    margin: 0;
}

@media screen and (max-width: 720px) {

    .why-choose-us {
        padding: 10px;
        text-align: center;
        margin-top: 30px;
    }

    .why-choose-us .heading h5 {
        font-size: larger;
    }

    .why-choose-us .heading h3 {
        font-size: 24px;
    }

    .why-choose-us .heading p {
        font-size: medium;
    }

    .why-choose-us .choose-card h3 {
        color: #fff;
        font-weight: bold;
        margin-top: 20px;
        font-size: 24px;
        margin: 0;
    }

    .why-choose-us .choose-card h5 {
        font-size: large;
        margin: 0;
    }

    .why-choose-us .choose-card .choose-img1 {
        border: 3px solid #fff;
        height: 70px;
        width: 70px;
        margin-left: 115px;
        border-radius: 50%;
    }


}


/* ------------------------testimonial------------------------ */

.testimonial {
    margin: 50px 0 0 0;
}

.testimonial .heading h3 {
    font-size: 50px;
    font-variant: ca;
    text-align: center;
}

.testimonial .heading h3 span {
    color: green;
}

.testimonial .card {
    border: 1px solid #000;
    padding: 40px;

}

.testimonial .card p {
    font-size: medium;
    opacity: .90;
}

.testimonial .card .testi-img img {
    width: 100%;
    border-radius: 50%;
}

@media screen and (max-width: 720px) {
    .testimonial {
        margin: 10px 0;
    }

    .testimonial .heading h2 {
        font-size: 30px;
    }

    .testimonial .card {
        padding: 10px;
        margin-top: 10px;

    }

    .testimonial .card p {
        font-size: medium;
        opacity: .80;
    }

    .testimonial .card .testi-img img {
        width: 100%;
        border-radius: 50%;
    }
}


/* Demo purposes only */
.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
    border-radius: 15px;
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: darkgreen;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

.testimonial-text {
    border-radius: 50%;
    filter: blur(2px);
}

#customers-testimonials .item {
    text-align: center;
    padding: 50px;
    /* margin-bottom: 80px; */
    opacity: .85;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.testimonial .owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: none;
}

@media screen and (max-width: 720px) {

    #customers-testimonials .item {
        padding: 10px;
    }
}


/* ..........................certificate.......................... */
.certificate {
    padding: 50px 0;
}

.certificate .certi-carousel .item img {
    border: 5px solid darkgreen;

}

.certificate .owl-dots {
    display: none;
}

.certificate .owl-nav span {
    display: none;

}




/* -----------------------progress-content----------------------- */


.progress-bar {
    background-color: #fff;
    width: 80%;
    height: 18px;
    /* border: 1px solid rgb(255, 102, 0); */
    border-radius: 5px;
    background-color: green;
}

.progress-content p {
    opacity: .8;
    font-size: 17px;
    line-height: 1.8;
    word-spacing: 2px;
    text-align: justify;
}
.progress-content h2{
    font-weight: bold;
}
.progress-content h2 span {
    color: green;
}

.progress-content {
    padding: 80px 0;

}

.progress-content .carousel-inner .carousel-item .img {
    padding: 0%;
    width: 80%;
}

.progress-bar-container {
    margin-bottom: 20px;
}

.progress-bar-container:not(:last-child) {}

.progress-bar-container h2 {
    font-family: Arial, Helvetica, sans-serif;
    color: darkgreen;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 20px;
    margin-bottom: 0;
}

.progress-bar-container p {
    font-weight: 700;
    font-size: x-large;
}

.progress-bar {}

.percentage {
    display: block;
    height: 100%;
    background-color: rgb(255, 251, 0);
    border-radius: 5px;
    animation: progress 2000ms ease-in 1;
}

.p1 {
    width: 98%;
}

.p2 {
    width: 90%;
}

.p3 {
    width: 75%;
}

.p4 {
    width: 85%;
}


/* Animating the progress bar by 
        initially starting from 0*/
@keyframes progress {
    from {
        width: 0;
    }
}



.counter {
    font-size: 36px;
    font-weight: bold;
}


@media only screen and (max-width: 480px) {


    .progress-content .carousel-inner .carousel-item .img {
        padding: 0%;
        width: 100%;
    }
}