.custom-mb {
    margin-bottom: 20px;
}


.awards-section .owl-carousel .owl-prev {
    position: absolute;
    top: 180px;
    left: -60px;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
}


.awards-section .owl-carousel .owl-next {
    position: absolute;
    top: 180px;
    right: -60px;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
}

.awards-section .owl-theme .owl-nav [class*=owl-] {
    color: #000000;
    font-size: 18px;
    margin: 5px;
    padding: 10px;
    background: #ffffff;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    border: solid 1px #D6D6D6;
}


.iti {
    position: relative;
    display: contents !important;
}



.parents-review .owl-carousel .owl-prev {
    position: absolute;
    top: 110px;
    left: -70px;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
}


.parents-review .owl-carousel .owl-next {
    position: absolute;
    top: 110px;
    right: -70px;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
}

.parents-review .owl-theme .owl-nav [class*=owl-] {
    color: #000000;
    font-size: 14px;
    margin: 5px;
    padding: 10px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}




.highlights_div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}


.parents-review {
    background-color: #ff9f223b;
}


.parents-review .review-card {
    border-radius: 7px;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.03));
    background-color: #ffffff;
    padding: 20px;
}


.parents-review .review-card .header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.parents-review .review-card .profile-icon {
    background-color: #f37435;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.parents-review .review-card .user-info h3 {
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #535353;
    font-weight: 600;
    font-family: "Poppins";
}

.parents-review .review-card .stars {
    color: #f37435;
    font-size: 14px;
}

.parents-review .review-card .stars .time {
    font-size: 10px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #535353;
    font-weight: 400;
    font-family: "Poppins";
}


.parents-review .review-card .review-text p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #535353;
    font-weight: 400;
    font-family: "Poppins";
}






.awards-section .award-card {
    position: relative;
    border-radius: 10px;
    background-color: #ffffff;
    min-height: 167px;
    border: solid 1px #f1efef;
    margin: 0 12px;
}

.awards-section .award-card::after, .awards-section .award-card:after {
    content: '';
    position: absolute;
    left: -13px;
    top: 15px;
    bottom: 0;
    width: 13px;
    background: url(../images/left-no.png) no-repeat top left;
    background-size: contain;
    z-index: 1;
}


.awards-section .award-card .award-image {
    display: flex;
    align-items: flex-start;
    /* justify-content: space-between; */
    padding-top: 15px;
}



.awards-section .award-card .award-image span {
    clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
    background: #0067A0;
    padding: 5px 25px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    height: 30px;
    position: relative;
}



.awards-section .award-card .award-image h5 {
    font-size: 1rem;
    padding-left: 1rem;
    color: #000;
}

.awards-section .award-image img {
    width: 100%;
    height: auto;
    display: block;
}

.awards-section .award-text {
    padding: 25px 15px;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}
.awards-section .award-text p {
    font-size: 14px;
    
}



.faciliti-section .sports-div {
    opacity: 0.102;
    min-width: 630px;
    height: 320px;
    border-radius: 7px;
    background-color: #ffa022;
    border: 0.8533333333333334px solid #ffffff;
}

.faciliti-section .sports-section {
    background-color: #fff7f3;
    padding: 20px;
    border-radius: 10px;
}

.faciliti-section .sports-section h5 {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #535353;
    font-weight: 600;
    font-family: "Poppins";
    padding-bottom: 10px;
}

.faciliti-section .sports-section ul li {
    list-style: disc !important;
    margin-right: 20px;
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #535353;
    font-weight: 400;
    font-family: "Poppins";
}

.faciliti-section .sports-section ul {
    margin-left: 20px;
    gap: 5px;
    list-style: disc !important;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
}

.faciliti-section .divider {
    margin: 15px 0;
    border: 0.8533333333333334px solid #f374353e;
}



.different-section {
    background-image: linear-gradient(0deg, #f37335 0%, #fdc72f 100%);
}

.different-section .text-right ul li {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    position: relative;
    padding: 0px 0px 10px 30px;
}

.different-section .text-right ul li::after {
    position: absolute;
    content: '';
    background: url(../images/tick.png);
    top: 5px;
    font-size: 13px !important;
    height: 20px;
    width: 21px;
    background-size: contain;
    left: 0;

}

.served__section {
    display: none;
}


.widget-title h3 {
    display: inline-block;
    position: relative;
    color: #312F2F;
    font-size: 2rem;
}

.zIndex2 {
    z-index: 2;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-600 {
    font-weight: 600;
}

.show {
    display: block !important;
}

/*== HEADER CSS START ==*/
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1140px !important;
}

.header .logo {
    position: relative;
    z-index: 10;
}

.header .logo img {
    width: 100%;
}

.mobview {
    display: none!important;
}



.header .logo__right {
    margin-top: 2rem;
}

#header.sticky .header-absolute .logo img {
    width: 85%;
}

#header.sticky .header-absolute .logo__right {
    margin-top: 1.5rem;
}

.navmenu {
    width: 100%;
}

.navbar-nav {
    padding: 2rem 0.2rem 2rem 0.2rem;
    width: 100%;
    margin-left: 0rem;
    padding-right: 0px;
}

.navbar-nav li.nav-item:first-child {
    border: 0px;
}
.navbar-nav .nav-item a:hover:before, .navbar-nav .nav-item a:focus:before, .navbar-nav .nav-item a:active:before {right: 0; }
.navbar-nav .nav-item a {
    position: relative;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    color: #312F2F;
    border-right: 0px solid #312F2F;
    padding: 0.15rem 0.5rem!important;
    letter-spacing: 0;
    text-align: center;
    margin: 0 .5rem;
}

.navbar-nav .nav-item a:last-child {
    margin-right: 0px;
    
}

.navbar-nav .nav-item a:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    right: 100%;
    bottom: -6px;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -moz-transition-duration: 0.45s;
    -webkit-transition-duration: 0.45s;
    transition-duration: 0.45s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: #FFD700;
}	

.navbar-nav .nav-item a:hover {color: var(--bg-blue);}

.right-log {
    margin-left: 15px;
}

/*== BANNER CSS START ==*/
.dsu-form {
    width: 340px;
    margin: 1rem 0px;
    padding: 1rem 0;
    border-radius: 0.5rem;
    background-color: #00406d;
    position: relative;
    z-index: 1;
}

.frmBg {
    position: relative;
    text-align: center;
    padding: 0 0;
}
.frmBg .last_date{
    font-weight: 600;
}
.frmBg .last_date span{
    animation: blinker 2s infinite;
   font-weight: 700;
}
@keyframes blinker {
    0%   { color: #ffd700; }
    25%  { color: #fff; }
    50%  { color: #ffd700; }
    75%  { color: #fff; }
    100% { color: #ffd700; }
  }
  
.frmBg h4 span {
    color: var(--text-yellow);
}

.applyBox {
    margin-top: 0px;
    width: 100%;
    display: table;
}

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

.contact-fild-box .form-control, 
.contact-fild-box .form-select {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.9);
    /* border: 0; */
    border-radius: 0.2rem;
    background-color: #fff;
    margin: 0 auto;
    padding: 8px 10px;
    height: auto;
}

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

.btn_submit {
    background-color: #D0A400;
    width: 100%;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 2rem;
    padding: 10px 20px;
    margin: 1rem 0;
}

.btn_submit:hover {
    background-image: linear-gradient(to left, #1ca8ec, #2999e3, #3889d8, #457acc, #506abe);
    color: #FFFFFF;
}

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

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

.dsu-intro {
    float: right;
    position: relative;
    z-index: 2;
}

.dsu-addmission {
    margin-top: 14%;
    display: block;
    padding: 0px;
    padding-right: 5rem;
}

.formIDfid {
    padding: 0 0px;
}

.contact-fild-box .form-control option {
    color: #000;
}

.dsu-addmission .bannerContent strong {
    background-color: #FFD700;
    color: #000;
    font-size: 1.7rem;
    padding: 1.1rem 2rem;
    border-radius: 0px;
    margin: 1rem 0 1.5rem 0;
    clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
    padding-right: 2.5rem;
}

.dsu-addmission .bannerContent .shaped {
    position: relative;
    border: solid 1px #fff;
    height: 54px;
    margin-top: -72px;
    width: 73%;
    margin-left: 1rem;
    border-right: 0px;
}

.dsu-addmission .bannerContent .shaped:after {
    position: absolute;
    content: "";
    right: -7px;
    top: 12px;
    width: 9%;
    height: 1px;
    rotate: 122deg;
    background: #fff;
}

.dsu-addmission .bannerContent .shaped:before {
    position: absolute;
    content: "";
    right: -7px;
    bottom: 12px;
    width: 9%;
    height: 1px;
    rotate: 238deg;
    background: #fff;
}


.dsu-addmission .bannerContent strong small {
    display: block;
    font-size: 1rem;
    padding-top: 10px;
}

.dsu-addmission .bannerContent h1 b {
    display: block;
    font-weight: 600;
    font-size: 1.6rem;
}
.dsu-addmission .bannerContent h1 {
    font-size: 2.7rem;
    line-height: 1.3;
}


.dsu-addmission .bannerContent h2 {
    color: #fff;
    display: block;
    line-height: 1.4;
    margin-bottom: 1.5rem;
}
.dsu-addmission .bannerContent h2 small {
    font-size: 1.2rem;
    display: block;
    font-weight: 500;
    padding-top: 1.5rem;
}


.dsu-addmission .bannerContent .divi {position:relative; }
.dsu-addmission .bannerContent .divi .residential-sec {
    display: inline-flex;
    align-content: center;
    align-items: center;
    
}

.dsu-addmission .bannerContent .divi .residential-sec h5 {
    color: #fff;
    width: 230px;
    font-size: 1.3rem;
    padding-left: 1rem;
}

.dsu-addmission .bannerContent .divi .residential-sec .icon__choice.flex-c {
    position: relative;
    /* border-right: solid 1px #fff; */
    padding: 0px 0px;
    /* text-align: center; */
}

.dsu-addmission .bannerContent .divi .residential-sec h5 b {
    font-weight: 300;
    font-size: .8rem;
    display: block;
}


.bottomsection {
    background: #fff;
}

.collabs_mb {
    text-align: center;
   
   
}

.bottomsection .collab__title .collabs_logo {
    position: relative;
}

.bottomsection .collab__title .collabs_logo:after {position:absolute; opacity:.2; content:""; width:1px; height:100%; background-color:#000; left:-3px; top:0; z-index:1;}


/*== BANNER CSS end ==*/
section {
    overflow: hidden;
}




#app-slider.owl-theme .owl-dots .owl-dot span, 
#about-slider.owl-theme .owl-dots .owl-dot span {
    margin: 5px 3px;
    width: 7px;
    height: 7px;
}



.career__section,
.course__section {
    overflow: visible;
}

.admText {
    position: absolute;
    right: 0px;
    top: -80px
}

.course__section {position:relative;
    
}

.course__section .campus__flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.course__section .campus_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.course__section .brochure_btn {
    padding: 10px 20px;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 21px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    text-align: center;
    border: 1px solid #fff;
    border-radius: 4px;
    cursor: pointer;
}


.course__section .whatsapp_btn {
    cursor: pointer;
    padding: 10px 60px;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 21px;
    color: #535353;
    font-weight: 600;
    font-family: "Poppins";
    text-align: center;
    border: 1px solid #fff;
    border-radius: 4px;
    background: #ffff;
}
.whatsapp_btn {
    cursor: pointer;
    padding: 10px 60px;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 21px;
    color: #535353;
    font-weight: 600;
    font-family: "Poppins";
    text-align: center;
    border: 1px solid #fff;
    border-radius: 4px;
    background: #ffff;
}
.whatsapp_btn a {
    color: #000000;
}
.course__section .brochure_btn a {
    color: #ffff;
}

.course__section .whatsapp_btn a {
    color: #000000;
}



.course__section .course-item {
    text-align: center;
    padding: 0;
    /* min-height: 180px; */
    width: 255px;
    border-radius: 10px;
    background-color: #fff;
    margin: 35px 0;
    overflow: hidden;
}




.course__section .course-item .course-icon {
    position: relative;
    width: 100%;
    height: 100%;
    /* line-height: 25px; */
    /* border-radius: 100%; */
    /* margin: 0 auto; */
    /* transform: translateY(0px); */
    /* transition: 0.5s; */
    /* border: 1px solid #FFFFFF; */
    /* padding: 12px; */
    /* background: #FEF5EC; */
}
.course__section .course_div_box {
    gap: 20px;
}




.recruiters-section .recruiters_item .recruiters-logo {
    position: relative;
    margin-bottom: 8px;
    border: 1px solid #838282;
    border-radius: 15px;
    overflow: hidden;
}

/*== Footer css start ==*/
.footer {
    background-color: #2C73CB;
    font-size: 14px;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.fonts11 {
    font-size: 3.5rem;
    line-height: 1.1;
}

ul.listing li {
    position: relative;
    padding: 10px 0;
    font-size: var(--font);
    padding-left: 30px;
}

ul.listing li:after {
    position: absolute;
    content: "";
    left: 0px;
    top: 11px;
    width: 20px;
    height: 20px;
    line-height: 9px;
    background-color: var(--bg-orange);
    color: #FFF;
    padding: 5px;
    border-radius: 100%;
    font-family: 'Font Awesome 5 Pro';
    content: "\f00c";
    font-size: 0.7rem;
}

.Shapes__top {
    top: -30px;
    left: -30px;
}

.Shapes__bottom {
    bottom: -30px;
    right: -30px;
}

.patten_ab_right {
    animation: jumpTwo 4s infinite linear;
}




.faciliti-section .abt-des {
    position: relative;
    padding-top: 1rem;
}

.faciliti-section {
   background: rgba(44, 114, 202, 0.07); 
    padding: 4rem 0;
    
   
}

.faciliti-section::after, .faciliti-section:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0;
    width: 680px;
    background: url(../images/about-bg.png) no-repeat bottom left;
    background-size: contain;
    z-index: 0;
}

.butn a {
    background-color: #FFD700;
    padding: 10px 25px;
    margin-top: 25px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: left;
    
    border-radius: 3px;
    border: none;
	color:#000;
}


.abt-des p{color:#000;}






.eligibilitysec {
 
    background-image: url(../images/course-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    /* padding: 4rem 0; */
    background-size: cover;
}



.sec2 {
    position: relative;
    padding: 50px 0 70px 0px;
}

.sec2 .why_flexx{
	padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap !important;
    gap: 30px;

}

.sec2 .why_flexx .why_box {
    display: flex;
    flex-direction: column;
    padding: 20px 13px;
    width: 31%;
    border-radius: 4px;
    gap: 0px;
    min-height: 180px;
    background-color: transparent;
    justify-content: center;
    /* align-items: center; */
    border: solid 1px var(--bg-blue);
   text-align: left;
}
.sec2 .why_flexx .why_box:hover {
background-color: var(--bg-blue);
border:solid 1px #001962;
}

.sec2 .why_flexx .why_box:hover h5 {color:#fff;}
.sec2 .why_flexx .why_box:hover p {color:#fff;}

.sec2 .why_flexx .why_box:hover .flort img {
    filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(189deg) brightness(200%) contrast(100%);
	ttransform: translateY(-5px);
    transition: all 0.3s ease-in-out 0.1s;
    transform: rotateY(180deg);
}


.sec2 .why_flexx .why_box h5 {
    font-size: 18px;
    font-weight: 800;
    color: #4A4A4A;
}
.sec2 .why_flexx .why_box p {
    font-size: 15px;
    font-weight: 500;
    line-height: 24.51px;
    
    color: #4A4A4A;
}

.sec2 .why_flexx .why_box .flort {
    display: grid;
    grid: auto-flow / repeat(2, 50%);
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.sec2 .why_flexx .why_box .flort figure{ margin-bottom:0; }

.sec2 .why_flexx .why_box .flort img{-webkit-transition: all 0.4slinear;
    -o-transition: all 0.4s linear;
    transition: all 0.4slinear;
    -o-transition: all 0.4s linear;}
.sec2 .why_flexx .why_box .flort span {
    text-align: right;
    color: #000;
    font-size: 3rem;
    font-weight: 800;
    opacity: 0.1;
}




.sec2Head {
    position: relative;
    width: 100%;
	padding-top: 20px;
}




.about__section {
    background: url("../images/instruction-bg.png") center center / 100% 100% no-repeat;
    background-position: cover;
}

.about__section .clark {position:relative;}
.about__section .clark::after, .about__section .clark:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0px;
    bottom: -65px;
    width: 39%;
    background: url(../images/kkkk.png) no-repeat bottom left;
    background-size: contain;
    z-index: 0;
}



.accordion-button:not(.collapsed) {background:#fff; font-weight:700; color:#000;}
.accordion-body {background-color: var(--bs-accordion-active-bg);}
.accordion-item {margin-bottom: .7rem; border: solid 1px #dee2e6 !important; border-radius:5px; overflow:hidden;}
.accordion-button {padding: 4px 15px;}
.accordion-body .pointed {
    position: relative;
}
.accordion-body .pointed ul{list-style: disc;
    padding: 0px 0 0 15px;
    margin: 0px;}
.accordion-body .pointed ul li{padding:3px 0;}	
.accordion-body .pointed p{font-size:14px; color:#000; padding-top:5px;}






/**/


.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 320px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px;
}

.picture {
    width: 320px;
    height: 320px;
    overflow: hidden;
}

.picture img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.detail {
    padding: 25px 20px;
    font-weight: 600;
    text-align: center;
}

.detail h3 {
    margin: 0;
    font-size: 20px;
}

.detail span {
    display: block;
    font-size: 16px;
    color: #f44336;
}

.gallery-sec {
    background-image: url(../images/gallery-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.single_gallery_item {
    border-radius: 0.5rem;
    display: inline-block;
    overflow: hidden;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

.single_gallery_item img {
    height: 322px;
    width: 100%;
    object-fit: cover;
}



.single_gallery_item .hover_overlay {
    background-color: rgba(19, 47, 67, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0%;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    width: 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}

.single_gallery_item .links {
    top: 40%;
    text-align: center;
    position: absolute;
    right: 0;
    margin-right: 0;
    width: 100%;
    z-index: 99;
    overflow: hidden;
}

.single_gallery_item .links>a>i {
    color: #ffffff;
    font-size: 30px;
}

.single_gallery_item:hover .hover_overlay {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}





.modal-dialog {
    max-width: 1050px;
    margin-right: auto;
    margin-left: auto;
}

h4.min-titles {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}

table.table.c_table tr td {
    font-size: 14px;
    vertical-align: middle;
    border: 1px solid #aba9a9;
    /* padding: 2px; */
}

.c_table thead td {
    background-color: #FFD700;
    color: #000;
    font-weight: 800;
}

table.table.c_table tr td {
    font-size: 14px;
    vertical-align: middle;
    border: 1px solid #aba9a9;
    /* padding: 2px; */
}


.accordion-body button {
    background: #FFD700;
    color: #000;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    border: solid 1px #000;
    display: block;
}

.diffrenece__section .programs__dv {
    position: relative;
    z-index: 1;
}
.programs__content {
    padding-top: 1px;
    text-align: left;
}
.diffrenece__section .blessi {
    position: relative;
    z-index: 1;
}

.diffrenece__section .blessi .scrolled {
    width: 100%;
    position: relative;
}