@import url('https://fonts.googleapis.com/css2?family=Anek+Telugu:wght@100..800&family=Arima:wght@100..700&family=Asta+Sans:wght@300..800&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Epunda+Slab:ital,wght@0,300..900;1,300..900&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Hind+Madurai:wght@300;400;500;600;700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Oswald:wght@200..700&family=Parkinsans:wght@300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Yantramanav:wght@100;300;400;500;700;900&display=swap');
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
body{
    font-family: "Poppins", sans-serif !important;
}
h1,h2,h3,h4,h5,h6{
  font-family: "Yantramanav", sans-serif;
    font-weight: 500;
} 
.navbar-brand img {
    width: 75px;
}
 .title h2{
     font-size:40px;
 }
  /* Extra spacing utility (Bootstrap doesn't have py-7 by default) */
  .py-lg-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .about-section {
    background: #f8fafc;
  }

  .about-circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0.22;
    filter: blur(1px);
    z-index: 0;
  }

  .about-circle-1 {
    width: 220px;
    height: 220px;
    background: radial-gradient(circle at 30% 30%, #4f46e5, #a855f7);
    top: -60px;
    right: -40px;
  }

  .about-circle-2 {
    width: 260px;
    height: 260px;
    background: radial-gradient(circle at 30% 30%, #0ea5e9, #22c55e);
    bottom: -80px;
    left: -60px;
  }

  .about-image-wrapper {
    border-radius: 1.5rem;
    overflow: hidden;
    /* transform: translateY(10px); */
  }

  .about-image-wrapper img {
    object-fit: cover;
    transition: transform 0.5s ease;
  }

  .about-image-wrapper:hover img {
    transform: scale(1.05);
  }

  .about-badge {
    position: absolute;
    top: 8%;
    left: 8%;
    z-index: 2;
    background: #ffffffcc;
    backdrop-filter: blur(6px);
    padding: 0.75rem 1.25rem;
    border-radius: 999px;
  }

  .text-gradient {
    /* background: linear-gradient(120deg, #4f46e5, #0ea5e9, #22c55e); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    color: #e5de80;
  }

  .icon-box {
    width: 44px;
    height: 44px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
  }

  .icon-box i {
    color: #4f46e5;
  }

  .stat-card {
    background: #ffffff;
    border-radius: 1rem;
    padding: 0.75rem 0.5rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
  }

   @media (max-width: 575.98px) {
    .about-badge {
      top: 6%;
      left: 50%;
      transform: translateX(-50%);
    }
  }
  /*******************************************************/
   .team-section {
    }

    .team-badge {
        font-size: 0.75rem;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .team-card {
        border: none;
        border-radius: 1.5rem;
        overflow: hidden;
        box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
        transition: transform 0.35s ease, box-shadow 0.35s ease, translate 0.35s ease;
        background: #ffffff;
        position: relative;
    }

    .team-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgb(203 196 111 / 35%), rgb(56 142 248 / 17%));
        opacity: 0;
        transition: opacity 0.35s ease;
        pointer-events: none;
    }

    .team-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 25px 60px rgba(15, 23, 42, 0.2);
    }

    .team-card:hover::before {
        opacity: 1;
    }

    .team-img-wrapper {
        position: relative;
        padding-top: 1.5rem;
    }

    .team-avatar {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        object-fit: cover;
        border: 4px solid #ffffff;
        box-shadow: 0 10px 25px rgb(15 23 42 / 12%);
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    .team-role-pill {
        position: absolute;
        right: 1.25rem;
        bottom: .75rem;
        padding: .3rem .85rem;
        border-radius: 999px;
        font-size: .7rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .08em;
        background: #0f172a;
        color: #facc15;
        box-shadow: 0 8px 20px rgba(15, 23, 42, 0.7);
        z-index: 2;
    }

    .team-name {
        font-weight: 700;
        letter-spacing: .02em;
    }

    .team-title {
        font-size: .9rem;
        text-transform: uppercase;
        letter-spacing: .16em;
        color: #6b7280;
    }

    .team-bio {
        font-size: .9rem;
        color: #222d43;
    }

    .team-social a {
    }

    .team-social a:hover {
        border-color: transparent;
        transform: translateY(-2px) scale(1.03);
        box-shadow: 0 10px 22px rgba(15, 23, 42, 0.25);
    }

    .team-social a .bi {
        transition: transform .3s ease;
    }

    .team-social a:hover .bi {
        transform: scale(1.15);
    }

    .team-chip {
        display: inline-flex;
        align-items: center;
        gap: .4rem;
        padding: .2rem .7rem;
        border-radius: 999px;
        font-size: .7rem;
        background: rgba(15, 23, 42, 0.06);
        color: #4b5563;
    }

    .team-chip span {
        width: .4rem;
        height: .4rem;
        border-radius: 999px;
        background: #22c55e;
        box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.25);
    }
    /**********************************************/
 

.news-card {
    border: none;
    border-radius: 1.25rem;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.1);
    transition: all 0.35s ease;
}

.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 14px 45px rgba(15, 23, 42, 0.18);
}

.news-img-wrap {
    height: 210px;
    overflow: hidden;
    position: relative;
}

.news-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.news-card:hover .news-img-wrap img {
    transform: scale(1.08);
}

.news-badge {
    position: absolute;
    top: .75rem;
    left: .75rem;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    padding: .35rem .65rem;
    border-radius: .5rem;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.news-date {
    color: #6b7280;
    font-size: .87rem;
}

.news-title {
}

.news-desc {
    color: #475569;
    font-size: .92rem;
}

.read-more {
    font-weight: 600;
    font-size: .9rem;
    transition: all .3s ease;
}

.read-more:hover {
    margin-left: .25rem;
}
/******************************************/
.contact-sec {
}

.contact-card {
}

.contact-title {
    font-weight: 700;
    letter-spacing: .5px;
}

.form-control,
.form-select {
    border-radius: .75rem;
    padding: .7rem .9rem;
    border-color: rgba(0,0,0,.15);
}

.form-control:focus,
.form-select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 .15rem rgba(13,110,253,0.22);
}

.contact-btn {
    padding: .75rem;
    border-radius: .75rem;
    font-weight: 600;
}

.info-item {
    display: flex;
    gap: .7rem;
    align-items: flex-start;
    padding: .75rem 0;
}

.info-item i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(145deg, #2563eb, #06b6d4);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.map-wrap iframe {
    border-radius: 1.25rem;
}
/************************************************/
     /* Footer Design */
        .footer-section {
        }

            .footer-section h5,
            .footer-section h3 {
                color: #222d43;
            }

        .footer-links li {
            margin-bottom: 8px;
        }

        .footer-links a {
            text-decoration: none;
            color: #222d43;
            transition: 0.3s;
            font-size: 0.95rem;
            font-weight: 500;
            text-transform: capitalize;
        }

            .footer-links a:hover {
                color: #fff;
                letter-spacing: 0.5px;
            }

        /* Social Icons */
        .social-icon {
            font-size: 1.25rem;
            color: #222d43;
            border: 1px solid rgb(255 255 255 / 96%);
            border-radius: 50%;
            /* padding: 8px; */
            transition: 0.3s;
            height: 35px;
            width: 35px;
            text-align: center;
            line-height: 30px;
        }

            .social-icon:hover {
                background: #fff;
                color: #0c4a6e;
                box-shadow: 0 0 8px rgba(255,255,255,.5);
            }

        /* Footer bottom */
        .footer-bottom {
            background: rgba(0,0,0,.2);
            color: #cce6ff;
            font-size: 0.9rem;
        }
        .footer-logo img{
            width:100px;
        }
        .footer-section p{
        }
        .social-icon i{
            font-size: 15px;
        } 
 .title h2{
     font-size:40px;
 }
  /* Extra spacing utility (Bootstrap doesn't have py-7 by default) */
  .py-lg-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .about-section {
    background: #f8fafc;
  }

  .about-circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0.22;
    filter: blur(1px);
    z-index: 0;
  }

  .about-circle-1 {
    width: 220px;
    height: 220px;
    background: radial-gradient(circle at 30% 30%, #4f46e5, #a855f7);
    top: -60px;
    right: -40px;
  }

  .about-circle-2 {
    width: 260px;
    height: 260px;
    background: radial-gradient(circle at 30% 30%, #0ea5e9, #22c55e);
    bottom: -80px;
    left: -60px;
  }

  .about-image-wrapper {
    border-radius: 1rem;
    overflow: hidden;
    /* transform: translateY(10px); */
  }

  .about-image-wrapper img {
    object-fit: cover;
    transition: transform 0.5s ease;
    border-radius: 1rem;
  }

  .about-image-wrapper:hover img {
    transform: scale(1.05);
  }

  .about-badge {
    position: absolute;
    top: 8%;
    left: 8%;
    z-index: 2;
    background: #ffffffcc;
    backdrop-filter: blur(6px);
    padding: 0.75rem 1.25rem;
    border-radius: 999px;
  }

  .text-gradient {
    /* background: linear-gradient(120deg, #4f46e5, #0ea5e9, #22c55e); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
  }

  .icon-box {
    width: 44px;
    height: 44px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
  }

  .icon-box i {
    color: #4f46e5;
  }

  .stat-card {
    background: #ffffff;
    border-radius: .5rem;
    padding: 1rem 0.5rem;
    box-shadow: 0 4px 30px rgb(15 23 42 / 8%);
    margin-top: 10px;
  }

  @media (max-width: 575.98px) {
    .about-badge {
      top: 6%;
      left: 50%;
      transform: translateX(-50%);
    }
  }
  /*******************************************************/
   .team-section {
           background: #f1f6ff;
           background-image: url(/assets/images/bg.png);
           background-repeat: no-repeat;
           background-size: cover;
    }

    .team-badge {
        font-size: 0.75rem;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .team-card {
        border: none;
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
        transition: transform 0.35s ease, box-shadow 0.35s ease, translate 0.35s ease;
        background: #ffffff;
        position: relative;
    }

    .team-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgb(203 196 111 / 35%), rgb(56 142 248 / 17%));
        opacity: 0;
        transition: opacity 0.35s ease;
        pointer-events: none;
    }

    .team-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 25px 60px rgba(15, 23, 42, 0.2);
    }

    .team-card:hover::before {
        opacity: 1;
    }

    .team-img-wrapper {
        position: relative;
        padding-top: 1.5rem;
    }

    .team-avatar {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        object-fit: cover;
        border: 4px solid #ffffff;
        box-shadow: 0 10px 25px rgb(15 23 42 / 12%);
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    .team-role-pill {
        position: absolute;
        right: 1.25rem;
        bottom: .75rem;
        padding: .3rem .85rem;
        border-radius: 999px;
        font-size: .7rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .08em;
        background: #0f172a;
        color: #facc15;
        box-shadow: 0 8px 20px rgba(15, 23, 42, 0.7);
        z-index: 2;
    }

    .team-name {
        font-weight: 700;
        letter-spacing: .02em;
        color: #222c43;
    }

    .team-title {
        font-size: .9rem;
        text-transform: uppercase;
        letter-spacing: .16em;
        color: #6b7280;
    }

    .team-bio {
        /* font-size: 1rem; */
        color: #000000;
    }

    .team-social a {
        width: 36px;
        height: 36px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0 .15rem;
        font-size: .9rem;
        border: 1px solid rgba(148, 163, 184, 0.7);
        color: #0f172a;
        background: rgba(255, 255, 255, 0.85);
        backdrop-filter: blur(6px);
        transition: all .3s ease;
    }

    .team-social a:hover {
        border-color: transparent;
        transform: translateY(-2px) scale(1.03);
        box-shadow: 0 10px 22px rgba(15, 23, 42, 0.25);
    }

    .team-social a .bi {
        transition: transform .3s ease;
    }

    .team-social a:hover .bi {
        transform: scale(1.15);
    }

    .team-chip {
        display: inline-flex;
        align-items: center;
        gap: .4rem;
        padding: .2rem .7rem;
        border-radius: 999px;
        font-size: .7rem;
        background: rgba(15, 23, 42, 0.06);
        color: #4b5563;
    }

    .team-chip span {
        width: .4rem;
        height: .4rem;
        border-radius: 999px;
        background: #22c55e;
        box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.25);
    }
    /**********************************************/
    .news-sec {
   position:relative;
   background: #232b44;
}

.news-card {
    border: none;
    border-radius: 1.25rem;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.1);
    transition: all 0.35s ease;
    margin-bottom: 20px;
}

.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 14px 45px rgba(15, 23, 42, 0.18);
}

.news-img-wrap {
    height: 210px;
    overflow: hidden;
    position: relative;
}

.news-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.news-card:hover .news-img-wrap img {
    transform: scale(1.08);
}

.news-badge {
    position: absolute;
    top: .75rem;
    left: .75rem;
    background: #e5df7d;
    color: #222d43;
    padding: .35rem .65rem;
    border-radius: .5rem;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 500;
}

.news-date {
    color: #6b7280;
    font-size: .87rem;
}

.news-title {
    font-size: 1.3rem;
    font-weight: 500;
    margin: .35rem 0 .5rem;
    line-height: 1.4rem;
    color: #222d43;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-desc {
    color: #475569;
    font-size: .92rem;
}

.read-more {
    font-weight: 600;
    font-size: .9rem;
    transition: all .3s ease;
}

.read-more:hover {
    margin-left: .25rem;
    color: #e5df7d !important;
}
/******************************************/
.contact-sec {background-image: url(/assets/images/bg.png);background-repeat: no-repeat;background-size: cover;}

.contact-card {
    border: none;
    border-radius: 1.5rem;
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.6);
    box-shadow: 0 15px 40px -13px rgba(0,0,0,0.16);
}

.contact-title {
    font-weight: 700;
    letter-spacing: .5px;
}

.form-control,
.form-select {
    border-radius: .75rem;
    padding: .7rem .9rem;
    border-color: rgb(229 223 125);
}

.form-control:focus,
.form-select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 .15rem rgba(13,110,253,0.22);
}

.contact-btn {
    padding: .75rem;
    border-radius: .75rem;
    font-weight: 600;
}

.info-item {
    display: flex;
    gap: .7rem;
    align-items: flex-start;
    padding: .75rem 0;
}

.info-item i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #e5df7d;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222b43;
}

.map-wrap iframe {
    border-radius: 1.25rem;
}
/************************************************/
     /* Footer Design */
        .footer-section {
            /* background: linear-gradient(135deg, #dfdfdf, #cdcdcd); */
            background: #efefef;
            padding: 40px 0 0;
        }

            .footer-section h5,
            .footer-section h3 {
                color: #222d43;
                font-weight: 700;
                font-size: 1.4rem;
            }

        .footer-links li {
            margin-bottom: 8px;
        }

        .footer-links a {
            text-decoration: none;
            color: #222d43;
            transition: 0.3s;
            font-size: 0.95rem;
            font-weight: 500;
            text-transform: capitalize;
        }

            .footer-links a:hover {
                color: #e5df7d;
                letter-spacing: 0.5px;
            }

        /* Social Icons */
        .social-icon {
            font-size: 1.25rem;
            color: #222d43;
            border: 1px solid #222d43;
            border-radius: 50%;
            /* padding: 8px; */
            transition: 0.3s;
            height: 35px;
            width: 35px;
            text-align: center;
            line-height: 30px;
        }

            .social-icon:hover {
                background: #e5df7d;
                color: #ffffff;
                box-shadow: 0 0 8px rgba(255,255,255,.5);
                border-color: #e5df7d;
            }

        /* Footer bottom */
        .footer-bottom {
            background: rgb(227 227 227);
            color: #222d43;
            font-size: 0.9rem;
            font-weight: 500;
        }
        .footer-logo img{
            width:100px;
        }
        .footer-section p{
                color: #222d43;
                font-weight: 500;
                margin-bottom: 8px;
                font-size: 0.95rem;
        }
        .social-icon i{
            font-size: 15px;
        }
        .btn-primary{

        }
        .sticky {
      position: sticky !important;
      top: 0;
      z-index: 99;
      background: #fff;
      box-shadow: 2px 2px 13px #dfdfdf;
}
        .membership-form{
                padding: 40px 0;
                background-image: url(/assets/images/bg.png);
                background-repeat: no-repeat;
                background-size: cover;
        }
        .form-cont{
                    background: #fff;
    padding: 30px 30px !important;
    border-radius: 10px;
    box-shadow: 2px 2px 35px -9px #e3e3e3;
        }
        .form-contin{
              background-color: #f8f9fa;
    border-radius: .25rem;
    padding: 1rem;
    border: 1px solid #efefef;
    margin-bottom: 20px;
        }
        .form-control:focus{ 
    border-color: #d9d9d9 !important; 
    box-shadow: none !important; 
        }
        .form-select:focus{ 
    border-color: #d9d9d9 !important; 
    box-shadow: none !important; 
        }
        .info-item small{
            color: #222d43 !important;
    font-weight: 500;
    font-size: 15px;
        }
        .about-section{
            /* background:#fff; */
            /* background: linear-gradient(135deg, rgb(203 196 111 / 35%), rgb(56 142 248 / 17%)); */
        }
        /********************************************/
          

        .masonry {
             /* Number of columns */
            gap: 0px; /* Space between columns */
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .masonry-item {
            display: inline-masonry;
            width: 24%;
            margin-bottom: 15px;
            background: white;
            /* padding: 10px; */
            border-radius: 8px;
            box-shadow: 0 4px 21px -8px rgb(0 0 0 / 11%);
        }

        .masonry-item img {
            max-width: 100%;
            border-radius: 6px;
            width: auto;
            /* opacity: .6; */
            aspect-ratio: 1/1;
            object-fit: cover;
        }
  @media (max-width: 1200px) {
            .masonry {
                column-count: 5;
            }
        }
  @media (max-width: 1024px) {
            .masonry {
                column-count: 4;
            }
        }
          @media (max-width: 990px) {
            .masonry {
                column-count: 3;
            }
        }
        
        @media (max-width: 768px) {
            .masonry {
                column-count: 2;
            }
        }
      

        @media (max-width: 480px) {
            .masonry {
                column-count: 1;
            }
        }
        .stat-card small{
                color: #51565a !important;
    font-weight: 500;
        }
        .navbar-toggler-icon img{
            width: 25px;
        }
        h2 span{
                color: #e5df7d;
        }
        .inner-banner{
               background-image: url(/assets/images/inner-img.svg);
                height: 250px;
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
        }
        .text-justify{
            text-align:justify;
        }
       .btn {
        color: #222d43 !important;
        background-color: #e5df7d !important;
        border-color: #e5df7d !important;
        padding: 10px 20px !important;
        font-weight: 500 !important;
        transform: scale(1);
        transition: .3s !important;
        border-radius: 30px;
}
.btn:hover {
    color: #222d43 !important;
    background-color: transparent !important;
    border-color: #dbd578 !important;
    transform: scale(1.1);
    transition: .3s !important;
}
   
    .social-icons .btn{
            height: 40px;
    width: 40px;
    text-align: center !important;
    padding: 9px 13px !important;
    }
    .form-label { 
    color: #222d43;
}
    h4 {
    color: #222d43;
}
label {
     color: #222d43;
}
   .footer-section .p { 
    width: 90%;
    margin: 12px 0 0;
}
   h2{
       font-size: 3.5rem;
       font-weight:600;
       color: #222d43;
   }
   p{

font-size: .92rem;

}
   .gallery {
     
}
   .navbar-nav .nav-link:hover{
       color: #e5df7d;
   }
 .news-sec::before  {
       content: "";
       position: absolute;
       left: 0;
       top: 0;
       background-image: url(/assets/images/01.png);
       background-repeat: no-repeat;
       background-position: center;
       background-size: cover;
       width: 100%;
       height: 100%;
       opacity: 0.08;
       /* z-index: -1; */
   }
 .news-card p{
      display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;  
  overflow: hidden;
 }
 .news-sec .container{
     position:relative;
 }
 .about-pd-left{
     padding-left:30px;
 }
 .news-sec .btn:hover {
    color: #fff !important;
 }
 .footer-section p i{
     margin-right:10px;
 }
 .footer-links a i{
   margin-right: 5px;
   font-size: 14px;
 }
 .footer-section p a{
    color: #222d43; 
    text-decoration:none;
}
 .footer-section p a:hover{
    color:#e5df7d; 
}
 th {
    font-size: .9rem;
}

td {
    font-size: .9rem;
}
@media (max-width: 991px) {
     .team-card {
        margin-bottom: 15px;
    }

    .about-pd-left {
        padding-left: 10px;
    }

    .about-image-wrapper {
        margin-bottom: 15px;
    }

    .mobile-btn {
        position: absolute;
        right: 125px;
        top: 22px;
    }

    .btn {
        padding: 8px 15px !important;
        font-size: .8rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    .navbar-collapse {
        background: #f1f1f1;
        margin-right: 0 !important;
        padding: 10px 10px;
    }

    .navbar-nav .nav-link { 
        padding: 2px 14px;
    }
    .navbar-brand img {
    width: 65px;
}
}
@media (max-width: 768px) {
    .team-card {
        margin-bottom: 15px;
    }

    .about-pd-left {
        padding-left: 10px;
    }

    .about-image-wrapper {
        margin-bottom: 15px;
    }

    .mobile-btn {
        position: absolute;
        right: 105px;
        top: 22px;
    }

    .btn {
        padding: 8px 15px !important;
        font-size: .8rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    .navbar-collapse {
        background: #f1f1f1;
        margin-right: 0 !important;
        padding: 10px 10px;
    }

    .navbar-nav .nav-link { 
        padding: 2px 14px;
    }
    .navbar-brand img {
    width: 65px;
}
}
   @media (max-width: 767px) {
    .team-card {
    margin-bottom: 15px;
    }
    .about-pd-left {
    padding-left: 10px;
}
    .about-image-wrapper {
         margin-bottom: 15px;
    }
        .mobile-btn { 
        right: 75px; 
        top: 25px;
    }

  }