.bg-sky{
    background-color:#90EE90 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 */

.card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card img:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.border {
    border: 2px solid #c24244;
}

/* 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: #90EE90;
    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: #90EE90;
        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: #90EE90;
}

.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;
}

.bg-orange{
    background-color: orange;
}
.bg-faint-orange
{
   background-color: rgb(244, 221, 179);
}
