.header-absolute .logo img {
    width: 120px !important;
}


.header-absolute .logo1 img {
    width: 55px !important;
}

.header-absolute {
    background-color: #fff;
}

.header-absolute .logo1 img {
    width: 120px;
}

.frmBg span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.01em;
    color: #101010;
}

.frmBg h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.01em;
    color: #101010;
}

.widget-title h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 43px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #232341;
}

.widget-title p {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #212529;

}

.widget-title h2 span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 49px;
    color: #101010;
}


.why-section {
    background-color: #F5F5F5;
}

.why-section .why_ctn img {
    width: 280px;
    object-fit: contain;
    margin-top: 10px;
}


.why-section .card {
    background: #fff;
    padding: 20px 10px 20px 16px;
    display: flex;
    gap: 16px;
    box-shadow: 0px 0px 20px rgba(20, 76, 127, 0.2);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    margin: 10px;
    z-index: 2;
    min-height: 195px;
}

/* folded corner effect */
.card::after {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 200px;
    height: 140px;
    background: #f4f6f8;
    border-top-right-radius: 12px;
    transform: rotate(39deg);
    z-index: -1;
}

.card:hover::after {
    background-color: #2B5E8C;
}

.card:hover {
    background-color: #144C7F;
}

.card:hover .icon {
    background-color: #fff;
}

.card:hover .icon img {
    filter: brightness(0) saturate(100%) invert(23%) sepia(54%) saturate(2470%) hue-rotate(187deg) brightness(90%) contrast(95%);
}

.icon {
    width: 48px;
    height: 48px;
    background: #144C7F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon img {
    width: 24px;
}

.card:hover .content h3,
p {
    color: #fff;
}


.card:hover .content p {
    color: #fff;
}

.content h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #101010;
    margin: 0 0 6px;
}

.content p {
    margin: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #717171;
}

.courses_section {
    background: url(../images/prg_banner.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;

}


.common_btn a {
    border-radius: 2px;
    padding: 10px 32px;
    gap: 10px;
    background: #144C7F;
    border-radius: 4px;
    display: block;
    margin-top: 25px;
    color: #fff;
}

.common_btn a:active,
.common_btn a:hover {
    background: #144C7F;
    color: #ffffff !important;
    transition: all .5s;
    transform: scale(1.08);
}




/* Main Box */
.pgdm-box {
    background: linear-gradient(143.8deg, #144C7F 21.13%, #032544 96.61%);
    border-radius: 12px;
    overflow: hidden;
    color: #fff;
    padding: 15px;
}



.pgdm-image img {
    width: 100%;
    border-radius: 14px;
    display: block;
}


.pgdm-content h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    color: #FFFFFF;
    margin-bottom: 10px;
    margin-top: 10px
}

.pgdm-subtitle {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 15px;
}

/* Info Section */
.pgdm-info {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.pgdm-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.pgdm-item p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    color: rgba(255, 255, 255, 0.8);
}

.pgdm-check {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.pgdm-item strong {
    display: block;
    font-size: 16px;
}

.pgdm-item p {
    margin: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.8);
}

/* CTA Button */
.pgdm-cta {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 14px rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
    border-radius: 1000px;
}

.pgdm-cta span {
    font-size: 18px;
}

.pgdm-cta:hover {
    background: #fff;
    color: #102f55;
}



.testi_div {
    border: 2px solid transparent;
    border-radius: 0px 0px 20px 20px;
    background:
        linear-gradient(white, white) padding-box,
        linear-gradient(to top, #144C7F, #ffffff) border-box;
    margin-bottom: 50px;
    position: relative;
}


/* Main testimonial box */
.testimonial-wrap {
    padding: 26px 30px 50px;
    position: relative;
    background: linear-gradient(180.68deg, rgba(255, 255, 255, 0.5) 7.93%, #DEE4E9 95.58%);
    border-radius: 0px 0px 20px 20px;
    min-height: 218px;
}

.testi_div:hover .testimonial-user {
    background-color: #144C7F;
}


.testi_div:hover .testimonial-user .user-icon {
    background-color: #fff;
}

.testi_div:hover .testimonial-user .user-icon img {
    filter: brightness(0) saturate(100%) invert(20%) sepia(65%) saturate(2800%) hue-rotate(190deg) brightness(95%) contrast(95%);

}

/* Text */
.testimonial-text {
    margin: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000000;
}

/* User badge */
.testimonial-user {
    position: absolute;
    bottom: -32px;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 16px 10px 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transform: translate(-50%, 0px);
    background: #FFFFFF;
    border: 1px solid rgba(20, 76, 127, 0.5);
    border-radius: 1000px;
    width: max-content;
}

/* User icon */
.user-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #1f4b7a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    padding: 10px;
}

.user-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* User info */
.user-info h4 {
    margin: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    color: #101010;
}

.testi_div:hover .testimonial-user .user-info h4 {
    color: #fff;
}

.testi_div:hover .testimonial-user .user-info p {
    color: #fff;
}


.user-info p {
    margin: 2px 0 0;
    font-size: 13px;
    color: #555;
}




.gallery-marquee {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marquee 35s linear infinite;
}

.gallery-marquee .item {
    flex: 0 0 auto;
    margin-right: 20px;
    width: 280px;
}

.single_gallery_item {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.single_gallery_item img {
    width: 100%;
    height: auto;
    display: block;
}

/* Infinite smooth animation */
@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}





.galery-slide .single_gallery_item {
    border-radius: 0px;
    display: inline-block;
    overflow: hidden;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

.galery-slide .single_gallery_item img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0px;
}


.galery-slide .single_gallery_item .hover_overlay {
    background-color: #144b7f98;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0%;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    width: 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}

.galery-slide .single_gallery_item .links {
    top: 0%;
    transform: translate(0%, 40%);
    text-align: center;
    position: absolute;
    height: 100%;
    right: 0;
    margin-right: 0;
    width: 100%;
    z-index: 99;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}




.recruiter-section {
    background-color: #F5F5F5;
}

.recruiter-section .indus_div {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #DEE4E9;
    box-shadow: rgb(187 187 187 / 40%) -5px -5px, rgb(255 255 255 / 0%) -10px -10px;
    border-radius: 12px;
    margin: 10px 0px;
    box-shadow: 0px 0px 20px rgba(20, 76, 127, 0.2);
    padding: 10px;
}


.recruiter-section .indus_div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.footer1 {
    background-color: #144C7F;
    color: #fff;
    padding: 10px 10px;
}

.footer1 a {
    background-color: #144C7F;
    color: #fff;
    padding: 7px 0px;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
}

.footer1 p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}


.galery-slide .single_gallery_item .links a {
    height: 100%;
    width: 100%;
}

.galery-slide .single_gallery_item .links p {
    margin-bottom: 0px;
    color: #fff;
    margin-top: 10px;
    font-weight: 800;
    font-size: 14px;
    text-align: center;

    color: #FFFFFF;
}

.galery-slide .single_gallery_item:hover .hover_overlay {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.galery-slide .single_gallery_item .links>a>i {
    color: #ffffff;
    font-size: 30px;
}

.dsu-addmission h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 42px;
    line-height: 54px;
    color: #FFFFFF;
    margin-bottom: 25px;
    position: relative;
}

.dsu-addmission h1::after {
    content: '';
    background-color: #fff;
    width: 160px;
    height: 4px;
    left: 0;
    bottom: -10px;
    position: absolute;
}


.dsu-addmission h1 span {
    font-family: 'Great Vibes', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 65px;
    line-height: 54px;
    color: #FFFFFF;
}

.dsu-addmission p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 34px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.dsu-addmission h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    background: linear-gradient(90.02deg, #FFFFFF 68.48%, rgba(255, 255, 255, 0) 91.4%);
    margin-bottom: 10px;
    padding: 10px;
}

.dsu-addmission h3 img {
    padding-right: 10px;
}

.dsu-addmission a {
    background-color: #ff9500;
    color: #ffffff;
    padding: 12px 50px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    display: block;
    width: max-content;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: left;
    border-radius: 3px;
    border: 1px solid #fff;
}

.dsu-addmission a:hover {
    color: #ffffff;
}

.dsu-addmission .content_bnr-flex h4 .baner_btn {
    background: linear-gradient(360deg, #A9C9E6 11.11%, rgb(255, 255, 255) 66.67%) !important;
    border-radius: 100px !important;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #101010;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 15px;
}



.dsu-addmission .content_bnr-flex h5 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.cta {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    background-color: transparent;

}

.cta:hover {
    color: #fff;
    font-weight: 700;
    transform: scale(1.04);
    transition: .4s;
}

.footer {
    font-size: 14px;
    background-color: #060919;
}


.mobile {
    display: none !important;
}


.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(143.8deg, #2B5E8C 21.13%, #032544 96.61%);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.marquee {
    display: flex;
    width: max-content;
    animation: scroll 40s linear infinite;
}

.marquee span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    padding: 0px 20px;
}

/* dot */
.dot {
    margin: 0px;
    font-size: 30px !important;
}

/* animation */
@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.zIndex2 {
    z-index: 2;
}

/*== HEADER CSS START ==*/

/*== BANNER CSS START ==*/
.dsu-form {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    mix-blend-mode: overlay;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0.5rem;
}

.frmBg {
    position: relative;
    text-align: center;
}

.applyBox {
    margin: 3.5rem 0 3rem;
    width: 22rem;
    float: right;
    text-align: center;
}

.applyBox1 {
    margin: 3.5rem 0 3rem;
    width: 100%;
    float: right;
    text-align: center;
    position: relative;
    z-index: 1;
}

.contact_fild {
    padding: 0rem 1rem 1.5rem;
}

.contact-fild-box .form-control,
.contact-fild-box .form-select {
    display: block;
    width: 100%;
    height: auto;
    padding: 12px 12px;
    font-size: 14px;
    color: #717171 !important;
    background-color: transparent;
    border: 1px solid #D4D7E3;
    border-radius: 05px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.contact-fild-box .form-control {
    color: #717171 !important;
}

select option.placeholder {
    color: #717171 !important;
}

select {
    color: #717171 !important;
}

.form-group {
    margin-bottom: 0px;
}

.btn_submit {
    background-color: #000000;
    color: #FFFFFF !important;
    font-size: 18px;
    width: 100%;
    border-radius: 3px;
    padding: 8px 4rem;
}



.contact-fild-box {
    margin-bottom: 10px;
    position: relative;
}

.dsu-addmission {
    margin-top: 10%;
    display: block;
    padding: 0px;
}

.formIDfid {
    padding: 0 0px;
}

.contact-fild-box .form-control option {
    color: #717171 !important;
}

.contact-fild-box .form-control {
    color: #717171 !important;
}

/* .elig_section:after {
    position: absolute;
    width: 32%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: var(--bg-blue);
    clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
}   */
/*== Footer css start ==*/




.galery-slide .single_gallery_item {
    border-radius: 0px;
    display: inline-block;
    overflow: hidden;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

.galery-slide .single_gallery_item img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0px;
}



.galery-slide .single_gallery_item .hover_overlay {
    background-color: #144b7f98;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0%;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    width: 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}

.galery-slide .single_gallery_item .links {
    top: 0%;
    transform: translate(0%, 40%);
    text-align: center;
    position: absolute;
    height: 100%;
    right: 0;
    margin-right: 0;
    width: 100%;
    z-index: 99;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}



.owl-theme .owl-nav [class*=owl-] {
    background-color: var(--white-col) !important;
    color: var(--bg-blue) !important;
    font-size: 1.2rem !important;
    border-radius: 100% !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
    line-height: 1.5rem !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: #94A3B8 !important;
    margin: 5px 2px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #144C7F !important;
    width: 30px !important;
    margin-top: 25px !important;
}


.owl-theme .owl-nav [class*=owl-] {
    color: #FFF !important;
    font-size: 14px;
    margin: 5px;
    padding: 8px !important;
    background: #144C7F !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.modal-body {
    padding: 0 !important;
}

.modal-header {
    padding: 0rem 1rem !important;
    border-bottom: none !important;
}

.modal-header .btn-close {
    padding-top: 32px !important;
}



.hero-section .video_div {
    position: absolute;
    width: 100%;
    z-index: 0 !important;
    top: 0;
    left: 0;
    height: 100%;
}

.hero-section .video_div #myVideo {
    width: 100%;
    background-size: cover;
    object-fit: cover;
    height: 100%;
}



/* Hide video on desktop */
.mobile-video {
    display: none;
}

/* Mobile view only */
@media (max-width: 767px) {
    .mobile-video {
        display: block;
        position: relative;
        width: 100%;
        height: 220px;
        overflow: hidden;
    }

    .mobile-video video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
    }

    .mobile-video::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: linear-gradient(to bottom,
                rgba(20, 76, 127, 0) 0%,
                #144C7F 100%);
        width: 100%;
        height: 100%;
        border: none;
    }
}



@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 4.75rem auto !important;
    }
}


.modal-dialog {
    position: relative;
    width: auto;
    margin: 3.5rem auto !important;
    pointer-events: none;
}

