@import url(https://fonts.googleapis.com/css2?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&display=swap%27);

* {
    font-family: "Poppins";
    margin: 0;
}

:root {
    --bg-grey: #E5E5E5;
    --bg-nav-red: #db3539;
}

.section {
    text-align: center;
}

.card-font{
    font-size: 14px;
}
.text-gray{
    color: #b3af9c !important;
}
.btn-bg-theme{
    background-color: var(--bg-nav-red);
}
.td-none{
    text-decoration: none !important;
}

.upload-btn{
    width: 100%;
    color:#fff;
    background-color:#000;
    text-align: center;
    padding:5px;
    cursor:pointer;
}
/* .top-bar a{
    color:#000 !important; 
} */

.leader-social-icon{
    height: 30px;
    width: 30px;
    border: 1px solid var(--bg-nav-red);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-size: 15px;
}

.fb-color{
    background: #3b5998 !important;
    border-color: #3b5998 !important;
    color: #fff !important;
}
.insta-color{
    background: #C13584 !important;
    border-color: #C13584 !important;
    color: #fff !important;
}
.twitter-color{
    background: #1DA1F2 !important;
    border-color: #1DA1F2 !important;
    color: #fff !important;
}

.social-icon .fa-facebook-f {
    background: #3b5998 !important;
    border-color: #3b5998 !important;
    color: #fff !important;
    line-height: 23px;
    width: 25px;
    height: 25px;
    font-size: 12px;
    transition: all 0.3s ease-out;
    padding: 5px;
    border-radius: 100px;
}

.media-img{
    width: 100%;
    height: 225px;
}

.nav-item{
    margin-right: 10px;
}

.social-icon  .fa-twitter, .social-icon .fa-share-alt {
    background: #1da1f2 !important;
    border-color: #1da1f2 !important;
    color: #fff !important;
    line-height: 23px;
    width: 25px;
    height: 25px;
    font-size: 12px;
    transition: all 0.3s ease-out;
    padding: 5px;
    border-radius: 100px;
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    display: block;
}

.fp-slidesNav {
    bottom: 20px;
    z-index: 10;
}

.fp-slidesNav ul li a {
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    background: transparent;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.fp-slidesNav {
    bottom: 30px;
}

.fp-slidesNav ul li a {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(104, 160, 255, 0.2);
    transition: transform 0.3s, background 0.3s;
    border: 2px solid #F2500F;
}

.fp-slidesNav ul li a.active {
    background: linear-gradient(135deg, #F2500F, #F2500F);
    transform: scale(1.2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.fp-watermark {
    display: none !important;
}


.hero-bg-image {
    width: 100%;
    max-height: 100vh;
}

.nav-top-menu {
    display: flex;
    justify-content: end;
    padding-right: 15px;
}

.top-menu {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    color: white;
}

.nav-top-menu li {
    display: inline;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
}

.navbar {
    padding: 0px;
    width: 100%;
}

dl,
ol,
ul p {
    margin-top: 0;
    margin-bottom: 0;
}

/* Base Styles */

.icon-down {
    padding-left: 10px;
    font-size: 15px;
    font-weight: 800;
}

.navbar-collapse {
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
}

/* .navbar-nav li {
    margin-left: 20px;
} */



.navbar-nav .nav-link {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    gap: 10px;
}

.nav-font {
    color: #FFF;
    font-family: "Source Sans 3";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

.nav-background {
    background-color: transparent;
}

.navbar-brand {
    font-size: 24px;
    padding: 0 15px;
    margin-top: -22px;
}

.navbar-toggler {
    font-size: 24px;
    padding: 10px;
}

@media (max-width:1025px) {
    .nav-top-menu {
        display: none;
    }

    .navbar-nav {
        width: 100%;
        padding: 15px;
    }
}


/* For tablets and smaller screens (max-width: 992px) */
@media (max-width: 768px) {
    .hero-bg-image {
        width: 100%;
        height: 600px;
    }

    .navbar-nav {
        overflow-y: hidden;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        flex-direction: column;
        padding: 25px;
        align-items: flex-start;
        background: linear-gradient(90deg, #EE480C, #F76615);
        border-radius: 10px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    }


    .nav-top-menu {
        display: none;
    }

    .navbar-toggler {
        font-size: 20px;
    }

    .navbar-brand {
        padding-left: 10px;
        font-size: 20px;
    }

    .navbar-nav .nav-link {
        font-size: 14px;
    }
}

/* For extra small screens (max-width: 576px) */
@media (max-width: 576px) {
    .navbar-toggler {
        font-size: 18px;
        padding: 5px;
    }
    .navbar-nav {
        z-index: 1;
        overflow-y: hidden;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        flex-direction: column;
        padding: 5px;
        align-items: flex-start;
        background: linear-gradient(90deg, #EE480C, #F76615);
        border-radius: 10px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    }

    .navbar-nav .nav-link {
        font-size: 12px;
    }

    .navbar-brand {
        font-size: 16px;
    }
}

@media (min-width:1022px) {
    .hero-bg-image {
        width: 100%;
        height: 800px;
    }
}

.c-nav-link-btn{
    background: #008000;
    padding: 4px 15px !important;
    color: #fff !important;
    border-radius: 5px;
}

.gap-buttons {
    gap: 10px;
    display: flex;
    justify-content: flex-end;
}

.custom-button {
    max-width: 100%;
    background-color: transparent;
    border-radius: 5px;
    font-size: 14px;
    height: 30px;
    width: 100px;
    border: 1px solid #ccc;
    /* Add a border for visibility */
    cursor: pointer;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#008000;
}
.custom-button:hover{
    color:#fff;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .gap-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        /* Larger gap for better spacing on small screens */
    }

    .button-container {
        margin-right: 0;
    }

    .custom-button {
        max-width: 100%;
        /* Adjust button width for smaller screens */
        width: 100px;
    }
}


.custom-list {
    padding: 0;
    list-style-type: disc;
    color: #D6D6D6;
}

.custom-list li {
    color: #D6D6D6;
    text-align: start;
    margin-bottom: 10px;
    font-size: 17px;
}

.custom-list li::marker {
    color: #D6D6D6;
    /* Makes the bullet dots white */
}

.social {
    display: flex;
    justify-content: space-evenly;
}

.social .bi {
    color: #FFF;
    width: 20px;
    height: 20px;
}





.title-text {
    font-size: 34px;
    margin: 0;
}


.btn-style {
    margin-top: 20px;
    color: white;
    border: none;
    width: 151px;
    height: 51px;
    top: 975px;
    /* left: 1184px; */
    gap: 0px;
    border-radius: 5px;
    opacity: 0px;
    background: rgba(255, 133, 2, 1);
}

.head-desc {
    margin-top: 20px;
    color: #666666;
    text-align: justify;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.1ch;
    font-weight: normal;
}


.title-top {
    background-color: var(--bg-grey);
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
}

.bio-button-text {
    font-size: 28px;
    font-weight: 1000;
    padding: 10px;
    color: rgb(88, 87, 87);
}

.green-btn{
    background-color: #008000 !important;
}


.img-card {
    margin-top: 10px;
    width: 100%;
    height: auto;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    gap: 20px;
}




.bio-card-image {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 300px;
}

.calling {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 70px;
    width: 100%;
}

.custom-card-body {
    padding: 20px;
    text-align: start;
}

.image {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.img-font {
    font-size: 1rem;
    color: gray;
}

.img-span-size {
    font-size: 1rem;
}

.scrol-image {
    width: 100%;
    max-height: 100vh;
}

.JSP-image {
    width: 100%;
    height: 100%;
}

.hero-title {
    color: white;
    font-size: 45px;
    font-weight: 900;
}

.hero-sub {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
    color: white;
}

.hero-desc {
    color: #76757D;
    margin-top: 20px
}

.four-button {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 50px;
}

.red-button {
    width: 200px;
    height: 50px;
    font-size: 14px;
    max-width: 150px;
}

.background {
    margin-top: 50px;
    background-color: #1A1728
}

.span {
    color: red;
}

@media (max-width:768px) {


    .custom-card-body {
        padding: 5px;
        text-align: start;
    }

    .four-button {
        display: block;
        text-align: center;
    }

    .red-button {
        width: 100%;
        height: 50px;
        font-size: 14px;
        max-width: 600px;
        margin-top: 10px;
    }
}

/* section6  */
.black {
    background-color: rgb(213, 215, 218);
    color: rgb(39, 36, 36);
    padding: 8px;
    border-radius: 2px;

}

.black a {
    color: rgb(41, 37, 37);
    size: 100%;
}

.card-img-top {
    width: 100%;
    height: 250px;
    border-top-left-radius: 150px;
}




.event .slider {
    padding: 0 0;
    overflow: hidden;
}

.event.slider .slide-item {
    text-align: left;
    height: 450px;
    width: 330px !important;
    overflow: hidden;
    position: relative;
}

.event .slider .slide-item img {
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jsp-card {
    width: 100%;
    height: 380px;
    background-color: rgb(255, 255, 255);
    border: .1px solid grey;
    border-radius: 7px;
    /* padding: 35px; */
    border: none;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.25);
    gap: 20px;
}

.jsp-inside-card {
    width: 100%;
    height: 382px;
    background-color: rgb(255, 255, 255);
    border: .5px solid grey;
    border-radius: 7px;
    position: relative;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.25);
}

/* .jsp-inside-card img{
    height: 250px;
} */
 
.issue-btn{
    text-decoration: none;
    border: 1px solid black;
    padding: 5px;
    color: #000;
}

.jsp-bottom-left-image {
    position: absolute;
    display: flex;
    bottom: 0;
    left: 0;
    background-color: rgb(16, 5, 31);
    border-top-right-radius: 30px;
    border-bottom-left-radius: 6.5px;
    width: 40%;
    height: 35px;
}

.jsp-bottom-right-image {
    position: absolute;
    display: flex;
    bottom: 0;
    right: 0;
    background-color: rgb(16, 5, 31);
    border-top-left-radius: 30px;
    border-bottom-right-radius: 6.5px;
    width: 25%;
    height: 35px;
    justify-content: center;
}

@media (max-width:768px) {
    .jsp-card {
        margin-top: 20px;
        width: 100%;
        height: 380px;
        background-color: rgb(255, 255, 255);
        border: .1px solid grey;
        border-radius: 7px;
        /* padding: 35px; */
        box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.25);
    }

    .jsp-bottom-left-image {
        position: absolute;
        display: flex;
        bottom: 0;
        left: 0;
        background-color: rgb(16, 5, 31);
        border-top-right-radius: 30px;
        border-bottom-left-radius: 6.5px;
        width: 60%;
        height: 30px;
    }

    .jsp-bottom-right-image {
        position: absolute;
        display: flex;
        bottom: 0;
        right: 0;
        background-color: rgb(16, 5, 31);
        border-top-left-radius: 30px;
        border-bottom-right-radius: 6.5px;
        width: 35%;
        height: 30px;
    }

}


.social-icons {
    width: 30px;
    height: 30px;
}

.click {
    width: 10px;
    height: 29px;

}

.onclick {
    margin-top: 50px;
    width: 50%;
    height: 35px;
    display: flex;
    border-top-right-radius: 30px;
    background-color: rgb(16, 5, 31);

}

.botrd {
    display: flex;
    justify-content: space-between;

}

.yesclick {
    margin-top: 50px;
    width: 30%;
    height: 35px;
    display: flex;
    border-top-left-radius: 30px;
    background-color: rgb(16, 5, 31);

}

.road {
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.25);

}

.pain {
    height: 250px;
    width: 100%;
}

.leader {
    width: 23px;
    height: 23px;
    margin-top: 6px;
}

.date {
    font-size: 10px;
    color: white;
    margin-top: 10px;


}

.lang {
    font-size: 10px;
    color: white;
    margin-left: 5px;
    margin-top: 4px;
    margin-top: 10px;
}

.lange {
    font-size: 10px;
    color: white;
    margin-left: 5px;
    margin-top: 4px;
    margin-left: 20px;
    margin-top: 10px;

}

.border-style {
    border-radius: 30px;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.25);

}

.card-title-1 {
    font-size: 1.5rem;
    font-weight: 800;
    text-align: center;
}



/* Apply flex to center the button inside the card-body */
/* .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} */

.butttons {
    width: 40%;
    padding: 2px 2px 2px 2px;
    border-radius: 5px;
    background-color: white;
}

.bio-img-card {
    margin-top: 10px;
    width: 100%;
    height: 400px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    gap: 20px;
}

.bio-img-right-card {
    margin-top: 10px;
    width: 100%;
    height: 400px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    gap: 20px;
    position: relative;
    overflow: hidden;
}

.bio-card-play-icon {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bio-card-icon {
    font-size: 60px;
    color: white;
}

/* section7 */
.bio-card-desc {
    padding: 10px;
    margin-top: 1rem;
    color: #17222B;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    width: 100%;
}


.bio-card-title {
    font-size: 25px;
    height: 30px;
}

.bio-card-titles {
    font-size: 25px;
    width: 350px;
    height: 8px;
}

.bio-arrow {
    font-size: 20px;
    font-weight: 1000;
    padding: 10px;
    color: rgb(147, 141, 141);
}

.bio-card-subtitle {
    width: 405px;
    max-width: 100%;
    height: 20px;
    top: 6769.34px;
    color: rgb(15, 15, 15);
    left: 77px;
    gap: 0px;
    margin-top: 1rem;
    opacity: 0px;
    font-weight: 400;
    font-size: 22px;
}



.bio-button {
    margin-top: 20px;
    width: 100%;
    height: 55px;
    background-color: #E5E5E5;
    margin-left: 4px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.bi-play-fill {
    top: 30%;
}

.card-title-bjp {
    width: 276.16px;
    height: 43px;
    top: 6579px;
    left: 101.74px;
    gap: 0px;
    opacity: 0px;
    font-weight: 800;
    text-align: center;

}

.gradient-underline {
    display: inline-block;
    position: relative;
}
.gradient-underline::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, var(--bg-nav-red), var(--bg-nav-red), var(--bg-nav-red), green, var(--bg-nav-red), indigo, violet);
}

.zigzag-underline {
    position: relative;
    display: inline-block;
}
.zigzag-underline::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 10px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="10"><path d="M0,10 L10,0 L20,10 L30,0 L40,10 L50,0 L60,10 L70,0 L80,10 L90,0 L100,10" fill="none" stroke="black" stroke-width="2"/></svg>') no-repeat;
    background-size: 100% 100%;
}

/* .card-body {
    box-shadow: 1.5px 1.5px 1.5px 1.5px rgb(213, 211, 211);
} */

.footer {
    background-color: var(--bg-nav-red);
    /* height: 100vh; */
    padding-top: 20px;
}

.footer .bi {
    color: #FFF;
}

.footer-bold-font {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 800px;
    text-align: start;
}

.footer-small-font {
    color: #D6D6D6;
    font-size: 14px;
    font-weight: 400;
    text-align: start;
}

#fullpage .fp-section:first-child .fp-slidesNav ul li a {
    background-color: rgb(253, 253, 253);
    border-radius: 50%;
    opacity: 1;
}

@media (max-width:768px) {
    .bio-card-title {
        font-size: 18px;
    }

    .bio-card-titles {
        font-size: 18px;
    }
}



.swiper-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.slider-profile-name {
    font-size: 14px;
    font-weight: 200;
    color: #333;
    margin-bottom: 0.5rem;
}

.slider-designation {
    font-size: 14px;
    color: var(--green-color);
    margin-bottom: 0;
}

.swipper-paragraph {
    font-size: 18px;
    color: var(--sc);
    font-family: var(--font-public);
    font-weight: 500;
}

.software-btn-container {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 500px;
    margin: 20px auto;
    gap: 50px;
}

.software-button {
    background-color: var(--green-color);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    font-size: 20px;
    padding: 5px 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.software-button.prev {
    margin-right: 10px;
}

.software-button.next {
    margin-left: 10px;
}

.software-button.prev::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f104';
    margin-right: 8px;
    font-weight: 900;
}

.software-button.next::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f105';
    margin-left: 8px;
    font-weight: 900;
}

@media (max-width: 768px) {
    .swiper-slide {
        padding: 8px;
        margin-bottom: 30px;
        border-radius: 10px;
        background-color: var(--white);
        padding: 10px;
        width: 100%;
        height: 500px;
        margin-bottom: 50px;
        display: block;
        box-sizing: border-box;
    }

    .swiper-wrapper {
        flex-direction: row;
        gap: 15px;
    }

    .slider-profile-name,
    .slider-designation {
        font-size: 12px;
    }

    .swipper-paragraph {
        font-size: 21.6px;
    }

    .software-btn-container {
        width: 100%;
        justify-content: center;
        gap: 20px;
    }

    .software-button {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .swiper-slide {
        padding: 8px;
        margin-bottom: 30px;
        border-radius: 10px;
        background-color: var(--white);
        padding: 10px;
        width: 100%;
        height: 300px;
        display: block;
        box-sizing: border-box;
    }


    .swiper-wrapper {
        flex-direction: row;
        gap: 10px;
    }

    .slider-profile-name,
    .slider-designation {
        font-size: 10px;
    }

    .swipper-paragraph {
        font-size: 12px;
        margin: 0px;
    }


    .software-btn-container {
        width: 100%;
        justify-content: center;
        gap: 15px;
    }

    .software-button {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
}

.slider {
    padding: 0 0;
    overflow: hidden;
}

.slider .slide-item {
    text-align: left;
    height: 500px;
    width: 265px !important;
    overflow: hidden;
    position: relative;
}

.slider .slide-item img {
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom-left-radius: 79px;
    border-bottom-right-radius: 0px;
}

.swiper-button-prev,
.swiper-button-next {
    background-color: #103B14;
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0px 0px 2px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
    color: #f3f3f3;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: '';
    font-size: 18px;
    color: #F2500F;
}

.swiper-button-prev:after {
    content: '◁';
}

.swiper-button-next:after {
    content: '▷';
}

.swiper-rtl .swiper-button-prev:after {
    content: '▷';
}

.swiper-rtl .swiper-button-next:after {
    content: '◁';
}


.dropdown-toggle::after {
    display: none !important;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.leadership-bg{
    padding: 50px 0px;
    background: rgb(219,53,57);
    background: linear-gradient(346deg, rgba(219,53,57,1) 0%, rgba(201,75,78,1) 27%, rgba(219,53,57,1) 100%);
}
.leadership-bg .leader-wrapper{
    border: 5px solid ghostwhite;
    padding: 5px;
    height: 286px;
    width: 286px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    -webkit-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
}
.leadership-bg .leader-img{
    width: 250px;
    height: 250px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.leadership-bg .leader-name{
    font-size: 40px;
}




/****************************
   Main Home Stype
*****************************/
/* .box-shadow-lt{
    box-shadow: 1.5px 1.5px 1.5px 1.5px rgb(213, 211, 211);
}     */

.text-mute{
    color:#808080;
}

.custom-card img{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.custom-card{
    border-radius: 15px;
}

.top-bar a{
    color:#fff;
}
.navbar-wraper{
    position:absolute;
    width: 100%;
    z-index: 500;
    padding-top: 3px;
    background: #ffffffab;
}
.navbar-brand img{
    height: 80px;
    width: 188px;
}
.navbar-brand span{
    color:#000;
    font-size: 14px;
}

.inner-page{
    padding: 70px 0px 100px 0px;
}
.bread-style{
    /* margin-top: 122px; */
    background:#a9a9a9d1;
    padding: 10px;
}

.top-bar a{
    font-size: 13px;
}

/* Side menu styles */
.side-menu {
    position: fixed;
    top: 0;
    right: -265px;
    width: 260px;
    height: 100%;
    background: var(--bg-nav-red);
    color: #fff;
    transition: right 0.3s ease;
    z-index: 1000;
    overflow: scroll;
    -webkit-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.75);
  }
  
  .side-menu.open {
    right: 0;
  }
  
  .side-menu .close-btn {
    background: none;
    border: none;
    color: var(--theme-secondary-color);
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
  }
  
  .menu-items {
    list-style: none;
    padding: 0;
    margin: 50px 0 0;
  }
  
  .menu-items li {
    padding: 15px;
    border-bottom: 1px solid #555;
  }
  
  .menu-items a {
    color: var(--theme-secondary-color);
    text-decoration: none;
    display: block;
    padding: 10px 18px 10px 18px;
    border-bottom: 1px solid darkgray;
  }
  
  .c-accordiaon-button{
    background-color: var(--bg-nav-red) !important;
    color: var(--theme-secondary-color) !important;
    font-weight: 200 !important;
  }
  
  .mobile-menu-droapdown{
    list-style-type: none;
    padding-left: 0px;
  }
  
  .mobile-menu-droapdown .m-droapdown-li{
    padding: 0px !important;
    padding: 5px !important;
    border-bottom: 0px;
  }
  .mobile-menu-droapdown .m-droapdown-li a{
    padding: 0px 0px 5px 0px !important;
  }
  
  .collapsible {
    position: relative;
    background-color: var(--bg-nav-red);
    color: var(--theme-secondary-color);
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    padding: 10px 18px 10px 18px;
    border-bottom: 1px solid darkgray; 
  }
  
  .collapsible::after{
    position:absolute;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    right: 10px;
    content: "\f077"; /* FontAwesome icon code for chevron-down */
    font-family: "Font Awesome 5 Free"; /* Specify the FontAwesome font family */
    font-weight: 900; /* Set font weight for solid icons */
    color: var(--theme-secondary-color);
    display: inline-block; /* Ensure the icon is rendered correctly */ 
    transform: rotate(180deg);
    transition: transform .2s ease-in-out; 
  }
  
  .co-active, .collapsible:hover {
    background-color: var(--bg-nav-red);
  }
  
  .co-content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: var(--bg-nav-red);
  }


/* Custom Slider Style  */
.owl-nav {
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.c-owl-prev, .c-owl-next {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px;
    height: 40px;
    background-color: #fff !important; 
    border-radius: 100px !important; 
    cursor: pointer;
    z-index: 1000; 
    color: #000 !important;
}

.c-owl-prev {
    position: absolute;
    left: -24px; 
    -webkit-box-shadow: -2px 1px 11px -4px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: -2px 1px 11px -4px rgba(0,0,0,0.75) !important;
    box-shadow: -2px 1px 11px -4px rgba(0,0,0,0.75) !important;
}

.c-owl-next {
    position: absolute;
    right: -24px; 
    -webkit-box-shadow: 2px 1px 11px -4px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: 2px 1px 11px -4px rgba(0,0,0,0.75) !important;
    box-shadow: 2px 1px 11px -4px rgba(0,0,0,0.75) !important;
}

.c-owl-prev:hover, .c-owl-next:hover {
    background-color: #aaa; 
}

/* Small devices (e.g., smartphones, less than 576px) */
@media screen and (max-width: 575.98px) {
    .navbar-wraper{
        position:relative !important;
        background: var(--bg-nav-red);
        padding-top: 10px;
    }
    .navbar-brand img {
        padding-bottom: 5px;
    }
    .navbar-brand span{
        color: #fff !important;
    }
    .navbar-brand {
        margin-top: 0px;
    }

    .c-owl-prev {
        position: absolute;
        width: 35px !important;
        height: 35px !important;
        left: -14px;
    }
    
    .c-owl-next {
        position: absolute;
        width: 35px !important;
        height: 35px !important;
        right: -14px; 
    }
}

/* Medium devices (e.g., tablets, 576px to 767px) */
@media screen and (min-width: 576px) and (max-width: 767.98px) {
    .navbar-wraper{
        position:relative !important;
        background: var(--bg-nav-red);
        padding-top: 10px;
    }
    .navbar-brand span{
        color: #fff !important;
    }
    .navbar-brand {
        margin-top: 0px;
    }
}

/* Large devices (e.g., desktops, 768px to 991px) */
@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .navbar-wraper{
        position:relative !important;
        background: var(--bg-nav-red);
        padding-top: 10px;
    }
    .navbar-brand span{
        color: #fff !important;
    }
    .top-bar a{
        color: #fff !important;
    }
    .navbar-brand {
        margin-top: 0px;
    }
}

/* Extra large devices (e.g., large desktops, above 1200px) */
@media screen and (min-width: 1200px) {
   
}