@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:100,100i,300,300i,400,400i,500,500i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
:root {
    --main-color: #656565;
    --black: #222;
    --white: #fff;
}

* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    text-decoration: none;
    text-transform: capitalize;
}

html,
body {
    min-height: 100%;
    color: #f0ece1;
    font-size: 14px;
    line-height: 20px;
    font-family: "Lato";
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: #f0ece1;
}

.layout-boxed html,
.layout-boxed body {
    height: 100%;
}

.nav-pills {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: var(--main-color);
    --bs-nav-pills-border-radius: 0.375rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd;
}

.nav {
    background-color: #363948;
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    /* --bs-nav-link-disabled-color: #6c757d; */
    list-style: none;
}

.nav-pills a.nav-link {
    display: block;
    padding: 10px 15px;
    color: #ffffff;
    /* color: #000000; */
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.nav-pills a.nav-link i {
    margin-right: 5px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}


 .main-container {
    background: #f0ece1;
    margin: 0;
    color: #656565;
    font-size: 14px;
    line-height: 20px;
    font-family: "Lato";
} 


/* Apply flexbox to the main container */

/*.main-container {
    display: flex;
    background: #f0ece1;
    margin: 0;
    color: #656565;
    font-size: 14px;
    line-height: 20px;
    font-family: "Lato";
    flex-direction: column;
}
*/

/* Separate sections with some spacing */

.section {
/*     display: flex;*/
     padding: 5px;
/*    margin: 5px;*/
}
.section:last-child {
/*     display: flex;*/
     padding: 5px;
/*    margin: 5px;*/
}


/* Other styles remain the same */


/* .main-container .container {
    display: flex;
    flex-direction: column;
    /* Stack the content vertically *

background-color: #f0f0f0;
border: 1px solid #ccc;
padding: 10px;
margin: 10px;

}
*/


/* .navbar {
    position: sticky;
    top: 0;
    margin: 5px;
    /* background-color: #fff; */


/* Set your desired background color */


/* box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1); */


/* Optional: Add a subtle shadow */


/* z-index: 1000; */


/* Set a high z-index to keep it on top *
} */


/* Optional: Add a subtle shadow */


/* z-index: 1000; */


/* Set a high z-index to keep it on top */


/* } */

.navbar .container {
    background-color: #363948;
    padding: 20px;
    border-radius: 10px;
}

a.nav-link {
    color: #ffffff;
    transition: opacity 0.3s ease-in-out;
}

.nav-pills a.nav-link i:hover {
    opacity: 0.7;
    transition: opacity 0.5s ease-in-out;
}

.header {
    background: #f0ece1;
    margin: 0px;
    color: #363948;
    font-size: 18px;
    font-style: oblique;
    font-family: "Lato";
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}


/* .header {
    /* position: fixed; */


/* Set a high z-index to keep it on top */


/* background-color: #fff; */


/* Add a background color */


/* Optional: Add a subtle shadow *


}
*/

.navbar .container {
    display: flex;
    align-items: center;
}

.navbar .container img {
    width: 100px;
    height: 50px;
    /* margin-right: 10px; */
    padding: 0px;
    align-self: center;
}

.nav-dropdown {
    position: relative;
}

.nav-dropdown:hover .nav-dropdown-content {
    color: #27ae61;
    text-decoration: none;
    display: block;
}

.nav-dropdown-content {
    display: none;
    position: absolute;
    background-color: #363948;
    min-width: 200px;
    /* box-shadow: 0px 8px 16px 0px rgb(245, 241, 241); */
    padding: 12px;
    z-index: 1;
}

.nav-dropdown-content a {
    display: block;
    padding: 8px 0;
    text-decoration: none;
    color: #f6f3f3;
}


/* section Slid */

.carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.carousel-item.active {
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
}

.main-container .container img {
    width: 100%;
}

.carousel-item-next,
.carousel-item-prev {
    opacity: 1;
}

.carousel-caption h3 {
    text-align: left;
    left: 7%;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 330px;
}

.carousel-caption p {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px;
}

.carousel-caption {
    text-align: left;
    left: 10%;
    right: 10%;
    opacity: 0;
    animation: slideDown 4s ease-in-out forwards;
}

.carousel-inner {
    width: 100%;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


/* Responsive Styles */

@media (max-width: 768px) {
    .navbar .container img {
        width: 60px;
        height: 24px;
        margin-right: 5px;
    }
}

@media (max-width: 576px) {
    .navbar .container img {
        width: 40px;
        height: 16px;
        margin-right: 5px;
    }
}


/* Card */

.content .container {
      display: flex;
    overflow: hidden;
    text-align: center;
    padding: 2px;
    border-top: 2px solid #363948;
}

.content {
    margin-top: 60px;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 10px;
}

.content:last-child {
    margin-top: 60px;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 10px;
}

.float-content .container {
    overflow: hidden;
    text-align: center;
    align-items: center;
    padding: 5px;
    border-top: 2px solid #363948;
}

.float-content {
    width: 80%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 65%;
    /* Change bottom to top */
    background-color: #ffffffef;
    padding: -10px 0;
    border-radius: 0px 0px 10px 10px;
    z-index: 1;
    /* Ensure it's on top */
}


/* Style for the "Who We Are" content */

.who-content,
.mission-content,
.vision-content {
    color: green;
    width: 100%;
    height: auto;
    /* Set the height to 100% of their parent container */
    display: flex;
    align-items: center;
    text-align: justify;
    justify-content: center;
    margin: 10px;
    /* padding: 20px; */
/*    flex-basis: calc(30.% - 5px);*/
    /* Adjust this value as needed */
    padding: 5px;
    /* Add padding as needed */
    justify-content: space-between;
    box-sizing: border-box;
    overflow: hidden;
    /* width: 80%; */
    /* position: absolute; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* border-radius: 0px 0px 10px 10px; */
    /* z-index: 1; */
}

.who-content,
.mission-content,
.vision-content:last-child {
    height: auto;
    /* Set the height to 100% of their parent container */
    display: flex;
    align-items: center;
    text-align: justify;
    justify-content: center;
    margin: 10px;
    /* padding: 20px; */
/*    flex-basis: calc(30.% - 5px);*/
    /* Adjust this value as needed */
    padding: 5px;
    /* Add padding as needed */
    justify-content: space-between;
    box-sizing: border-box;
    overflow: hidden;
     width: 100%; 
    color: #27ae61;

    /* position: absolute; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* border-radius: 0px 0px 10px 10px; */
    /* z-index: 1; */
}
.title {
   
    text-transform: uppercase;
    font-size: 26px;
}
.title a:hover {
    color: green;
    text-transform: uppercase;
    font-size: 26px;
}
.title a{
    color: #363948;
    text-transform: uppercase;
    font-size: 26px;
}

.section-content {
    display: flex;
    align-items: stretch;
    /* This will make the sections equal in height */
    flex-wrap: wrap;
    /* Allow sections to wrap if the space is limited */
}


/* Optionally, if you want to limit the width and center the content horizontally */


/* .who-content,
.mission-content,
.vision-content {
    max-width: 800px;
    /* Set your desired width *
    padding: 20px;
    /* Center the content horizontally *
} */

.who-content,
.mission-content,
.vision-content:last-child {
    height: auto;
    /* Set the height to 100% of their parent container */
    display: flex;
    align-items: center;
    text-align: justify;
    justify-content: center;
    overflow: hidden;
    margin: 0px;
     width: 100%; 

}


/* .who-content,
.mission-content,
.vision-content:last-child {
    max-width: 800px;
    /* Set your desired width *
    margin: 0 auto;
    /* Center the content horizontally *
} */


/* .card {
   
} */

.float-content .row h3 {
    margin-bottom: 10px;
}

.float-content.row h2 {
    margin: 0px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

.float-content .row {
    /* float: left; */
    display: flex;
    left: 80%;
    align-items: center;
    padding: 15px;
    margin: 5px 15px 5px 15px;
}

.float-content .row:last-child {
    border-right: none;
    margin: 0px 15px 0px 15px;
    padding: 15px 25px 5px 25px;
}

.float-content .row i {
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    margin-right: 0px;
    padding: 10px;
    background: #27ae60;
    /* height: 50px; */
    width: 30px;
}

.float-content .row a {
    color: #27ae61;
    text-decoration: none;
    font-weight: normal;
    text-transform: capitalize;
}

.float-content .row a:hover {
    text-decoration: underline;
}

.row h3 {
    margin-bottom: 10px;
}

.row h2 {
    margin: 0px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

.row {
    float: left;
    display: flex;
    align-items: center;
    padding: 10px;
    margin: 15px;
    border-right: 1px solid #ededed;
}

.row:last-child {
    /* display: flex; */
    align-items: center;
    padding: 15px;
    margin: 0px;
    border-right: 0px solid #ededed;
}

.row i {
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    margin-right: 0px;
    padding: 10px;
    background: #27ae60;
    /* height: 50px; */
    width: 30px;
}

.row a {
    color: #27ae61;
    text-decoration: none;
    font-weight: normal;
    text-transform: capitalize;
}

.row a:hover {
    text-decoration: underline;
}

@media (min-width: 576px) {
    .content .container .row {
        width: 48%;
    }
}

@media (min-width: 768px) {
    .content .container .row {
        width: 32%;
    }
}


/*contentPage*/

.head {
    overflow: hidden;
    /* height: auto; */
    margin: 20px;
    border-bottom: 1px solid #a7a6a6;
}


/* .head .title {
    float: left;
    /* width: 48%; *
}



.head .history {
    float: right;
    /* width: 48%; */
    text-align: right;
    color: #656565;
}

.head .history a {
    font-size: 12px;
    text-shadow: none;
    text-transform: uppercase;
    color: #656565;
}

.contentPage .container {
    overflow: hidden;
    padding: 0 20px;
    /* border-bottom: 1px solid #363948; */
}

.contentPage {
    margin-top: 0px;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 10px 0;
}


/* Footer */

.footer {
    background: #363948;
    background-color: rgb(54, 57, 72);
    border-top: 4px solid #27ae60;
}

.footer .container {
    background: #363948;
    overflow: hidden;
    padding: 20px;
    color: #a7a6a6;
}

.footer .row1 {
    width: 14.5299%;
    float: left;
    min-height: 30px;
}

.footer .row2 {
    width: 14.5299%;
    margin-left: 2.5641%;
    float: left;
    min-height: 30px;
}

.footer h2 {
    color: #f2eee4;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 20px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}

.footer a {
    cursor: pointer;
    color: #a7a6a6;
    display: block;
    text-decoration: none;
}

.footer .row3 {
    width: 14.5299%;
    margin-left: 2.5641%;
    float: left;
    min-height: 30px;
}

.footer .row4 {
    width: 22.3179%;
    margin-left: 2.5641%;
    float: left;
    min-height: 30px;
}

.container .footer-bottom {
    text-align: center;
    background: #f6f6f7;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
}

.container .footer-bottom p {
    color: #444;
    font-size: 13px;
    font-weight: 300;
    margin: 0 0 5px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


/*contact*/

.contact-form {
    display: block;
    margin-top: 0em;
}

table {
    width: 100%;
    border-collapse: collapse;
}

td {
    padding: 10px;
    border: 1px solid #ccc;
    margin: 5px;
}

label {
    font-weight: bold;
}

.form-control {
    width: 100%;
    padding: 5px;
    border-radius: 2px;
    border: 1px solid #ccc;
}

.ajax_response {
    font-style: italic;
}

.registration-form input[type="submit"] {
    padding: 10px 20px;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.registration-form input[type="submit"]:hover {
    background-color: #27ae60;
}

#message {
    min-width: 100%;
    max-width: 100%;
    margin-top: 15px;
    min-height: 200px;
    max-height: 200px;
}

#name,
#email,
#subject,
#message,
.form-control {
    background: #fff;
    border: 1px solid #dde4e5;
    box-shadow: none;
    color: #656565;
    margin: 5;
    padding: 12px;
    text-shadow: none;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    font-size: 14px;
    width: 100%;
}

#send-email {
    background: #27ae61;
    border: 0 none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-radius: 2px;
    box-shadow: none;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    text-shadow: none;
    transition: all 400ms ease 0s !important;
    cursor: pointer;
    width: 100%;
    border-bottom: 2px solid #1e844a;
}

.ul,
ol {
    margin: 0 0 10px 25px;
    padding: 0;
}

label {
    cursor: text;
    font-weight: 500;
}

.docuPage {
    width: 180px;
    /* height: auto; */
    overflow: hidden;
    float: left;
    margin-right: 32px;
    margin-left: 32px;
    margin-top: 25px;
}