#banner.business {
    background-color: var(--business-bg);
    background-image: none;
    position: relative;
}
#banner.business .row1 .col-lg-6:last-child {
    /*position: absolute;*/
    /*right: 0;*/
    /*top:0px;*/
}
#banner.business h1 {
    width: 100%;
    font-family: "Centrale Sans";
    color: var(--text);
    font-size: 68px;
      font-weight: 900;
}
#banner.business p {
    font-size: 43px;
    width: 63%;
    margin-top: 20px;
    font-family: "Centrale Sans";
    font-weight: 600;
    line-height: 1.1;
        text-align: left;
    letter-spacing: 3px;
}

#banner.business .read-more {
    background-color: var(--text);
    border: 2px solid var(--text);
    margin-top: 10px;
    text-transform: uppercase;
    font-family: "Centrale Sans";
}
#banner.business .read-more:hover {
    background-color: #23468A;
    border: 2px solid var(--white);
}
#banner.business .row2 {
    /*margin-top: 250px;*/
    margin-top: 150px;
}


#banner.business .ao-2023 {
    margin-top: 50px;
    display: block;
    gap: 50px;
    align-items: center;
}
#banner.business .ao-2023 h2 {
    color: #23468A;
   text-shadow: 2px 3px 2px #fff;
    margin-bottom: 0;
    font-size:35px;
    font-family: "Centrale Sans";
    line-height: .8;
    margin-bottom:15px;
}
#banner.business .ao-2023 h4 {
    font-weight: 500;
    color: var(--white);
    font-size: 2.3rem;
    font-family: "Centrale Sans";
    margin-bottom: 0;
}
#banner.business .bng_text p:nth-child(1) {
    color: var(--text);
    font-size: 40px;
    width: 63%;
}
#banner.business h6{
    font-size: 34px;
    font-weight: bold;
    color: var(--text);
    font-family: "Centrale Sans";
    margin-bottom: 20px;
}




#story.business .apply-now {
    margin-left: 20px;
    font-family: "Centrale Sans";
}
#story.business .client-slider {
    margin-top: 30px;
}


#learning.business .info {
    margin-top: 80px;
    width: 75%;
}
#learning.business .info p {
    margin-bottom: 25px !important;
}
#learning.business .blue-bg .apply-now {
    margin-top: 100px;
}
#learning.business .blue-bg .apply-now .apply-now-btn {
    background-color: var(--blue);
    border: 2px solid var(--blue);
    color: var(--footer-bg);
    margin-left: 20px;
    font-family: "Centrale Sans";
}
#learning.business .blue-bg .apply-now .apply-now-btn:hover {
    background-color: transparent;
    border: 2px solid var(--white);
    color: var(--white);
}
#learning.business .blue-bg .row2 .col-lg-6:nth-child(2) {
    background-color: var(--blue);
}
#learning.business .blue-bg .row2 .col-lg-6:nth-child(2) h3 {
    width: 70%;
    padding-left: 30px;
    padding-top: 170px;
}
#learning.business .blue-bg .row2 .col-lg-6:nth-child(3) {
    background-color: var(--blue);
}


#programs.business {
    height: 100vh;
    display: flex;
    align-items: center;
}
#programs.business h2 {
    font-size: 60px;
    /*margin-bottom: 100px;*/
    margin-bottom: 50px;
    font-family: "Centrale Sans";
    color: var(--text4);
}
#programs.business h3 {
    font-size: 40px;
    margin-bottom: 30px;
    font-family: "Centrale Sans";
    color: var(--text4);
}
#programs.business h3 small {
    font-size: 24px;
}
#programs.business ul {
    list-style-type: square;
    display: flex;
    flex-wrap: wrap;
}
#programs.business li {
    font-size: 18px;
    margin-bottom: 8px;
    font-family: "Centrale Sans";
    color: var(--text4);
    flex: 1 0 50%;
}
#programs.business li::marker {
    color: var(--blue);
    font-size: 24px;
}
#programs.business .apply-now {
    /*margin-top: 200px;*/
    margin-top: 100px;
}
#programs.business .apply-now p {
    font-size: 18px;
    font-family: "Centrale Sans";
    display: flex;
    align-items: center;
}
#programs.business .apply-now .apply-now-btn {
    font-size: 18px;
    background-color: #23468A;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: var(--white);
    padding: 5px 50px;
    border: 2px solid #23468A;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    text-transform: uppercase;
    font-family: "Centrale Sans";
    margin-left: 20px;
}
#programs.business .apply-now .apply-now-btn:hover {
    background-color: transparent;
    color: var(--text);
}
#programs.business .wcp {
    color: var(--red2);
    font-weight: bold;
    font-family: "Centrale Sans";
    font-size: 40px;
}


#life.business h2::before {
    background-color: var(--blue);
}
#life.business .apply-now .apply-now-btn {
    background-color: var(--blue);
    border: 2px solid var(--blue);
    color: var(--footer-bg);
    font-family: "Centrale Sans";
}
#life.business .apply-now .apply-now-btn:hover {
    background-color: transparent;
    border: 2px solid var(--white);
    color: var(--white);
}


#testimonials.business .cards .card:nth-child(2) {
    background-color: var(--blue);
}
#testimonials.business .cards .card:nth-child(2) p {
    color: var(--footer-bg);
}


footer.business .admission .get-admission {
    background-color: var(--blue);
    border: 2px solid var(--blue);
    color: var(--footer-bg);
}
footer.business .admission .get-admission:hover {
    background-color: transparent;
    border: 2px solid var(--white);
    color: var(--white);
}


#myBtn.business {
    background-color: var(--blue);
    border: 2px solid var(--blue);
}
#myBtn.business:hover {
    background-color: transparent;
    color: var(--blue);
}




#story.skill_india {
    height: calc(100vh);
    padding: unset;
    background-color: var(--learn-bg);
}
#story.skill_india h3.head {
    text-align: left;
    margin-bottom: 70px;
    font-size: 50px;
}
#story.skill_india h2 {
    font-size: 40px;
    line-height: 45px;
    font-family: "Centrale Sans";
    position: relative;
    z-index: 0;
}
#story.skill_india h2::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    background-color: var(--blue);
    border-radius: 50%;
    top: -30px;
    left: -30px;
    z-index: -1;
}
#story.skill_india .month {
    display: flex;
    justify-content: space-between;
}
#story.skill_india .month .images {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}
#story.skill_india .month .images::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 75%;
    background-color: var(--banner-line);
    left: 165px;
}
#story.skill_india .month .images .si {
    width: 150px;
}
#story.skill_india .month .images .sde {
    width: 327px;
}
#story.skill_india .row2 {
    margin-top: 50px;
    position: relative;
    align-items: center;
}
#story.skill_india .row2::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: var(--banner-line);
    left: 46%;
    transform: translateX(-50%);
}
#story.skill_india ul.programs {
    /*list-style: none;*/
    list-style-type: square;
    margin-bottom: 0;
    /*margin-top: 30px;*/
    line-height: 60px;
}
#story.skill_india ul.programs li::marker {
    color: var(--blue);
    font-size: 30px;
}
#story.skill_india ul.programs li p {
    display: unset;
    font-family: "Centrale Sans";
    font-size: 30px;
}
#story.skill_india ul.programs li p span {
    color: var(--red);
}
#story.skill_india ul.programs li .lsc {
    width: 200px;
}
/*#story.skill_india ul.programs li:nth-last-child(-n+2) {*/
/*    margin-top: 10px;*/
/*}*/
#story.skill_india h3 {
    color: var(--red2);
    font-weight: bold;
    font-family: "Centrale Sans";
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
}
#story.skill_india .ph_row {
    margin-top: 30px;
}
#story.skill_india .ph_row .card {
    background-color: transparent;
    border-radius: 50%;
    border: 0;
    text-align: center;
    height: 196px;
}
#story.skill_india .ph_row .col-lg-4:nth-child(1) .card {
    background-color: var(--green);
}
#story.skill_india .ph_row .col-lg-4:nth-child(2) .card {
    background-color: var(--yellow);
}
#story.skill_india .ph_row .col-lg-4:nth-child(3) .card {
    background-color: var(--blue);
}
#story.skill_india .ph_row .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#story.skill_india .ph_row .card p {
    margin: 0;
    display: block;
    font-family: "Centrale Sans";
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
}
#story.skill_india .ph_row .card span {
    font-family: "Centrale Sans";
    font-style: italic;
}
#story.skill_india .ph_row .card span.upto {
    letter-spacing: 5px;
}
#story.skill_india .ph_row .card p span {
    font-size: 16px;
    font-weight: 400;
}
#story.skill_india .ph_row .card p span.star {
    font-weight: bold;
    font-size: 20px;
    position: relative;
    top: -10px;
}


#story.skill_india.skill_india2 .row2::after {
    display: none;
}
#story.skill_india.skill_india2 h3 {
    margin-top: 30px;
}
#story.skill_india.skill_india2 .ph_row .col-lg-2:nth-child(1) .card {
    background-color: var(--green);
}
#story.skill_india.skill_india2 .ph_row .col-lg-2:nth-child(2) .card {
    background-color: var(--yellow);
}
#story.skill_india.skill_india2 .ph_row .col-lg-2:nth-child(3) .card {
    background-color: var(--blue);
}


#story.skill_india.skill_india3 .row2::after {
    left: 65%;
}
#story.skill_india.skill_india3 h3 {
    margin-bottom: 30px;
}
#story.skill_india.skill_india3 .ph {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
#story.skill_india.skill_india3 .ph .card {
    background-color: transparent;
    border-radius: 50%;
    border: 0;
    width: 180px;
    height: 180px;
    text-align: center;
}

#story.skill_india.skill_india3 .ph .card:nth-child(1) {
    background-color: var(--green);
}
#story.skill_india.skill_india3 .ph .card:nth-child(2) {
    background-color: var(--yellow);
}
#story.skill_india.skill_india3 .ph .card:nth-child(3) {
    background-color: var(--blue);
}
#story.skill_india.skill_india3 .ph .card p {
    margin: 0;
    display: block;
    font-family: "Centrale Sans";
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
}
#story.skill_india.skill_india3 .ph .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#story.skill_india.skill_india3.skill_india4 .ph {
    flex-direction: unset;
    flex-wrap: wrap;
}
#story.skill_india.skill_india3.skill_india4 .ph .card {
    flex: 1 0 45%;
    width: auto;
    height: 188px;
    max-width: 45%;
}
#story.skill_india.skill_india3.skill_india4 ul.programs li .lsc {
    width: 170px;
}
.placement_per p span{
    font-size: 68px;
    line-height: 1;
    width: 75%;
    width: 55%;
    font-family: "Centrale Sans";
    color: var(--text);
}
.placement_per .kvr p{
     font-family: "Centrale Sans";
    font-size: 43px;
    margin-bottom: 0;
    z-index: 1;
    position: relative;
}
.placement_per{
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    background-color: #cccccc5c;
}
.placement_per hr{
    border-top: 1px solid;
    opacity: 1;
    width: 60%;
}
.placement_per .bg_stipend img {
    position: absolute;
   bottom: 160px;
    right: 300px;
    z-index: 0;
}
.placement_per .prsn_stipend2 img{
    position: absolute;
    right: 200px;
    bottom: 0;
    width: 50%;
}
.placement_per .col-lg-7{
    text-align: center;
}
.placement_per .col-lg-7 p span{
 
    font-size: 75px;

}
.placement_per .col-lg-7 p{
 
   font-size: 46px;
   line-height: 1.2;

}
.crl_text {
    margin-top: 20px;
    margin-left: 75px;
}
.placement_per .col-lg-5 h6{
    font-size: 24px;
    line-height: 1;
    font-family: "Centrale Sans";
    color: var(--text);
     margin-top: 50px;
}


.placement_per .apply-now p {
    margin-bottom: 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    font-family: "Centrale Sans";
    margin-top: 100px;
}
.placement_per .apply-now .apply-now-btn {
    background-color: #23468A;
    border: 2px solid #23468A;
    color: var(--white);
    margin-left: 20px;
    font-family: "Centrale Sans";
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 5px 50px;
    border: 2px solid #23468A;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    text-decoration: none;
    margin-left: 10px;
    font-size: 18px;
}
.placement_per .apply-now .apply-now-btn:hover {
    background-color: transparent;
    border: 2px solid var(--red2);
    color: var(--red2);
}




