@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: "Lato", sans-serif;

}






p {
    text-align: justify;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;


}

h1 {
    font-weight: bold;
    letter-spacing: -2px;
}

.topbar {
    /* background: linear-gradient(75deg, #1172b6 0%, #1074b7f7, #0097fffa, #ffffffb5, #009ffff7, #fffffff2, #8fff00fa 109%), url(../images/bg); */
    background: linear-gradient(90deg, rgb(234 247 255), rgb(255, 255, 255), rgb(220 241 255)) center center / cover no-repeat;
    padding-bottom: 5px;
    padding-top: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-theme {
    background-color: #1172b6;
    color: #fff;
    border: 2px solid #0a588e;
    border-radius: 30px 30px;
    padding: 12px 35px;
}

.btn-theme:hover {
    background-color: #fff;
    color: #1172b6;
    border: 2px solid #0a588e;

}

.btn-theme-2 {
    background-color: #fff;
    color: #1172b6;
    border: 2px solid #0a588e;
    border-radius: 30px 30px;
    padding: 12px 35px;
}

.btn-theme-2:hover {
    background-color: #1172b6;
    color: #fff;
    border: 2px solid #0a588e;
}

.topbar p {
    margin-bottom: 0px;
    color: #fff;
    font-weight: bold;
}

.topbar p a {
    margin-bottom: 0px;
    color: #000000;
}

.logo {
    width: 300px;

}

.nav-radius {
    text-align: center;
    /* background: linear-gradient(75deg, #1172b6 0%, #1074b7f7, #0097fffa, #fffffff5, #009ffff7, #fffffff2, #8fff00fa 109%), url(../images/bg.png); */
    background: url(../images/bg-banner.jpg);
    display: flex;
    justify-content: center;
}

nav {
    background-color: #fff;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgb(17 116 183);
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
    font-size: 18px;
}

.section-banner {
    /* background: linear-gradient(75deg, #1172b6 0%, #1074b7f7, #0097fffa, #fffffff5, #009ffff7, #fffffff2, #8fff00fa 109%), url(../images/bg.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;

}

.section-banner h1 {
    color: #0a588e;
}

.section-banner p {
    color: #000000;
    font-weight: 600;
    margin-bottom: 15px;
}

.section-banner p i {
    color: #000;
    background: #1172b6;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 35px 13px 50px 0px;
    box-shadow: 0px 1px 3px 4px #edffd5;
    margin-right: 10px;
}

.section-1 .row .card img {
    width: 100px;
    text-align: center;
}

.section-1 .row .card {
    border: none;
    text-align: center;
}

.section-1 .row .card:hover {
    border: none;
    text-align: center;
    background: #fafafa;
    box-shadow: 2px 3px 4px 4px;
    padding: 5px;
    transition: 2s;
}

.section-1 .row .card h4 {
    font-size: 20px;
    font-weight: 600;
    color: #1172b6;
}

.section-2 h2 {
    color: #1172b6;
    font-weight: 700;

}

.section-2 .fa-notes-medical {
    color: #1172b6;
    font-size: 27px;
    margin-right: 6px;
}

.section-3 .card {
    border: none;
    background: linear-gradient(90deg, rgb(234 247 255), rgb(255, 255, 255), rgb(220 241 255)) center center / cover no-repeat;
    color: #000;
    padding: 15px;
    margin: 10px;
    border-radius: 35px 13px 50px 0px;
    box-shadow: 9px 10px 10px 0px #efffdb40;
}

.section-3 .card img {
    width: 100px;
}

.section-3 .card a {
    color: #000000;
    font-weight: bold;
}

.section-3 .card a:hover {
    color: #0c63e4;
}

.section-3 h2 {
    color: #1172b6;
    font-weight: 700;

}

.section-3 h4 {
    font-weight: 700;

}

.section-3 h6 {
    color: #000;
    font-weight: 700;

}

.section-4 h6 {
    color: #000;
    font-weight: 700;
}

.section-4 h2 {
    color: #1172b6;
    font-weight: 700;
}

/* .section-4 {
    background: url(../images/bgmv.png);
} */

.section-5 {
    background: linear-gradient(90deg, rgb(234 247 255), rgb(255, 255, 255), rgb(220 241 255)) center center / cover no-repeat;
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-5 .card {
    border: none;
    border-radius: 0px 100px 100px 0px;
}

.section-5 h2 {
    color: #1172b6;
    font-weight: bold;
}


.section-5 .card h4 {
    color: #1172b6;
    font-weight: bold;
    font-size: 23px;
}

.section-5 .card h4 i {
    color: #000;
    font-weight: bold;
}

.section-6 h6 {
    color: #000;
    font-weight: bold;
}

.section-6 h2 {
    color: #1172b6;
    font-weight: bold;
}

.section-7 h6 {
    color: #000;
    font-weight: bold;
}

.section-7 h2 {
    color: #1172b6;
    font-weight: bold;
}

.section-7 h4 {
    color: #1172b6;
    font-weight: bold;
}

.section-7 h5 {
    color: #000;
    font-weight: bold;
}

.section-7 b {
    color: #000000;
    font-weight: bold;
}



.section-7 a {
    color: #000;
}

.section-7 i {
    color: #000;
}

.section-7 .social-links i {
    color: #ffffff;
    background: #1172b6;
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 22px;
    border-radius: 50%;
    box-shadow: 0px 1px 3px 4px #edffd5;
    margin-right: 10px;
}



.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #e3f4ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.gallery {
    align-items: center;
    background: linear-gradient(90deg, rgb(234 247 255 / 95%), rgb(255 255 255 / 89%), rgb(220 241 255 / 88%)) center center / cover no-repeat, url(../images/g8.JPG);
    display: flex;
    height: 100vh;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.slider {

    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: auto;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider::before,
.slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: auto;
    position: absolute;
    width: auto;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.slider .slide {
    height: auto;
    width: 350px;
}

.slider .slide img {
    height: 300px;
    width: 350px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

.sticky+.content {
    padding-top: 102px;
}

footer {
    /* background: linear-gradient(75deg, #1172b6 0%, #1074b7f7, #0097fffa, #009ffff7 109%), url(../images/bg.png); */
    background: linear-gradient(90deg, rgb(234 247 255), rgb(255, 255, 255), rgb(220 241 255)) center center / cover no-repeat, url(../images/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #000000;
}

footer a {
    color: #000;
}

footer a:hover {
    color: #000;
}

footer i {
    color: #000;
}

.edgelink {
    width: 80px;
}

.call-btn i {
    background-color: #1172b6;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
}

.whatsapp-btn i {
    background-color: #94c756;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
}


.slide-container {

    width: 100%;
    padding: 40px 0;
}

.slide-content {
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
}


.slide-content .card video {
    height: 300px;
}

.slide-content .card {
    background-color: transparent;
    border: none;
}

.image-content,
.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
    background-color: transparent;
}

.image-content {
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
}













.swiper-navBtn {
    color: #6E93f7;
    transition: color 0.3s ease;
}


.swiper-button-next {
    right: 0;
    color: #0a588e;
}

.swiper-button-prev {
    left: 0;
    color: #0a588e;
}

.swiper-pagination-bullet {
    background-color: #6E93f7;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #4070F4;
}

#button {
    display: inline-block;
    background-color: #0a588e;

    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 70px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

.section-5 .card h4 i {
    font-size: 30px;
    margin-right: 5px;
}

.section-5 .card h4 {
    align-items: center;
    display: flex;
    font-size: 20px;
}



@media screen and (max-width: 480px) {
    .logo {
        width: 180px;
    }

    .slider .slide img {

        width: auto;
    }

    footer .logo {

        width: 100%;
    }

    .section-5 .card h4 {
        align-items: center;
        display: flex;
        font-size: 18px;
        font-weight: bold;
    }

    .section-2 h2 {

        font-size: 20px;
    }

    .section-6 h2 {

        font-size: 21px;
    }

    p {
        text-align: -webkit-auto;
    }

    .section-7 .social-links i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        border-radius: 50%;
        box-shadow: 0px 1px 3px 4px #edffd5;
        margin-right: 10px;
    }

    .slider .slide-track {
        -webkit-animation: scroll 40s linear infinite;
        animation: scroll 40s linear infinite;
        display: flex;
        width: 100%;
    }

    .section-5 .card {
        border: none;
        border-radius: 0px 25px 25px 0px;
    }

    .section-banner p {
        text-align: start;
    }



    .btn-theme {

        border-radius: 30px 30px;
        padding: 8px 25px;
        margin-bottom: 10px;
    }

    .btn-theme-2 {
        margin-bottom: 10px;
        padding: 8px 25px;
    }

    .slider {

        width: 100%;
    }

    p {
        text-align: start;
    }

    /* 
    h2 {
        text-align: start;
        font-size: 20px;
    } */
}