@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');


*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;

}

body{
    background-color: #f0f0f0;
    line-height: 1.5;
	font-family: 'Poppins', sans-serif;
}

/*overflow issue */
html body{
    overflow-x: hidden;
}

button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

/*header {
    background-color: #fff;
    color: #2a2929;
    padding: 15px 0;
    width: 100%;
}

.header_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.header_logo a {
    color: #2a2929;
    text-decoration: none;
    font-size: 1.5em;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

nav ul li ul.dropdown li{
	display: block;
    width: fit-content;
}

nav ul li ul.dropdown {
	width:100%;
	/*background: #3bad5b;
	position: absolute;
	z-index: 999;
	display: none;
}

nav ul li a:hover{
	background: #cee5d5;
	;
}

nav ul li:hover ul.dropdown{
	display: block;
}

nav ul li a {
    color: #2a2929;
    text-decoration: none;
    font-size: 1em;
}

nav ul li a.login {
    background-color: #a4ed44;
    padding: 5px 10px;
    border-radius: 5px;
}*/


/*about1 css */

.about1 {
    padding: 50px 0;
    background-color: #f7f7f7;
}

.about_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    max-width: 1400px;
    margin: 0 auto;
    text-align: left;
}

.about-left {
    flex: 1;
    padding: 20px;
}

.about-left h4 {
    padding-top: 50px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    letter-spacing: .1em;
    margin-bottom: 20px;
}

.about_heading {
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
    color: #000;
    margin-bottom: 20px;
}

.about_heading strong {
    color: #2fb463;
}

.about-left p {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
}

.btn-info {
    padding: 10px 20px;
    background-color: #2fb463;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}

.about-right {
    flex: 1;
    text-align: center;
}

.about-right img {
    width: 100%;
    height: 350px;
    object-fit: contain;
    padding-top: 100px;
}

@media (max-width: 991px) {
    .about_container {
        flex-direction: column;
        align-items: center;
    }

    .about-left, .about-right {
        width: 100%;
        text-align: center;
    }

    .about-left {
        padding-bottom: 20px;
    }

    /* .about-right img {
        width: 50px;
        height: 50px;
    } */

/*image issue */
    .about-right img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .about_heading {
        font-size: 24px;
    }

    .btn-info {
        padding: 10px 15px;
        font-size: 14px;
    }

    /* .about-right img {
        width: 50px;
        height: 50px;
    } */


    .about-right img {
        max-width: 100%;
        height: auto;
    }
}



/*  last section our commitment to excelle */

.container, .about2_container, .banner_bottom_container, .program_container {
    /* max-width: 1200px; */
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.about2 {
    background: #f7f7f7;
    padding: 73px 0 203px 0;
}
@media (max-width: 1199px) {
    .about2 {
        padding: 50px 0 150px 0;
    }
}
@media (max-width: 991px) {
    .about2 {
        padding: 25px 0 130px 0;
    }
}
.about2_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.about2 .about2-left {
    text-align: center;
    width: 100%;
    /* margin: 0 30px 0 30px; */
    margin: 0 30px;
}
.about2 .about2-left img {
    width: 80%;
    max-width: 390px;
    height: auto;
    padding-top: 30px;
    /* margin-top: -40px; */
}
.about2 .heading_about2 {
    padding-bottom: 30px;
}
.about2 .heading_about2 small {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .47em;
    color: rgba(0, 0, 0, .3);
    margin-bottom: 24px;
    display: block;
}
.heading_about2 h2 {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 31px;
    color: #2fb463;
}
@media (max-width: 991px) {
    .about2 .about-right h3 {
        text-align: center;
    }
}
.about2_container .about2-right p {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: rgba(0, 0, 0, .6);
    text-align: justify;
    /* padding-right: 100px; */
}



.container, .about2_container, .banner_bottom_container, .program_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.about2 {
    background: #f7f7f7;
    padding: 73px 0 203px;
}

@media (max-width: 1199px) {
    .about2 {
        padding: 50px 0 150px;
    }
}

@media (max-width: 991px) {
    .about2 {
        padding: 25px 0 130px;
    }
}

.about2_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.about2 .about2-left {
    text-align: center;
    width: 100%;
    margin: 0 30px;
}

.about2 .about2-left .about2-image {
    width: 80%;
    max-width: 390px;
    height: auto;
    padding-top: 30px;
    margin-top: -100px;
}

.about2 .heading_about2 {
    padding-bottom: 30px;
}

.about2 .heading_about2 h2 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 31px;
    color: #2fb463;
}

.about2_container .about2-right p {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: rgba(0, 0, 0, .6);
    text-align: justify;
}








/* Banner Section */
.banner-bottom-section {
    position: relative;
}
.banner_bottom_container {
    width: 100%;
}
.banner_bottom_container .blog {
    background: #d9f3b6;
    box-shadow: 0 0 10 rgba(34, 34, 34, 0.1);
    border-radius: 60px 60px 0 0;
    padding: 50px;
    text-align: center;
    font-family: Roboto, sans-serif;
    margin-top: -105px;
    box-sizing: border-box;
}
.banner-bottom-section .blog {
    text-align: center;
    padding: 43px 50px 28px 50px;
    background: #2fb463;
    position: relative;
    border: 4px solid #fff;
    border-radius: 10px;
}
.banner-bottom-section .blog .heading h3 {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 35px;
    color: #fff;
    padding-bottom: 22px;
}
.btn-info {
    padding: 15px;
    background: #2fb463;
    border-radius: 5px;
    border: 1px solid;
    font-family: Montserrat, sans-serif;
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
}

/* Vision & Mission Section */
.vision-mission {
    padding: 50px 0;
    background: #fff;
}
.vision-mission_heading {
    text-align: center;
    padding: 10px;
}
.vision-mission_heading small {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .47em;
    color: rgba(0, 0, 0, .3);
    margin-bottom: 24px;
    display: block;
}
.vision-mission_heading h2 {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 31px;
    color: #2fb463;
}
.vision-mission_heading p {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: rgba(0, 0, 0, .6);
    text-align: justify;
}
.card {
    background-color: #143a52;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}
.card-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 31px;
    color: #2fb463;
}
.card-text {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: rgba(0, 0, 0, .6);
}
.card-img-top {
    width: 150px;
    height: auto;
    object-fit: cover;
    padding: 20px;
}
@media (max-width: 768px) {
    .card {
        flex-direction: column;
        align-items: center;
    }
    .card img {
        width: 100%;
        height: auto;
    }
}

/* new shsta */



.program_section {
    padding: 50px 0;
    background: #f4f4f4;
}

.program_section .program_container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.program_section .program_contact {
    text-align: center;
    margin-bottom: 50px;
}

.program_section .program_text {
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
    letter-spacing: 0.1em;
}

.program_section .program_heading {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #2fb463;
}

.program_section .row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.program_section .image-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin: 0 auto; /* Center the image container */
    margin-top: 200px;
}

.program_section #prog_img {
    max-width: 100%;
    height: auto;
}

.program_section .col-md-6 {
    flex: 1;
}

.program_section .program_section_right {
    padding-right: 30px;
}

.program_section .menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.program_section .menu-list li {
    margin-bottom: 20px;
}

.program_section .card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 27px 20px;
    transition: all 0.3s ease;
    width: calc(100% - 90px); /* Decrease the width of all cards */
}

.program_section .card:hover {
    background: #2fb463;
    color: white;
}

.program_section .card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.program_section .card strong {
    font-family: Roboto, sans-serif;
    font-style: normal;
    display: block;
    font-weight: 500;
    font-size: 23px;
    line-height: 31px;
    font-variant: all-small-caps;
    color: #2fb463;
    padding-bottom: 14px;
}

.program_section .card p {
    

    font-family: Roboto, sans-serif;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #6c728c;
}

.program_section .card:hover strong {
    color: white;
}

.program_section .card:hover p {
    color: white;
}

.program_section .menu-list li:nth-child(2) .card,
.program_section .menu-list li:nth-child(4) .card {
    margin-left: 80px; /* Add left margin to the second and fourth cards */
}

@media (max-width: 1024px) {
    .program_section .row {
        flex-direction: column;
    }

    .program_section .col-md-6 {
        max-width: 100%;
    }

    .program_section .program_section_right {
        padding-right: 0;
    }

    .program_section .image-container {
        margin-bottom: 20px;
    }

    .program_section .card {
        width: 100%; /* Full width on smaller screens */
        margin-left: 0; /* Reset left margin on smaller screens */
    }
}




@media (max-width: 768px) {
    .program_section .row {
        flex-direction: column;
    }

    .program_section .card {
        width: 100%; /* Full width on mobile */
        margin-left: 0; /* Reset left margin on mobile */
        margin-bottom: 20px; /* Add space between cards on mobile */
    }

    .program_section .menu-list li:nth-child(2) .card,
    .program_section .menu-list li:nth-child(4) .card {
        margin-left: 0; /* Ensure no left margin on the 2nd and 4th cards on mobile */
    }
}

















/* What Sets Us Apart Section */


/*  */

a:hover {
    color: none;
    text-decoration: none;
}