/* @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'); */
*{
    padding: o;
    margin: 0;
    box-sizing: border-box;
    font-family: 'poppins' sans-serif;
}

.top-announcemnt-bar {
    background-color: #c9e8d6;
}

.top-announcemnt-bar .announcement-bar-container p strong{
    color: #01411C;
    margin: 0 !important;
}

.top-announcemnt-bar .announcement-bar-container p{
    font-weight: 500;
    margin: 0 !important;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #01411C;
    font-weight: 600;
}

.top-navigation .navbar .navbar-container .topNav-buttons{
    max-width: 115px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.top-navigation .navbar .navbar-container .topNav-buttons .btn{
    font-size: 14px;
    font-weight: 500;
}

.top-navigation .navbar .navbar-container .topNav-buttons .btn-success{
    background-color: #01411C;
    border: none;
}

.top-navigation .navbar .navbar-container .topNav-buttons .btn-outline-success{
    border-color: #01411C;
    color: #01411C;
}

.top-navigation .navbar .navbar-container .topNav-buttons .btn-outline-success:hover{
    background-color: #01411C;
    color: #fff !important;
    border: none;
}

.top-navigation .navbar-container .navbar-collapse .nav-item a{
    font-weight: 600;
}

/* ------------------------------------------------------- Hero Section Styling ----------------------------------------- */

.hero-section{
    background-image: url('../Images/Main-Banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hero-section .sub-hero-section {
    height: 60vh;
}

@media screen and (max-width: 480px){

   .hero-section .sub-hero-section {
    height: 100vh;
    }

}

@media screen and (max-width: 920px){

   .hero-section .sub-hero-section {
    height: 100vh;
    }

}

.hero-section .sub-hero-section .hero-top .mainleft-para{
    font-size: 14px;
    font-weight: 500;
    color: #6F7772;
    line-height: 24px;
}

.hero-section .sub-hero-section .hero-top .main-left-heading{
    max-width: 550px;
}

/* .hero-section .sub-hero-section .hero-top .top-left .buttons {
    max-width: 290px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
} */



.hero-section .sub-hero-section .hero-top .top-right img {
    height: 400px;
    border-radius: 20px;
    width: 100%;
}

/* ------------------------------------------------------- Services Section Styling ----------------------------------------- */

.Services-cards-section .Services-section-content .Services-cards{
    gap: 32px;
}

.Services-cards-section .Services-section-content .Services-cards .service-card{
    max-width: 300px;
    box-shadow: 0px 3px 12px #e4e4e4;
}

.Services-cards-section .Services-section-content .Services-cards .MLC-service-card{
    max-width: 190px;
    box-shadow: 0px 3px 12px #e4e4e4;
}



/* ------------------------------------------------------- About Section Styling ----------------------------------------- */

.about-mod-section {
    background-color: #EBF4EF;
}

/* .about-mod-section .mod-content .about-left{
    max-width: 550px;
} */

.about-mod-section .mod-content .about-left .about-mod-content {
    max-width: 525px;
}

.about-mod-section .mod-content .about-left .about-heading-description .about-main-description{
    font-size: 14px;
    font-weight: 500;
    color: #6F7772;
}

.about-mod-section .mod-content .about-right img{
    height: 400px;
    border-radius: 10px;
}

/* ------------------------------------------------------- News Section Styling ----------------------------------------- */

.news-section-cards .news-card{
    box-shadow: 0px 4px 12px #e4e4e4;
    max-width: 400px;
}

.news-section-cards .news-card .card-image img{
    width: 375px;
    border-radius: 10px;
}

.news-section-cards .news-card .card-content{
    width: 375px;
}

.news-main-section .news-section-cards{
    gap: 32px;
}

.news-main-section .news-section-cards .news-card .card-content .news-card-description{
    color: #6F7772;
    font-size: 14px;
}

/* ------------------------------------------------------- Footer Section Styling ----------------------------------------- */

.MoD-footer {
    background-color: #4B8C66;
}

.MoD-footer .footer-content {
    color: #fff;
}