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

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

.header-absolute .logo1 img {
    width: 150px;

}

.header.sticky .header-absolute .right_logo1 {
    width: 130px;
}

.header.sticky .header-absolute.right_logo {
    width: 70px !important;
}


.ncvet_text_sec {
    background-image: url(../images/ncvet_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ncvet_text_sec .ncve_text h1 {
    font-size: 38px;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-align: left;
    color: #fff;
    position: relative;
    text-align: center;
}

.ncvet_text_sec .ncve_text p {
    text-align: center;
    color: #fff;
}

.NCVET_section .logo_icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.NCVET_section .logo_icon img {
    width: 100%;
    height: 110px;
}

.right_logo1 {
    width: 150px;
}

.right_logo {
    width: 90px !important;
}

.frmBg span {
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #352D74;
}

.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 {
    color: #DF4B24
}


.about-section .about_ctn p {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.01em;
    text-align: left;
    margin-bottom: 10px;
    color: #212529;

}

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

}

.courses_section .prg_box {
    box-shadow: 0px 0.64px 3.87px 0px #0000001A;
    background-color: #fff;
    border-radius: 7px;
    padding: 20px;
}

.courses_section .prg_box_horiz {
    box-shadow: 0px 0.64px 3.87px 0px #0000001A;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    border-radius: 7px;
    padding: 20px;
}

.courses_section .prg_box_horiz img {
    margin-right: 20px;
    min-width: 40px;
}

.courses_section .prg_box_horiz h1 {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #232341;
}

.courses_section .prg_box_horiz span {
    color: #4D96E8;
}

.prg_box h1 {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #232341;
}

.courses_section .prg_box img {
    min-height: 200px;
    width: 100%;
}

.partner_item {
    background-color: #fff;
    border: 1px solid #d8d8d88c;
    border-radius: 10px;
    padding: 20px;
    min-height: 400px;
}


.partner_item .img_item {
    height: 180px;
    background-color: #FBF5F4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner_item p {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #212529;
}

.chooose-section {
    background: url(../images/bg1.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.chooose-section .course_inner {
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    min-height: 300px;
    box-shadow: 0px 0.64px 3.87px 0px #0000001A;
}

.chooose-section .course_inner .prg_img {
    border-radius: 50%;
    width: 65px;
    margin-bottom: 10px;
    height: 65px;
    display: flex;
    transform: rotateY(0deg);
    transition: .5s;
    justify-content: center;
    align-items: center;
    background-color: #FBF5F4;
    border: 1px solid #DF4B241A;
    padding: 15px;
}

.chooose-section .course_inner:hover .prg_img {
    transform: rotateY(180deg);
    transition: .5s;
}

.chooose-section .course_inner .prg_img img {
    width: auto;
    height: 25px;
    object-fit: contain;
}

.chooose-section .course_inner h1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #232341;
    margin-bottom: 5px;

}

.chooose-section .course_inner p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #212529;
}

.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: #df4c249c;
    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;
}

.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-size: 48px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;

}

.dsu-addmission p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.01em;
    text-align: left;

    color: #fff;

}

.dsu-addmission h3 {
    background: #5a5a6d70;
    backdrop-filter: blur(10px);
    padding: 15px 20px;
    margin-top: 30px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 21px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #fff;


}

.dsu-addmission h3 span {
    font-size: 14px;
    margin-top: 0px;
    display: block;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #fff;


}

.dsu-addmission a {
    background-color: #DF4B24;
    padding: 15px 20px;
    margin-top: 25px;
    font-size: 16px;
    font-weight: 700;
    display: block;
    width: max-content;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: left;
    text-transform: uppercase;
    border-radius: 3px;
    border: none;

}

.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;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.testimonial__section {
    background: url(../images/testi_bg.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: #0F385F0D;
}

.testimonial-div {
    margin: 10px 0px;
    min-height: 330px;
    background: #fff;
    box-shadow: 0px 1px 6px 0px #0000001A;
    border-radius: 10px;
    padding: 30px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.testimonial-div h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: #232341;
    margin-top: 10px;
    margin-bottom: 5px;
}

.testimonial-div h3 {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #212529;

}

.testimonial-div p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
    text-align: center;
    color: #212529;

}

.widget-title h3 {
    display: inline-block;
    position: relative;
}

.zIndex2 {
    z-index: 2;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-900 {
    font-weight: 900;
}

.font-weight-400 {
    font-weight: 400;
}

.show {
    display: block !important;
}

ol.m {
    list-style-type: lower-latin;
}

.overflow-h {
    overflow: hidden;
}

/*== HEADER CSS START ==*/
.header.sticky {
    background-color: var(--white-col);
}

.header .header-absolute .mobile__dv a {
    background-color: var(--bg-blue);
    color: #FFFFFF;
    font-size: 1.2rem;
    padding: 10px 40px;
    padding-right: 10px;
    border-radius: 15px;
    position: relative;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.header .header-absolute .mobile__dv a span {
    background-color: var(--white-col);
    color: var(--bg-blue);
    border: 1px solid var(--text-dark);
    padding: 5px;
    width: 40px;
    height: 40px;
    line-height: 32px;
    border-radius: 2rem;
    display: inline-block;
    position: absolute;
    left: -9px;
    top: 4px;
    text-align: center;
}

/*== 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: 1.5rem 0 1rem;
    width: 22rem;
    float: right;
    text-align: center;
}

.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;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
    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;
}

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

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

.btn_submit:hover {
    background-color: var(--bg-yellow);
    color: var(--text-dark);
}

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

.contact-fild-box.text-center {
    margin-bottom: 0px;
}

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

.formIDfid {
    padding: 0 0px;
}

.contact-fild-box .form-control option {
    color: #000;
}





.tabs_list {
    padding: 0;
    margin: 0 0 0px;
    -webkit-box-shadow: 0 13px 14px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 13px 14px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 13px 14px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 13px 14px rgba(0, 0, 0, 0.08);
    box-shadow: 0 13px 14px rgba(0, 0, 0, 0.08);
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
    font-size: 1.2rem;
    font-weight: 500;
}

.tabs_list li .nav-link {
    padding: 1.2rem 10px;
    border-radius: 30px;
    width: 211px;
    color: var(--bg-red);
}

.tabs_list li {
    font-size: 1.5rem;
    background-color: #f9f9f9;
    border-radius: 30px 0 0 30px;
    margin-right: -4px;
    cursor: pointer;

}

.tabs_list li:last-child {
    border-radius: 0 30px 30px 0;
}

.tabs_list li .nav-link.active {
    color: #000000 !important;
    background-color: var(--bg-yellow);
}

/* .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 ==*/


.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: 2rem !important;
    height: 2rem !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: #DF4B24 !important;
    width: 30px !important;
    margin-top: 25px !important;
}