
/* about section */
.about_main {
    padding: 50px 0;
}

.about_main .row {
    align-items: unset;
}

.inn_abt_head {
    margin-bottom: 30px;
}

.inn_abt_head h3 {
    font-size: 18px;
    color: var(--yellow);
    font-weight: bold;
    padding-bottom: 10px;
}

.inn_abt_head h2 {
    font-size: 55px;
    color: var(--blue);
    font-weight:900;
    border-bottom: solid 2px var(--yellow);
    padding-bottom: 20px;
}

.inn_abt_head p {
    font-size: 18px;
    line-height: 35px;
    color: var(--black);
    padding-top: 40px;
    padding-bottom: 60px;
}

.inn_abt_img_sec {
    position: relative;
}

.inn_abt_img_sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    border: solid 5px var(--white);
    width: 90%;
    height: 350px;
    z-index: -1;
}

.inn_abt_img_sec img {
    width: 100%;
}

.about_main .about {
    margin-top: 50px;
}

.about_main .card {
    border-radius: 0;
    border: 0;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}

.about_main .card .text-image {
    display: flex;
    align-items: center;
}

.about_main .text {
    /* padding: 20px 50px; */
}

.sections_head h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
    padding-top: 30px;
}

.sections_head span {
    background: linear-gradient(to right, var(--blue) 0%, var(--yellow) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 10px;
}

.sections_head p {
    font-size: 30px;
    color: #000;
    font-weight: 300;
}

.about_main .image {
    height: 100%;
    position: relative;
}

.about_main .image figure {
    height: 100%;
}

.about_main .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about .row .col-lg-6 {
    padding: 0;
}

.about_para p {
    font-size: 18px;
    color: var(--black);
    line-height: 30px;
    text-align: justify;
    padding-bottom: 20px;
}

.about .para_sep {
    padding: 30px 0;
}

.abt_vd_sec {
    position: absolute;
    left: 0;
    top: 0;
}

.abt_vd_sec i {
    font-size: 20px;
    color: var(--white);
    padding: 20px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--blue);
}

/* visionn & mission section */
.vm_main {
    padding: 80px 0;
    background-color: #d3d3d3a3;
}

.vm_text_sec h4 {
    font-size: 35px;
    color: var(--blue);
    font-weight: bold;
}

.vm_text_sec p {
    font-size: 16px;
    color: var(--black);
    line-height: 30px;
    text-align: justify;
}

.vm_img_sec {
    display: flex;
    align-items: end;
    gap: 20px;
    margin-bottom: 30px;
    border-bottom: solid 2px #e97a0b;
    padding-bottom: 30px;
}

.vm_img_sec img {
    width: 100px;
    margin-bottom: -10px;
}

/* objetive section */
.objects_main {
    padding: 70px 0;
    background-color: #1e1753;
}

.criteria_sec {
    margin-bottom: 40px;
}

.criteria_sec2 {
    margin-top: 80px;
}

.criteria_sec h4 {
    font-size: 25px;
    color: var(--white);
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: solid 2px var(--white);
    width: fit-content;
    padding-bottom: 15px;
}
.criteria_sec p{
    font-size:17px;
    color:var(--black);
    line-height:30px;
    text-align: justify;
    margin:10px 0;
}
.elgibility_sub_sec {
    margin-top: 30px;
}

.elgibility_sub_sec ul P,
.elgibility_sub_sec ul li {
    font-size: 17px;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    color: #fff;
}
.elgibility_sub_sec ul P{
    margin:20px 0;
    line-height:30px;
    margin-top:20px;
    text-align: justify;
    display:inline-block;
}
.elgibility_sub_sec ul li img {
    width: 25px;
    height: 19px;
    object-fit: contain;
    margin-top: 5px;
    filter: invert(1);
}

/* society section */
.society_main {
    padding: 50px 0;
}

.inn_abt_society_sec h3 {
    font-size: 25px;
    color: var(--blue);
    border-bottom: solid 2px var(--yellow);
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.inn_abt_society_sec p {
    font-size: 18px;
    color: var(--black);
    line-height: 30px;
    margin-bottom: 30px;
    text-align: justify;
}

/* principal section */
.principal_main {
    padding: 50px 0;
    background-color: #e7e7e7;
}
.crm_img_sec H3{
    margin-bottom: 10px;
    padding-bottom: 0;
}
.crm_img_sec p {
    font-size: 18px;
    color: var(--black);
    margin-bottom:15px;
}
.crm_img_sec::after{
    width: 108.5%;
    height:300px;
}
.principal_message h3 {
    font-size: 25px;
    font-weight: 900;
    color: var(--blue);
}

.principal_message hr {
    border: solid 1px var(--yellow);
    background-color: var(--yellow);
    opacity: 1;
    width: 100%;
    margin: 15px 0;
}

.principal_message p {
    font-size: 16px;
    text-align: justify;
    color: #333;
    margin: 15px 0;
    line-height: 28px;
}
.crm_img_sec{
    margin-top:60px;
}


/* admissionn section */
.admission_main{
    background-color:#f0f0f0;
}
.admission_main .elgibility_sub_sec ul p,
.admission_main .criteria_sec p{
    color:var(--black);
    margin-bottom:40px;
}
.Payment_fee_main{
    padding:50px 0;
}
.Payment_fee_main .criteria_sec{
    margin-bottom:10px;
}
.Payment_fee_main .criteria_sec h4{
    color:var(--blue);
    border-bottom:solid 2px var(--yellow);
}
.Payment_fee_main .elgibility_sub_sec ul li{
    color:var(--black);
}
.Payment_fee_main .elgibility_sub_sec ul li img{
    filter:unset;
}
.elgibility_sub_sec h5{
    font-size:22px;
    color:var(--black);
    font-weight:bold;
    margin:20px 0;
}
.objects_main .elgibility_sub_sec .sepr_clr{
    color:#e97a0b;
    font-weight:bold;
}

/* courses offeredd section */
.objects_main {
    padding: 70px 0;
    background-color: #f7f7f7;
}

.criteria_sec {
    margin-bottom: 40px;
}

.criteria_sec h4 {
    font-size: 25px;
    color: var(--blue);
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: solid 2px var(--yellow);
    width: fit-content;
    padding-bottom: 15px;
}

.elgibility_sub_sec {
    margin-top: 30px;
}

.elgibility_sub_sec ul li {
    font-size: 17px;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    color: var(--black);
}
.elgibility_sub_sec ul li img {
    width: 25px;
    height: 19px;
    object-fit: contain;
    margin-top: 5px;
    filter:unset;
}

.objects_main table thead tr th{
    background-color:var(--blue);
    color:#fff;
}
.course_head2{
    margin-top:80px;
}
.course_sep_text h4,
.course_head h3{
    font-size:30px;
    color:var(--blue);
    font-weight:900;
    margin-bottom:20px;
}
.course_head h3 p{
    font-size:18px;
    color:var(--black);
}
.course_sep_text h4{
    margin:30px 0;
    font-size:25px;
    color:#e97a0b;
    font-weight:bold;
}