*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Poppins, sans-serif;
}
.site-content{
    /* border: #074065 solid 1px; */
    /* max-width: 500px; */
    margin: 10px auto;
    padding: 10px 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.success-story{
    display: block;
    overflow: hidden;
    margin: 10px;
    font-size: 14px;
}
.success-story .container{
    /* border: #074065 solid 1px; */
    padding: 0 20px;
    text-align: justify;
    position: relative;
}
.success-story .container .subcontainer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.success-story .container .subcontainer .success-text{
    /* border: #3b9ee0 solid 1px; */
    padding: 0 10px;
    text-align: justify;
    /* position: relative; */
}
.sub-heading {
    text-transform: uppercase;
    color: #adc5f1;
    margin-bottom: 0.5rem;
    font-size: 0.7rem;
}
.heading-2 {
    font-size: 1.2rem;
    line-height: 1.2;
}
.heading-2  small{
    display: block !important;
}
.success-story .container .subcontainer .success-image{
    /* border-radius: 10px; */
    /* border: #000000 solid 1px; */
    margin-left: 10px;
    /* max-width: 570px;  */
}
.success-story img{
    /* padding: 10px; */
    width: 400PX;
    border-top-left-radius: 10px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 10px;
}

/* This is For Messages sections*/
.masgSection{
    width: 100%;
}
.msgContainer {
    position: relative;
    width: 100%;  
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: justify;
    text-shadow: #000000;
    /* border: solid 2px black; */
    height: auto;
}
.msgSlide {
    display: flex;
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 800px;
    padding: 10px;
    border-radius: 10px;
    background-color: #00447e;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.msgSlide .msgSlideImage{
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.msgSlide .msgSlideImage img{
    width: 200px;
    height: 250px;
    border-radius: 20px;
}
.msgSlide .msgSlideText {
    padding-top: 30px;
    padding-right: 30px;
    line-height: 1.6;
}
.msgSlide.active {
    opacity: 1;
}
.msgSlide .msgAuthor {
    margin-top: 30px;
    font-style: italic;
    font-size: 1.2rem;
}
.msgSlide .msgAuthor {
    margin-top: 10px;
    font-size: 1.125rem;
    line-height: 1.2
}
.msgSlide .msgAuthor h{
    font-weight: 700;
}
.msgSlide .msgAuthor h1{
    font-weight: 600;
    color: white;
    font-size: 0.9rem;
}
.msgsliderprev, .msgslidernext{
    position: absolute;
    top: 89%;
    /* left: 40%; */
    transform: translate(0, -50%);
    font-size: 20px;
    padding: 15px;
    cursor: pointer;
    color: #fff;
    transition: 0.1s;
    user-select: none;
}
.msgsliderprev{
    left: 40%;
}
.msgslidernext{
    left: 57%;
}
.msgsliderprev:hover, .msgslidernext:hover{
    color: #074065; /* blue */
}
.msgsliderdotsbox{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 20px;
    cursor: pointer;
}
.msgsliderdot{
    display: inline-block;
    width: 20px;
    height: 5px;
    border: 2px solid #fff;
    border-radius: 30%;
    margin: 0 2px;
    cursor: pointer;
}
@media screen and (max-width:992px){
    .msgContainer {
        height: 320px;
        max-width: 100%;
        margin: auto;
    }
    .msgSlide {
        flex-direction: column;
        align-items: center;
        top: 0%;
        left: 50%;
        transform: translate(-50%, 0%);
        max-width: 100%;
    }
    .msgSlide .msgSlideImage{
        padding: 10px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .msgSlide .msgSlideImage img{
        width: 150px;
        height: 187px;
        border-radius: 20px;
    }
    .msgSlide .msgSlideText {
        padding-top: 0px;
        padding-right: 0px;
        line-height: 1.2;
        max-width: 90%;
    }
}
.project-section{
    position: relative;
    margin: 3rem 0px;
    padding: 20px;
}
.project-section .container{
    padding: 10px;
}
.project-section .container .projects{
    max-width: 90%;
    margin: auto;
    padding: 0.5rem;
}
.project-section img{
    max-width: 100%;
    margin: auto;
    height: auto;
    display: block;
    margin: 0px;
    padding: 0px;
}
.location-section{
    position: relative;
    margin: 3rem 0px;
    padding: 20px;
}
.location-section .container{
    padding: 10px;
}
.location-section .container .row{
    flex-direction: row;
}
.location-section .imgcontainer{
    margin: auto !important;
}
.location-section img{
    width: 80%;
}

.partner-section{
    position: relative;
    margin: 3rem 0px;
    padding: 20px;
}
.partner-section .container{
    padding: 10px;
}
.partner-section .container .projects{
    max-width: 60%;
    margin: auto;
}
.partner-section img{
    max-width: 100%;
    margin: auto;
    height: auto;
    display: block;
    margin: 0px;
    padding: 0px;
}
.site-footer{
    background-color: #f0f5ff;
    padding: 2rem 0;
    font-weight: 600;
    color: black;
}
.site-footer .container{
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
.menu-footer-menu-container ul{
    list-style: none;
    padding-left: 0rem;
}
.menu-footer-menu-container ul li{
    color: black;
}
.menu-footer-menu-container a{
    text-decoration: none;
    color: black;
}
.footerSlogan{
    width: 33%;
}
.footerSlogan img{
    object-fit: cover;
    width: 150px;
}
.footerBrands{
    width: 250px;
    margin: auto;
    padding-top: 10px;
}
::-webkit-scrollbar{
    width: 0.9em;
}
::-webkit-scrollbar-track{
    background: hsl(207.6,70%,25%);
    border-radius: 100vw;
    margin-block: 0.5em;
}
::-webkit-scrollbar-thumb{
    background: hsl(0, 0%, 100%);
    border-radius: 100vw;
    border: 0.15em solid hsl(207, 70%, 25%);
}
::-webkit-scrollbar-thumb:hover{
    background: hsl(208,70%,15%);
    border: 0.15em solid hsl(0, 0%, 100%);
}
.page-header{
    padding: 2.6rem 0 1rem 0;
    min-height: 10.313rem;
    background-image: url(images/Title.svg);
    background-color: #00366c;
    background-repeat: no-repeat;
    background-position: right 1rem top 1.5rem, left -2rem bottom -2rem;
    background-size: 13rem, 5rem;
    display: block;
    margin-top: 3rem;
}
.heading-1 {
    font-size: 2rem;
    line-height: 1.2;
}
.mission-section {
    background-color: #f0f5ff;
    margin-bottom: 60px;
}
.mission-section .container{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.white-box {
    border-radius: 15px;
    background-color: #fff;
    padding: 32px;
    margin: 15px 0;
}
.icon-bg {
    background: #f0f5ff;
    border-radius: 20px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    width: 84px;
    height: 85px;
}
.icon-bg img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}
.imageContainer {
    width: 100%;
    /* min-height: 100vh; */
    display: flex;
    align-items: start;
    justify-content: center;
    /* padding: 10px 8px; */
}
.gallary {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 10px;
}
.gallary img {
    width: 100%;
}
.programContainer{
    /* border: crimson solid 1px; */
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 10px;
}
.card-title{
    font-size: 1rem;
}
.card-text{
    font-size: 0.7rem;
}
.bg-lightblue{
    border-radius: 10px;
}