.header-absolute .logo img {
    width: 150px !important;
}

.header.sticky .header-absolute .logo img {
    width: 120px !important;
}

.header-absolute .logo1 img {
    width: 130px;

}

.header-navigation {
    display: flex !important;
    width: 100%;
    height: auto;
    gap: 0px;
    margin-left: 15px;
    justify-content: flex-end !important;
    align-items: center;
}

.nav-links {
    position: relative;
    text-align: center;
    margin: 0px 05px;
    color: #323232;
    padding: 0px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.01em;
    text-align: center;

}

/* .nav-links li.center a:before {
    left: 50%;
    transform: translateX(-50%);
} */

.nav-links:hover {
    transform: scale(1.04);
    transition: .5s all;
    color: black !important;
    /* border-bottom: 2px solid; */
}

.nav-links:hover {
    background-color: #F78D27 !important;
    padding: 3px 10px;
    color: #fff !important;
    border-radius: 5px;
}

.nav-links .active {
    background-color: #F78D27 !important;
    padding: 3px 10px;
    color: #fff !important;
    border-radius: 5px;
}

/* .active::before {
    width: 80%;
} */

.frmBg span {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #231F20;
}

.widget-title h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 43px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #231F20;
}

.widget-title p {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #212529;

}

.widget-title h2 span {
    color: #231F20;
    font-weight: 500;
}


.about-section .about_ctn p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.01em;
    text-align: left;
    margin-bottom: 10px;
    color: #595959;
}


.about-section .about_ctn .dark {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.01em;
    text-align: left;
    margin-bottom: 10px;
    color: #000000;
}



.specializations-section {
    background: url(../images/highlights_banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.specializations-section .box {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin: 10px 0px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 7px;
    transition: all .5s;
    min-height: 260px;
}

.specializations-section .box:hover {
    transition: all .5s;
    transform: translateY(-10px);
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.48);
}

.specializations-section .box::after {
    position: absolute;
    content: '';
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
    background: linear-gradient(179.8deg, rgba(0, 0, 0, 0) 0.18%, #1F1F1E 87.62%);
    z-index: 1;
}

.specializations-section .box:hover::after {
    background: linear-gradient(180deg, rgba(14, 14, 14, 0) 0%, #0F385F 90.57%), url(shutterstock_2503867477.html);

}

.specializations-section .box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: 72%;
}

.specializations-section .box h1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 6px;

}

.specializations-section .box .overDiv {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 3;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    color: #FFFFFF;
    padding: 5px 10px;
}

.specializations-section .box p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;

}



.specializations-section .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff !important;
    width: 30px !important;
    margin-top: 25px !important;
}







.program_section {
    background: url(../images/highlights_banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.program_section .course_box {
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 7px;
    padding: 10px 15px;
    min-height: 100px;
    margin-bottom: 20px;
    transition: all .5s;
}

.program_section .course_box .img_box {
    background-color: #1865A91A;
    border-radius: 100%;
    display: flex;
    padding: 5px;
    width: 70px;
    height: 70px;
    margin-right: 20px;
    border: 1px solid #1865A9;
    justify-content: center;
    align-items: center;
    transform: rotateY(0deg);
    transition: all .5s;
}

.program_section .course_box:hover .img_box {
    transform: rotateY(180deg);
    transition: all .5s;
}

.program_section .course_box:hover {
    transform: translateY(-5px);
    transition: all .5s;
}

.program_section .course_box .img_box img {
    width: 35px !important;
    height: 35px !important;
    object-fit: contain !important;
}

.program_section .course_box .course_content {
    width: calc(100% - 100px);
}

.program_section .course_box p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #231F20;
}

.structure_section .structure_content .accor_list .struList {
    font-size: 14px;
    margin-left: 10px;
    font-weight: 500;
    padding-bottom: 3px;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-align: left;
    list-style-type: disc;
    list-style-position: outside;
    color: #666666;
}



.structure_content {
    border: 1px solid #0056A20D;
    background-color: #0056A20D;
    overflow: hidden;
    padding: 20px 30px;
    height: 100%;
    border-radius: 0px 10px 10px 0px;
}

.structure_content .accordion-button {
    padding: 10px 0px 5px 0px;

}

.structure_content .accordion-button h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #231F20;

}

.structure_content .accordion-button span {
    color: #1865A9;
    padding-left: 5px;
}

.structure_content .struct_img {
    object-fit: cover !important;
}

.structure_content .accordion .accordion-body {
    font-size: 14px;
    font-weight: 400;
    padding: 0px 0px 20px 20px;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #60666C;

}

.structure_content .accordion-item,
.accordion-button,
.accordion-header,
.accordion {
    background-color: transparent !important;
    border-radius: none !important;
    border: 0px;
}

.structure_content .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-item.b {
    border-bottom: 1px solid #00000034 !important;
}


.module_section {
    background-color: #F3F7FB;
}

.module_section .module_box {
    padding: 20px;
    margin: 30px 0px 05px 0px;
    background-color: #fff;
    transition: all .5s;
    min-height: 270px;
    border-radius: 10px;
    box-shadow: 0px 1px 4px 0px #0000001A;

}

.module_section .module_box:hover {
    background-color: #1865A9;
}

.module_section .module_box ul li {
    font-size: 14px;
    margin-left: 10px;
    font-weight: 500;
    padding-bottom: 3px;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-align: left;
    list-style-type: disc;
    list-style-position: outside;
    color: #666666;
}

.module_section .module_box:hover ul li {
    color: #fff;
}

.module_section .module_title {
    width: 100%;
    position: relative;
    text-align: center;
}

.module_section .module_title.br::after {
    content: '';
    position: absolute;
    width: 95%;
    left: 57%;
    bottom: 4px;
    height: 1px;
    background-color: #60666C;
}

.module_section .module_title:last-child::after {
    display: none;
}

.module_section .module_title p {
    color: #07589E;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: center;

}

.module_section .module_title span {
    background-color: #07589E;
    width: 10px;
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin: auto;
    text-align: center;
}

/* .about_aiima {
    background: url(../images/about_aima_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */

.about_prg .content,
.about_aiima .content {
    display: flex;
    align-items: center;
}

.about_prg .content p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: left;

}

.about_aiima ul {
    list-style: none;
}

.about_aiima ul li {
    color: #000000;
    list-style: none;
    position: relative;
    font-size: 16px;
    padding-left: 25px;
    font-weight: 400;
    margin: 8px 0px;
    line-height: 21.79px;
    text-align: left;

}



.about_aiima ul li::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(../images/aboutaimaplus.png);
    background-position: center;
    background-size: contain;
    left: 0;
    top: 6px;
    background-repeat: no-repeat;
}

.bests {
    padding-top: 20px;
}

/* .main-titles_lines {
    color: #212529;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600 !important;
    line-height: 49.03px;
    text-align: center;
    position: relative;
} */

/* .main-titles_lines::after {
    content: '';
    position: absolute;
    width: 80px;
    left: 0;
    bottom: -8px;
    background-color: #0056A2;
    height: 4px;
    border-radius: 6px;
} */







.usps_section {
    position: relative;
}

.usps_section .usp_boxes {
    background-color: #E8F0F6;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    min-height: 280px;
    border-radius: 5px;
    transition: all .5s;
}

.usps_section .usp_boxes:hover {
    box-shadow: 0px 5px 16px 0px #1865A91A;
    background-color: #1865A9;
    transition: all .5s;
}

.usps_section .usp_boxes:hover .usp_img_box {
    transform: rotateY(180deg);
    transition: all .5s;
}

.usps_section .usp_boxes:hover h6,
.usps_section .usp_boxes:hover p {
    color: #fff;
}

.usps_section .usp_boxes .usp_img_box {
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    transition: all .5s;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}

.usps_section .usp_boxes .usp_img_box img {
    width: auto;
    height: 45px !important;
    padding: 5px;
}

.usps_section .usp_boxes h6 {
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #231F20;
    margin-bottom: 10px;

}

.usps_section .usp_boxes p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #60666C;
}



/* == Testimonials-START == */
.testisection {
    position: relative;
    width: 100%;
    background-color: #f7f7f7;
}

.testisection .sectionInner {
    border-top: 1px solid #e1e1e1;
}

.chsliderGrid {
    position: relative;
    width: 100%;
}

.alumnichsliderGrid {
    position: relative;
    width: 100%;
}

.chBox {
    padding: 0rem;
}

.alumnichBox {
    padding: 0rem;
}

.facultyBox {
    height: 100%;
}

.alumniBox {
    height: 100%;
}

.ch_row .cols {
    margin-bottom: 1.5rem;
}

.awardBase {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.awardBase img {
    width: 100%;
}

.proghighBg {
    position: relative;
    width: 100%;
}

.sliderprofile {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0rem;
}

/* .sliderprofile figure {
    width: 85%;
    float: right;
} */

.sliderprofile figure span {
    border: 2px solid #edab0b;
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
}

.sliderprofile figure img {
    min-width: 250px;
    object-position: top;
    height: 250px;
    border: 1px solid #ffffff;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 100%;
    /* box-shadow:0.1rem 0.02rem 1rem rgba(0,0,0,0.4); */
}

.topQuote {
    width: 3.1rem;
    margin-left: 2rem;
    margin-bottom: -2rem;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    border-bottom: 7rem;
}

.proghighProfile {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0rem 0rem;
}

.proghighProfile figure {
    width: 100%;
}

.proghighProfile figure img {
    max-width: 9rem;
    margin: 0 auto;
}

.ch-title {
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.ch-title .testi-name {
    position: relative;
    text-align: left;
}

.ch-title .description {
    position: relative;
}

.ch-title h4 {
    color: #000016;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1;
    padding: 0;
    margin-bottom: 0.7rem;
    text-transform: uppercase;
}

.ch-title h5 {
    padding: 0;
    margin-bottom: 1rem;
    color: #888888;
    font-size: .95rem;
    font-weight: 600;
}

.ch-title p {
    min-height: 160px;
    text-align: left;
    padding: 0px;
    color: #6d6e71;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 0.7rem;
}

.ch-title p:last-child {
    margin-bottom: 0rem;
}




#testid-slider.owl-carousel .owl-stage-outer::after {
    content: "";
    position: absolute;
    top: 0px;
    width: 1px;
    height: 100%;
    bottom: 0px;
    background-color: #c8c8c8;
    left: 50%;
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}


.testimon-section {
    background: #fff;
}

/* ====  Testimonials-CLOSE  ==== */


#testid-slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    width: 35px;
    height: 35px;
    font-size: 30px;
    border: solid 1px #9b9b9b;
    /* border-radius: 100%; */
    line-height: 20px;
    border-radius: 100%;
    text-align: center;
    color: #000000 !important;
    background-color: transparent;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); */
}


#testid-slider.owl-theme .owl-nav .owl-next {
    right: -50px;
}

#testid-slider.owl-theme .owl-nav .owl-prev {
    left: -50px;
}

#testid-slider.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #000000;
    /* background: linear-gradient(90deg, rgba(235, 168, 4, 1) 0%, rgba(35, 28, 101, 1) 100%); */
    opacity: 1;
    box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.32);
}

.testimon-section .sliderprofile .description .article p {
    text-align: left;
    padding: 0px;
    color: #6d6e71;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 0.7rem;
}





.recruiter_section .recruiter_box {
    background-color: #fff;
    /*padding: 20px;*/
    padding: 10px;
    display: flex;
    width: 100%;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #EAF3E3;
    align-items: center;
    min-height: 100px;
    transition: all .5s;
}

.recruiter_section .recruiter_box img {
    width: 90%;
    height: 90%;
    object-fit: contain !important;
    transition: transform 0.4s ease-in-out;
}
.recruiter_section .recruiter_box:hover img {
    transform: scale(1.2);
    transition: transform 0.4s ease-in-out;
    cursor: pointer;
}



.training-btn-1 {
    background-color: #ffcb05;
    border: 2px solid #ffcb05;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    border-radius: 8px;
}
.training-btn-1:hover {
    border: 2px solid #ffcb05;
    background: transparent;
    color: #ffcb05;
}
.training-btn-2 {
    border: 2px solid #ffcb05;
    background: transparent;
    color: #ffcb05;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    border-radius: 8px;
}
.training-btn-2:hover {
    background-color: #ffcb05;
    border: 2px solid #ffcb05;
    color: #fff;
}

.selection_section {
    background-color: #1865A9;
}

.selection_section .head_img {
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: flex-start;
}

.selection_section .head_img:first-child::after {
    height: 100%;
    top: 0px;
    content: '';
    position: absolute;
    left: 35px;
    width: 1px;
    border: 1px dashed #fff;
}

.selection_section .process_img {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    background-color: #fff;
    border-radius: 100%;
}

.selection_section .process_ul {
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 30px;
    width: 80%;
}

.selection_section .process_ul h6 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 30px;
    text-align: left;
    color: #FFFFFF;
}

.selection_section .process_ul ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: left;
    list-style-type: disc;
    margin-left: 10px;
    color: #fff;

}

.selection_section .process_ul p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #fff;

}

.selection_section .process_ul table {
    background-color: #fff;
    margin-top: 20px;
    border-radius: 10px;
    width: 100%;
    border: 0px !important;
    overflow: hidden;
}

.selection_section .process_ul table thead {
    background-color: #F3F7FB;
}

.selection_section .process_ul table td,
.selection_section .process_ul table th {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    border: 2px solid #F4E6E6;
    letter-spacing: 0.01em;
    padding: 10px 10px !important;
    text-align: left;
    color: #212529;
    padding: 10px;
}

.diclaimer {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #fff;

}

.specilaztion_sec {
    background: url(../images/prg_bg1.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.specilaztion_sec .spec_box {
    margin: 10px 0px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 7px;
    transition: all .5s;
}

.specilaztion_sec .spec_box:hover {
    transform: translateY(-5px);
    transition: all .5s;
}

.specilaztion_sec .spec_box img {
    width: 100%;
    height: 220px;
}

.specilaztion_sec .content_spec {
    padding: 10px;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.specilaztion_sec .content_spec h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #0F385F;

}

.dsu-addmission h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    color: #fff;
    margin-bottom: 30px;

}

.dsu-addmission p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    color: #F78D27;
    max-width: 500px;
}

.dsu-addmission .in_box {
    background-color: #fff;
    border-radius: 10px;
    min-height: 80px;
    min-width: 120px;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.dsu-addmission .in_box h6 {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: #60666C;
}

.dsu-addmission .in_box img {
    width: auto !important;
    height: 30px !important;
    object-fit: contain !important;
    margin-bottom: 6px;
}

.dsu-addmission .in_box p {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #000000;

}

.dsu-addmission .in_box h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #000000;
}

.dsu-addmission a {
    background-color: #F78D27;
    padding: 10px 20px;
    margin-top: 25px;
    font-size: 16px;
    font-weight: 600;
    display: block;
    width: max-content;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: left;
    text-transform: uppercase;
    border-radius: 3px;
    border: none;

}

.header-navigation .cta {
    background-color: #F78D27;
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-right: 5px;
    width: max-content;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: center;
    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;
}

.ban_usps {
    background-color: #FEF4E9;
}

.ban_usps .usps_box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    height: 100%;
    padding: 25px 10px;

}

.ban_usps .usps_box.b {
    border-right: 1px solid #F78D27 !important;
}

.ban_usps .usps_box img {
    object-fit: contain !important;
    width: auto !important;
    max-width: 60px;
    margin-right: 20px;
    height: 40px !important;
}

.ban_usps .usps_box .usp_cont h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #231F20;
}

.ban_usps .usps_box .usp_cont p {
    font-size: 15px;
    font-weight: 500;
    margin-top: 3px;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #60666C;
}

.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: 3px;
    mix-blend-mode: overlay;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0.5rem;
}

.frmBg {
    position: relative;
    text-align: center;
}

.applyBox {
    margin: 0.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: #F78D27;
    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: 10%;
    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 ==*/
#module-slider.owl-theme .owl-nav [class*=owl-],
#course-slider.owl-theme .owl-nav [class*=owl-] {
    background-color: #07589E !important;
}

.cust_width {
    width: 90%;
    margin: auto;
    text-align: center;
}

.owl-theme .owl-nav [class*=owl-] {
    background-color: transparent !important;
    color: #fff !important;
    border: 1px solid #fff;
    font-size: 1rem !important;
    border-radius: 100% !important;
    width: 2rem !important;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    height: 2rem !important;
    line-height: 1.5rem !important;
}

.owl-theme .owl-nav .owl-prev {
    left: -3rem;
}

.owl-theme .owl-nav .owl-next {
    right: -3rem;
}

.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: #1865A9 !important;
    width: 30px !important;
    margin-top: 25px !important;
}

/*New Css Added by Govind*/
.hover-wrapper {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px;

}

.hover-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0.4, 0.6, 0.8), transparent);
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    z-index: 2;
}

.hover-wrapper:hover .overlay {
    opacity: 1;
}

.image-zoom {
    transition: transform 0.4s ease-in-out;
    z-index: 1;
}

.hover-wrapper:hover .image-zoom {
    transform: scale(1.2);

}

.overlay-text {
    font-size: 1.2rem;
    z-index: 3;
    cursor: pointer;
}
.gps-item {
    background: rgba(255,255,255,0.6);
    padding: 10px;
    border-radius: 5px;
    overflow: hidden;
}
.gps-item-img {
    overflow: hidden;
    width: 100%;
}
.gps-item-img img {
    transition: transform 0.4s ease-in-out;
}
.gps-item-img:hover img {
    transform: scale(1.2);
    transition: transform 0.4s ease-in-out;
}
.gps-item h3 {
    color: #000;
}
.gps-item h3 a {
    color: #000;
    transition: all 0.4s ease-in-out;
}
.gps-item:hover {
    cursor: pointer;
}
.gps-item:hover a {
    color: #F78D27;
}

.heading-underline {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.heading-underline::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #F78D27;
    border-radius: 2px;
}

.img-zoom-box {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}
.img-zoom-box img {
    transition: transform 0.4s ease-in-out;
}
.img-zoom-box:hover img {
    transform: scale(1.2);
    transition: transform 0.4s ease-in-out;
    cursor: pointer;
}

