@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


.widget-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 52px;
    letter-spacing: 0.01em;
    color: #2E2B75;
}


.blink {
  animation: blink .71s infinite;
  color: #F00; /* Starting color */
}

@keyframes blink {
  0% {
    color: #ffffff; /* Red */
  }
  50% {
    color: #f00; /* White (or background color to simulate "off") */
  }
  100% {
    color: #ffffff;
  }
}

/* WebKit (Chrome, Edge, Safari) */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #023971;
    border-radius: 10px;
}

/* Firefox */
/* * {
    scrollbar-width: thin;
    scrollbar-color: #023971 #f1f1f1;
} */




.top-menu {
    padding: 11px 0;
}

.brand-logo-section img {
    width: 240px;
    object-fit: contain;
}

.nav-item .nav-link {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    border-radius: 5px;
}



#applyBox {
    margin-bottom: 0
}

.dsu-form {
    /* position: relative;
    width: 100%;
    max-width: 320px;
    float: right;
    margin: 5rem auto 5rem;
    padding: 20px;
    background: #ffff;
    border-radius: 15px; */

    width: 100%;
    background: #fff;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0.5rem;
}

.dsuinner {
    position: relative;
    padding: 0 0;
    margin: 0
}

.frmBg {
    position: relative;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 3px
}

.frmBg h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 18.1734px;
    line-height: 120%;
    text-align: center;
    color: #2E2B75;
    display: block
}

.frmBg p {
    font-size: 12px;
    line-height: 1.15;
    letter-spacing: 0;
    font-weight: 500;
    color: #232323;
    display: block;
    padding-top: 7px;
    padding-bottom: 5px
}

.applyBox {
    margin: 3.5rem 0;
    width: 22rem;
    text-align: center;
}

.contact_fild {
    padding: 0rem 1rem 1.5rem;
}

.contact-fild-box .form-control {
    color: #444;
    background-color: #fff;
    border: none;
    border: 1px solid #b3b3b3;
    margin: 0 auto;
    min-height: 40px;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: 500;
    border-radius: 5px !important
}

.contact-fild-box .form-control:focus {
    color: #444;
    background-color: #fff;
    border-color: #b3b3b3;
    box-shadow: 0 0 0 .1rem rgba(255, 255, 255, .25)
}

.contact-fild-box .input-group-text {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px !important;
    color: #444;
    font-size: 13px
}

/* .form-group {
    margin-bottom: 8px
} */

.contact-fild-box .input-group-prepend {
    display: none
}


nav .navbar-nav {
    gap: 20px;
}


.btn_submit {
    border-radius: 5px !important;
    background-color: #ED1C24;
    font-family: inherit;
    font-size: 17px;
    line-height: 7px;
    letter-spacing: 0;
    font-weight: 400;
    color: #fff;
    position: relative;
    padding: 15px 0;
    margin: 0 auto;
    display: inline-block;
    z-index: 1;
    width: 100%;
}

.btn_submit:hover {
    background-color: #fb151d;
    color: #fff;
    transform: scale(.97);
    transition: all .4s ease-in-out
}

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

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

.contact-fild-box:last-child {
    margin-bottom: 0
}

.contact-fild-box:last-child .form-group {
    margin-top: 0;
    margin-bottom: 0
}

.form-group:last-child {
    margin-bottom: 0
}

.applyBox,
.dsu-form {
    height: auto
}

.dsu-addmission {
    margin: 0;
    /* margin-top: 40px; */
    margin-bottom: 13px;
    display: block;
    padding: 0;
    position: relative;
    z-index: 2
}

.dsuInner {
    max-width: 57rem
}

.dsuInnerContent {
    position: relative
}

.dsu-addmission .dsuInnerContent h6 {
    font-size: 22.24px;
    font-weight: 500;
    line-height: 34.61px;
    letter-spacing: -.01em;
    text-align: left;
    color: #fff;
    margin-bottom: 10px
}

.dsu-addmission .dsuInnerContent h1 {
    background: rgba(228, 32, 46, 0.35);
    border: 2px solid #E4202E;
    border-radius: 57px;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 30px;
    color: #ffff;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
}


.dsu-addmission .dsuInnerContent h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 10px;
}

.dsu-addmission .dsuInnerContent p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 31px;
    color: #FFFFFF;
}

.dsu-addmission .dsuInnerContent .boxes {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.dsu-addmission .dsuInnerContent .box {

    display: flex;
    align-items: center;
    padding: 4px 21px;
    gap: 6px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #2E2D97;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
    border-radius: 8px;

}



.dsu-addmission .dsuInnerContent h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 46px;
    color: #FFFFFF;
}

.dsu-addmission .dsuInnerContent h5 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: #ED1C24;
}

form p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    text-align: center;
    color: #212529;
}



.contact-fild-box .blas {
    color: #444 !important
}

.dsu-addmission h1 small,
.dsu-addmission h2 small {
    font-size: inherit;
    font-weight: inherit
}

.hurryupsec {
    margin-top: 1rem
}

.dsu-addmission .dsuInnerContent .ranked p {
    border-radius: 0;
    color: #fff;
    letter-spacing: 0;
    padding: 1.5rem 17rem .9rem 0;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    display: inline-block
}

.dsu-addmission p span {
    color: inherit;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    display: block;
    padding-right: 2rem
}

.dsu-addmission p em {
    font-style: normal;
    border-bottom: 1px solid #898ba5;
    display: block;
    padding-bottom: 2px;
    margin-bottom: 6px
}

.dsu-addmission p span em {
    font-style: normal;
    border-bottom: none !important;
    display: initial !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important
}

.dsu-addmission p span small {
    display: block;
    font-size: 1.45rem;
    font-weight: 400;
    margin-top: .4rem
}

.dsu-addmission .dsuInnerContent .ranked {
    position: relative;
    padding-top: 2rem
}

.dsu-addmission .dsuInnerContent .ranked figure img {
    width: 70%
}

.formIDfid {
    padding: 0
}

.contact-fild-box .form-control option {
    font-size: 13px;
    color: #000;
    background-color: #fff
}





.main-heading {
    font-size: 34px;
    font-weight: 600;
}

.who-section .apply a {
    padding: 12px 30px;
    background: #E4202E;
    border-radius: 9px;
    color: #ffff;
    font-size: 18px;
    font-weight: 500;
    text-align: start;
}

.who-section .apply {
    margin-top: 20px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.who-section .apply a:hover {
    transform: translateY(-4px);
    transition: all 0.3s ease-in-out;
}


.apply a:hover {
    transform: translateY(-4px);
    transition: all 0.3s ease-in-out;
}



.apply a {
    padding: 12px 40px;
    background: #E4202E;
    border-radius: 9px;
    color: #ffff;
    font-size: 18px;
    font-weight: 500;
}

.test_section .associ_div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.test_section .box {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}



.test_section .box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.test_section .box img {
    max-height: 100%;
}



.eligibility-section {
    background: url('../images/eliBg.png') no-repeat center center;
    /* Optional background */
    background-size: cover;
}



.eligibility-left {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 64px;
    color: #2E2B75;
    text-align: center;
}

.eligibility-right {
    height: 100%;
    border-left: 2px solid #24233692;
    padding-left: 50px;
}

.eligibility-item {
    display: flex;
    align-items: flex-start;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #242336;
    margin-bottom: 25px;    
}

.eligibility-item:last-child {
    margin-bottom: 0;
}

.eligibility-item::before {
    content: "";
    display: inline-block;
    width: 16px;
    /* Size of the image */
    height: 16px;
    background-image: url('../images/tick.png');
    /* Your image path */
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: 4px;
}



.key-recrui {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(107.88deg, rgba(46, 43, 117, 0.12) 0%, rgba(118, 75, 162, 0.12) 100%);
}


.key-recrui .recruiter_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
    background: #FFFFFF;
    box-shadow: 0px 5.65789px 5.65789px rgba(0, 0, 0, 0.25);
    border-radius: 11.3158px;
    padding: 25px;
    margin: 10px 0;
}

.key-recrui .recruiter_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



.key-recrui .apply {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.key-recrui .apply a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    background-color: #E4202E;
    padding: 12px 40px;
    border-radius: 4px;
}

.key-recrui .apply a:hover {
    transform: translateY(-10px);
    transition: all 0.5s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.strip-section {
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);

}

.strip-section .stripText {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 2px solid #2e2b754f;
    position: relative;
}

.strip-section .col:last-child .stripText {
    border-right: 0;
}

.strip-section .stripText h1 {
    color: #2E2B75;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 130%;
    text-align: center;
}

.strip-section .stripText p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 80%;
    color: #2E2B75;
}


.strip1-section .stripText h1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
}

.strip1-section {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
}

.strip1-section .stripBox1 .apply {
    float: right;
}

.stripBox1 .apply a {
    padding: 8px 20px;
    background: #E4202E;
    border-radius: 25px;
    text-align: start;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
}

.test_section .box {
    margin: 0px 3px;
}

.who-section {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(107.88deg, rgba(46, 43, 117, 0.12) 0%, rgba(118, 75, 162, 0.12) 100%);
}

.who-section .whoText p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #242336;
}

.order {
    border-right: 1px solid rgba(46, 43, 117, 0.55);
}




.offering_section .nav-tabs {
    display: flex;
    margin-bottom: 40px;
    border: none;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;

}

.offering_section .nav-tabs .nav-item {
    width: 20.33%;
    border-radius: 0px;
    text-align: center;
    background: #F8F9FA;
    border-radius: 10px;
    overflow: hidden;
    outline: none;
}

.offering_section .nav-tabs .nav-item .nav-link {
    width: 100%;
    height: 100%;
    font-weight: 500;
    border-radius: 0px;
    padding: 20px 05px;
    font-size: 16px;
    line-height: 100%;
    color: #023971;
    letter-spacing: 0%;
    text-align: center;

}

.offering_section .nav-tabs .nav-item .nav-link.active {
    background-color: #023971;
    color: #fff;
}

.offering_section .tab-content .outer_box {
    overflow: hidden;
    box-shadow: 2px 4px 8px 0px #0000001F;
    position: relative;
    background: #F8F9FA;
    border-radius: 10.3453px;
    padding: 10px;
    border-bottom: 5px solid #242336;
}

/* .offering_section .tab-content .outer_box .offering_box_front img {
    object-fit: cover;
    object-position: top;

} */

.offering_section .tab-content .outer_box .offering_box_front .heading_outer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.offering_section .tab-content .outer_box .offering_box_front h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 24.2px;
    letter-spacing: 0%;
    color: #023971;
    margin: 10px 0px;
    padding: 5px 10px;

}

.offering_section .tab-content .outer_box .offering_box_back {
    height: 100%;
    width: 100%;
    background-color: #023971;
    transition: all .5s;
}


.offering_section .tab-content .outer_box:hover .offering_box_back {
    transform: scale(1);
    transition: all .5s;
}

.offering_section .tab-content .outer_box .offering_box_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
}

.offering_section .tab-content .outer_box .offering_box_back p {
    color: #fff;
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 15px;
    list-style-type: square;
    line-height: 150%;
    padding: 13px;
    overflow-y: scroll;
    height: 220px;
}




.offering_section .tab-content .outer_box .offering_box_back img {
    width: 100% !important;
    height: 110px;
    object-position: bottom;
    margin-top: 5px;
}





.gallery_sec .gallery_img {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(107.88deg, rgba(46, 43, 117, 0.12) 0%, rgba(118, 75, 162, 0.12) 100%);
    border-radius: 8px;
    min-height: 250px;
    overflow: hidden;
}

.gallery_sec {
    background-image: url(../images/galleryBg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.gallery_sec .gallery_img p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #242336;
    padding:  20px;
}

.apply {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.testimonial_sec {
    background: linear-gradient(107.88deg, rgba(46, 43, 117, 0.12) 0%, rgba(118, 75, 162, 0.12) 100%);

}


.testimonial-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    font-family: 'Segoe UI', sans-serif;
    position: relative;
    color: #333;
    margin: 10px 0px;
    min-height: 375px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.quote-icon {
    font-size: 24px;
    color: #0b1a52;
    /* dark blue */
    margin-bottom: 16px;
}

.testimonial-text {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-size: 17.6px;
    line-height: 32px;
    color: #555555;
    padding: 0 0px 0 20px;
}

.author {
    text-align: right !important;
    color: #09266C;
    font-weight: 600;
    margin-top: 10px;
}


.media-section {
    background: linear-gradient(107.22deg, rgba(46, 43, 117, 0) 6.18%, rgba(118, 75, 162, 0.12) 77.19%);

}

.widget-title span {
    color: #E4202E;
}


.media-section .alumni-block .video-box {
    display: inline-block;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.media-section .alumni-block .video-box::before {
    background-color: #00000045;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}



.media-section .alumni-block .video-box>a {
    color: #fff;
    font-size: 48px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 48px;
    display: block;
    margin: 0 auto;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    z-index: 2;
}

.media-section .video-box i {
    color: #ff0000;
    font-size: 60px;
}

.media-section .video-box i:hover {
    color: #b88f4e;
}


.media-section #video-slider .owl-item.active.center .alumni__item {
    transform: scale(1.2);
    transition: all .5s;
}

.media-section #video-slider .owl-item.active.center .alumni__item .video-button {
    width: 75px;
}

.media-section #video-slider .owl-item.active.center .video-play-row {


    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
}

.media-section #video-slider .owl-item.active.center .video-play-row:after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 28.34%, #E06A42 99.86%);
    opacity: 1;

    box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
}

.name {
    display: none;
}

.testimonial-section #video-slider .owl-item.active.center .name {
    position: absolute;
    bottom: 30px;
    display: block;
    left: 0;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}




.footer {
    background-color: #09266C;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
}


#formmodal .modal-content .dsu-form {

    width: 100%;

    background: rgba(255, 255, 255, 0.8);

    border-radius: 3px;

    position: relative;

    mix-blend-mode: normal;

    z-index: 1;

    margin: 0 auto;

    padding: 0.5rem;

}





#formmodal .modal-content .applyBox {

    margin: 0;

    width: 100%;

    float: none;

}

.modal .dsu-form {
    width: 100% !important;

    margin: 0px !important;

    padding: 10px 10px 10px 10px;

}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #2E2B75 !important;
    width: 15px;
    height: 15px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #2e2b756e !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
