@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans: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');
.fira-sans {
    font-family: 'Fira Sans', sans-serif !important;
}

.roboto {
    font-family: 'Roboto', sans-serif !important;
}
.main-top-section {
	background-image: url(../../img/main-banner-images.png);
	background-size: cover;
    background-position: center center;
    padding: 180px 0 80px 0;
}
.env-banner{
    background-image: url('../../plantation.png');
}
.album-banner{
    position: relative;
    background-image: url(../../img/main-banner-images.png);
}
.partner-banner{
    position: relative;
    background-image: url('../../partners_banner.jpeg') !important;
}
.planet-warrior-banner{
    position: relative;
    background-image: url(../../img/main-banner-images.png) !important;
}
.gallery-banner{
    position: relative;
    background-image: url(../../img/main-banner-images.png) !important;
}
.journey-banner{
    position: relative;
    background-image: url('../../journey_banner.png') !important;
}
.msr_banner{
    position: relative;
    background-image: url('../../msr_banner.png') !important;
}
.msr_banner::after{
    content: '';
    background-image: url('../../curves_msr.svg') !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-position: center;
    opacity: 0.2;
}

.msr_program_banner{
    position: relative;
    background-image: url('../../msr_env.png') !important;
}
.partner-banner::before,
.journey-banner::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000096;
}
.main-top-details p {
    color: #fff;
}

.main-top-details h1 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin: 0;
}
.main-top-details {
    max-width: 730px;
    margin: 0 auto;
    width: 100%;
}

.main-top-details h4 {
    color: #127746;
    background: #fff;
    display: inline-block;
    border-radius: 10px;
    font-weight: bold;
    padding: 10px 20px;
    margin: 30px 0 30px 0px;
}
.main-top-details a {
    background: #fff;
    text-transform: uppercase;
    padding: 7px 25px;
    display: inline-block;
    border-radius: 100px;
}
.logo-wrap {display: flex;align-items: center;justify-content: space-between;margin: 0 -15px;}

.logo-box {
    padding: 0 15px;
}

section.logo-section {
    padding: 50px 0;
    background: #007fff63;
}
section.sdgs-section {
    /* padding: 50px 0; */
    background: #ffffff;
    margin: 6rem 0;
}
.about-image img {
    width: 100%;
}

.about-image {
    border-radius: 10px;
    overflow: hidden;
}

.section-title h2 {
    font-weight: bold;
    margin-bottom: 30px;
}

.about-section {
    padding: 110px 0 50px 0;
}

.about-detail h5 {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 10px 0;
}

.about-detail p {
    margin: 0;
}

.about-detail {
    padding-top: 15px;
}
.aims-box h5 {
    font-size: 20px;
    color: #024769;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.aims-points {
    margin: 0;
    padding: 0;
    list-style: none;
}

.aims-points p {
    margin: 0;
    position: relative;
    padding-left: 26px;
}

.aims-box + .aims-box {
    margin-top: 40px;
}
.aims-points p:before {
    content: "";
    background-image: url(../../img/point-arrow.png);
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 4px;
}
.al-box-outer {
    width: 50%;
    flex: 0 0 50%;
    padding: 0 15px;
}

.aims-left-section {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.al-box {
    background: #f2f6f7;
    text-align: center;
    padding: 30px 30px;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
}

.al-box-outer:nth-child(2) ~ div {
    margin-top: 30px;
}

.al-box h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.al-box p {
    margin: 0;
}

.al-box:hover {
    background: #024769;
}

.al-box:hover * {
    color: #fff;
}

.al-box:hover img {
    filter: brightness(0) invert(1);
}
.choose-wrap button {
    width: 100%;
    text-align: left;
    background: #024769;
    color: #fff;
    border: none;
    display: flex;
    border-radius: 8px;
    font-size: 16px;
    padding: 15px 80px 15px 20px;
    align-items: center;
    justify-content: space-between;
}

.choose-wrap #accordion > div + div {
    margin-top: 8px;
}

.choose-wrap #accordion > div {
    background: #EBF8FF;
    border-radius: 8px;
}

.choose-wrap #accordion > div > div:last-child > div {
    padding: 15px 20px;
}

button:focus {
    outline: none;
}

.choose-section {
    padding-bottom: 60px;
}
.choose-wrap button {
    position: relative;
}

.collapse-icon {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
}

.collapsed .collapse-icon {
    transform: translateY(-50%) rotate(180deg);
}
.get-img {
    border-radius: 10px;
    overflow: hidden;
}

.get-img img {
    width: 100%;
}

.get-box {
    text-align: center;
}

.get-box button {
    background: #229B43;
    color: #fff;
    border: none;
    line-height: normal;
    font-weight: 500;
    padding: 10px 20px;
    margin: 20px 0 0 0;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.get-section {
    padding-bottom: 70px;
}
.section-title p {
    font-size: 20px;
    font-weight: bold;
}
.intership-section {
    background: #EBF8FF;
    padding: 60px 0;
}

.intership-wrap {
    padding-top: 60px;
}

.intership-box {
    background: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    padding: 10px 40px 60px 40px;
    height: 100%;
}

.intership-icon {
    width: 117px;
    height: 117px;
    line-height: 117px;
    text-align: center;
    border-radius: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    margin: -110px auto 0;
    display: inline-block;
    background: #fff;
    position: relative;
    top: -15px;
}

.intership-box p {
    margin: 0;
}



@media (max-width:640px) {
    .banner_content--wrapper{
        padding: 15px !important;
    }
    .banner_title,
    .section-heading,
    .certificate-title{
        font-size: 1.5rem !important;
    }
    .banner_caption, 
    .new_caption{
        font-size: 1rem !important;
    }

    .journey-card{
        margin: 2rem 0 !important;
    }
    .is-mobile-over{
        transform: translateY(0px) !important;
    }
    .section-title h4{
        font-size: 1rem !important;
    }
    .whyProgram_container{
        padding: 3rem 0rem !important;
    }
    .whatDoYouGetTitle-new{
        text-align: center !important;
    }
    .brand-circle{
        width: 7.5rem !important;
        margin: 0 auto !important;
    }
    .testimony_content{
        text-align: center;
        display: inline-block;
        margin-top: 1rem;
    }
    .partners_banner_caption,
    .banner_caption_ourjourney{
        padding: 0 !important;
        font-size: .8rem !important;
    }
    .subTitle-partners{
        font-size: .6rem !important;
    }
    .isMobile_timeline{
        padding: 1rem 0;
        border-bottom: 1px dashed lightgray;
    }
    .isMobile_timeline .p-md-3{
        text-align: center;
    }
    .isMobile_timeline:last-child{
        border-bottom: none;
    }
}