@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: "Open Sans", sans-serif;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

.topbar {
    background: #333333;
}

.topbar p {
    color: #fff;
    margin-bottom: 0;
}

.topbar a {
    color: #fff;
}

.text-theme-colored-green {
    color: #7DB321 !important;
}

header nav .logo {
    width: 100px;
}



nav .nav-item .nav-link {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}



#carouselExampleCaptions .carousel-caption {
    bottom: 20.25rem;
}


#carouselExampleCaptions .carousel-caption .text-small {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

#carouselExampleCaptions .carousel-caption .text-big {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(61, 180, 217, 0.75);
    border-radius: 30px;
}

.section-card .card {
    border: none;
    text-align: center;
}

.section-card .card .card-body {
    background-color: rgba(61, 180, 217, 0.9);
}

.btn-theme {
    background-color: #0071a2;
    color: #fff;
    padding: 5px 15px;
}

.btn-theme:hover {
    background-color: #0c8bc2;
    color: #fff;
    padding: 5px 15px;
}

.heading {
    color: #0071a2;
    font-size: 40px;
    font-weight: 700;
}

.section-about .icon i {
    background-color: #0071a2;
    color: #fff;
    font-size: 30px;
    padding: 15px 15px;
    width: 65px;
    height: 65px;
    border-radius: 10px;
    margin-right: 10px;
}

.section-about a {
    color: #0071a2;
}

.services .card h4 {
    font-size: 16px;
    font-weight: 600;
}

.services .card :hover .img-overley {
    opacity: 0.7;
}


.slider-container {
    position: relative;
    width: 90%;
    margin: 50px auto;
    overflow: hidden;
}

.slider-wrapper {
    overflow: hidden;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}


.services .card {
    flex: 0 0 25%;
    padding: 15px;
    height: 450px;
}

.services .slider .card:hover {
    background-color: #0071a2 !important;
    color: #fff;
}

.services .slider .card:hover h4,
.services .slider .card:hover p small {
    color: #fff;
}

.services .slider .card:hover a {
    background-color: #0c8bc2;
}

/* Buttons */

.nav-btn {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    background: #000;
    color: #fff;
    border: none;
    padding: 12px 15px;
    cursor: pointer;
    font-size: 18px;
    z-index: 10;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

.section-banner {
    background: linear-gradient(#0000000f, #0000008f), url(../images/bg1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 150px;
    padding-bottom: 150px;
}

.section-banner h2 {
    color: #fff;
    text-transform: uppercase;
}

.section-banner p {
    color: #fff;
}




#counter {
    background: linear-gradient(#0000007a, #00000087), url(../images/bg2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 150px;
    padding-top: 150px;
}

#counter .item {
    text-align: center;
    color: #fff;
}

#counter .item i {
    font-size: 40px;
    margin-bottom: 20px;
}

#counter .item h3 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}

.banner-review {
    background: linear-gradient(#1f1f1fbf, #000000b5), url(../images/ut.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 150px;
    padding-top: 150px;
}

footer {
    background-color: #f5faff;
    padding-top: 100px;
}

footer .logo {
    width: 150px;
}

footer h4 {
    font-size: 20px;
    font-weight: 600;
}

footer p a {
    font-size: 15px;
    color: #272727;

}

footer .border-dark-bottom {
    border-bottom: 2px solid #000;
}

footer .social-media i {
    background-color: #7DB321;
    color: #000;
    padding: 10px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 10px;
    font-size: 20px;
    box-shadow: 2px 2px 3px 2px #3d3d3d;
}

footer .border-dotted {
    border-bottom: 1px dotted #525151;
    margin-top: 10px;
}

footer i {
    color: #7DB321;
}


.topbanerr {
    background: linear-gradient(#ffffffa8, #c0c0c061), url(../images/pbg19.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 100px;
    padding-top: 100px;
}

.topbanerr .top-heading {
    font-size: 35px;
    font-weight: bold;
}

.topbanerr p {
    color: #7DB321;
}

.bg-theme-color {
    background-color: #0071a2;
}

.topbanerr a {
    color: #000000;
}

.card-about .card {
    border: none;
    box-shadow: 2px 3px 2px 3px #f7f7f7;
}

.card-about .card:hover {
    background-color: #0c8bc2;
    color: #efeeee;
}

.card-about .card:hover h4 {
    color: #fff !important;
}

.call-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #0071a2;
    color: #fff;
    padding: 15px 15px;
    border-radius: 50px;
    font-size: 18px;

    z-index: 1000;
}

.call-button:hover {
    background-color: #0c8bc2;
    color: #fff;
    padding: 15px 15px;
}

.call-button i {
    font-size: 20px;
    color: #fff;
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: #fff;
    padding: 15px 15px;
    border-radius: 50px;
    font-size: 18px;
    z-index: 1000;
}

.whatsapp-button:hover {
    background-color: #1ebc5b;
    color: #fff;

}

.whatsapp-button i {
    font-size: 20px;
    color: #fff;
}

.contact .card i {
    background-color: #fcfeff;
    color: #0071a2;
    font-size: 30px;
    padding: 10px 10px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    margin-bottom: 20px;
}

/* Preloader Background */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    /* Change background color */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Logo Animation */
.loader-logo {
    width: 120px;
    /* Adjust size */
    animation: zoomInOut 1.5s infinite ease-in-out;
}

/* Animation */
@keyframes zoomInOut {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    50% {
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}


@media (max-width: 992px) {
    .card {
        flex: 0 0 50%;
    }
}



@media (max-width: 576px) {
    .card {
        flex: 0 0 100%;
    }

    .appointment a {
        margin-top: 10px;

        text-align: center;
    }

    .heading {
        font-size: 30px;
    }

    .services .card {
        flex: 0 0 100%;
        padding: 15px;
        height: 450px;
    }

    .section-about .icon i {

        font-size: 25px;
        padding: 10px 10px;
        width: 50px;
        height: 50px;

    }

    header nav .logo {
        width: 60px;
    }

    #counter .item {
        text-align: center;
        color: #fff;
        background: #cccccc4d;
        padding: 10px;
        margin: 10px;
        font-size: 15px;
    }

    #counter .item h3 {
        font-size: 20px;
        color: #fff;
        font-weight: bold;
    }

    #counter .item h5 {
        font-size: 16px;
        color: #fff;
        font-weight: bold;
    }

    .slider-container {
        width: 100%;
    }

    .services .card {
        height: auto;
    }
}