/* Ensure full height for body and html */


/* Flex container for page */
.page-container {
    display: flex;
    flex-direction: column;
    min-height: 900vh;
}

/* Flex item that grows to take up available space */
.content-wrap {
    flex: 1;
}

footer {
    background-color: #333;
    color: #fcfcfc;
    text-align: center;
    margin: 0;
    text-align: center;
     
    font-size: small;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    
    padding: 2rem;
    width: 100%;
}

.navbar {
    margin-top: 3%;
    background-color: #ffffff;
}

.navbar-nav .nav-link {
    color: white !important;
    border-right: 0.1rem solid #f9f9f9;
    background-color: #20bb05 !important;
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
    font-weight: bold;
    text-shadow: 2px 3px 2px#0f0e0e;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    font-size: medium;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    background-color: #aed26f !important;
    /* Darker background color for active link */
    color: white !important;
    /* Ensures text is visible on the dark background */
}

header .logo {
    width: 15%;
    height: 15%;
    margin: 0 auto;
    transform: translateY(-10%);


}

.nav-item .dropdown-menu {
    display: none;
    border-radius: 2%;
    background-color: #eff6e3;
    color: #f9f9f9 !important;
    text-align: center;

    /* padding: 2% 8%; */
    border: none;
    /* margin:0 2rem 0 1rem; */
    border-radius: 0%;

}

.nav-item .dropdown-menu .dropdown-item {
    color: #16d5ce;
    padding: 1% 5%;
    font-weight: bold;
    font-style: oblique;
}

.nav-item .dropdown-menu .dropdown-item:hover,
.nav-item .dropdown-menu .dropdown-item .dropdown-item.active {
    color: #0f0e0e;
    font-style: normal;
    padding: 1% 5%;
    border-left: 0.2rem solid rgb(232, 133, 42);
    background-color: #09a29d;

}

.nav-item:hover .dropdown-menu {
    display: block;
    margin: 1% auto;
}


/* objectives */
.objectives {
    width: 100%;
    margin: 2% auto;
}

.objectives li {

    list-style: none;
}

.objectives li::before {
    content: '\f00c';
    color: #f95726;
    font-family: 'Font Awesome 5 Free';
    /* Correct font family name */
    font-weight: 900;
    /* Ensure the icon is displayed correctly */
    padding-right: 0.5rem;
    /* Space between icon and text */
}















/* flex slider */
.clients .carousel-control-prev {
    margin-left: 70%;
}

.clients .carousel-control-prev,
.clients .carousel-control-next {
    top: 50%;
    margin-top: 0%;
    margin-bottom: -1%;
    transform: translateY(-125%);


}

.clients {
    margin-top: 3%;
    color: rgb(0, 0, 0) !important;
}

.clients .carousel-control-prev-icon,
.clients .carousel-control-next-icon {

    background-color: rgb(0, 0, 0);
    /* Optional: Add a background color to the icons */
    border-radius: 10%;
    /* Optional: Round the icons */
    padding: 0px;
    /* Optional: Add some padding */
}

/* footer {
    width:100%;
    padding:4%;
    margin:0;
    text-align:center;
    color: #fcfcfc;
    font-size:small;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color:#333333 ;
    position: fixed;
    
 } */

/* board members */


.boardmembers {
    width: 100%;
    margin: 2% auto;

}

.heading {
    padding: 0;
}

.heading hr {
    width: 30%;
    border-top: 0.2rem double #2fbbb6;
    padding: 0%;
    margin-bottom: 2%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0%;
}

.boardmembers .board .board-member .photo img {
    width: 100%;
}

.boardmembers .board .board-member .photo {
    border-right: 0.1rem solid black;
    border-top-right-radius: 1%;
    border-bottom-right-radius: 1%;


}

.boardmembers .board .board-member {
    border: 0.2rem solid rgba(0, 0, 0, 0.982);
    border-radius: 1%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    width: 100%;
    margin: 2% auto;

    background-color: rgb(51, 141, 180);
    font-weight: bold;
    font-size: 1rem;
    border-radius: 1%;

}

.boardmembers .board .board-member ul {
    margin: 2% auto;
    color: rgb(255, 255, 255);
    text-shadow: 3rem 0 5rem rgb(140, 213, 239);
    ;
    /* text-align: center; */
}

.boardmembers .board .board-member li {
    list-style: none;
}

.boardmembers .heading {
    text-align: center;
    font-size: xx-large;
    font-style: oblique;
    font-weight: bold;
    padding: 0;
    color: rgb(29, 198, 49);
    text-shadow: 2px 2px 2px #f1c5c5;

    margin: 0% auto;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.Indexing {
    margin: 2% auto;
}

.Indexing table {
    margin: 0% auto;
}

.Indexing table td {

    border: 0.1rem solid black;
    padding: 1%;
    align-items: center;
}

.Indexing img {
    margin: 0% auto;
    width: 100%;


}

.container ul li,
.container p {
    list-style: none;
    /* color:#cfcfcf; */
    padding: 1%;
    text-align: justify;

}

.container ul {
    margin: 2% auto;
    text-align: justify;

}

.heading h4 {
    color: rgb(0, 52, 148);
    font-style: oblique;
    font-size: 2rem;
    text-align: center;
    margin: 3% auto;


}

.caruselhome {
    margin: 2% auto;
    border: 1rem solid #faf8f8;
}

#flexSlider .imgli {
    display: flex;
    margin: 1% auto;
}

#flexSlider .imgli li {
    list-style: none;
    padding: 0 0.7%;

}

.txt {
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-bottom: 6rem !important;
}

/* payment file */
.Payment .list li b{
    padding: 0.2%;
    margin:0 1%;
}
.Payment .list li b,
.PAYMENT b {
    color: white;
     text-shadow:2px 2px 1px #a9a9a9;
    font-weight: bold;
    background-color: #24ad765f;
   
} 
.paragraph,.objectives,.clients{
    margin:0 auto;
    text-align: justify;
    justify-content: center;
    padding: 2% !important;
}
.paragraph p,.objectives li{
    color: #6f6f6f;
    
}
.paragraph p b{
    color:black;
}
li {
    list-style: none;
}
.paypal b{
    padding: 0.2%;
    margin:0 1%;
}
.paypal{
    margin:2% 1%;

}
.pay-img{
    width:100%;
}
.paypal table tr{
    background-color: #f1c5c5;
    border: 2px solid black;
}
.color{
 
    color: #eff6e3;
}
/* General rule for larger screens */



/* Further adjust for screens smaller than 768px */
@media (min-width: 1000px) and (max-width: 1379px) {
    .nav-link,
    .dropdown-menu .dropdown-item {
        font-size: 10px !important;
    }
}

/* Further adjust for screens between 768px and 999px */
@media (min-width: 768px) and (max-width: 999px) {
    .nav-link,
    .dropdown-menu .dropdown-item {
        font-size: 2vw !important;
    }
}
nav .nav-item{
    background-color: #eff6e3 !important;
}
/* Further adjust for screens smaller than 768px */
@media (max-width: 767px) {
    .nav-link,
    .dropdown-menu .dropdown-item {
        font-size: 2vw !important;
    }
}