@font-face {
    font-family: 'fruty';
    src: url('../fonts/Frutiger.ttf') format('truetype');
}

@font-face {
    font-family: 'fruty-bold';
    src: url('../fonts/Frutiger_bold.ttf') format('truetype');
}

.widget-title h3 {
    position: relative;
    display: inline-block;
    padding: 0;
    font-size: 37px;
    z-index: 1;
    line-height: 1.1;
    color: #191919;
    font-weight: 600;

}

.banner-section {
    position: relative;
}

.banner-section form {
    padding: 20px;
    border-radius: 5px;
    background-color: #ffffffe3;
}

.banner-section form h3 {
    font-family: 'fruty';
    font-style: normal;
    font-weight: 500;
    font-size: 19px;

    align-items: center;
    text-align: center;

    margin-bottom: 20px;
    color: #060919;
}


.scholar-sec {
    background-color: #101071;
}

.scholar-sec .bord {
    border: 4px solid #ffc000;
    padding: 35px;
    border-radius: 10px;
}

.scholar-sec li::before {
    content: '\f101';
    position: absolute;
    left: 0;
    top: 0;
    color: #ffc000;
    font-family: FontAwesome;
}

.scholar-sec ul li {
    color: #fff;
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}

.scholar-sec .bord p {
    color: #fff;
    margin-top: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
}

.banner-section form button {
    background-color: #101071;


    font-family: 'fruty';
    font-style: normal;
    font-weight: 500;
    font-size: 16.5565px;
    margin-top: 15px;
    border: none;
    color: #ffffff;



}

.can-log {
    font-style: normal;
    font-size: 13px;
    color: #000000;
}

.can-log b {
    color: #101071;
}

.banner-section form .form-control {
    margin-bottom: 10px;
    font-size: 12px;
    color: #000000;
    font-family: 'fruty';
}

.banner-section form .form-control::placeholder {
    font-size: 12px;
    color: #7A7A7A;
}

.ban-nav-links ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ban-nav-links ul li a {
    color: #191919;
}

.banner-section::after {
    position: absolute;
    content: '';
    bottom: 0%;
    background-image: url(../images/banner-img.png);
    right: 32%;
    width: 397px;
    height: 429px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -5;
}

.banner-section .main-heading {
    font-family: 'fruty-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 35px;
    border-radius: 30px;
    display: inline-block;
    /* padding: 5px 16px; */
    color: #FFFFFF;
    position: relative;
}

.banner-section .main-heading::after {
    position: absolute;
    bottom: -25px;
    height: 3px;
    width: 140px;
    background-color: #ebaf01;
    content: '';
    left: 0;
}



/* .banner-section .clrLine {
    background-color: #ebaf01;
} */



.banner-section .admission {
    font-family: 'fruty-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    color: #FFFFFF;


}

.banner-section .playgroup {
    display: block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    color: #191919;
    background-color: #fff;
    padding: 8px;
    border-radius: 0 5px 5px 5px;
}


.banner-section .clrLines {
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 45px;
    background-color: #ebaf01;
    padding: 2px 10px;
}

.banner-section form span {
    display: block;
    position: relative;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0px;
    font-size: 11px;
    color: #7A7A7A;
    margin-top: 15px;
}


.banner-section .heading::after {
    position: absolute;
    bottom: -35px;
    height: 3px;
    width: 140px;
    background-color: #ebaf01;
    content: '';
    left: 0;
}


.interestedsec select#programid option {
    display: none;
}

.usp_points {
    background-color: #00000089;
    width: 93%;
    padding: 10px 20px;
    border-radius: 10px;
}

.blink_effect_01 {
    animation: blinkMe 1.9s linear infinite;
}

@keyframes blinkMe {
    0% {
        opacity: 1;
        color: #ffde00;
    }

    25% {
        opacity: 1;
        color: #ffffff;
    }

    50% {
        opacity: 1;
        color: #222222;
    }

    75% {
        opacity: 1;
        color: #ffffff;
    }

    100% {
        opacity: 1;
        color: #ffde00;
    }
}

.usp_points ul li {
    position: relative;
    text-align: left;
    color: #ffde00;
    padding-left: 28px;
    margin: 15px 0px;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;

}

.usp_points ul li:after {
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: 'Font Awesome 5 Pro';
    content: "\f058";
    color: #ffde00
}

.eligibility__section.comprehensive__section .main-discrip .titled p.min-pad {
    padding-top: 8px;
}

.eligibility__section.comprehensive__section .main-discrip .titled p.min-pad.bold {
    font-weight: 600;
    font-size: 16px;
}


.widget-titled h3 {
    position: relative;
    display: inline-block;
    padding: 0 8px;
    font-size: 28px;
    z-index: 1;
}

.widget-title h3 span {
    color: #ED333B;
}



.widget-title p {
    font-size: 18px;
    text-align: center;
    padding: 10px 35px;
}





.widget-title h3 span.blue {
    color: #28296c;
}

.zIndex2 {
    z-index: 2;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-900 {
    font-weight: 900;
}

.show {
    display: block !important;
}

/*== HEADER CSS START ==*/
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1100px !important;
}

.header .header-absolute .mobile__dv .divids {
    position: relative;
    float: right;
    padding-top: 10px;
}

.header .header-absolute .mobile__dv .divids ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.header .header-absolute .mobile__dv .divids ul li {
    float: left;
    margin-left: 25px;
}

.header .header-absolute .mobile__dv .divids ul li strong {
    font-size: 22px;
    font-weight: 500;
}

.header .header-absolute .mobile__dv .divids ul li figure img {
    width: 72%;
}

.header .header-absolute {
    background: #fff;
    position: relative;
}

.header .header-absolute .mobile__dv p {
    font-size: 17px;
    color: #414042;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    padding-top: 5px;
}

/*.header .header-absolute .mobile__dv span img{width:10%;}*/
.header .header-absolute .mobile__dv span {

    font-weight: 700;
    position: relative;
    display: inline-block;
}


.header .logo img {
    width: 45%;
}

/*== BANNER CSS START ==*/
.dsu-form {

    padding: 20px 0px;
    border-radius: 0rem;
    background: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 1;
    width: 330px;
    float: right;
}

.frmBg {
    position: relative;
    text-align: center;
    padding: 0 0;
}

.applyBox {
    margin-top: 1.5rem;
    width: 100%;
    display: table;
}

.contact_fild {
    padding: 20px 20px 0;
}

.contact-fild-box .form-control,
.contact-fild-box .form-select {
    font-size: 13px;
    color: rgba(0, 0, 0, 1);
    border: 0px;
    border-bottom: 1px solid #909397;
    border-radius: 0px;
    background-color: transparent;
    margin: 0 auto;
    padding: 8px 10px;
    height: auto;
}

.form-group {
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
}

.btn_submit {
    width: 100%;
    background: #031866;
    color: #fff;
    font-size: 16px;
    padding: 5px 100px;
    display: block;
    display: block;
    margin: 25px auto;
    margin-bottom: 0px;
    border-radius: 5px;
    font-weight: 400;
}

.btn_submit:hover {
    background: #7b420f;
    color: #FFFFFF;
}

.contact-fild-box {
    margin-bottom: 8px;
    position: relative;
}

.contact-fild-box.text-center {
    margin-bottom: 0px;
}


.btn_submit {
    background: #261B03;
    color: #FFDE00;
    font-size: 16px;
    padding: 10px 50px;
    display: block;
    margin: 25px auto;
    margin-bottom: 0px;
    border-radius: 0px;
    font-weight: 500;
}

.btn_submit:hover {
    background: #FFDE00;
    color: #000;
}

.contact-fild-box .form-control option {
    color: #000;
}

.dsu-intro {
    position: relative;
    top: -0.5rem;
    z-index: 1;
    right: 0;
}

.dsu-addmission {
    margin-top: 4%;
    width: 100%;
    display: block;
    padding: 0px;

}

.header .header-absolute .mobile__dv .divids ul li strong img {
    margin-right: 8px;
}


.formIDfid {
    padding: 0 0px;
}

.dsu-addmission .bannerContent h2 {
    font-weight: 700;
    color: #fff;
    font-size: 2.6rem;
    line-height: 0.8;
    /* text-align: center; */
    padding-top: 52px;
    /* text-transform: uppercase; */
    padding-bottom: 12px;
}



.dsu-addmission .bannerContent h5 {
    font-weight: 600;
    color: #fff;
    font-size: 26px;
    padding-top: 5%;
}



.dsu-addmission .bannerContent span {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: .4px;
    display: block;
    padding-bottom: 1.8rem;
}

.dsu-addmission .bannerContent span em {
    font-style: normal;
    color: #FFDE00;
}



.dsu-addmission .bannerContent h4 {
    padding-top: 10px;
    line-height: 1;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 1px;
    padding-bottom: 10px;
    z-index: 1;
    position: relative;
    padding-right: 5%;
}

.dsu-addmission .bannerContent h4 span {
    color: #fff;
    font-weight: 700;
}


.dsu-addmission .admi__content-btn {
    position: relative;
    padding-top: 1.5rem;
}

.dsu-addmission .admi__content-btn span {
    font-weight: 800;
    font-size: 2.6rem;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    background: #FFDE00;
    width: 50%;
    padding: 10px;
}

.dsu-addmission .bannerContent .admi__content-btn p {
    display: table;
    padding: 0rem 0rem;
    font-size: 24px;
    font-weight: 500;
}

.hero-sectionn .vishouse-absolute {
    position: absolute;
    bottom: 0px;
    left: 34.5%;
    z-index: 1;
}

.hero-sectionn .vishouse-absolute img {
    width: 80%;
}


.frmBg h4 {
    font-weight: 700;
    /* font-family: "fruty", sans-serif; */
    font-size: 30px;
    color: #261B03;
}

.frmBg h4 span {
    font-size: 35px;
    display: block;
}

/*== BANNER CSS end ==*/





/*== Footer css start ==*/
.footer {
    background-color: #060919;
    font-size: 14px;
    color: #fff;
}

.footer span {
    color: #f57b12;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}


/**/

.highlight__section {
    position: relative;
    background-color: #f7f7f7;
}

.highlight__section .highlight__relative {
    position: relative;
}

.highlight__section .highlight__relative .highlight__top:hover {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    -webkit-transform: translateY(-.5em);
    transform: translateY(-.5em);
    opacity: 1;
}

.highlight__section .highlight__relative .highlight__top {
    padding: 20px;
    position: relative;
    overflow: hidden;
    transition: all .2s ease-in-out;
    height: 180px;
    display: flex;
    background-color: #fff;
    border: solid 1px #2d2d2d;
    margin: 15px 0;
    border-radius: 6px;
}

.highlight__section .highlight__relative .highlight__top .highlight__flex {
    width: 100%;
}

.highlight__section .highlight__relative .highlight__top .highlight__hovereff .highlight__h_flex {
    display: flex;
    align-items: center;
    height: 100%;
}

.programs__content {
    padding-right: 20px;
}


.highlight__section .highlight__relative .highlight__top:hover .highlight__img img {
    -o-transition: 0.9s;
    -ms-transition: 0.9s;
    -moz-transition: 0.9s;
    -webkit-transition: 0.9s;
    transition: 0.9s;
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz--transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}



.highlight__section .highlight__relative .highlight__top:hover h5 {
    color: #FFFFFF;
}

.highlight__section .highlight__relative .highlight__top:hover b {
    color: #FFDE00;
}

.highlight__section .highlight__relative .highlight__top .highlight__flex .highlight__img {
    /* background-color: #1d72bc; */
    width: 114px;
    /* height: 90px; */
    /* border-radius: 100%; */
    padding: 5px;
    margin: 0 auto 5px;
}

.highlight__section .highlight__relative .highlight__top:hover .highlight__hovereff {
    opacity: 1;
}

.highlight__section .highlight__relative .highlight__top .highlight__flex .highlight__img img {
    width: 55%;
    padding-top: 0px;
    object-fit: cover;
    -ms-transition: transform 0.6s;
    -o-transition: transform 0.6s;
    -ms-transition: transform 0.6s;
    -webkit-transition: transform 0.6s;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.highlight__section .highlight__relative .highlight__top:hover:after {
    visibility: visible;
    opacity: 1;
    width: 100%;
}

.highlight__section .highlight__relative .highlight__top:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    content: "";
    background: rgb(41, 27, 3);

    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.highlight__section .highlight__relative .highlight__top h5 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 5px 0 10px 0;
    line-height: 1.2;
}

.highlight__section .highlight__relative .highlight__top b {
    color: #000;
    font-weight: 600;

}

.highlight__section .highlight__relative .carousel-outer {
    position: relative;
    margin-right: 0;
    margin-left: 0;
}


#rankeds-slider.owl-theme .owl-dots .owl-dot span,
#articles-slider.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #D6D6D6;
}

#rankeds-slider.owl-theme .owl-dots .owl-dot.active span,
#rankeds-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #eeaa03;
}

#articles-slider.owl-theme .owl-dots .owl-dot.active span,
#articles-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #eeaa03;
}


#highlight-slider.owl-theme .owl-dots .owl-dot span,
#articles-slider.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #bfbfbf;
}



#highlight-slider.owl-theme .owl-dots {
    display: none;
}


#highlight-slider.owl-theme .owl-dots .owl-dot.active span,
#highlight-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #eeaa03;
}


#highlight-slider.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    width: 32px;
    height: 32px;
    font-size: 22px;
    border: solid 2px #d1d1d1;
    /* border-radius: 100%; */
    line-height: 30px;
    margin: 0px;
    padding: 0px;
    border-radius: 100%;
    text-align: center;
    color: #000;
    background-color: #fff;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); */
}

#highlight-slider.owl-theme .owl-nav [class*="owl-"] i {
    font-weight: 300;
}

#highlight-slider.owl-theme .owl-nav [class*="owl-"]:hover {

    opacity: 1;
    background-color: #FFDE00;
}

#highlight-slider.owl-theme .owl-nav .owl-prev {
    left: -8px;
}

#highlight-slider.owl-theme .owl-nav .owl-next {
    right: -8px;
}






.highlight__section .intor {
    position: relative;
    margin-top: 3rem;
}

.highlight__section .intor .about__Block {
    position: absolute;
    left: 8.7rem;
    width: 52%;
    top: 5%;
}

.highlight__section .intor .about__Block .about__Content {
    background-color: #af3335;
    position: relative;
    right: 0px;
    z-index: 1;

}

.highlight__section .intor .about__Block .about__Content .article {
    padding: 30px;
}

.highlight__section .intor .about__Block .about__Content .article p {
    color: #fff;
    text-align: justify;
    font-size: 20px;
}

.highlight__section .intor .picasa {
    position: relative;
    z-index: 0;
    right: 0;
    top: 0;
}

.highlight__section .intor .picasa img {
    width: 100%;
    float: right;
}

/**/


.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.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



#client-slider.owl-theme .owl-nav {
    display: none;
}

#client-slider.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 3px;
    background-color: #e0dfdf;
    border: solid 1px #979797;
}

#client-slider.owl-theme .owl-nav [class*=owl-] {
    display: none;
}

#client-slider.owl-theme .owl-dots .owl-dot.active span,
#ranks-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #eeaa03;
}




/*Testimonial Section*/







.thanksection {
    height: calc(88vh - 70px);
    position: relative;
    width: 100%;
    background-image: url(../images/thankyoupic.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-right: 10px;
    /* height: 96vh; */
}

.thankContent {
    background-color: rgba(0, 86, 162, 0.9);
    padding: 25px 25px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    margin: 7% auto;
}

.thankMsg {
    position: relative;
    text-align: center;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.thankMsg img {
    max-width: 10rem;
    margin: 0 auto;
}

.thankMsg h5 {
    font-size: 1.4rem;
    line-height: 1.55;
    font-weight: 400;
    color: #ffffff;
    display: block;
    text-transform: initial;
}

.thankMsg h5 strong {
    font-size: 2.5rem;
    font-weight: 600;
    display: block;
    line-height: 1.2;
}

.thankMsg h5 span {
    display: block;
    margin-top: 5px;
}





#recogniz-slider.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 2px;
    border: solid 1px #141d49;
}

#recogniz-slider.owl-theme .owl-dots .owl-dot.active span,
#recogniz-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #a6ce43;
}


#recogniz-slider.owl-theme .owl-dots {
    display: none;
}


#recogniz-slider.owl-theme .owl-dots .owl-dot.active span,
#recogniz-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #141d49;
}


.courses__section .resp-tabs-list li {
    background: url(../images/tab-bg.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 35px 15px;
    margin-right: -38px;
    color: #000;
    min-width: 24rem;
    text-align: center;
    font-size: 1.2rem;
    height: 60px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.courses__section .resp-tabs-list li span {
    width: 100%;
}

.courses__Block {
    background-color: #fff;
    padding: 15px;
    /* border-top: solid 3px #af3436; */
    /* border-bottom: solid 5px #af3436; */
    /* box-shadow: 0 0 18px 1px rgba(0,0,0,0.1); */
    overflow: hidden;
}


.courses__section .courses__Block .programs__content {
    padding-left: 10px;
    padding-top: 10px;
}

.courses__section .courses__Block .programs__content p {
    color: #414141;
    margin-bottom: 1.3rem;
}

.courses__section .courses__Block .programs__content p b {
    color: #000;
}

.courses__section .courses__Block .programs__content h2 {
    font-size: 1rem;
    font-weight: 400;
    display: block;
    margin-bottom: 0.6rem;
    color: #000000;
}

.courses__tab_block .programs__content {
    height: 510px;
    overflow: overlay;
    padding-right: 1rem;
}

.courses__tab_block .programs__content::-webkit-scrollbar {
    width: 4px;
    background-color: #ededed;
}


.courses__tab_block .programs__content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(104, 140, 240, 0.3);
}

.courses__tab_block .programs__content::-webkit-scrollbar-thumb {
    background-color: #eb7b23;
}

.courses__section .gappings {
    padding-top: 30px;
}




.contactusContent h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    display: block;
}

.contactusContent h4 b {
    font-weight: 700;
}

.applynowsec {
    position: relative;
    width: 100%;
    text-align: right;
}

.applynowsec a,
.applynowbtn {
    background-color: #ffffff;
    color: #ED333B;
    position: relative;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    padding: 18px 50px 18px;
    border-radius: 10px;
    border: 0px solid #fff;
    text-align: center;
    margin: 0;
    display: inline-block;
}

.applynowsec a:hover,
.aplybtnsec a:focus,
.applynowbtn:hover,
.applynowbtn:focus {
    color: #000;
    background-color: #ffc20e;
    opacity: .9;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}




.eligibility__section .fprogrammeBx {
    width: 75%;
    margin: auto;
}

.eligibility__section .accordion-item .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed {
    font-size: 1.2rem;
    background-color: #602977;
    padding: 0.4rem 1.25rem;
    border-radius: 0.3rem;
    color: #FFFFFF;
}

.eligibility__section .accordion-item {
    background-color: transparent;
    margin-bottom: 0.8rem;
    border: 0px;
}

.eligibility__section .accordion-item .accordion-button::after {
    background: #ffb61b;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-family: 'Font Awesome 5 Pro';
    content: "\f067";
    font-size: 1.1rem;
    background-image: none;
    font-weight: 100;
    color: #FFF;
    border-radius: 100%;
    text-align: center;
}

.eligibility__section .accordion-item .accordion-button:not(.collapsed)::after {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-image: none;
    font-family: 'Font Awesome 5 Pro';
    content: "\f068";
    font-size: 1.1rem;
    transform: translate(-5px, -4px);
    transform: rotate(0deg);
}

.interestedsec {
    width: 100%;
}

#coursesid1 {
    position: relative !important;
}

.cours-select2 {
    height: 56px;
    font-size: 25px;
    color: #000;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 15px;
    background-color: #d9d9d9;
}


#coursesid1:after {
    position: absolute;
    content: "";

    background-image: url(../images/course_rt_arrow.png);
    background-position: 100% center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    /* padding: 15px 15px 18px; */
    z-index: 0;
    min-height: 56px;
    right: 0px;
    top: 0px;
    width: 35px;
    border-radius: 0 5px 5px 0;
}

.form-group {
    margin-bottom: 0px;
    position: relative;
}

.cours-select {
    height: 56px;
    font-size: 25px;
    color: #FFDE00;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 15px;
    background-color: #000;
}

#coursepid:after {
    position: absolute;
    content: "";

    background-image: url(../images/course_dd_arrow.png);
    background-position: 100% center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    /* padding: 15px 15px 18px; */
    z-index: 0;
    min-height: 56px;
    right: 0px;
    top: 0px;
    width: 35px;
    border-radius: 0 5px 5px 0;
}

.dotted-circle {
    -webkit-animation: bg-shape-rotate 10s infinite linear;
    animation: bg-shape-rotate 20s infinite linear;
    top: 0rem;
    position: absolute;
    z-index: 0;
    opacity: 1;
    left: -11px;
}

.eligibility__section.comprehensive__section .accordion-item .accordion-button,
.eligibility__section.comprehensive__section .accordion-item:last-of-type .accordion-button.collapsed {
    background-color: transparent;
    color: #000000;
    font-size: 2rem;
    font-weight: 700;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 2px solid #000;
    border-radius: 0;
}


.eligibility__section.comprehensive__section .main-discrip {
    position: relative;
    padding-left: 1%;
}

.eligibility__section.comprehensive__section .main-discrip .titled {
    position: relative;
}

.eligibility__section.comprehensive__section .main-discrip .titled h1 {
    position: relative;
    font-size: 2.3rem;
}

.eligibility__section.comprehensive__section .main-discrip .titled h1:after {
    position: absolute;
    content: "";
    width: 55%;
    height: 1px;
    background-color: #d9d9d9;
    right: 5px;
    top: 50%;
}

.eligibility__section.comprehensive__section .main-discrip .titled span {
    display: inline-block;
    background: #ffdd03;
    font-size: 1.4rem;
    padding: 10px 5px;
    font-weight: 500;
    margin-top: 30px;
}

.eligibility__section.comprehensive__section .main-discrip .titled p {
    padding-top: 20px;
    font-size: 14px;
}





.whyList::-webkit-scrollbar {
    width: 4px;
    background-color: #ededed;
}


.whyList::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(104, 140, 240, 0.3);
}

.whyList::-webkit-scrollbar-thumb {
    background-color: #FFDE00;
}

.eligibility__section.comprehensive__section .main-discrip .key-feature {
    position: relative;
    background-image: url(../images/key.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 5%;
    padding: 25px 20px;
}

.eligibility__section.comprehensive__section .main-discrip .key-feature .whyList {
    position: relative;
    height: 230px;
    overflow: overlay;
    margin-right: 0.5rem;
    padding-right: 10px;
}

.eligibility__section.comprehensive__section .main-discrip .key-feature .whyList h1 {
    color: #ffdd03;
    font-size: 2.3rem;
    padding-bottom: 15px;
}

.eligibility__section.comprehensive__section .main-discrip .key-feature .whyList ul.listing {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.eligibility__section.comprehensive__section .main-discrip .key-feature .whyList ul.listing li {
    position: relative;
    color: #fff;
    padding: 0.6rem 0;
    font-size: 16px;
    padding-left: 1.6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 1.2;
}

.eligibility__section.comprehensive__section .main-discrip .key-feature .whyList ul.listing li:after {
    position: absolute;
    left: 0px;
    top: 14px;
    font-family: 'Font Awesome 5 Pro';
    content: "\f14a";
    color: var(--bg-red);
}

.eligibility__section.comprehensive__section .image {
    position: relative;
    top: 14%;
}

.eligibility__section.comprehensive__section .image img.img-fluid.elders {
    width: 90%;
    z-index: 1;
    position: relative;
}

.dotted-circle img {
    top: -80px;
    position: relative;
    width: 114%;
    left: -5px;
}

.gooey {
    /* background-image: linear-gradient(120deg, #34e0f0 0%, #b400ff 100%); */
    background-color: #ffdb05;
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    width: 450px;
    height: 450px;
    animation: morph 3s linear infinite;
    transform-style: preserve-3d;
    outline: 1px solid transparent;
    will-change: border-radius;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
}

/*.gooey:before,
.gooey:after{
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0; top: 0;
  border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
  /* box-shadow: 5px 5px 89px rgba(0, 102, 255, 0.21); 
  will-change: border-radius, transform, opacity;
  animation-delay: 200ms;
  background-image: linear-gradient(120deg, rgba(0,67,255,.55) 0%, rgba(0,103,255,.89) 100%);
}*/

.gooey:before {
    animation: morph 3s linear infinite;
    opacity: 1;
    animation-duration: 5s;
}

.gooey:after {
    animation: morph 3s linear infinite;
    animation-delay: 400ms;
    opacity: 1;
    content: "";
    line-height: 120px;
    text-indent: -21px;
}

@keyframes morph {

    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    34% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }

    50% {
        opacity: 1;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}

@keyframes fadeIn {
    100% {
        transform: scale(1.03);
        opacity: 0;
    }
}




.ranki {
    position: relative;
    padding: 25px 0;
    background-image: url(../images/About-US-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.high__section .glased .articles__item p {
    font-size: 18px;
    color: #000;
    padding-top: 0px;
}

.high__section {
    position: relative;
}

.high__section .glased {
    position: relative;
    padding-top: 20px;
}

.high__section .glased .articles__item {
    background: #FFDE00;
    padding: 1.5rem 1rem;
    border-radius: 0rem;
    margin: 1rem 0;
    border-radius: 10px;
    border: solid 1px #261B03;
}

.high__section .glased .articles__item h5.counting-number {
    font-size: 3.5rem;
    font-weight: 600;
    display: inline-block;
    color: #000;
}

.high__section .glased .articles__item span.plused {
    font-size: 3.5rem;
    font-weight: 600;
    color: #000;
}

.high__section .glased .articles__item:hover {
    background: #261B03;
}

.high__section .glased .articles__item:hover h5.counting-number {
    color: #FFDE00;
}

.high__section .glased .articles__item:hover span {
    color: #FFDE00;
}

.high__section .glased .articles__item:hover p {
    color: #FFDE00;
}

.high__section p {
    text-align: center;
    padding-top: 20px;
    line-height: 1.4;
    font-weight: 400;
}

.high__section p b {
    font-weight: 600;
}



#articles-slider.owl-carousel .owl-stage {
    display: flex;
}

#articles-slider.owl-carousel .items {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    padding-bottom: 0;
}

#articles-slider.owl-theme .owl-nav .owl-nav {
    margin-top: 0px;
}

#articles-slider.owl-theme .owl-nav [class*=owl-] {
    display: none;
    position: absolute;
    color: #777777;
    border: 2px solid #777777;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 30px;
    margin: 0px;
    padding: 0px;
    border-radius: 20rem;
    text-align: center;
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

#articles-slider.owl-theme .owl-nav [class*=owl-]:hover,
#alumni-slider.owl-theme .owl-nav [class*=owl-]:focus {
    border: 2px solid #28296c;
    transition: 0.7s ease all;
}

#articles-slider.owl-theme .owl-nav .owl-prev:hover,
#articles-slider.owl-theme .owl-nav .owl-next:hover {
    color: #000;
    border: 2px solid #000;
}

#articles-slider.owl-theme .owl-nav .owl-prev {
    left: -4%;
}

#articles-slider.owl-theme .owl-nav .owl-next {
    right: -4%;
}

#articles-slider.owl-theme .owl-nav {
    margin-top: 0px;
}




.awards__section .box {
    background-image: url(../images/feathure.png);
    height: 126px;
    background-repeat: no-repeat;
    background-position: 43% 3px;
    background-size: contain;
    display: flex;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 25px;
    justify-content: center;
    flex-direction: column;
}

.awards__section {
    border-bottom: 1px solid #dfdfdf;
}

.awards__section .owl-item.active {
    border-right: 1px solid #dfdfdf;
}

.awards__section .box .value {

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 31.6839px;
    text-align: center;
    padding: 2px 0;
    color: #191919;
}

.awards__section .box span {


    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 11.673px;

    text-align: center;

    color: #404040;


}

.awards__section h3.wow.fadeInUp.font-weight-700 {
    color: #FFDE00;
    padding-bottom: 40px;
}

.awards__section .reco__item .riban svg path {
    fill: #fff;
}

.awards__section .reco__item .ranking__ab svg path {
    fill: #fff;
}

.awards__section .reco__item:hover .ranking__ab svg path,
.awards__section .reco__item:hover .riban svg path {
    fill: #FFDE00;
}

.awards__section .reco__item:hover .ranking__content p {
    color: #FFDE00;
}

.awards__section .reco__item .ranking__ab svg {
    width: 100%;
}

.awards__section .reco__item .ranking__ab {
    position: absolute;
    top: 37px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.awards__section .reco__item .ranking__content p b {
    display: block;
}

.awards__section .reco__item .ranking__content p {
    color: #fff;
    font-weight: 500;
    width: 75%;
    height: 90px;
    font-size: 1.4rem;
    margin: 1rem auto 0;
    line-height: 1.3;
}

#awards-slider.owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 16px;
    margin: 5px;
    line-height: 10px;
    width: 2.3rem;
    height: 2.3rem;
    padding: 9px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    border: solid 2px #e7e7e7;
    position: absolute;
    top: -100px;
}

#awards-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background: #FFDE00;
    color: #000;
    border: solid 2px #fff;

}

#awards-slider .owl-next {
    right: 0;
}

#awards-slider .owl-prev {
    right: 60px;
}


.collab_section .collab__title {
    position: relative;
    padding: 0;
}

.collabs_mb {
    background-color: transparent;
    margin-bottom: 15px;
    /* border-radius: 8px; */
    overflow: hidden;
    text-align: center;
    border: solid 1px #1b2d74;
}

.collab_section .carousel-outer {
    position: relative;
    margin-right: 0;
    margin-left: 0;
}


#place-slider.owl-theme .owl-nav [class*=owl-],
#school-slider.owl-theme .owl-nav [class*=owl-] {
    color: #444444;
    font-size: 16px;
    margin: 5px;
    line-height: 5px;
    width: 2.3rem;
    height: 2.3rem;
    padding: 9px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    border: solid 2px #444444;
    position: absolute;
    top: -90px;
}

#place-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background: #FFDE00;
    color: #000;
    border: solid 2px #fff;

}


#place-slider.owl-theme .owl-nav .owl-prev,
#school-slider.owl-theme .owl-nav .owl-prev {
    right: 50px !important;
}

#place-slider.owl-theme .owl-nav .owl-next,
#school-slider.owl-theme .owl-nav .owl-next {
    right: 0px;
}


.training_section {
    background: url(../images/our-leadership.png);
}

#school-slider .box {
    background-image: url(../images/bg-leaf.png);
    min-height: 253px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

#school-slider .box p {
    font-family: 'fruty-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    text-align: center;

    color: #FFFFFF;


}

#school-slider .school h6 {

    font-family: 'fruty-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}

#school-slider .school .content p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    min-height: 37px;
    color: #FFFFFF;
}

#school-slider .owl-item.active.center .school {
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 0;
}

.training_section .area .name {

    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    color: #000000;
}

.training_section .area .post {
    font-family: "Open Sans", sans-serif;

    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;

    color: #222288;


}



.training_section .area .content {


    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 0px;


}

.banner-section {
    background-image: url(../images/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;

}


.training_section h3.wow.fadeInUp.font-weight-700 {
    color: #FFDE00;
}

.training_section .training__title {
    position: relative;
    padding: 0;
}

.training_mb {
    background-color: transparent;
    margin-bottom: 15px;
    /* border-radius: 8px; */
    overflow: hidden;
    text-align: center;
    border: solid 1px #1b2d74;
}

.training_section .carousel-outer {
    position: relative;
    margin-right: 0;
    margin-left: 0;
}

#training-slider2 .area {
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(226, 226, 226, 0.25);
    border-radius: 10px;
    min-height: 228px;
}

#place-slider .box {
    display: flex;
    min-height: 131px;
    flex-direction: column;
    padding: 20px;
    background: #222288;
    border: 0.5px solid #DEDEDE;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 7px;

}

#place-slider .box .explain {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 30px;
    min-height: 60px;
    color: #FFFFFF;
}

#place-slider .box .value {

    font-family: 'fruty-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    color: #FFC000;
    text-align: left;

}



.why-choose-us .box {
    background: #FFFFFF;
    border: 1px solid rgba(255, 193, 61, 0.25);
    border-radius: 8px;
    display: flex;
    padding: 20px;
    align-items: center;
}

.why-choose-us .box p {

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #191919;
    margin-left: 15px;
}

.why-choose-us .box img {
    width: 50px;
    min-width: 50px;
}

#training-slider2.owl-theme .owl-nav [class*=owl-],
#training-slider3.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 16px;
    margin: 5px;
    line-height: 5px;
    width: 2.3rem;
    height: 2.3rem;
    padding: 9px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    border: solid 2px #fff;
    position: absolute;
    top: -90px;
}

#training-slider2.owl-theme .owl-nav [class*=owl-]:hover {
    background: #FFDE00;
    color: #000;
    border: solid 2px #fff;

}


#training-slider2.owl-theme .owl-nav .owl-prev,
#training-slider3.owl-theme .owl-nav .owl-prev {
    left: -280px;
}

#training-slider2.owl-theme .owl-nav .owl-next,
#training-slider3.owl-theme .owl-nav .owl-next {
    left: -220px;
}




.sec6 {
    position: relative;
}

.student_item {
    padding: 0px;
}

.student_item .student_text {
    position: relative;
    padding: 20px;
    height: 395px;
    background: transparent;

    border-radius: 10px;
    margin-top: 25px;
    border: solid 1px #000;
}


.student_item .student_text p {
    color: #000;
    /* text-align: justify; */
    padding-top: 20px;
    font-size: 13px;
}

.student_item .photo {
    margin-top: 15px;
}

.student_item .photo img {
    float: left;
    margin-right: 20px;
}

.student_item .photo h2 {
    color: #444444;
    font-weight: 500;
    font-size: 30px;
    padding: 10px 0 5px 0;
    margin-top: -20px;
}

.student_item .student_text .photo .shapes {
    margin-bottom: 15px;
    margin-top: -59px;
    margin-left: 0px;
}

#student-speak .box {
    position: relative;
    padding: 5px 8px 15px 8px;
}

#student-speak .box::after {
    background-image: url(../images/testimonial-bg.png);
    position: absolute;
    height: 120px;
    width: 120px;
    content: '';
    top: 0px;
    right: 0px;
}

#student-speak .box .area {
    background: #FFFFFF;
    padding: 20px;
    min-height: 246px;
    box-shadow: 1px 1px 16px #eee6e6;
    border: 1px solid #D8D8D8;

    border-radius: 12px;


}

#student-speak .box .content {
    font-size: 15px;
    font-family: "fruty", sans-serif;
    color: #1f1c14a0;
    margin-bottom: 0px;
    min-height: 200px;
    color: #212529;

}

#student-speak .box .name {
    font-family: 'fruty-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #101071;
}


#student-speak .box span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #212529;


}



.student_item .student_text .shapes img {
    width: 10%;
}

.student_item .photo span {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    display: block;
    border-bottom: solid 1px #000;
    padding-bottom: 5px;
}



#student-speak.owl-theme .owl-nav [class*=owl-] {
    color: #444444;
    font-size: 16px;
    margin: 5px;
    line-height: 5px;
    width: 2rem;
    height: 2rem;
    padding: 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    border: solid 2px #444444;
    position: absolute;
    top: -60px;
}

#student-speak.owl-theme .owl-nav .owl-next {
    right: 0px;
}

#student-speak.owl-theme .owl-nav .owl-prev {
    right: 50px;
}

#student-speak.owl-theme .owl-nav [class*=owl-]:hover {
    background: #FFDE00;
    color: #000;
    border: solid 2px #fff;

}

.student_item .student_text .shapes i {
    font-size: 50px;
    color: #000;
}

.student_item .student_text .shapes2 {
    position: absolute;
    right: 25px;
    bottom: 25px;
}

.student_item .student_text .shapes2 i {
    font-size: 30px;
    color: #000;
}

.student_item .student_text:hover {
    background: #000;
}

.student_item .student_text:hover .photo h2 {
    color: #FFDE00;
}

.student_item .student_text:hover .photo span {
    color: #fff;
    border-bottom: solid 1px #fff;
}

.student_item .student_text:hover p {
    color: #fff;
}

.student_item .student_text:hover .shapes i {
    color: #FFDE00;
    -webkit-text-stroke: 1px black;
}

.student_item .student_text:hover .shapes2 i {
    color: #FFDE00;
}






.ocean {
    height: 20%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #FFDE00;
}

.sec6 {
    position: relative;
    overflow: hidden;
}

.sec6:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -100px;
    background-image: url(../images/wave.png);
    z-index: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
    /* -webkit-animation: zoomeffect 3.5s infinite; */
    /* animation: zoomeffect 3.5s infinite; */
}

.partner-section {
    background: #101071;
    position: relative;
    z-index: 1;
}



.partner-section .owl-carousel .owl-prev {
    position: absolute;
    top: 100px;
    width: 38px;
    height: 38px;
    left: -80px;
}

.sec1Head {
    width: 90%;
    margin: auto;
    text-align: center;
}

.partner-section .owl-carousel .owl-next {
    position: absolute;
    top: 100px;
    width: 38px;
    height: 38px;
    right: -80px;
}

div#client-slider .position-relative:hover {
    box-shadow: 0px 4px 4px 0px #00000040;
    transform: translateY(-10px);
    transition: all .5s;
}

.partner-section .owl-theme .owl-nav [class*=owl-] {
    color: #FFF !important;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    border: 1px solid #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
}



div#client-slider .position-relative {
    border-radius: 7px;
    background-color: #fff;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    height: 100px;
    margin-bottom: 12px;
}

div#client-slider .text-center {
    padding: 15px 0px;
}

div#client-slider .position-relative img {
    object-fit: contain !important;
    width: 80%;
    height: 80%;
}

.partner-section .apply_btn {
    padding: 0 30px;
    background: #FFFFFF;
    box-shadow: 0px 94px 118px rgba(255, 255, 255, 0.16), 0px 39.271px 49.2976px rgba(255, 255, 255, 0.115017), 0px 20.9961px 26.3568px rgba(255, 255, 255, 0.0953772), 0px 11.7703px 14.7754px rgba(255, 255, 255, 0.08), 0px 6.2511px 7.84712px rgba(255, 255, 255, 0.0646228), 0px 2.60122px 3.26536px rgba(255, 255, 255, 0.0449833);
    border-radius: 8px;
    border: none;
    transition: all .5s;
}

.apply_btn1 {
    padding: 10px 30px;
    font-size: 18px;
    line-height: 24px;
    background: #101071;
    box-shadow: 0px 94px 118px rgba(255, 255, 255, 0.16), 0px 39.271px 49.2976px rgba(255, 255, 255, 0.115017), 0px 20.9961px 26.3568px rgba(255, 255, 255, 0.0953772), 0px 11.7703px 14.7754px rgba(255, 255, 255, 0.08), 0px 6.2511px 7.84712px rgba(255, 255, 255, 0.0646228), 0px 2.60122px 3.26536px rgba(255, 255, 255, 0.0449833);
    border-radius: 8px;
    border: none;
    transition: all .5s;
}

.banner.apply_btn {
    padding: 0 30px;
    background: #FFFFFF;
    box-shadow: 0px 94px 118px rgba(255, 255, 255, 0.16), 0px 39.271px 49.2976px rgba(255, 255, 255, 0.115017), 0px 20.9961px 26.3568px rgba(255, 255, 255, 0.0953772), 0px 11.7703px 14.7754px rgba(255, 255, 255, 0.08), 0px 6.2511px 7.84712px rgba(255, 255, 255, 0.0646228), 0px 2.60122px 3.26536px rgba(255, 255, 255, 0.0449833);
    border-radius: 8px;
    border: none;
    transition: all .5s;
}

.ranking-sec .apply_btn1 {
    background-color: #fff;
    color: #031866 !important;
}

.ranking-sec .apply_btn1 a {
    background-color: #fff;
    color: #031866 !important;
}

.banner.apply_btn a {
    font-family: 'fruty-bold';
    font-size: 20px;
    line-height: 45px;
    align-items: center;
    color: #212529;
    text-decoration: none;
}

.apply_btn1:hover {
    transform: translateY(-10px);
    transition: all .5s;
}

.apply_btn:hover {
    transform: translateY(-10px);
    transition: all .5s;
}

.partner-section .apply_btn a {
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    align-items: center;
    letter-spacing: 0.01em;
    color: #212529;
    text-decoration: none;
}


.courses_offered_section {
    background-image: url(../images/progBg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}




.courses_offered_section .sec-heading span {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 48px;
    letter-spacing: 0.01em;
    color: #F78D27;
}

.courses_offered_section .cust_width {
    margin: auto;
    text-align: center;
}



.courses_offered_section .proCard:hover {
    transition: all .5s;
    transform: translateY(-10px);
}

.courses_offered_section .proCard .image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.courses_offered_section .proCard .overlay {
    position: absolute;
    bottom: 0;
    background-color: #b48701ad;
    color: #ffffff;

    width: 100%;
    padding: 2px 20px;
    font-size: 18px;
}

.courses_offered_section .proCard .overlay p {
    font-family: 'fruty-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 40px;
    text-align: left;
    color: #FFFFFF;
}

.courses_offered_section .courseText {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
    padding: 15px 20px;
    background-color: #fff;
    border: 1px solid #B7B6B6;
    border-radius: 5px;
    cursor: pointer;
}

.courses_offered_section .courseText:hover {
    background-color: #101071;
}

.courses_offered_section .courseText:hover .coursSec p {
    color: #fff;
}

.courses_offered_section .courseText .coursSec p {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #414040;
}

.test_section .box {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    margin: 20px 0;

}

.test_section .box:hover {
    box-shadow: 1px 1px 10px grey;

}

.ranking-sec {
    background-color: #101071;
}

.test_section .box img {
    max-height: 60%;
}


.admission-sec {
    background-image: url(../images/admission-b.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.blah {
    position: relative;
    height: 240px;
    overflow: overlay;
    margin-right: 10px;
    padding-right: 10px;
    margin: 10px 0;
}

.blah::-webkit-scrollbar {
    width: 4px;
    background-color: #ededed;
}


.blah::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(104, 140, 240, 0.3);
}

.blah::-webkit-scrollbar-thumb {
    background-color: #b59e00;
}

#training-slider2.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    bottom: -10%;
}

.our-facilities-banner {
    background-image: url(../images/placement-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}


#training-slider3.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    bottom: -29%;
}

#place-slider.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 2%;
    width: 100%;
}

#school-slider.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 22%;
    width: 100%;
}


.yellowbg-dark h3 {
    background-color: #ffdd03;
    padding: 6rem 1rem !important;
}

.mobile_phn a {
    color: #414042;
}






.centers__section {
    background: #261B03;
}

.center__ab {
    line-height: 1.8;
    text-align: center;
    padding: 20px 0;
}

.center__ab:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 58%;
    background: #fff;
    right: -17px;
    top: 20%;
    opacity: .2;
}

.center__ab i {
    background: #FFDE00;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    display: table;
    margin: 20px auto;
    border-radius: 50%;
    color: #000;
}

.center__ab span {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

#centers-slider.owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 16px;
    margin: 5px;
    line-height: 10px;
    width: 2.3rem;
    height: 2.3rem;
    padding: 9px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    border: solid 2px #e7e7e7;
    position: relative;

}

#centers-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background: #FFDE00;
    color: #000;
    border: solid 2px #fff;

}

.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);
}