.bg-sky{
    background-color: rgb(164, 225, 250);
}

.navbar-brand {
    letter-spacing: 3px;
    color: black;
}


.navbar-brand:hover {
    color: white;
    transition: all 0.5s;
}


.navbar-scroll .nav-link,
.navbar-scroll .fa-bars {
    color: black;
}

.navbar-scrolled .nav-link,
.navbar-scrolled .fa-bars {
    color: black;
}

.navbar-scrolled {
    background-color: #ffede7;
}

.navbar-nav li a {
    font-weight: bold;
}

/* .navbar-nav li {
    border-left: 1px solid black;
} */

.navbar-nav li:first-child {
    border-left: none;
}



/* card css */

#liSlider .carousel-item {
    background-color: transparent;
    width: 100%; /* Full width for individual carousel items */
}
    #liSlider .carousel-inner {
        background-color: transparent;
    }

    #liSlider .carousel-item {
        background-color: transparent;
    }

    #liSlider .list-group-item {
        background-color: transparent;
        border: none; /* Optional: Remove list item borders for a cleaner look */
        color: black; /* Set text color to ensure visibility */
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        filter: invert(1); /* Turns control icons white for better visibility */
    }
    .bg-glass{
       
        background: rgba(255, 255, 255, 0.1); /* Transparent white */
        border-radius: 20px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); 
        backdrop-filter: blur(1px); /* Core Glassmorphism effect */
        -webkit-backdrop-filter: blur(5px); /* For Safari support */
        border: 1px solid rgba(255, 255, 255, 0.3);
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        
        font-size: 24px;
        text-align: center;
    }




    .glass-effect {
        width: 400px;
        height: 300px;
        background: rgba(255, 255, 255, 0.1); /* Transparent white */
        border-radius: 20px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); 
        backdrop-filter: blur(15px); /* Core Glassmorphism effect */
        -webkit-backdrop-filter: blur(15px); /* For Safari support */
        border: 1px solid rgba(255, 255, 255, 0.3);
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 24px;
        text-align: center;
    }






/* @import url("https://fonts.googleapis.com/css?family=Work+Sans&display=swap");
a:link {
text-decoration: none;
}



.bread_ol {
list-style-type: none;
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
}

a:focus {
outline: thin dotted;
}

a:link {
touch-action: manipulation;
}

a:active,
a:hover {
outline: 0;
}

a:visited:not([rel=external]) {
color: currentColor;
}



.o-inline-svg-icon {
stroke: currentColor;
}
.o-inline-svg-icon--baseline {
position: relative;
top: 0.125em;
width: 1em;
height: 1em;
}

.c-navigation-breadcrumbs__directory {
display: flex;
}
.c-navigation-breadcrumbs__link:link {
color: #007c89;
}
.c-navigation-breadcrumbs__link:link:hover {
background-image: linear-gradient(currentColor, currentColor);
background-size: auto 1px;
background-repeat: repeat-x;
background-position: 0 calc(50% + 1ex);
}
@media (max-width: 500px) {
.c-navigation-breadcrumbs__item:not(:nth-last-child(2)) {
display: none;
}
.c-navigation-breadcrumbs__link:before {
display: inline-block;
content: "​";
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23007c89' stroke-width='2' stroke-linecap='round' stroke-linejoin='round%5C'%3E%3Cline x1='19' y1='12' x2='5' y2='12'%3E%3C/line%3E%3Cpolyline points='12 19 5 12 12 5'%3E%3C/polyline%3E%3C/svg%3E") center/16px 16px no-repeat;
width: 16px;
}
}
@media (min-width: 501px) {
.c-navigation-breadcrumbs__item:nth-last-child(n+2):after {
display: inline-block;
content: "​";
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23767676' stroke-width='2' stroke-linecap='round' stroke-linejoin='round%5C'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") center/16px 16px no-repeat;
width: 16px;
margin: 0 8px;
}
.c-navigation-breadcrumbs__link {
display: block;
float: left;
}
}

.u-visually-hidden {
position: absolute;
left: -10000px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
} */





.custom-card {
background-color: #f8f9fa;
border: 1px solid blue;
border-radius: 0.25rem;
padding: 1rem;
display: flex;
align-items: center;
}
.custom-card i {
font-size: 1.25rem;
}
.custom-card .text {
margin-left: 1rem;
font-size: 1.125rem;
}

.text-justify{
text-align: justify;
}



/* heading tag css */

.heading {
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.heading:after, .heading:before {
    content: " ";
    display: block;
    height: 3px;
    background-color: blue;
    flex-grow: 1;
}
.heading:before {
    margin-right: 20px;
    max-width: 45%;
}
.heading:after {
    margin-left: 20px;
    max-width: 45%;
}
@media (max-width: 768px) {
    .heading:before, .heading:after {
        max-width: 30%;
    }
}
@media (max-width: 480px) {
    .heading:before, .heading:after {
        max-width: 20%;
    }
}



.font-85{
    font-size: 85px;
    opacity: 0.6;
}
/* 
slider css */



  
  .team-member {
    flex: 0 0 calc(25% - 20px); /* Make cards smaller and adjust width to account for margin */
    margin: 0 10px; /* Margin between cards */
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* Enhanced shadow for better depth */
    background: #fff; /* Background color for contrast */
    border-radius: 8px; /* Rounded corners */
    overflow: hidden; /* Keeps the image and content contained within the border-radius */
  }
  
  .team-member img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-33.3333%); /* Adjust the translateX percentage for smaller card width */
    }
  }

     .team-slider {
        display: flex;
        gap: 15px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
       
        -ms-overflow-style: none;
    }
    .team-slider::-webkit-scrollbar {
        display: none;
    }
    .team-member {
        flex: 0 0 auto;
        width: 200px;
        scroll-snap-align: center;
    }

    .icon-circle {
        background-color: #1E3A8A;
        color: white;
        padding: 10px;
        border-radius: 50%;
    }



  
/* Footer Top Bar Styles Starts */

.footer-top-bar {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #c01212;
}

.footer-top-bar h3 {
    margin-top: 10px;
    margin-bottom: 0;
    color: #fff;
}

.footer-top-bar .btn-black {
    padding: 15px 40px;
    font-size: 16px;
    font-weight: bold;
}


/* Footer Styles Starts */

.footer-area {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color:  rgba(164, 226, 250, 0.466);
}

.footer-area,
.footer-area a {
    color: black;
}

.footer-area a:hover {
    color: blue ;
}

.footer-area h4 {
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
    color: black;
}

.footer-area h4:after {
    content: "";
    position: absolute;
    width: 69px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: black;
}

.footer-area ul {
    margin-bottom: 0;
}

.footer-area li+li {
    margin-top: 10px;
}

.footer-area li .fa {
    margin-right: 7px;
    font-weight: bold;
}

.footer-area .address-list {
    margin-top: 15px;
    margin-bottom: 0;
}

.footer-area .address-list li {
    margin-top: 10px;
}

.footer-area .address-list li i {
    margin: 8px 20px 0 0;
    float: left;
    color: black;
}

.footer-area .address-list li.address .fa {
    margin: 8px 16px 20px 0;
    font-size: 18px;
}

.footer-area .tweets-list li {
    margin-top: 10px;
}

.footer-area .tweets-list li .fa {
    margin: 7px 12px 20px 0;
    color: #fff;
    font-size: 18px;
    float: left;
}

.footer-area .tweets-list li a:hover {
    text-decoration: underline;
}

.footer-area .newsletter {
    margin-top: 35px;
}

.footer-area .newsletter .form-control {
    padding: 15px 20px;
    height: 52px;
    color: #fff;
    background-color: #434343;
    border-color: #595959;
}

.footer-area .newsletter .form-control:focus {
    border-color: #777;
}

.footer-area .footer-logo {
    margin-bottom: 28px;
}

.footer-area .newsletter .btn-1 {
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: 500;
}

.quick-links li {
    width: 50%;
    float: left;
}

.footer-area .quick-links li+li {
    margin-top: 0 !important;
    margin-bottom: 6px;
}

.footer-dec{
padding-right: 20px;
}

.card-img-top{
    height: fit-content;
}
.py-2{
padding: 5px;
}