section.about-prgm {
    padding: 60px 0;
    background: url(../images/programm-bg-1.png);
    position: relative;
}
section.about-prgm::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffffad;
    top: 0;
    left: 0;
}
section.about-prgm .container{
    position: relative;
}
section.about-prgm .row {
    align-items: center;
}
/* hod */
.pr-hod-wrap figure {
    background: linear-gradient(182deg, #dde3f5, #fff 100%);
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    color: #ffffff;
    position: relative;
    box-shadow: 0px 0px 5px 0 #8f8f8f4d;
}
section.pr-hod:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color:#d4d4d4ad;
    z-index: revert-layer;
}
.hod-details-wrap {
    position: relative;
}
a.readmore-btn {
    text-decoration: none;
    background-color: #d7711e;
    padding: 10px 30px;
    color: #ffffff;
    position: relative;
    transition: 1s;
    box-shadow: 0 0 2px 1px #00000059;
    border-radius: 10px;
}
.readmore-btn:before {
    position: absolute;
    content: '';
    top: 1px;
    right: 7px;
    width: 17px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 10px;
}
.readmore-btn:after {
    position: absolute;
    content: '';
    bottom: 2px;
    left: 7px;
    width: 17px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 10px;
}

.readmore-btn:hover:before {
    transition: 1s;
    width: 40%;
}
.readmore-btn:hover:after {
    transition: 1s;
    width: 40%;
}
.pr-hod-wrap figure img {
    border-radius: 10px;
    margin-bottom: 10px;
}
.hod-details {
    text-align: center;
    color: #000;
}
/* hod end */
.prgm-img {
    height: 100%;
}

.prgm-img figure {
    position: relative;
    padding: 20px 20px 20px;
    height: 100%;
}

.prgm-img figure:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 82%;
    top: 0;
    right: 0;
    border: 10px solid #bd393e;
}

.prgm-img figure img {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.course-fee {
    padding: 60px 0 0 0;
    z-index: 1;
    position: relative;
}
.inner-fee-content {
    margin-bottom: -140px;
    position: relative;
    z-index: 1;
    margin-top: 60px;
}
.inner-fee-content{
   
    border-radius: 100px;
    background-color: #ffffff;
    padding: 26px 24px;
    width: 100%;
    box-shadow: 61px 32px 28px rgba(64, 50, 11, 0.01), 35px 18px 23px rgba(64, 50, 11, 0.05), 15px 8px 17px rgba(64, 50, 11, 0.09), 4px 2px 10px rgba(64, 50, 11, 0.1), 0px 0px 0px #40320B;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding-right: 241px;
}
.inner-fee-content ul{
    display: flex;
    padding: 0;
    margin: 0;
}
.inner-fee-content ul li {
    display: inline-flex;
    align-items: center;
    padding: 15px;
    border-right: 1px solid white;
    width: 33.333%;
    position: relative;
    min-height: 100px;
    padding-left: 88px;
}
.inner-fee-content ul li figure {
    position: absolute;
    left: 0;
    top: 24px;
}
.inner-fee-content ul li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: linear-gradient(45deg, transparent, #adadad, transparent);
    right: 12px;
}

.inner-fee-content ul li img {
    width: 70px;
    background-color: white;
    border-radius: 5px;
    padding: 8px;
}

.wrapper {
    margin-left: 10px;
}

.wrapper h5,
.wrapper p {
    margin: 0;
    line-height: 24px;
}

.apply-btn {
    position: absolute;
    width: 193px;
    top: 0;
    bottom: 0;
    height: max-content;
    right: 30px;
    margin: auto;
}

.apply-btn a {
    border-radius: 23px;
    background-color: #dedede;
    padding: 7px 33px;
    text-decoration: none;
    color: #5f5f5f;
    font-size: 18px;
    font-weight: 400;
    transition: all ease-in-out 0.5s;
    float: right;
    background: #012058;
    color: #fff;
    border-color: #001b4c;
    text-transform: uppercase;
}

.apply-btn a:hover {
    background-color: #102a57;
    color: white;
    transition: 0.5s ease;
}
/* .............Syllabus............. */
section.syllabus {
    position: relative;
    background-image: url(../images/affilition-left-bg.png), url(../images/affiliation-right-bg.png);
    background-repeat: no-repeat;
    background-position: left top, right bottom;
    background-color: #002a81;
    background-blend-mode: unset;
    padding: 140px 0 60px;
    background-size: contain;
    background-repeat: no-repeat;
}

section.syllabus .heading-group h2{
    color: #fff;
}

section.syllabus .inner-syllabus .nav-tabs {
    flex-direction: unset;
    float: unset;
    padding: 0;
    position: relative;
}

section.syllabus .inner-syllabus .nav-tabs .nav-link {
    border-radius: unset;
    padding: 0px 30px;
    margin-right: 15px;
    position: relative;
    background-color: #0019bb;
    border: none;
    color: #fff;
    border-top-right-radius: 3px;
    font-weight: 500;
    font-size: 16px;
}

section.syllabus .inner-syllabus .nav-tabs .nav-link:before {
    position: absolute;
    content: '';
    /* width: 100%; */
    height: 100%;
    border-top: 33px solid transparent;
    border-left: 40px solid #0019bb;
    border-bottom: 0px solid transparent;
    top: -1px;
    right: -39px;
}

section.syllabus .inner-syllabus .nav-tabs .nav-link.active {
    position: relative;
    background-color: #ffffff;
    color: #122185;
}


section.syllabus .inner-syllabus .nav-tabs .nav-link.active:before {
    border-left: 40px solid #ffffff;
    z-index: 1;
}
section.syllabus .inner-syllabus .nav-tabs .nav-link:focus,
section.syllabus .inner-syllabus .nav-tabs .nav-link:hover {
    isolation: unset;
    /* border: unset; */
}

section.syllabus .inner-syllabus .tab-content {
    background-color: #ffffff;
    padding: 20px;
    color: #363636;
    border-radius: 0 10px 10px 10px;
}
/* Section Infrastructure */
section.infra .img-wrap-infra figure {
    height: 430px;
    display: flex;
}

section.infra .img-wrap-infra figure img {
    height: 100%;
    object-fit: cover;
}
section.infra .placement-logo {
    height: 100px;
    padding: 15px;
    box-shadow: 0 0 1px 0px #000000c9;
    margin: 3px;
    border-radius: 10px;
    background-color: #f0f8ff78;
}

section.infra .placement-logo img {
    height: 100%;
    object-fit: contain;
}


section.innerEligibility-Criteria table {
    margin: auto;
}
/* ...........Eligibility Criteria... */
section.innerEligibility-Criteria {
    padding: 60px 0;
    background: url(../images/banner-bg-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #F6F6F6;
    background-attachment: fixed;
    min-height: 300px;
    align-items: center;
    display: flex;
}

/* section event */
section.event-section {
    padding: 60px 0;
    background: #11218529;
}
section.event-section .single-event.event-white-bg {
    background-color: #fff;
}
section.event-section .single-event .event-img {
    position: relative;
    overflow: hidden;
}
section.event-section .single-event .event-img img {
    width: 100%;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}
section.event-section .single-event .event-img .event-date-wrap {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1e3675;
    padding: 12px 0px 0px;
}
section.event-section .single-event .event-img .event-date-wrap span {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: block;
    line-height: 1;
    text-align: center;
    padding-bottom: 5px;
}
section.event-section .single-event .event-img .event-date-wrap span.year {
    font-size: 10px;
    background: #bd252b;
    padding: 5px;
}
section.event-section .single-event .event-content {
    padding: 15px;
}
section.event-section .single-event .event-content h3 {
    font-size: 18px;
    line-height: 26px;
    color: #444;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
}
section.event-section .single-event .event-content h3 a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
}
section.event-section .readmore {
    text-decoration: none;
    border: 2px solid #b30000;
    padding: 7px 14px;
    color: #000000;
    font-size: 16px;
    /* position: relative; */
    transition: 1s;
    border-radius: 5px;
}
/* section event end */



/* ............Careerpath.............. */
section.career-path {
    color: #fff;
    background-image: url(../images/campous-bg.jpg);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: left top, right bottom, right top, left bottom;
    background-blend-mode: soft-light;
    padding: 70px 0 70px;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
section.career-path .container {
    position: relative;
}
section.career-path:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #10208833, #1020887a);
    top: 0;
    left: 0;
}


section.career-path .heading-group h2 {
    color: #ffffff;
}

section.career-path .careerpath-desc {
    position: relative;
    height: 100%;
}


section.career-path ul {
    padding: 30px 0;
    margin: 0;
    float: left;
    position: relative;
    padding-left: 15px;
}
section.career-path ul:before {
    content: '';
    position: absolute;
    background: #ffffff;
    width: 10px;
    height: 100%;
    top: 0;
    left: 47.8%;
}


section.career-path ul li h5 {
    font-size: 15px;
    padding: 10px;
    position: relative;
    background: #bc383d;
    margin: 0;
    color: white;
    font-weight: 200;
    text-align: right;
    padding-right: 34px;
    min-height: 40px;
}
section.career-path ul li:nth-child(even) h5 {
    padding-left: 56px;
    padding-right: 10px;
    text-align: left;
}

section.career-path ul li:nth-child(even) h5::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 20px solid #112187;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

section.career-path ul li:nth-child(odd) h5::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-right: 20px solid #322072;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

section.career-path ul li:nth-child(odd) h5::after {
    content: "";
    position: absolute;
    left: -15px;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 0;
    border-right: 15px solid #bc383d;
    border-top: 18px solid transparent;
    border-bottom: 20px solid transparent;
}

section.career-path ul li:nth-child(even) h5::after {
    content: "";
    position: absolute;
    right: -19px;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 20px solid #bc383d;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

section.career-path ul li:nth-child(odd) {
    position: relative;
    padding: 0px 30px 0 0;
    margin-bottom: 15px;
    width: 47%;
    float: left;
    list-style-type: none;
}

section.career-path ul li:nth-child(odd):before {
    content: '';
    position: absolute;
    height: 4px;
    background: #ffffff;
    top: 0;
    bottom: 0;
    right: -6px;
    width: 70px;
    margin: auto;
}

section.career-path ul li:nth-child(odd) span {
    position: absolute;
    right: -16px;
    background: #680101;
    width: 13px;
    height: 23px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 2px;
    border: 3px solid #fff;
    outline: 1px solid #000;
}

section.career-path ul li:nth-child(even) {
    margin-left: -20px;
    margin-top: 44px;
    position: relative;
    margin-bottom: 15px;
    float: left;
    list-style-type: none;
    width: 35%;
}


section.career-path ul li:nth-child(even) span {
    position: absolute;
    left: 24px;
    background: #bc383d;
    width: 11px;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 2px;
    border: 2px solid #ffffff73;
    outline: 1px solid #00000057;
    z-index: 1;
}



section.infra {
    padding: 0 0 60px;
    background: url(../images/bigger-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #e5e5e5;
    background-attachment: fixed;
}

.placement-inner {
    padding: 60px 0 0;
}
.inner-infra {
    margin-top: -55px;
    position: relative;
}
.inner-infra:before, .inner-infra::after {
    content: '';
    position: absolute;
    width: 38px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    height: 56px;
    background: #838383;
    left: -38px;
    top: 0;
}
.inner-infra::after {
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    left: unset;
    right: -38px;
}
.img-wrap-infra {
    position: relative;
}
.img-wrap-infra figcaption {
    position: absolute;
    bottom: 0;
    padding: 15px;
    background: linear-gradient(45deg, #8d080c, transparent);
    width: 100%;
    color: #fff;
    font-size: 20px;
}



@media (max-width: 992px) {


.apply-btn a {
    padding: 0px 20px;
    font-size: 11px;
}
.inner-fee-content {
    padding: 8px 10px;
    padding-right: 148px;
    border-radius: 20px;
}

.inner-fee-content .wrapper h5 {
    font-size: 17px;
}

.inner-fee-content ul li figure {
    width: 50px;
}
.inner-fee-content ul li {
    min-height: 78px;
    padding-left: 39px;
}
.inner-fee-content {
    margin-bottom: -109px;

}
section.syllabus {
    padding: 78px 0 60px;
   
}

}


@media (max-width: 768px) {
    .apply-btn a {
        padding: 0px 18px;
        font-size: 10px;
        line-height: 27px;
    }
    .apply-btn {
        right: 10px;
    }
    .inner-fee-content {
        padding: 8px 10px;
        padding-right: 118px;
    }
    .inner-fee-content .wrapper h5 {
        font-size: 14px;
        line-height: 14px;
    }
    .inner-fee-content ul li figure {
        width: 44px;
        top: 14px;
    }

    .inner-fee-content ul li {
        padding-left: 34px;
    }
    section.career-path ul li:nth-child(even) {
        margin-left: -29px;
        margin-top: 54px;
        width: 47%;
    }
    .inner-infra {
        padding: 0 37px;
    }
    .inner-infra:before, .inner-infra::after {
        display: block;
        left: 0;
    }
    .inner-infra::after{
        left: unset;
        right: 0;
    }
    
}


@media (max-width: 576px) {
    .inner-fee-content ul {
        flex-wrap: wrap;
    }
    .inner-fee-content ul li {
        width: 50%;
    }

    .inner-fee-content {
        padding-right: 13px;
    }
    .apply-btn {
        right: 31px;
        top: unset;
        bottom: 33px;
        width: auto;
    }


    section.career-path ul li:nth-child(odd) {
        width: 50%;
    }
    section.career-path ul li h5 {
        font-size: 13px;
     
    }
    section.career-path ul li:nth-child(even) {
        margin-left: -40px;
      
    }

 
    .inner-infra {
        margin-top: -55px;
        position: relative;
        padding: 0 38px;
    }


}