:root {
    --co1: #182957;
    --co2: #e2a819;
    --co3: #008290;
    --co4: #ffffff;
    --co5: #4b4b4b;
    --co6: #FCF5E0;
    --co7: #d2b14c;
    --fo1: f-regular;
    --fo1: f-medium;
    --fo2: f-bold;
    /* --fo3: "Gentium Book Plus", serif; */
    --fo3: "Rubik", sans-serif;
}

figure {
    margin: 0;
}

/*-------------- Style-home & bs combine ------------------*/
.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.card {
    background: none;
    border: 0;
}


/*--------------------------------*/

.ptb {
    padding-top: 5%;
    padding-bottom: 5%;
}

.pt {
    padding-top: 5%;
}

.pb {
    padding-bottom: 5%;
}





.p-wrap p:not(:last-child) {
    padding-bottom: 10px;
}

h2 {
    color: var(--co1);
}

h2 span {
    display: block;
    font-size: 18px;
    color: var(--co2);
    padding-bottom: 7px;
    font-weight: 500;
}

.bg1 {
    background: var(--co4);
    color: var(--co5);
}

.bg2 {
    background: var(--co2);
}

.bg3 {
    background: var(--co1);
    color: #FFF;
}

.bg3 h2 {
    color: #FFF;
}

.hili {
    color: var(--co3);
}

.bg-pat1 {}


.banner-sub {
    background: var(--co1);
    color: #FFF;
    padding: 0;
    background: url(../img/test.jpg);
    overflow: hidden;
    background-size: cover;
}

.banner-sub .container {
    padding: 150px 0px 60px 0px;
}

.banner-sub img.bannerimg {
    bottom: 0;
    right: 0;
    width: auto;
    height: 80%;
    opacity: 0;
    filter: blur(30px);
    transform: translateX(100px);
    animation: bannerReveal 0.5s ease-out forwards;
}

@keyframes bannerReveal {
    0% {
        opacity: 0;
        filter: blur(30px);
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        filter: blur(0);
        transform: translateX(0);
    }
}

.banner-sub p {
    /* font-weight: 500; */
    font-size: 20px;
    opacity: 0.9;
}

.banner-sub h1 {
    /* font-size: 55px; */
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: var(--fo3);
    font-size: 50px;
    line-height: 58px;
}

.banner-sub h1 span {
    display: block;
}

.banner-sub .b-animate {
    right: 0;
    mix-blend-mode: overlay;
}

.pgm-highlight {
    padding-bottom: 0px;
}

.pgm-highlight .card-items {
    background: var(--co4);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.pgm-highlight .card-items img {
    width: 42px;
}

.pgm-highlight .card-items .title-main {
    display: block;
    /* background: var(--co7); */
    padding: 15px;
    padding-left: 85px;
    position: relative;
    color: #FFF;
}

.pgm-intro {
    padding-top: 0;
}

.bannerBg {
    background: url(../img/banner-img1.jpg);
    background-size: cover;
}

.bannerBg2 {
    background: url(../img/banner-img2.jpg) center;
    background-size: cover;
    min-height: 70vh;
}

.bannerBg2 h2 {
    color: #FFF;

}

span.subtitle {
    display: block;
}



.pgm-highlight .card-items figure {
    position: absolute;
    width: 50px;
    top: 13px;
    left: 20px;
}

.pgm-highlight .card-items h3 {
    font-size: 24px;
    color: var(--co1);
    font-weight: 600;
    font-family: var(--fo3);
    text-transform: uppercase;
}

.pgm-highlight .card-items h3 span {
    display: block;
    font-size: 17px;
    color: var(--co5);
}

.pgm-highlight .card-items p {
    padding: 20px 20px;
    padding-top: 0px;
    font-size: 16px;
    padding-left: 86px;
    /* font-weight: 500; */

}

.pgm-highlight .card-items p span {
    display: block;
}


.pgm-highlight-list {
    background-color: #072048;
    background: url(../img/test.jpg);
    background-size: cover;
}

.pgm-highlight-list .row>div {
    margin-bottom: 20px;
}

.pgm-highlight-list .card-items {
    color: #FFF;
    padding: 25px;
    border-radius: 10px;
    height: 100%;
    border: solid 2px #ffffff36;
    border-bottom-color: #00afaa;
    background-color: #072048;
}


.pgm-highlight-list h3 {
    font-size: 20.5px;
    color: var(--co2);
    margin-bottom: 20px;
    font-weight: 500;
}

.pgm-highlight-list p {
    font-size: 15px;
    opacity: 0.7;
    line-height: 22px;
}

.pgm-journey .wrap {
    border-radius: 10px;
    background-color: #fff;
}

.pgm-journey .card-items {
    padding: 50px;
}

.pgm-journey .card-items img {
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    border: solid 2px #c9c9d285;
    border-radius: 50px;
    padding: 8px;
    background-color: #fff;
    z-index: 1;
}

.pgm-journey .card-items:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #c9c9d285;
}

.pgm-journey .col-md-4:last-child .card-items:after {
    display: none;
}

.pgm-journey .title-main {
    position: relative;
    padding: 5px;
    padding-left: 120px;
    margin-bottom: 30px;
}

.pgm-journey .title-main h3 {
    font-size: 35px;
    padding-bottom: 30px;
    color: var(--co1);
    text-transform: uppercase;
    font-weight: 500;
    font-family: var(--fo3);
    margin-top: 12px;
}

.pgm-journey .title-main h3 span {
    font-size: 15px;
    display: block;
    font-weight: normal;
    font-weight: 500;
}

.pgm-journey .title-main .year-no {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #e2a819;
    text-align: center;
    font-size: 45px;
    padding: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 4px;
    color: #fff;
}

.pgm-journey .title-main .year-no span {
    display: block;
    font-size: 18px;
    position: relative;
    top: -19px;
}

.pgm-course {
    position: relative;
}

.pgm-course.end {
    padding-bottom: 100px;
}

.pgm-journey p {
    line-height: 22px;
}

.pgm-journey .row>div:nth-child(2) .card-items {
    border: 1px dashed #fff;
    border-top: 0;
    border-bottom: 0;
}

.pgm-course .wrap {
    border-radius: 10px;
    overflow: hidden;
    /* padding: 30px; */
}

.pgm-course h3 {
    text-transform: uppercase;
    font-size: 70px;
    margin-bottom: 5px;
    color: var(--co2);
    font-weight: 500;
    line-height: 50px;
    font-family: var(--fo3);
}

.pgm-course h3 span {
    display: block;
    font-size: 27px;
    color: var(--co1);
}

/*-------------*/
.pgm-course {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

.pgm-course-stick {
    width: fit-content;
    position: relative;
    top: 0;
    transition: transform 0.08s linear;
    will-change: transform;
    z-index: 1000;
}

.relcover1 .col-md-4 {
    padding: 50px;
}

.relcover1 .col-md-4:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #c9c9d285;
}

.pgm-course-stick span {
    width: 180px;
    transform: rotate(-90deg);
    display: block;
    background: var(--co2);
    margin-left: -70px;
    color: var(--co5);
    padding: 5px 10px;
    font-size: 22px;
    font-family: var(--fo3);
    text-transform: uppercase;
    border-radius: 0 0 10px 10px;
    letter-spacing: 2px;
    text-align: center;
    border: 1px solid var(--co1);
}

/*-----------------------*/


.pgm-course ul {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;

}

.pgm-course ul li {
    position: relative;
    padding: 3px;
    padding-left: 30px;
    font-weight: 500;
}

.pgm-course ul li::before {
    position: absolute;
    content: "";
    top: 9px;
    left: 0;
    width: 12px;
    height: 12px;
    background: url(../img/pen-tool.svg) no-repeat;
    background-size: 100%;
}

.pgm-course .list1 {
    background-color: #028194;
    padding: 30px;
}

.pgm-course .list1 ul li {
    padding: 3px;
    padding-left: 33px;
    color: #fff;
    margin-bottom: 20px;
}

.pgm-course .list1 ul li::before {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: url(../img/pen-tool-white.svg) no-repeat;
    background-size: cover;
}

.pgm-course .card-items-warp {
    display: flex;
    flex-wrap: wrap;
}

.pgm-course .highlight .card-items {
    padding: 30px;
    border: 0 solid #c4c4d6b0;
    height: 100%;
}

.pgm-course .highlight h3 {
    font-size: 34px;
    color: var(--co1);
    margin-bottom: 20px;
    font-weight: 500;
}

.pgm-course .highlight h3 span {
    color: var(--co3);
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
}

.pgm-course .qty {
    position: relative;
    padding: 30px 0;
    padding-left: 100px;
    max-width: 800px;
}

.pgm-course .qty img {
    max-width: 70px;
    position: absolute;
    top: 30px;
    left: 0;
}

.pgm-course h4 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: var(--fo3);

    text-transform: uppercase;
    color: #fff;
}

.pgm-course .qty p {
    font-size: 15px;
    line-height: 22px;
}

.pgcover {
    background: url(../img/test.jpg);
    background-size: cover;
    background-position: center;
}

.pgm-guarantee {
    padding-bottom: 0;
}

.pgm-guarantee .centerimg {
    height: 490px;
    width: auto;
}

.pgm-guarantee .title {
    margin-bottom: 20px;
}

.pgm-guarantee ul {
    list-style: none;
    padding-left: 0;

}

.pgm-guarantee ul li {
    position: relative;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 20px;
    padding-left: 70px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.pgm-guarantee ul li figure {
    position: absolute;
    width: 35px;
    height: 35px;
    left: 20px;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    background: var(--co1);
    top: 27px;
}

.pgm-guarantee ul li span {
    color: var(--co3);
    display: block;
    font-weight: 500;
    font-size: 19px;
}

.pgm-certi {
    background-color: #fff;
}


.pgm-certi .card-items {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border: solid 1px #cccccc6e;
    margin-top: 30px;
}



.pgm-certi .card-items figure {
    background: #fff;
    width: 300px;
    margin: 0px auto;
}

.pgm-certi .cont-main {
    padding: 25px;
    background: var(--co1);
    color: #fff;
    background: url(../img/test.jpg);
    background-size: 170%;
}

.pgm-certi .cont-main p {
    font-size: 15px;
    font-weight: 500;
}

.pgm-certi h3 {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 500;
}

.pgm-certi p span {
    display: block;
    color: var(--co2);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}

.pgm-career {
    padding-bottom: 70px;
}

.pgm-career h2 {
    padding-bottom: 10px;
}

.pgm-career ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.pgm-career ul li {
    position: relative;
    width: calc(33% - 25px);
    margin: 5px;
    padding: 22px 20px;
    border-radius: 5px;
    font-size: 15px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    font-weight: 500;
    padding-left: 50px;
}

.pgm-career ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    width: 25px;
    height: 25px;
    background: url(../img/person.svg) center no-repeat #00afaa;
    border-radius: 50%;
}

.pgm-career ul.indu li::before {
    background: url(../img/industry.svg) center no-repeat var(--co1);
    background-size: 14px;
}




.pgm-career ul li:nth-child(odd) {
    background: #fff;
}

.pgm-career ul li:nth-child(even) {
    background: #d9d9ff;
    border: solid 1px #fff;
}


.pgm-career-gulf {}

.pgm-career-gulf .wrap {
    color: #FFF;
    z-index: 1;
}

.pgm-career-gulf:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(to right, rgba(7, 32, 72, 0) 0%, rgba(7, 32, 72, 1) 100%);
}

.pgm-career-gulf h3 {
    margin-bottom: 20px;
    color: #fff;
}

.pgm-career-gulf ul {
    margin-top: 20px;
    padding-left: 0;
    list-style: none;
}

.pgm-career-gulf ul li {
    padding: 3px 0;
}

.pgm-join .card-items {}

.pgm-join .row>div:nth-child(odd) .card-items .cont-main {
    background: var(--co1);
}

.pgm-join .row>div:nth-child(even) .card-items .cont-main {
    background: var(--co2);
    color: #000000bd;
}

.pgm-join .card-items .cont-main {
    color: #FFF;
    padding: 20px;
    border-radius: 10px;
    min-height: 175px;
}

.pgm-join .card-items h3 {
    font-size: 19px;
    margin-bottom: 10px;
    color: var(--co2);
    font-weight: 500;
}

.pgm-join .row>div:nth-child(even) .card-items h3 {
    color: var(--co1);
}

.pgm-join .card-items p {
    line-height: 22px;
    font-size: 16px;
}






.accordion-item {
    border: 0;
    margin-bottom: 5px;
    background: none;
    border-bottom: solid 1px #cccccc80;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button,
.accordion-body {
    padding-left: 0;
}

.accordion-body {
    padding-top: 0;
}

.accordion-button {
    font-weight: 500;
    font-size: 18px;
    background: #fff;
}

.accordion-button::after {
    background-image: none !important;
    content: '+';
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-left: auto;
    background: var(--co2);
    border-radius: 10px;
    color: #FFF;
    line-height: 20px;
}

.accordion-button:not(.collapsed) {
    color: var(--co1);
    background: none;
    box-shadow: none;
    padding-left: 0;
}

.accordion-button:not(.collapsed)::after {
    content: '-';
}

.mentors-intro ul {
    list-style: none;
    padding-left: 0;
}

.mentors-intro ul li {
    position: relative;
    padding: 5px;
    padding-left: 50px;
    font-size: 20px;
}

.mentors-intro ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 23px;
    height: 23px;
    background: url(../img/x-icon.svg) var(--co1) center no-repeat;
    background-size: 70%;
    border-radius: 50%;
}

.mentors-list {
    background-color: #eccb64;
    background-image: url(../img/dots1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mentors-list .card-item {
    padding: 20px;
    margin-bottom: 30px;
}

.mentors-list figure {
    aspect-ratio: 0.8675 / 1;
    background: url(../img/bg-photo.png) no-repeat bottom;
    background-size: 100%;
    display: block;
    margin-bottom: 10px;
}

.mentors-list h3 {
    font-size: 22px;
    color: #000;
}

.mentors-list h3 span {
    font-size: 16px;
    display: block;
    color: var(--co5);
    margin-top: 1px;
    font-family: var(--fo1);
}

.contact :is(input, textarea) {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding: 10px;
}

.contact input[type=submit] {
    padding: 15px 35px 15px 15px;
    border: 0;
    font-size: 18px;
    border-radius: 30px;
    background-color: #e2a819;
}

.contact form .row>div {
    margin-bottom: 10px;
}

.contact-cont-main {
    background-color: #028194;
    padding: 20px;
    border-radius: 10px 10px 0 0;
}

.contact-cont-main h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.contact-cont-main .card-item {
    position: relative;
    padding: 5px;
    padding-left: 60px;
    margin-bottom: 20px;
}

.contact-cont-main .card-item figure {
    position: absolute;
    top: 5px;
    left: 0;
    width: 40px;
    height: 40px;
    background: var(--co7);
    border-radius: 50%;
    padding: 11px;
    display: flex;
    align-items: center;
}

.contact-cont-main .card-item h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.contact-cont-main .card-item h4 span {
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
}

.contact-cont-main .card-item h4 a {
    font-weight: 500;
    color: #fff;
    padding-top: 2px;
    display: block;
}

.contact .map iframe {
    border-radius: 0 0 10px 10px;
}

.contact-time h4 {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
}

.contact-time h4 :is(strong, span) {
    display: block;
}

.contact-time .row {
    border-radius: 10px;
}

.contact-time h4 strong {
    color: var(--co3);
    font-size: 25px;
    padding: 10px 0px;
}

.contact-time h4 span {
    font-size: 16px;
}

.abt-main {
    padding-top: 40px;
    padding-bottom: 80px;
}

.abt-highlight {
    padding-bottom: 0;
}

.abt-highlight .wrap {
    padding: 30px;
    border-radius: 10px;
    padding-bottom: 0;
}

.abt-highlight ul {
    list-style: none;
    padding-left: 0;
    margin-top: 30px;
}

.abt-highlight ul li {
    position: relative;
    padding: 3px 0;
    padding-left: 30px;
    /* font-weight: 500; */
    font-size: 17px;
}

.abt-highlight ul li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 12px;
    height: 12px;
    background: var(--co2);
    border-radius: 50%;
}

.about-vision figure {
    max-width: 60px;
    margin-bottom: 10px;
}

.abt-certifi .card-items {
    display: block;
    background: var(--co4);
    padding: 20px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}

.abt-certifi .card-items figure {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.abt-cont-sub {
    padding: 30px;
    border-radius: 0 0 10px 10px;
}

.abt-cont-sub {
    background: #fff8e3;
}

.abt-cont-sub .p-wrap {
    color: #3a3a3a;
}

.admission-proc .card-items {
    text-align: center;
}

.admission-proc .step-icon {
    width: 90px;
    height: 90px;
    background: var(--co1);
    color: var(--co2);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 100%;
    font-size: 50px;
    margin-bottom: 15px;
    font-weight: 600;

}

.admission-proc h3 {
    font-size: 20px;
    color: var(--co1);
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 500;
    letter-spacing: 3px;
}

.admission-proc .card-items p {
    line-height: 22px;
    font-size: 17px;
}

.admission-proc .row {
    margin-top: 50px;
}

.admission-proc .card-items {
    margin-bottom: 30px;
    padding: 0 20px;
}

.admission-sub {
    padding: 0;
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 50px;
}



.admission-sub ul {}

.admission-sub ul li {
    position: relative;
    padding: 25px 0 25px 0;
    padding-left: 30px;
    border-bottom: 1px dashed #9c9c9c;
    /* font-weight: 500; */
}


.admission-sub ul li:last-child {
    border: 0;
}

/* .admission-sub ul li span {
    font-weight: bold;
} */

.admission-sub ul li::before {
    content: "";
    position: absolute;
    top: 32px;
    left: 0;
    width: 12px;
    height: 12px;
    background: var(--co2);
    border-radius: 50%;
}

.admission-sub ul li span {
    background: #c7d4f6;
    padding: 1px;
    display: inline-block;
    border-radius: 5px;
    border: solid #c7d4f6;
    border-width: 0 5px;
}

footer h5 {
    font-size: 16px;
    font-family: var(--fo1);
}

footer a {
    font-weight: 400;
    color: #FFF;
    font-size: 17px;
}

footer a:hover {
    color: var(--co2);

}

footer ul {
    list-style: none;
    padding-left: 0;
}

footer ul li {
    padding: 5px 0;
    position: relative;
    font-weight: 400;
    color: #FFF;
    font-size: 17px;
    opacity: 0.8;
}

footer ul li:has(i) {
    padding-left: 40px;
}

footer ul li i {
    color: var(--co2);
    position: absolute;
    top: 10px;
    left: 0;
}

.about-team .flash-wrap {
    background: var(--co1);
    color: #FFF;
    padding: 30px;
    border-radius: 10px;
}

.about-team .flash-wrap h2 {
    color: #FFF;
    font-size: 24px;
}

.about-team figure {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 50px;

}

.abt-college {
    position: relative;
    display: block;
    height: 350px;
    transform: scale(1.2);
    left: -8%;
    top: 11%;
    margin-top: 35px;
}

.abt-college figure {
    position: absolute;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.abt-college figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.abt-college figure:nth-child(1) {
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    z-index: 1;
}

/* logo */
.abt-college figure:nth-child(2) {
    top: 0;
    left: 20%;
    width: 50%;
    height: 100%;
    z-index: 2;
}

.abt-college figure:nth-child(3) {
    top: -20px;
    right: 0;
    width: 40%;
    height: 45%;
    z-index: 3;
}

.abt-college figure:nth-child(4) {
    bottom: -40px;
    right: 0;
    width: 60%;
    height: 60%;
    z-index: 4;
}

.modal-title {
    font-family: var(--fo3);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 28px;
}

.pgm-faq h2 {
    font-family: var(--fo3);
    font-weight: 600;
    text-transform: uppercase;
}

.gallery h2 {
    font-weight: 600;
    font-family: var(--fo3);
    margin-bottom: 20px;
}

.gallery .gallery-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.gallery .gallery-wrapper {
    margin-bottom: 30px;
    scroll-margin-top: 100px;
}

.gallery .gallery-container a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    animation: fadeIn .4s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.gallery button.show-more {
    background: var(--co2);
    border: 0;
    padding: 5px 12px 3px 12px;
    border-radius: 5px;
    display: table;
    margin: auto;
    transition: 0.3s;
}

.gallery button.show-more:hover {
    background: var(--co1);
    color: #FFF;
}


.infra-read-more {
    position: absolute;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 10px);
  height: calc(100% - 22px);
  background: #0000008c;
  border-radius: 20px;
  left: 10px;
  top: 0;


}

.infra-read-more a {
    /* background: var(--co2); */
    padding: 5px 10px;
    padding-right: 30px;
    border-radius: 5px;
    color: #fafafa;
    /* box-shadow: 3px 0 19px 0px #00000069;
    border: 1px solid #FFF6; */
    font-size: 30px;
}

.infra-read-more a:hover {
    opacity: 0.8;
}

.infra-read-more a img {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: 4px 6px;
    padding: 3px;
}

.infra-read-more a:hover img {
    background: #FFF;
    border-radius: 50%;
}


.infra-gallery{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 250px;
    gap: 10px;
}

.infra-gallery .items {
    height: 100%;
    background: #333;
    border-radius: 10px;
    overflow: hidden;
}

.infra-gallery .items img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.infra-gallery .items:nth-child(1) {
    grid-area: 1/1/3/2;
}
.infra-gallery .items:nth-child(2) {
    grid-area: 1/2/2/4;
}
.infra-gallery .items:nth-child(3) {
    grid-area: 1/4/2/5;
}
.infra-gallery .items:nth-child(4) {
    grid-area: 2/2/3/3;
}
.infra-gallery .items:nth-child(5) {
    grid-area: 2/3/3/5;
}





/* #Mobie Only */
@media (max-width: 767px) {
    .ptb {
        padding-top: 15%;
        padding-bottom: 15%;
    }

    .pt {
        padding-top: 15%;
    }

    .pbt {
        padding-bottom: 15%;
    }

    .bg-pat1 {
        background-size: 60%;
    }

    .banner-sub {

        height: auto;
    }

    .banner-sub .col-md-8 {
        min-height: 216px;
    }

    .banner-sub h1 {
        line-height: 36px;
    }

    .banner-sub .b-animate {
        mix-blend-mode: unset;
        position: static;
        margin: 0px auto;
        margin-top: 33px;
    }

    .banner-sub img.bannerimg {
        height: 314px;
        right: 0%;
    }

    .banner-sub p {
        font-weight: 500;
        font-size: 16px;
        opacity: 0.9;
    }

    .banner-sub .container {
        padding: 110px 0px 0px 0px;
    }

    .banner-sub .btn {
        margin: 0;
    }

    .banner-sub h1 {
        font-size: 28px;
    }

    .admission-sub {
        padding-top: 0;
        padding-bottom: 0;
    }

    .pgm-intro figure img {
        padding: 0 !important;
    }

    .pgm-highlight-list {
        padding-bottom: 5px;
    }

    .pgm-highlight-list .row {
        margin-top: 30px !important;
    }

    .pgm-journey {
        padding-bottom: 0;
    }

    .pgm-journey .card-items {
        padding: 20px;
    }

    .pgm-journey .card-items img {
        display: none;
    }

    .pgm-journey .title-main {
        margin-bottom: 10px;
    }

    .mentors-list .card-item {
        padding: 40px;
        padding-bottom: 0;
    }

    .mentors-list .card-item {
        margin-bottom: 10px;
    }

    .pgm-course .highlight .card-items:not(:last-child) {
        border-bottom: 1px dashed #000;
    }

    .pgm-guarantee ul {
        background: var(--co4);
        padding: 0;
        border-radius: 10px;
        overflow: visible;
    }

    .pgm-career ul {
        margin-top: 10px;
    }

    .pgm-career ul li {
        width: calc(100% - 15px);
        margin-left: 15px;
        padding-left: 25px;
    }

    /* .pgm-career ul li:nth-child(even) {
        margin-right: 0;
    }

    .pgm-career ul li:nth-child(4n+1),
    .pgm-career ul li:nth-child(4n) {
        background: #DEDFE6;
    }

    .pgm-career ul li:nth-child(4n+2),
    .pgm-career ul li:nth-child(4n+3) {
        background: #FCF5E0;
    } */
    .pgm-career {
        padding-bottom: 20px;
        padding-top: 0;
    }

    .pgm-career ul li:nth-child(odd) {
        background: #fff;
        border: solid 1px #d9d9ff;
        width: 100%;
        margin: 0;
        padding-left: 60px;
        margin-top: 10px;
    }

    .pgm-career ul li:nth-child(even) {
        border: solid 1px #fff;
        width: 100%;
        margin: 0;
        margin-top: 10px;
        padding-left: 60px;
    }

    .banner-sub figure {
        max-width: 85%;
        margin: auto;
        margin-top: 40px;
    }

    .pgm-highlight {
        padding-top: 20px;
    }

    .pgm-highlight .card-items {
        margin-bottom: 10px;
        border: solid 1px #e4e4e4;
    }

    .pgm-journey .row>div:nth-child(2) .card-items {

        border: 1px dashed #fff;
        border-left: 0;
        border-right: 0;

    }


    .relcover1 .col-md-4 {
        padding-bottom: 20px;
        border-bottom: solid 1px #ccc;
    }

    footer p {
        margin: 20px 0;
    }

    .pgm-course .list1 ul {
        padding: 30px;
        padding-top: 0;
        padding-left: 20px;
        padding-bottom: 0px;
    }

    .pgm-course h4 {
        padding-left: 20px;

    }

    .pgm-course.end {
        padding-bottom: 20px;
    }

    .pgm-career-gulf .wrap {
        background: transparent;
    }

    .pgm-career-gulf:before {
        width: 150%;
    }

    .pgm-join {
        padding-bottom: 0;
    }

    .pgm-join .card-items figure img {
        width: auto;
        height: 250px;
        margin: 0px auto;
    }

    .accordion-button {
        font-size: 17px;
        padding-right: 0;
    }

    .pgm-certi .card-items {
        margin-bottom: 20px;
        margin-top: 0px;
    }

    .abt-certifi .card-items {
        margin-bottom: 20px;
    }

    .contact-time h4 {
        margin-bottom: 30px;
        border-bottom: solid 1px #ccc;
        padding-bottom: 20px;
    }

    .contact-time .col-md-4:last-child h4 {
        border: 0;
    }

    .contact-cont-main .card-item figure {
        position: relative;
        margin-bottom: 15px;
    }

    .contact-cont-main .card-item h4 span {
        margin-bottom: 3px;
    }

    .contact-cont-main .card-item {
        padding-left: 0;
    }

    .contact-cont-main .card-item h4 {
        font-size: 15px;
    }

    .contact-time {
        padding: 0px 0px;
    }

    .contact-time .row {
        border-radius: 10px;
        padding: 0 !important;
    }

    .menu-toggle {
        display: block;
        font-size: 30px;
        color: #fff;
        cursor: pointer;
        z-index: 1001;
        margin-left: auto;
        order: 3;
    }



    .close-menu {
        display: block;
        width: 100%;
        text-align: right;
        font-size: 35px;
        cursor: pointer;
        color: var(--co2);
    }

    .navbar .menu {
        position: fixed;
        top: 0;
        right: -300px;
        width: 280px;
        height: 100vh;
        background: var(--co1);
        padding: 30px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        transition: 0.4s ease;
        z-index: 1002;
    }

    .navbar .menu.active {
        right: 0;
    }

    .navbar .menu a {
        width: 100%;
        margin: 0;
        padding: 15px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .menu-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, .6);
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        z-index: 1000;
    }

    .menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .navbar .btn {
        display: none;
    }

    .navbar .btn.mob-btn {
        display: block;
        width: 160px;
        padding: 10px;
        margin-top: 20px;
        color: #000;
        padding-left: 0;
        padding-bottom: 7px;
    }

    .pgm-course .qty {
        padding: 20px 30px;
        text-align: center;
    }

    .pgm-course .qty h4 {
        padding-left: 0;
    }

    .pgm-course .qty img {
        position: relative;
        margin: auto;
        margin-bottom: 50px;
    }

    .about-team figure {
        margin-bottom: 20px;
    }

    .abt-college {
        height: 200px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        max-width: 80%;
        left: 0;
        top: 0;
    }

    .abt-college figure:nth-child(4) {
        bottom: -15px;
    }

    .bannerBg2 {
        padding: 70px 0px !important;
        min-height: auto;
    }

    footer {
        padding-top: 50px;
    }

    .abt-highlight {
        background-color: #edf2fa;
    }

    .abt-main {
        padding-bottom: 50px;
    }

    .about-vision {
        padding: 0px 0px;
    }

    .abt-certifi {
        background-color: #edf2fa;
        margin-top: 50px;
        padding-bottom: 0px;
    }

    .gallery .gallery-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .infra-gallery{
         grid-auto-rows: 80px;
    }

}





/* #Desktop Only */
@media (min-width: 768px) {

    .banner-sub .row>div:first-child {
        padding-right: 250px;
    }

    .pgm-intro .row>div:last-child {
        padding-left: 100px;
    }

    .pgm-highlight .card-items {
        margin-bottom: 20px;
    }

    .pgm-course .highlight .card-items {
        width: 50%;
    }

    .pgm-course .highlight .card-items:first-child {
        border-width: 0 1px 1px 0;
    }

    .pgm-course .highlight .card-items:nth-child(2) {
        border-width: 0 0px 1px 0;
    }

    .pgm-course .highlight .card-items:nth-child(3) {
        border-width: 0 1px 0px 0;
    }

    .admission-proc .row::after {
        content: "";
        position: absolute;
        width: 65%;
        height: 1px;
        left: 0;
        right: 0;
        margin: auto;
        border-top: 2px dashed #00afaa;
        top: 48px;
        z-index: -1;
    }

    .abt-cont-sub .p-wrap {
        column-count: 3;
    }


}