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

.header
{
    background-color: #ffffff;
}

.header p{
    display: flex;
    align-items: center;
    justify-content: end;
    font-weight: 500;
font-size: 24px;
color: #000000;
line-height: 26px;
letter-spacing: 0%;
}
.header p img{
    width: 30px !important;
    height: 30px !important;
    margin-right: 5px;
    object-fit: contain !important;



}
.widget-title{
    margin-bottom: 25px;
}
.widget-title h3{
font-weight: 700;
font-size: 32px;
line-height: 36px;
letter-spacing: 0%;
text-align: center;
color:#323498;

}
.widget-title p{
font-weight: 400;
font-size: 16px;
line-height: 22px;
text-align: center;
color: #000;
margin-top: 15px;
}
.zIndex2 {
    z-index: 2;
}

/*== HEADER CSS START ==*/
.hero-sectionn .dsu-addmission .bannerContent h1 {
font-weight: 800;
font-size: 70px;
line-height: 70px;
letter-spacing: 0%;
margin-bottom: 8px;
color: #fff;
    
}
.hero-sectionn .dsu-addmission .bannerContent p{
font-weight: 400;
font-size: 36px;
line-height: 42px;
letter-spacing: 0%;
color: #ffffff;
margin-bottom: 20px;

}
.hero-sectionn .dsu-addmission .bannerContent ul{
    margin-top: 20px;
}
.hero-sectionn .dsu-addmission .bannerContent ul li{
font-weight: 400;
position: relative;
font-size: 20px;
line-height: 30px;
letter-spacing: 0%;
margin-bottom: 5px;
color: #fff;
padding-left: 25px;

}
.hero-sectionn .dsu-addmission .bannerContent ul li::before{
  content: "\f058"; /* Unicode for fa-circle-check */
  font-family: "Font Awesome 6 Free"; /* or "Font Awesome 5 Free" */
  font-weight: 300; /* solid icons */
  font-size: 16px;
  position: absolute;
  color: #1090D2;
  top: 0;
  left: 0;
  margin-right: 5px;
}

.eligibility-running{
    background-color: #323498;
    padding: 12px 10px;
    width: 100%;
  overflow: hidden;
}
.eligibility-running p{
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: marquee 20s linear infinite;
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: #fff;

}
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.eligibility-running:hover p{
     animation-play-state: paused;
}
.course_section .course_box{
    border-radius: 20px;
    min-height: 80px;
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: center;
    box-shadow: 4px 4px 4px 0px #0000001C;

}
.course_section .course_box:hover{
    background-color: #1090D2;
    transition: all .5s;
}
.course_section .course_box:hover p{
    color: #fff;
}
.course_section .course_box p{
font-weight: 500;
font-size: 18px;
text-align: center;
line-height: 20px;
color: #323498;

}
.course_section  .dual_spec{
font-weight: 500;
font-size: 18px;
margin-top: 30px;
text-align: center;
line-height: 20px;
color: #323498;

}
.common_cta a{
    border-radius: 50px;
    background-color: #323498;
    padding: 12px 25px;
font-weight: 400;
font-size: 18px;
line-height: 20px;
color: #fff;
text-align: center;

}
.common_cta {
    margin-top: 30px;
}
.common_cta a:hover{
    display: block;
    background-color: #6b565600;
    border: 1px solid #323498 ;
    color:#323498;
    transition: all .5s;

}


.proggram_section .widget-title h3{
    text-align: left !important;
}

.proggram_section{
    background: url(../images/program_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.proggram_section ul li{
    font-weight: 400;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
    color: #000;
    padding-left: 25px;
}
.proggram_section ul li::before{
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 300;
    font-size: 16px;
    position: absolute;
    color: #1090D2;
    top: 0;
    left: 0;
    margin-right: 5px;
}



.eligibility_section{
    background: url(../images/eligibility_banner.webp);
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
}
.eligibility_section .elig_box{
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.eligibility_section .elig_box.br{
    border-left:1px solid #FFFFFF87;
    border-right:1px solid #FFFFFF87;
}
.eligibility_section .elig_box h6{
font-weight: 600;
font-size: 18px;
line-height: 26px;
text-align: center;
margin-bottom: 5px;
color: #fff;

}
.eligibility_section .elig_box p{
font-weight: 400;
font-size: 18px;
line-height: 26px;
color: #fff;
text-align: center;


}

.eligibility_section .common_cta a{
    background-color: #1090D2;
}
.eligibility_section .common_cta a:hover{
    background-color: transparent;
    color: #fff;
    border: 1px solid #1090D2;
}

.accredation_section .acred_box{
display: flex;
padding: 10px;
flex-direction: row;
align-items: center;
justify-content: flex-start;
}
.accredation_section .acred_box .acc_img_box{
    width: 60px;
    height: 60px;
    transition: all .5s;
    margin-right: 10px;
    display: flex;
    background-color: #1090D2;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.accredation_section .acred_box .acc_img_box img{
    width: 35px;
    height: 35px;
    object-fit: contain;
    padding: 2px;
}
.accredation_section .acred_box:hover .acc_img_box{
    transform: rotateY(180deg);
    transition: all .5s;
}
.accredation_section .acred_box h6{
    width: calc(100% - 70px);
font-weight: 600;
font-size: 16px;
line-height: 22px;
color: #323498;


}

.recruit_section {
    background-color: #F5F5F5;
}
.recruit_section .recruit_box{
    background-color: #fff;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 100%;
}
.recruit_section .recruit_box img{
    width: auto !important;
    padding: 10px;
    height: 85% !important;
    object-fit: contain !important;
}

.placement_section{
    background: url(../images/accredations_banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.placement_section .placement_box{
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height:200px ;
    justify-content: flex-start;
}
.placement_section .placement_box .placement_inner{
    width: 50%;
    padding: 20px;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;justify-content: flex-start;
}
.placement_section .placement_box .placement_inner p{
font-weight: 700;
font-size: 24px;
line-height: 28px;
text-align: center;
color: #000;
margin-bottom: 15px;

}
.placement_section img{
    width: 80%;
    margin: auto;
    text-align: center;
    height: 100%;
}
.placement_section .placement_box .placement_inner:first-child{
    border-right: 1px solid #D8D8D8;
}
.placement_section .placement_box .placement_inner h6{
font-weight: 800;
font-size: 50px;
text-align: center;
line-height: 50px;
letter-spacing: 1%;
color: #323498  ;

}
.about_sectionn .widget-title h3, .about_sectionn .widget-title p{
    text-align: left !important;
}

.alumni_section{
    background-color: #1090D2;
}

.alumni_section .alumni_box{
    padding: 20px;
}


.alumni_section .alum_img_box{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.alumni_section .alum_img_box img{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-right: 10px;
}
.alumni_section .alum_img_box h6{
    width: calc(100% - 75px);
font-weight: 400;
font-size: 16px;
line-height: 18px;
letter-spacing: 1%;
color: #fff;

}
.alumni_section .alum_img_box h6 strong{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
}
.alumni_section .alumni_box > p{
font-weight: 400;
font-size: 16px;
line-height: 23px;
text-align: left;
letter-spacing: 1%;
color: #fff;

}
#alumni_slider{
    position: relative;
}
#alumni_slider::before{
    content: '';
    position: absolute;
    height: 85%;
    width: 1px;
    background-color: #FFFFFF91;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
/* 
.header .top-head .logo {
    width: 21%;
} */



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

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







/*== BANNER CSS START ==*/
.dsu-form {
    margin: 1.5rem 0;
    padding: 20px 0 30px;
    float: right;
    position: relative;
    z-index: 1;
    width: 320px;
  background-color: #1090D2;
    box-shadow: -4px 0px 8px rgba(0, 0, 0, 0.08), 4px 0px 8px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

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

.frmBg h4 {
font-weight: 600;
font-size: 18px;
line-height: 24px;
letter-spacing: 1%;
text-align: center;
text-transform: uppercase;
color: #FFFFFF;
margin-bottom: 5px;

}
.frmBg p{
font-weight: 400;
font-size: 14px;
line-height:16px;
color: #fff;
text-align: center;
margin-bottom: 5px;

}

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

.contact-fild-box .form-control,
.contact-fild-box .form-select {
    background-color: #fff;
    margin: 0 auto;
    height: auto;
    padding: 7px 24px;
border: 0.82px solid #D4D7E3;
    border-radius: 4px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000 !important;
}

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

.btn_submit {
    align-items: center;
    padding: 10px 40px;
    gap: 10px;
    font-size: 16px;
    margin-top: 5px !important;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    background: #323498;
    width: 100%;
    border-radius: 50px;
}

.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 ==*/
/*== Footer css start ==*/
.footer {
    background-color: #000000;
}
.footer p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 54px;
    text-align: center;
    color: #FFFFFF;
}
.show{
    display: block !important;
}
.thankyou-sec .bc-img01::after{
    display: none;
}