@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.leftsec_content{
display:flex;
justify-content:flex-start;
align-items:center;
}

.widget-title{
    margin-bottom: 25px;
}
.widget-title h3{
font-weight: 500;
font-size: 28px;
line-height: 34px;
letter-spacing: 0%;
color: #000201;
text-align: center;

}
.widget-title p{
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
margin-top: 10px;
color: #000201;
}
.university_section{
    background-color: #FFF2D0;
    padding: 25px 5px;
}
.university_section p{
font-weight: 400;
font-size: 22px;
text-align: center;
line-height: 100%;
letter-spacing: 0%;
color: #000201;

}

.why_section .why_box{
    position: relative;
    background-color: #F0F6F1;
    box-shadow: 1.67px 3.33px 4.16px 0px #00020114;
    border-radius: 0px 0px 10px 10px;
    
}
.why_section .why_box::after{
    content: '';
    position: absolute;
    left: -25px;
    top: -35px;
    z-index: 6;
    width: 55px;
    height: 55px;
    background: url(../images/tick.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.why_section .why_box .green_box{
    border-radius: 5px;
    min-height: 70px;
    width: 100%;
    position: relative;
    padding: 05px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;

}
.why_section .why_box .green_box::after{
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    border-radius: 5px 5px 5px 5px;
    z-index: 2;
    transform: translateY(-50%);
    width: 102%;
    height: 100%;
    background-color: #008F45;
    clip-path: polygon(0% 0%, 100% 0, 97% 52%, 100% 100%, 0% 100%)
}
.why_section .why_box .green_box::before{
    content: '';
    position: absolute;
    border-radius: 5px 5px 5px 5px;
    left: 22px;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    width: 100%;
    height: 80%;
    background-color: #008F45;
    clip-path: polygon(0% 0%, 100% 0, 98% 52%, 100% 100%, 0% 100%)
}
.why_section .why_box .green_box h6{
    font-weight: 600;
    font-size: 18px;
    line-height: 21.66px;
    position: relative;
    z-index: 4;
    letter-spacing: 0%;
    color: #fff;
    
}
.cust_width{
    width: 90%;
    margin: auto;
}
.why_section .why_box{
    margin-bottom: 30px;
    margin-top: 30px;
}
.why_section .why_box {
    min-height: 340px;
}
.why_section .why_box ul{
padding: 20px;
margin-top: 10px;
}
.why_section .why_box ul li{
    font-weight: 300;
    font-size: 16px;
    padding: 5px 0px;
    list-style-type: disc;
    margin-left:15px ;
    line-height: 24.66px;
    letter-spacing: 0%;
    color: #000201;
    
}
.why_section .why_box ul li b{
    font-weight: 600;
}

.eligibility_section .eligibility_bg {
background-color: #FFF2D0;
padding: 40px 100px;
}
.eligibility_section .eligibility_bg .elig_conent {
    padding: 0px 10px;
}
.eligibility_section .eligibility_bg .elig_conent h6{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #000201;
    margin-bottom: 15px;
    
}
.eligibility_section .eligibility_bg .elig_conent.br{
    border-right: 1px solid #CECECE;
}
.eligibility_section .eligibility_bg .elig_conent ul li{
    font-weight: 300;
    font-size: 16px;
    padding: 10px 0px;
    margin-left: 20px;
    line-height: 22px;
    list-style-type: disc;
    letter-spacing: 0%;
    color: #000201;
    
}
.financial_section{
    background: url(../images/financial_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.financial_content h6{
    background-color: #008F45;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 20px;
font-weight: 500;
font-size: 20px;
color: #fff;
line-height: 24.95px;
letter-spacing: 0%;

}
.cust_financial{
    width: 85%;
    margin: auto;
}
.financial_content p{
    margin-bottom: 20px;
font-weight: 300;
font-size: 16px;
line-height: 18.53px;
letter-spacing: 0%;
color: #000201;

}

.financial_content p b{
  font-weight: 500;

}.career_section .career_box img{
    width: 100% !important;
    object-fit: cover;
}
.career_section .career_box{
    border-radius: 8px;
    background-color: #F0F6F1;
    overflow: hidden !important;
}
.career_section .career_box p{
font-weight: 400;
font-size: 15px;
line-height: 26px;
letter-spacing: 0%;
padding: 10px 5px;
min-height: 70px;
text-align: center;
color: #000201;

}

.demand_section{
    background-color: #F0F6F1;
}
.demand_section .demand_box{
    height: 100px;
    display: flex;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    padding: 13px;
    border-radius: 7px;
    border: 1px solid #ADB5BD;
}
.demand_section .demand_box.mbb{
    margin-bottom: 30px;
}
.demand_section .demand_box img{
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
}
.faculty_section{
    background: url(../images/global_bg.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.faculty_section .faculty_box{
    box-shadow: 0px 0px 7px 0px #C6D7C9;
    background-color: #fff;
    border-radius: 8px;
    min-height: 130px;
    padding: 10px;

}
.faculty_section .faculty_box h6{
font-weight: 500;
font-size: 18px;
line-height: 24px;
margin-bottom: 5px;
letter-spacing: -1%;
color: #000201;
}
.faculty_outer{
    width: 90%;
    margin: auto;
}
.faculty_section .faculty_box hr{
    background-color: #008F45;
    width: 40px;
    height: 2px;
    opacity: 1;
    margin-bottom: 10px;
}
.faculty_section .faculty_box p{
font-weight: 300;
font-size: 16px;
line-height: 28px;
letter-spacing: -1%;
color: #000201;

}
.zIndex2 {
    z-index: 2;
}

/*== HEADER CSS START ==*/
.hero-sectionn .dsu-addmission .bannerContent h1 {
    font-weight: 600;
    font-size: 38px;
    line-height: 48px;
    letter-spacing: 0%;
    color: #FFFFFF;
    margin-bottom: 20px;
    
}
.hero-sectionn .dsu-addmission .bannerContent p{
font-weight: 400;
font-size: 20px;
line-height: 28px;
letter-spacing: 0%;
color: #FFFFFF;
}
.hero-sectionn .dsu-addmission .bannerContent ul{
    margin-top: 30px;
}
.hero-sectionn .dsu-addmission .bannerContent ul li{
    background: linear-gradient(90deg, rgba(82, 95, 102, 0.0477) 0%, rgba(71, 100, 116, 0.1696) 41.2%, rgba(0, 0, 0, 0.196) 100%);
    padding: 7px 70px 7px 35px;
    margin-bottom: 8px;
    list-style: none;
font-weight: 400;
font-size: 16px;
position: relative;
line-height: 23px;
letter-spacing: 0%;
color: #fff;

}
.hero-sectionn .dsu-addmission .bannerContent ul li::before{
    content: '';
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height:30px;
    object-fit: contain;
    background: url(../images/tick_double.png);
    background-repeat: no-repeat;
}
.hero-sectionn .dsu-addmission .bannerContent  h1 span{
color: #F5A041 !important;

}

/* 
.header .top-head .logo {
    width: 21%;
} */



/* -----------------------biotech-------------- */

/* -----------------------biotech-------------- */







/*== BANNER CSS START ==*/
.dsu-form {
    margin: 1.5rem 0;
    padding: 1.3rem 0;
    float: right;
    position: relative;
    z-index: 1;
    width: 368px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url(.jpg);
    box-shadow: -4px 0px 8px rgba(0, 0, 0, 0.08), 4px 0px 8px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

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

.frmBg h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #000201;
}

.contact_fild {
    padding: 0.5rem 20px 0;
}

.contact-fild-box .form-control,
.contact-fild-box .form-select {

    border-bottom: 2px solid var(--text-dark);
    border-radius: 0rem;
    background-color: transparent;
    margin: 0 auto;
    height: auto;
    padding: 13px 24px;
    border: 0.5px solid #ADB5BD;
    border-radius: 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #939393 !important;
}

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

.btn_submit {
    align-items: center;
    padding: 10px 40px;
    gap: 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    background: #F5A041;
    width: 100%;
    border-radius: 5px;
}
.form_disclaimer{
  color: #939393;
  margin-top: 15px;
font-weight: 400;
font-size: 14px;
line-height: 18px;
letter-spacing: 0px;
text-align: center;

}

.btn_submit:hover {
    color: #FFFFFF;
    transform: scale(1.02);
    transition: all .5s;
}

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

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

.dsu-intro {
    position: relative;
    margin-top: 1em;
}

.dsu-addmission {
    margin-top: 0rem;
    display: block;
    padding: 0px;
    position: relative;
}

.formIDfid {
    padding: 0 0px;
}



/* -------graduate-section---------- */

/* -------graduate-section-end--------- */


/* ----------learn-section */

.learn-section .custom-list li::marker {
    padding: 5px;
    background-color: #001e69;
    color: #fff;
}



/* ---------learn-section-end */




/* ---------scholorship-section------ */



/* ---------scholorship-section-end----- */


/* --------apply-section--------- */



/* --------apply-section-end-------- */

/* /////// */











/*== BANNER CSS end ==*/
.gallery_section{
    background-color: #F0F6F1;
}
.gallery_section .widget-title h3,.gallery_section .widget-title p{
    text-align: left !important;
}
/*== Footer css start ==*/
.footer {
    background-color: #008F45;
}

.footer p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 54px;
    text-align: center;
    color: #FFFFFF;
}

.wid50 .contact-fild-box {
    width: 48%;
}.career_section .owl-theme .owl-nav [class*=owl-] {
    background: #008F45;
    border: 0.95679px solid #008F45;
    position: absolute;
    border-radius: 50%;
    top: -70px;
    width: 40px;
    height: 40px;
    padding: 10px;
    font-size: 20px;
    color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.career_section .owl-theme .owl-nav .owl-next {
    right: 10px;
}

.career_section .owl-theme .owl-nav .owl-prev {
    right: 60px;
}

.faculty_section  .owl-theme .owl-nav [class*=owl-] {
    background: #ffffff;
    border: 0.95679px solid #ffffff;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    padding: 10px;
    font-size: 20px;
    color: #008F45;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.faculty_section  .owl-theme .owl-nav .owl-next {
    right: -60px;
}

.faculty_section  .owl-theme .owl-nav .owl-prev {
    left: -60px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #008f45 !important;
}

/* .resp-tab-item.resp-tab-active:before {
    position: absolute;
    content: "";
    background-color: #FAA61A;
    width: 8px;
    left: -1px;
    height: 2;
    height: 65px;
} */


/*custom-marquee-START */

/*custom-marquee-CLOSE */
