* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif !important;
    /*background-image: url("../Images/background.png");*/
}
/* Header CSS */
.divbg {
    background-color: #2E5E73;
    color: white;

}

h2 {
    color: #2794c4;
    text-align: center;
    text-decoration: underline;
}

/* Header CSS */
.header_style {
    background-color: #2794c4;
    font-size: 15px;
    font-weight: 300;
}

.list-group-item {
    color: #ffffff;
    background-color: #2794c4;
    border: 0;
}

.white-icon {
    color: white;
}

.sticky-top {
    background-color: #ffffff;
}

/* CSS for hover dropdowns */
.hover-dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.header_text {
    color: #030E13;
}

a:link {
    text-decoration: none;
}

#mynavbar .nav-item a:hover {
    color: white;
    background-color: #2794c4;
    text-decoration: none;
}

.navbar .navbar-toggler-icon {
    filter: invert(1);
}

#mynavbar .nav-item a {
    color: #030E13;
    /*font-weight: bold;*/
    font-size: 17px;
}

.navbar-toggler {
    background-color: #2794c4;
}

/* Position nested dropdowns to the right */
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

/* Show nested dropdowns on hover */
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    text-decoration: none;
}






/* Table Style */
.table-responsive {
    margin: 20px 0;
}

.training-schedule {
    width: 100%;
    border-collapse: collapse;
}
.text {
    color: #2794c4;
}
.training-schedule thead {
    background-color: #52a9cf;
    color: #ffffff;
}


.training-schedule th, .training-schedule td {
    border: 1px solid #52a9cf;
    text-align: left;
    padding: 8px;
}

.training-schedule td img {
    width: 50px;
    height: 50px; /* Ensures the image is a circle */
    margin-right: 10px;
    border-radius: 50%; /* Makes the image circular */
}

.training-schedule a {
    text-decoration: none;
    color: black;
}



/* Table Style */

/*About Us*/
.about-us-content {
    padding: 40px;
    
    border-radius: 10px;
    
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/*.about-us-content:hover {
    transform: translateY(-5px);
    
}*/

.about-us-content h2 {
    color: #2794c4;
    font-size: 28px;
    margin-bottom: 20px;
}

.about-us-content p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.about-us-image img {
    border-radius: 10px;
    
    width: 100%;
}

@media (max-width: 768px) {
    .about-us-content {
        padding: 20px;
    }
    .about-us-content h2 {
        font-size: 24px;
    }
}


.Event {
    display: flex;
    align-items: center;
    /*border-radius: 5px;*/
    border-right: 1px solid #2794c4;
    border-left: 1px solid #2794c4;
    border-bottom: 1px solid #2794c4;

    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
} 
/* Styling the text in the first column */
    .colmd2 {
    background-color: #2794c4; /* Background color */
    color: white; /* Font color */
}   

    .colmd2 p {
        margin: 0;
        /*font-weight: bold;*/
        font-size: 20px;
        color: white; /* Font color */
        background-color: #2794c4; /* Background color */
    }

/* Styling the marquee */
marquee {
    font-size: 20px;
    color: black; /* Font color */
    /*font-weight: bold;*/
}

    marquee span {
        margin: 0;
        padding:0;
    }

/*Index Page Service*/
.service-container {
    text-align: center;
    color: #2794c4;
   
}

.owl-carousel .item {
    padding: 0 5px; /* Added padding to left and right */
    margin: 0; /* Minimal margin to ensure some spacing */
    padding: 15px 0;
}

.owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    font-size: 50px !important;
    top: 40%;
    display: flex;
    justify-content: space-between;
}
.owl-carousel .owl-nav a:hover {
    background-color:#2794C4;
}
    .owl-carouselimg{
    width:100px;
    height:100px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #0e0d0f;
}

/*.owl-prev, .owl-next {
    font-size: 24px;
    color: #333;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}

.owl-prev {
    left: 10px;
}

.owl-next {
    right: 10px;
}*/

@media (max-width: 900px) {
    .owl-prev, .owl-next {
        font-size: 20px;
        padding: 8px;
    }
}

.card {
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    background-color: #ffffff;
}

.card-title {
    font-size: 1.25rem;
    font-weight: bold;
}

.badge-img {
    width: 100px; /* Specify width */
        height: auto; /* Keep aspect ratio */
    border-radius: 50%; /* Make the image round */
    margin-bottom: 20px; /* Space below the image */
    border: 2px solid #ddd; /* Add a subtle border */
}
.badge-img1 {
    width: 100px; /* Specify width */
    height: auto; /* Keep aspect ratio */
    border-radius: 50%; /* Make the image round */
    margin-bottom: 20px; /* Space below the image */
    border: 2px solid #ddd; /* Add a subtle border */
}
.list-unstyled li {
    margin-bottom: 10px;
    text-align:left;
   
    
}

    .list-unstyled li i {
        color: #28a745;
        margin-right: 10px;
    }


.list-styled li {
    margin-left:10px;
    list-style-image: url('../Images/tick.jpg');
    text-align: justify;
}



/*ContactUs*/
.btn {
    background-color: #2794c4;
    color:white;
}

/*AboutUs*/
/*AboutUs*/


.right-sidebar {
    padding-left: 20px;
}

.sidebar-item {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #2795c420;
    border-left: 3px solid #2794c4;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.sidebar-item-title {
    font-size: 1.3em;
    font-weight: bold;
}

.video-container {
    margin-bottom: 20px;
}

.content-section {
    
    padding: 20px;
    border-radius: 5px;
}

.container {
    max-width: 1200px; 
    margin: auto;
}

/*Gallery*/
.gallery img {
    max-width: 100%;
    height: auto;
    cursor: pointer;
    margin-bottom: 10px;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.caption {
   
    color: black;
    padding: 5px 0;
    text-align: center;
    text-decoration-line: underline;
}

.modal-content {
    position: relative;
    padding: 20px;
}



.fade-in {
    animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .row {
        flex-direction: column;
    }
}
.img-circle {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    object-fit: cover;
    margin: 0 auto; /* Center the image horizontally */
    display: block;
}
.img-circle1 {
    border-radius: 50%;
    width: 125px;
    height: 125px;
    object-fit: cover;
   /* margin: 0 auto;  Center the image horizontally */
    display: block;
}

.social-link {
    display: inline-block;
    width: 25px; /* Adjust size as needed */
    height: 25px; /* Adjust size as needed */
    line-height: 25px; /* Center icon vertically */
    text-align: center;
    border-radius: 50%; /* Make it circular */
    background-color: #2794c4; /* Orange background */
    color: white; /* White icon color */
    margin-right: 10px; /* Adjust spacing between icons */
    text-decoration: none; /* Remove default link underline */
}

    .social-link i {
        font-size: 15px; /* Adjust icon size */
    }

.fixed-size-card {
    width: 400px; /* Set a fixed width */
    height: 420px; /* Set a fixed height */
    overflow: hidden; /* Ensure content doesn't overflow */
}

.skeleton {
    background: #e0e0e0;
    height: 500px;
    width: 100%;
    margin: 10px 0;
    animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
    0% {
        background-color: #e0e0e0;
    }

    50% {
        background-color: #f0f0f0;
    }

    100% {
        background-color: #e0e0e0;
    }
}



.skeleton-img {
    width: 100%;
    height: 200px;
    background: #e0e0e0;
}

.skeleton-title {
    width: 80%;
    height: 20px;
    background: #e0e0e0;
    margin-bottom: 10px;
}

.skeleton-text {
    width: 100%;
    height: 60px;
    background: #e0e0e0;
}

.skeleton-loader-image {
    background: #e0e0e0;
}

.skeleton-loader-text {
    display: block;
    width: 100%;
    height: 20px;
    background: #e0e0e0;
    margin-bottom: 10px;
}

.skeleton-box {
    height: 100px;
    margin: 10px 0;
}

.coming-soon {
    text-align: center;
    margin: 20px 0;
}

    .coming-soon img {
        max-width: 100%;
        height: auto;
        padding: 10px;
    }
/* for desktop */
.whatsapp_float {
    position: fixed;
    width: 55px;
    height: 55px;
  
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
  
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 16px;
}
/* for mobile */
@media screen and (max-width: 767px) {
    .whatsapp-icon {
        margin-top: 10px;
    }

    .whatsapp_float {
        width: 40px;
        height: 40px;
        
        right: 10px;
        font-size: 22px;
    }
}


.testimonial-section {
    /*background: url('/Images/testimonial-bg.jpg') no-repeat center center;*/
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    /*color: white;*/
    color: #295467;
    text-align: center;
    height:450px;
}
@media screen and (max-width: 767px) {
    .testimonial-section {
    height:auto;
    }
}

    .testimonial-section h2 {
        font-size: 2.5rem;
        margin-bottom: 20px;
        /*color: white;*/
        color: #030E13;
    }

    .testimonial-section p {
        font-size: 1.25rem;
        font-style: italic;
    }

    .testimonial-section .author {
        margin-top: 15px;
        font-size: 1.5rem;
        /*font-weight: bold;*/
    }

    .carousel {
        position: relative;
        margin-top: 20px; /* Add some space between the testimonial and carousel */
    }

    .carousel-indicators {
        position: absolute;
        bottom: -30px; /* Adjust this value to position the indicators below the testimonial section */
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        padding-left: 0;
        margin: 0;
        list-style: none;
        z-index: 10; /* Ensure indicators are on top */
    }

        .carousel-indicators li {
            background-color: white;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            margin: 0 5px;
            cursor: pointer;
        }

        .carousel-indicators .active {
            background-color: skyblue;
        }



    @media (max-width: 768px) {
        .header_text h1 {
            color: #030E13;
            font-size: 1.5rem;
        }

        #mynavbar .nav-item a {
            font-size: 1rem;
        }
    }

    h5 {
        border-bottom: 1px dotted white;
        padding-bottom: 10px;
    }

    ul {
        padding-left: 0;
    }

        ul li {
            list-style: none;
        }

            ul li a {
                text-decoration: none;
            }

                ul li a:hover {
                    text-decoration: underline;
                }


    .rowbg {
        /*background-color: #2794c4;*/
        background-color: #295467;
    }

    .font-small {
        font-size: 18px;
    }

    .font-xsmall {
        font-size: 13px;
        font-family: 'Open Sans', sans-serif;
    }

    .fixfooter {
        position: fixed;
        bottom: 0;
    }


    .about-us-section {
        background-color: #2794c4;
        color: white;
        padding: 12px 0;
        text-align: center;
        font-size: 2rem;
        text-decoration: none;
    }

        .about-us-section h1 {
            font-size: 24px;
            text-decoration: none;
        }

    h2.about-us-section {
        text-decoration: none;
    }

    p.about-us-section {
        font-size: 22px;
    }

    p.about-us-name {
        /*background-color: #2794c4;
    color: white;*/
        font-size: 14px;
        padding: 5px 0;
        text-decoration: none;
    }

    .thank-you-container {
        text-align: center;
    }

        .thank-you-container img {
            max-width: 100%;
            height: auto;
        }

        .thank-you-container h1 {
            font-size: 2rem;
            margin-top: 20px;
        }

        .thank-you-container p {
            font-size: 1rem;
            margin-top: 10px;
        }

    .btn-homepage {
        margin-top: 20px;
        background: linear-gradient(to right, #43cea2, #185a9d);
        color: white;
    }

        .btn-homepage:hover {
            background: linear-gradient(to right, #185a9d, #43cea2);
            color: white;
        }

    .textcenter {
        text-align: right;
    }

    .textcenter1 {
        text-align: center;
    }

    @media (min-width: 768px) {

        .textcenter1 {
            text-align: left;
        }
    }

    @media(max-width:768px) {
        .textcenter {
            text-align: center;
        }
    }






    /* Skeleton Loader Styles */
    .loading-text-placeholder {
        height: 20px; /* Height for text skeleton */
        background-color: #e0e0e0; /* Light gray background */
        border-radius: 4px; /* Rounded corners */
        margin-bottom: 10px; /* Space between text lines */
        animation: pulse-effect 1.5s infinite; /* Animation for loading effect */
    }

    .loading-box-placeholder {
        height: 100px; /* Height for box skeleton */
        background-color: #e0e0e0; /* Light gray background */
        border-radius: 4px; /* Rounded corners */
        margin-bottom: 10px; /* Space between boxes */
        animation: pulse-effect 1.5s infinite; /* Animation for loading effect */
    }

    .loading-image-placeholder {
        width: 100%; /* Full width for image skeleton */
        height: 150px; /* Height for image skeleton */
        background-color: #e0e0e0; /* Light gray background */
        border-radius: 8px; /* Rounded corners */
        animation: pulse-effect 1.5s infinite; /* Animation for loading effect */
    }

    /* Animation for the skeleton loaders */
    @keyframes pulse-effect {
        0% {
            opacity: 0.6; /* Start with lower opacity */
        }

        50% {
            opacity: 1; /* Increase opacity */
        }

        100% {
            opacity: 0.6; /* Return to lower opacity */
        }
    }

    .breadcrumb {
        display: flex;
        list-style: none;
        padding: 8px 0;
        margin: 0;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        content: ">";
        padding: 0 8px;
    }

    .breadcrumb-item a {
        text-decoration: none;
        color: #2794c4;
        transition: color 0.3s ease;
        font-size: 18px;
        font-weight: bold;
    }

    .breadcrumb-item.active {
        color: #030e13;
        font-size: 18px;
        font-weight: bold;
    }

    .breadcrumb-item .nostyle {
        text-decoration: none;
        color: black;
    }

    .breadcrumb-item li .nostyle a:hover {
        text-decoration: none;
        color: black;
    }

    .breadcrumb-item a:hover {
        color: black;
        text-decoration: underline;
    }

    .dropdown-toggle::after {
        vertical-align: .160em;
    }

.carouselitem {
    height:375px;
}


@media (min-width: 576px) {
   .carouselitem {
        height: auto;
    }
}

@media (min-width: 768px) {
    .carouselitem {
        height: auto;
    }
}

@media (min-width: 992px) {
    .carouselitem {
        height: auto;
    }
}

@media (min-width: 1200px) {
    .carouselitem {
        height: 375px;
    }
}

.modal-header {
    border-bottom: 1px solid #2794c4;
}

.marginauto{
    margin:auto 0px;
}