.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;}
.flex-c { display: flex;
    flex-direction: column;
    justify-content: center; }
/*== HEADER CSS START ==*/
.header.sticky { background-color: var(--white-col); }
#header.sticky .header-absolute .logo img { width: 100px;}
.header .header-absolute .mobile__dv a {
    background-color: var(--bg-blue);
    color: #FFFFFF;
    font-size: 1rem;
    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: 2px;
    text-align: center;
}

.headTxt { font-size: 3.5rem !important; padding: 0.3rem 0.5rem; background-color: #FFD01E; display: inline-block; margin: .5rem 0rem; color: #7E0100 !important; border-radius: 7px;}
.headTxt.ml{
    margin-left: 10px !important;
}
/*== 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: 3rem 0; 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 #717171; border-radius: 0px; 
    -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: var(--bg-blue); color: #FFFFFF; font-size: 18px; width: 100%; border-radius: 0.5rem; padding: 8px 10px; }
.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: 28%; display: block; padding: 0px;}
.formIDfid { padding: 0 0px; }
.contact-fild-box .form-control option { color: #000; }
.dsu-addmission .content_bnr-flex h1 { font-size: 35px; line-height: 40px; color:#212529; }
.dsu-addmission .content_bnr-flex h1 > span{
    color: #7E0100;
}
.dsu-addmission .content_bnr-flex h1 .h1_span{
    font-weight: 400 !important;
    color: #212529 !important;
}

.dsu-addmission .content_bnr-flex hr{
    color: #7E0100;
    text-align: left;
    width: 100px;
    height: 3px;
    background-color: #7E0100;
    opacity: 1;
}
.dsu-addmission .content_bnr-flex h1 > strong { background-color: var(--bg-blue); color: var(--bg-yellow); border-radius: 2rem; padding: 0.6rem 1rem; margin-bottom: 0.5rem; width: 210px; text-align: center; }
/*== BANNER CSS end ==*/
.bnrThub { position: absolute; left: 35%; bottom: -5rem;}
.rank-section { background-color: #861415;
}
.rank-section .rank__item  { padding: 0.2rem; margin: 0 1rem; overflow: hidden; border-radius: 1rem; position: relative; text-align: center; }
.rank-section .rank__item:hover .offeredbxawd-content { background-color: var(--bg-yellow); box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;  }

.rank-section .rank__item .offeredbxawd-content {
    filter: drop-shadow(03px 03px 1px #000000);
}
.rank-section .rank__item img {margin-bottom: 0.8rem; background-color: var(--white-col); border: 1px solid var(--bg-yellow); border-radius: 50%;}

.eligib-section { background-image: url(../images/eligiBG.webp); background-size: cover; background-position: center center; background-repeat: no-repeat; background-attachment: fixed; mix-blend-mode: multiply;  }
.eligib-section:after {
    position: absolute; background-color: var(--bg-blue); opacity: 0.9; 
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.advantage_div .inner_a{
    display: flex;
    position: relative;
    overflow: hidden;
    padding: 20px;
    border-radius: 19px !important;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    background-color: #ffffff !important;
    height: 100%;
    min-height: 230px;
    z-index: 0;


}
.advantage_div .gradient_border:hover .inner_a,.advantage_div .gradient_border:hover .inner_a::after {
    background-color: #FFD01E !important;
    transition: .1s;
}
.advantage_div .gradient_border:hover img{
    transform: rotateY(200deg);
    transition: .5s;
}
.advantage_div .inner_a::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #F3F4F9;
    z-index: -1;
}
.advantage_div .inner_a h4{
color: #212529;
font-size: 18px;
font-weight: 400;
line-height: 26px;
text-align: left;

}
.advantage_div .inner_a h4 span{
font-size: 24px;
font-weight: 700;
line-height: 34px;
text-align: left;
color: #212529;
}
.gradient_border{
    background: linear-gradient(131.79deg, #7E0100 26.4%, #FFD01E 62.34%) !important;
    border-radius: 20px !important;
    width: 100%;
    height: 100%;
    padding: 2px;
}
.cta{
padding: 10px 30px;
font-size: 16px;
font-weight: 500;
line-height: 27px;
text-align: center;
color: #212529 ;
border-radius: 8px;
background-color: #FFD01E;
filter: drop-shadow(03px 03px 1px #000000);

}
.thankyou-sec .logo{
    width: 200px;
}
.cta:hover{
    color: #000;
    transform: scale(1.04);
    transition: .4s;
}
.advantage_div .inner_a img{
width: 60px;
transform: rotateY(0deg);
transition: .5s;
height: 60px;
object-fit: contain;
background-color: rgb(255, 255, 255);
padding: 8px;
border-radius: 5px;
}
.jnBg { background-image: url(../images/jnBg.webp);background-position: right;   }

.electives__item { background-color: #F4F4F4; padding: 1.2rem; border-radius: 0.6rem; height: 340px;}
.electives__item:hover { background-color: var(--bg-yellow);}

.elig_dv ul li:after { position: absolute; content: ""; background-image: url(../images/shapes.svg); background-repeat: no-repeat; left: 0; width: 40px; height: 40px; top: 15px;}
.elig_dv ul li { position: relative; font-size: 1rem; line-height: 1.4; padding: 1rem 0; color: var(--white-col); padding-left: 3.5rem; display: flex; flex-direction: column; justify-content: center;}
.digitally-one__counter-single .plus { top: 7px; position: relative;}
.digitally-one__counter-single .odometer, 
.digitally-one__counter-single .plus { font-size: 2.2rem; color: var(--bg-blue);}  
.digitally-one__counter-single p { font-size: 1.2rem; color: var(--bg-blue);}
.jain_section .col-lg-3:last-child:after { background-color: transparent;}
.jain_section .col-lg-3:after { position: absolute; content: ""; right: 0; top: 0; background-color: var(--bg-blue); width: 1px; height: 100%; opacity: 0.3; }
.jain_section .rank__item { padding: 2rem 1rem; border-radius: 1rem; position: relative;}
.jain_section .rank__item:hover {
    background-color: var(--bg-yellow);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.spec_section .career__item:hover .blog-text > a { background-color:  var(--bg-red); color: var(--white-col);}
.online__section .programme__item:hover, .spec_section .career__item:hover { background-color: var(--bg-yellow);} 
.online__section .programme__item, .spec_section .career__item { border: 1px solid #001C54; border-radius: 1rem; padding: 2rem 2rem; min-height: 260px;}
.online__section{
    background: url(../images/explore_bg.png);
    background-position: center;
    background-size: cover;
}

.online__section .courses_list{
    background-color: #7E0100;
    padding: 30px;
    position: relative;
    width: auto;
    border-radius: 30px;
}
.online__section .courses_list li{
    padding-left: 35px;
    margin: 12px 0px;
color: #fff;
position: relative;
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-align: left;

}
.online__section .courses_list::after {
    position: absolute;
    content: '';
    width: 0px; 
    height: 0px; 
    left: 160px;
    top: -15px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;   
    border-bottom: 20px solid #7E0100;
  }

.online__section .courses_list li::after{
    content: '';
    position: absolute;
    background: url(../images/yellow_tick.png);
    background-position: center;
    background-size: contain !important;
    background-repeat: no-repeat;
    width: 20px;
    top: 2px;
    height: 20px;
    left: 0;
}
.online__section .courses_list.right_arrow::after{

    left: 370px !important;
}

.spec_section .career__item { background-color: var(--white-col);}
.spec_section .career__item i { font-size:  3rem; margin-bottom: 0.5rem; color: var(--bg-red);}
  
.recruiters-section{
    background: url(../images/alumni_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.recruiters-section .recruiters-item .recruiters-logo {
    position: relative;
    padding: 0.5rem 8px;
    width: 100%;
    display: block;
    overflow: hidden;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .recruiters-section .recruiters-item .recruiters-logo:hover{
    background-color: #fff !important;
  }
  .recruiters-section .recruiters-item:nth-child(5n) .recruiters-logo {
    border-right: 0px solid var(--bg-yellow);
  }
  .header-navigation {
    display: flex !important;
    width: 100%;
    height: 100%;
    gap: 20px;
    justify-content: flex-end !important;
    align-items: flex-end;
        margin-right: 1.5rem;
}

.nav-links {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;    
    position: relative;
    margin: 0px 0;
    text-align: center;
    color: #000000;
}

.nav-links li.center a:before {
    left: 50%;
    transform: translateX(-50%);
}

.nav-links:hover {
    transform: scale(1.04);
    transition: .5s all;
    color: #7E0100 !important;
    /* border-bottom: 2px solid; */
}

.nav-links:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 2px;
    width: 0%;
    background:#7E0100;
    border-radius: 12px;
    transition: all 0.4s ease;
}
.logo img{
    width: 70%;
}

.nav-links:hover:before {
    width: 100%;
}

.active {
    font-weight: 500;
    color: #7E0100 !important;
}

.active::before {
    width: 100%;
}
  
  .recruiters-section .recruiters-item .recruiters-logo:last-child { border-bottom: 0px solid var(--bg-yellow); }
  .recruiters-section .recruiters-btn_sec:after { position: absolute; width: 2px; height: 100%; content:""; background-color: #FFF; right:0; z-index: 1; top:0; }
  .section4::before { position: absolute;  content: ""; width: 50%; height: 100%; right: 0px; top: 0px; background-image: url(../images/jnBg1.webp); background-color: #7e0100; }
  
.section4:after { position: absolute; content: ""; width: 50%; height: 100%; right: 0px; top: 0px; background-color: #7e0100; opacity: 0.9;}
  .offeredbxawd-content { background-color: var(--white-col); border-radius: 1.3rem; text-align: center; padding: 1.2rem; height: 235px;}
  .offeredbxawd-content p { color: var(--text-dark); font-size: 14px; line-height: 1.4; }

  #cert-slider .item{
    display: flex !important;
background-color: #fff;
margin: 10px 0px;
padding: 5px 10px;
box-shadow: 0px 4px 4px 0px #00000040;
min-height: 140px;
    justify-content: center !important;
    align-items: center !important;
  }
  
  #cert-slider .item:hover{
    transform: translateY(-5px);
    transition: .4s;
  }
  .students__section { background-color: var(--bg-grey);}
.students__section .students__item { border: 1px solid #D8D8D8; padding: 2rem; border-radius: 1rem; margin: 0.5rem; min-height: 370px; margin-top: 2.5rem; }
.aheadTestimonial .img-outer img {
    width: 82px;
    height: 82px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 100px;
}
.students__item p{
    min-height: 200px;
}
.students__section .students__item:hover{
    background-color: var(--bg-yellow);
    transition: .3s;
}
.students__section .students__item{
    position: relative;
    background-color: #fff;
    margin: 30px 30px !important;
}
.students__section .students__item:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color:#7E0100;
    border-radius: 20px;
    transform-origin: bottom right;
    z-index: -1;
    transform: rotate(3deg);
    top: 0px;
    left: 0;
}
.students__section .students__item .shapes {
    color: var(--bg-blue);
    font-size: 2.2rem;
    padding:10px 0;
    text-align: left;
}  


.online__section .online__item .icon_svg svg { height: 50px; width: 100%;fill:#7E0100 }
.online__section .online__item .icon_svg {  background-color: transparent; width: 70px; height: 70px; border-radius: 100%; }
.online__section .online__item {border-radius: 10px; display: flex; align-items: center; padding: 1rem; background-color:transparent;
    margin-top: 0.8rem;  }
.online__section .online__item h5 { color: var(--text-dark); width: 70%; font-size: 1.1rem; line-height: 1.3; margin-left: 1rem;}
.online__section .owl-item:last-child .online__item { border: 0;}
.online__section .online__item:hover { background-color: var(--bg-yellow);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;}
.online__section .online__item:hover h5 { color: var(--bg-blue);}



.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 ==*/
.footer { font-size: 14px; background-color: #7E0100; } 
.footer { font-size: 14px; } 
.footer .phone{
    background-color:#838383;
    border-radius: 22px; 
}
.desktop { display: block;}
.mobile { display: none;}
ul.listing li:last-child { border: 0 }
ul.listing li { position: relative; color: var(--bg-blue); padding: 0.8rem 0; font-size: var(--font); padding-left: 1.6rem; border-bottom: 1px solid rgba(0, 0, 0, 0.1); line-height: 1.5; }
ul.listing li:after { position: absolute; left: 0px; top: 14px; font-family: 'Font Awesome 5 Pro'; content: "\f14a"; color: var(--bg-blue); }

.blog-text > a {
    background-color: var(--bg-yellow);
    color: var(--text-dark);
    border-radius: 30px;
    overflow: hidden;
    display: block;
    text-align: center;
    line-height: 1;
    padding: 0.8rem 2rem;
    position: relative;
    text-transform: capitalize;
    transform: perspective(1px) translateZ(0px);
    transition: color 0.3s ease 0s;
    vertical-align: middle;
    display: inline-block;
    font-size: 1.1rem;
}

.blog-text >a:hover{color:var(--white-col);}
.blog-text>a::before {
    border-radius: 5px;
    background-color: var(--bg-red);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.blog-text>a:hover::before {
    transform: scaleY(1);
}
.owl-theme .owl-nav [class*=owl-]:hover {background-color: var(--bg-blue) !important; color: var(--white-col)!important;}
.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: var(--bg-yellow) !important;
    width: 30px !important;
    margin-top: 20px !important;
}
.eff{-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
.eff:hover {     box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -moz-transform: translateY(5px);
}

.hover:hover .icon_svg { -o-transition: .9s;
    -ms-transition: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
    transition: .9s;
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz--transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);}