.widget-title h3 { display: block; position: relative; font-weight: 600; color: #272626; }
.zIndex2 { z-index: 2;  }
.show { display: block!important;}
.font14 { font-size: 14px; }
/*== HEADER CSS START ==*/
.header { width: 100%; display: table; padding: 10px 0;}
.logo { position: relative;}
.logoright { text-align: center; }
.logoright span { font-size: 20px; }
.call_us_wrap {
    text-align: right;
}
.call_us_wrap .call_us {
    float: right;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-left: 40px;
}
.call_us img {
    width: 32px;
    top: 2px;
    position: absolute;
    left: 0;
}
.call_us a {
    color: #000;
    display: inline-block;
    line-height: 1;
}
.call_us a:hover {
    color: #f1880c;
}


/*== BANNER CSS START ==*/
.dsu-form { width: 300px; padding: 20px 30px; margin-top: 0px; background: rgba(9,43,103,0.7); clip-path: polygon(15% 0, 100% 0, 100% 30%, 100% 85%, 85% 100%, 0 100%, 0% 70%, 0 13%); }
.frmBg { text-align: center;  position: relative;}
.frmBg h4 { color: #FFFFFF; font-size: 22px; line-height: 26px; display: block; margin-bottom: 15px;}
.applyBox {  margin-top: 0px; width: 100%; display: table;}
.contact_fild { padding: 0px 0px;}
.contact-fild-box .form-control { font-size: 13px; color: #000; border: 0px; border-bottom: 0; border-radius: 30px; background-color: #FFFFFF;
     margin: 0 auto; padding: 10px 15px; height: auto;}
.form-group { margin-bottom: 0px;}
.btn_submit {  background: #FFB600; color: #000; font-size: 20px; font-weight: 400; position: relative; border-radius: 0px; border: 1px solid #000; padding: 6px 20px; margin-top: 10px; line-height: normal;}
.btn_submit:hover { background-color: #51247A; color: #FFFFFF;}
.contact-fild-box { margin-bottom: 10px; position: relative;}
.contact-fild-box.text-center { margin-bottom: 0px;}
.formIDfid { padding: 0 0px; }
.contact-fild-box .form-control option { color: #000; }
.dsu-intro { position: absolute; width: 32%; top: 0%; z-index: 1; right: 0;}
.dsu-addmission { margin-top: 22%; display: block; padding: 0px;}
.dsu-addmission h1 { font-size: 28px; }
.dsu-addmission .admissionsContent span { color: #FFFFFF; display: block; font-size: 22px; line-height: 26px; }
.dsu-addmission .admissionsContent strong { color: #b401ff; display: block; font-size: 30px; line-height: 35px; }
.dsu-addmission .exam-section .exam-wrap { border: 1px solid #FFFFFF; padding: 10px 20px; width: 220px; margin-right: 15px; }
.dsu-addmission .exam-section .exam-wrap span { color: #FFFFFF; font-size: 18px; }
.dsu-addmission .exam-section .exam-wrap strong { display: block; color: #FFFFFF; }
.dsu-addmission .admissionsContent p span {
    display: inline;
    color: #f1880c;
}

.dsu-addmission .admissionsContent p, .dsu-addmission .admissionsContent p span {
    font-size: 24px;
    font-weight: 500;
}

.dsu-addmission .admissionsContent p {
    margin-top: 13px;
}
/*== BANNER CSS end ==*/

/*== SEC1 css start ==*/
.bg-orange { background: #f1880c;}
.sec2 .offered-flex h5 { font-size: 40px; }
.sec2 .offered-flex { padding: 23% 15%; }
.courses-item { padding: 0 0px; }
.da-thumbs div .courses-item { padding: 20px 0;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0px; }
.da-thumbs div  .courses-item h3 { color: #FFF; font-size: 20px; }
.da-thumbs div  .courses-item i img { display: inline-block; }
.da-thumbs div {
    width: 100%;
    background: #fff;
    padding: 0px;
    position: relative;
    text-align: center;
}

.item-block { margin-top: 0px; }
.da-thumbs div .da-thumbs-item,
.da-thumbs div .da-thumbs-item img {
    display: block;
    position: relative;
    width: 100%;
}
.da-thumbs div .da-thumbs-item {
    overflow: hidden;
}
.da-thumbs div .da-thumbs-item div .courses-item:hover .hovereff  { display: none; }



.da-thumbs div .da-thumbs-item div.hovereff {
    position: absolute;
    background: rgba(28,56,119,0.8);
    width: 100%;
    height: 100%;
    padding: 50px 30px;

}

.da-thumbs div .da-thumbs-item div.hovereff ul li { color: #FFFFFF; padding: 3px 0; border-bottom: 1px solid #FFFFFF; }

.da-thumbs div:hover .courses-item { display: none; }
.da-thumbs div .da-thumbs-item div.hovereff h4 { color: #FFFFFF;font-size: 24px; margin-bottom: 20px; font-weight: 700; }
.da-thumbs div .da-thumbs-item div.hovereff {
    top: 0px;
    left: -100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.da-thumbs div .da-thumbs-item:hover div.hovereff{
    left: 0px;
}
/*
.da-thumbs div a div.hovereff span {
    display: inline-block;
    padding: 10px 20px;
    margin: 0;
    font-weight: normal;
    color: #FFF;
    background-color: #f47b20;
    border-radius: 30px;
    font-size: 14px;
    line-height: 22px;
} */

.da-thumbs div a div.hovereff span {
    display: inline-block;
    padding: 0 0;
    margin: 0;
    font-weight: normal;
    color: #f47b20;
    border-radius: 30px;
    font-size: 14px;
    line-height: 22px;
}


.modal-content-row ul li { font-size: 18px; line-height: 26px; color: #FFFFFF; padding: 20px 15px; border-bottom: 1px solid rgba(255,255,255,0.2); }
.modal-content-row h6 { background-color: #f47b20; color: #FFFFFF; font-size: 24px; padding: 15px;  }
.fancybox-close-small { background: #000 !important; }
#faculties-silder.owl-theme .owl-nav [class*=owl-] {
    background-color: #d4d4d4;
    color: #000;
    border-radius: 0%;
    width: 50px;
    height: 50px;
    line-height: 44px;
    font-size: 25px;
    text-align: center;
        position: absolute;
        margin: 0px; bottom: 0px;
}
#faculties-silder.owl-theme .owl-nav {
    margin-top: 0;
}
#faculties-silder.owl-theme .owl-nav .owl-prev { left: -10%;}
#faculties-silder.owl-theme .owl-nav .owl-next { left: -5%;}

.section3 { background-image: url(../images/sec3bg.jpg); background-repeat: no-repeat; background-size: 100%; background-attachment: fixed; }
.section3:after { position: absolute; content: ""; width: 100%; height: 100%; top: 0px; left: 0px; background-color: rgba(9,43,103,0.8); }
.jims-icon img {background-color: rgba(9,43,103);
    border-radius: 50%;
    width: 50%;
    padding: 15px;
    display: block;
    margin: 0px auto 15px;
}
.section3 .industry-section .industry-content { background-color: #FFFFFF; padding: 15px;height: 340px; }
.section3 .industry-section .industry-content h4 { font-size: 20px; }
.section3 .industry-section .industry-content p { font-size: 14px; line-height: 22px; }
#hiring-slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute; color: #e2dfdf; background: transparent; padding: 0 0; font-size: 50px; top: 35%;
    margin: 0px; border-radius: 0px; text-align: center;}
#hiring-slider.owl-theme .owl-nav .owl-prev { left: -35px;}
#hiring-slider.owl-theme .owl-nav .owl-next { right: -35px;}
#hiring-slider.owl-theme .owl-nav [class*=owl-]:hover { color: #122953; }

.section4 { background-color: #21242d; }
.section4 .alumni-item { display: flex; }
.section4 .alumni-item .alumni-pic img { width: 90px;
    height: 90px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    border: 3px solid #f1880c; }

.section4 .alumni-item .alumni-content { margin-left: 25px; }
.section4 .alumni-item .alumni-content h5 { font-size: 22px; }
.section4 .alumni-item .alumni-content .alumniBg:after { position: absolute; content: ""; background-color: #f1880c; width: 30px; height: 30px; left: -14px; top: 21%; clip-path: polygon(50% 0%, 49% 53%, 50% 100%, 0% 50%); }
.section4 .alumni-item .alumni-content .alumniBg { position: relative; background-color: #f1880c; margin-bottom: 15px; padding: 30px; border-radius: 15px; }
.section4 .alumni-item .alumni-content .alumniBg p { color: #FFFFFF; font-size: 14px; }
#alumni-slider.owl-theme .owl-nav [class*=owl-],
#corporate-slider.owl-theme .owl-nav [class*=owl-] {color: #000;
    font-size: 30px;
    margin: 5px;
    padding: 8px 15px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;}
.accreditationLogos { border-left: 1px solid rgba(255,255,255,0.1); }
/*== Footer css start ==*/
.footer { width: 100%; display: table; padding: 10px 0; background-color: #181818; }
.desktop { display: block;}
.mobile { display: none;}


.da-thumbs div .courses-item p {
    color: #FFF;
}

.da-thumbs div .courses-item p span {
    color: #f1880c;
}
