html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif !important;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

body::-webkit-scrollbar {
    display: none;
}

span.theme-color {
    color: var(--main-bg-color);
}

:root {
    --main-bg-color: #F99418;
    --section-bg-color: #006539;
}

.navbar {
    background-color: transparent !important;
    padding: 5px 10px;
}
.navbar-nav{
    list-style: none;
}
.naac_logo {
    width: 100px;
    height: 60px;
}

/* .logo {
     width: 170px; 
    height: 60px; 
    margin-right: 1rem; 
} */

.nav-link {
    color: #000;
    font-size: 20px;
    margin-right: 4rem;
}

.main-nav {
    padding: 0.8rem 7rem;
}

.vertical-ruler {
    width: 1px;
    height: 60px;
    background-color: black;
    margin: 0 0.5rem;
}
.header-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-box {
    width: 30%;
    display: flex;
}

@media only screen and (max-width: 991px) {
    .main-nav {
        padding: 0.8rem 2rem;
    }
    .naac_logo {
        width: 70px;
        height: 40px;
    }
    .logo {
        width: 100px;
        height: 40px;
        margin-right: 1rem;
    }
    .nav {
        flex-direction: column;
    }
    .nav-link {
        text-align: right;
        margin-right: 0;
        padding: 6px;
    }
    .banner {
    height: 55vh;
}
}
@media only screen and (max-width: 768px) {

}

.hero-sec {
    padding: 5rem;
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}

.yellow-heading {
    font-style: normal;
    font-weight: 900;
    font-size: 84px;
    color: #f99418;
}

.hero-details {
    background: #006539;
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    padding: 0.7rem;
    color: #ffffff;
}

.hero-1 ul {
    list-style: none;
    padding-left: 0;
}

.hero-1 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
}

.hero-1 ul li img {
    margin-right: 10px;
}

.hero-1 ul li p {
    margin: 0;
    margin-bottom: 0;
    font-size: 36px;
    font-family: 400;
    color: #252525;
}

.hero-1 ul li p span {
    color: #F99418;
    font-weight: 900;
}

.admission-open {
    font-weight: 900;
    font-size: 52px;
    color: #006539;
}

.hero-1 p span {
    color: #f99418;
}

.hero-2 {
    padding: 1rem;
}

.accordion-button {
    background: #ef8400;
    margin-bottom: 15px;
    width: 100%;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 10px;
}

.accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:first-of-type {
    border-radius: inherit;
    border: none;
}

@media only screen and (max-width: 991px) {
    .hero-sec {
        flex-direction: column;
        text-align: center;
        padding: 1rem 0.5rem;
    }
    .hero-1 {
        width: 100%;
        padding: 1rem;
    }
    .yellow-heading {
        font-size: 30px;
    }
    .hero-details {
        font-size: 5px;
    }
    .hero-1 ul li p {
        margin: 0;
        margin-bottom: 0;
        font-size: 18px;
    }
    .admission-open {
        font-size: 28px;
    }
    .form-width {
        width: 50% !important;
        margin: auto;
    }
    .hero-1 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
    justify-content: center;
}
}

.hero-2 {
    background: #ffffff;
    box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.16);
    border-radius: 12px;
    text-align: center;
}

.hero-2 h3 {
    font-weight: 700;
    font-size: 24px;
    color: #006539;
}

.form-control {
    border: 0.5px solid #000000;
    border-radius: 8px;
    padding: 10px;
    font-size: 15px;
    width: 100%;
    /* margin-bottom: 20px; */
}

.form-select {
    border: 0.5px solid #000000;
    border-radius: 8px;
    padding: 10px;
    font-size: 15px;
    margin-bottom: 20px;
    color: #000;
}

.g-recaptcha {
    margin-bottom: 20px;
}

.form-control::placeholder {
    color: #000;
}

.btn-theme {
    background: #CBA106;
    border-radius: 6px;
    padding: 10px 40px;
    color: #fff;
    border-color: #CBA106;
}

.btn-theme1 {
    background: #CBA106;
    padding: 10px 40px;
    color: #fff;
    border-color: #CBA106;
    border-radius: inherit;
    font-size: 24px;
    font-weight: 700;
}

.btn-theme:hover,
.btn-theme1:hover {
    background: #006539;
    color: #fff;
    border-color: #006539;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #CBA106;
}

@media only screen and (max-width: 991px) {
    .hero-2 {
        width: 85%;
        margin: auto;
    }
}

.under-grads-content,
.post-grads-content,
.diploma-content {
    display: grid;
    grid-template-columns: auto;
    height: 0;
    width: 0;
    overflow: hidden;
}

.phd-content,
.international-content {
    display: grid;
    grid-template-columns: auto;
    height: 0;
    width: 0;
    overflow: hidden;
}

.active-content {
    height: auto;
    width: auto;
}

.card-text {
    position: absolute;
    bottom: 20px;
    color: #fff !important;
    font-weight: 700 !important;
    left: 20px;
    z-index: 1;
    font-size: 16px;
}

.program-we-offer {
    padding: 5rem;
}

.program-we-offer h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    color: #000000;
}

.program-we-offer p {
    font-weight: 300;
    font-size: 16px;
    color: #000000;
}

.menu {
    display: flex;
    border-bottom: 0.5px solid #252525;
    padding: 1rem 0.2rem;
    margin-bottom: 80px;
    text-align: center;
}

.menu h2 {
    font-weight: 400;
    font-size: 26px;
    color: #DCDCDC;
    cursor: pointer;
    margin: 15px 75px;
    position: relative;
}

.menu h2.active::after {
    height: 18px;
    width: 90px;
    background-color: #F99418;
    position: absolute;
    content: '';
    bottom: -39px;
    /* top: 0; */
    left: 50%;
    border-radius: 10px;
    -ms-transform: translate( -50%);
    transform: translate( -50%);
}
.row.layout-set {
    display: flex !important;
    flex-wrap: wrap !important;
}

.active {
    color: #000 !important;
    font-weight: 800 !important;
}

.program-we-offer-mobile {
    display: none;
}

.program-we-offer {
    display: block;
}
.card1 img.card-img {
    width: 100%;
}

.card1 a img{
    width: 100%;
}

.card1 img {
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .program-we-offer {
        display: none;
    }
    .program-we-offer-mobile {
        padding: 3rem 1rem;
        display: block;
        text-align: center;
    }
    .program-we-offer-mobile>h2 {
        font-size: 30px;
        font-weight: 700;
        padding: 0.5rem;
    }
    .program-we-offer-mobile>p {
        padding: 1.2rem;
    }
    .under-grads-content,
    .post-grads-content,
    .diploma-content {
        display: grid;
        grid-template-columns: auto;
    }
    .phd-content,
    .international-content {
        display: grid;
        grid-template-columns: auto
    }
    /* .card {
    width: 200px;
  }
  .card-img {
    width: 200px;
  }*/
  
    .card-text {
        font-size: 14px;
    }
}

.experience-section {
    background-color: #F3F3F3;
    padding: 6rem;
}

.experience-section h2 {
    font-weight: 700;
    font-size: 42px;
    color: #000;
    margin-right: 2rem;
    margin-bottom: 4rem;
}

.experience-section .boxes {
    width: 100%;
    height: 100%;
}

.experience-section .box {
    position: relative;
}

.experience-section .box-1 {
    padding: 2rem;
    color: #fff;
    background-color: #006539;
}

.experience-section .box-2 {
    padding: 2rem;
    color: #fff;
    background-color: #006539;
}

.experience-section .box-1 p,
.experience-section .box-2 p {
    font-weight: 500;
    font-size: 22px;
}

.experience-section .box-1 h2,
.experience-section .box-2 h2 {
    font-weight: 700;
    font-size: 34px;
    margin: 0;
    color: #fff;
}

.experience-section .box-2 {
    padding: 2rem;
    color: #fff;
    background: linear-gradient(256deg, #ffbb01 11.24%, #f99418 91.88%);
}

.experience-section-mobile {
    display: none;
}

@media only screen and (max-width: 991px) {
    .experience-section {
        flex-direction: column;
        
    }
    .experience-section-mobile {
        display: block;
        text-align: center;
    }
    .boxes {
        width: 100%;
        padding: 0.3rem;
    }
    .experience-section-mobile .col-md-6,
    .experience-section-mobile .col-md-5,
    .col-sm-6 {
        width: 50%;
    }
    .logos-for-mobile .col-md-4 {
        width: 33.33%
    }
    .logos-for-mobile img {
        margin-bottom: 20px;
    }
    .box {
        display: flex;
        flex-direction: column;
    }
    .box-1,
    .box-4 {
        background-color: #006539;
        color: #fff;
        padding: 1rem;
    }
    .experience-section-mobile .box-1 h2,
    .experience-section-mobile .box-2 h2 {
        font-size: 25px;
    }
    .box-2,
    .box-3 {
        background: linear-gradient(256deg, #ffbb01 11.24%, #f99418 91.88%);
        color: #fff;
        padding: 1rem;
    }
    .boxes {
        display: flex;
    }
}

.logo-strip {
    padding: 3rem 1rem;
    overflow: hidden;
    display: flex;
}

.logo-container {
    display: inline-block;
    width: 180px;
    /* adjust to fit your logos */
    height: 60px;
    /* adjust to fit your logos */
}

.logo-container img {
    width: 100%;
    height: 100%;
}

.download {
    width: 100vw;
    margin: auto;
    text-align: center;
    padding: 50px;
    background-color: #F3F3F3;
}

.exposure {
    background: url("../images/ex-bg.webp") no-repeat center center/cover;
    text-align: center;
    padding: 80px 2rem;
    color: #fff;
    margin: 2rem 0;
}

.exposure::before {
    content: "";
    background: url("../images/star.webp");
    position: absolute;
    height: 10rem;
    width: 5rem;
    left: 0;
}

.exposure h2 {
    margin-bottom: 3.5rem;
}

.exposure-details {
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail {}

.detail img {
    width: 80px;
    height: 80px;
    margin-bottom: 2rem;
}

.detail p {
    font-weight: 400;
    font-size: 1.1rem;
    color: white !important;
}

.user-details {
    display: flex;
    justify-content: left;
    align-items: center;
}

.profile i {
    font-size: 1.5rem;
    padding: 0.5rem;
    margin-right: 1rem;
    background-color: #fff;
    border-radius: 50%;
    color: #F99418;
    width: 39px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #F99418 !important;
}

.student-card {
    background-color: #2d2e384d;
    border-radius: 16px;
    padding: 1rem;
    margin: 1rem;
    text-align: left;
}

.student-card-details i {
    color: #B6B6B6;
    font-size: 30px;
}

.center .student-card-details i {
    color: #DA7903;
    font-size: 30px;
}

.owl-item.active.center .student-card {
    background-color: #006539;
    margin-top: 50px;
}

.student-card:nth-child(2) {
    background-color: #006539;
    margin-top: 4rem;
}

.user-text p {
    margin-left: 10pt;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 25px;
    color: #fff;
}

.user-text span {
    color: #fff;
    font-weight: 300;
    margin-left: 10pt;
}

.student-card-details {
    margin-top: 2rem;
    color: #fff;
    font-weight: 300;
}

.student-cards {
    display: flex;
    justify-content: center;
}

.student-testimonials {
    text-align: center;
    padding: 3rem 0;
}

.student-testimonials h2 {
    font-weight: 700;
    font-size: 60px;
    color: #000;
}

@media only screen and (max-width: 991px) {
    .student-cards {
        flex-direction: column;
        margin: auto;
    }
    .student-card {
        width: 20rem;
        margin: 1rem auto;
    }
    .student-card:nth-child(2) {
        margin-top: 0;
    }
    .detail {
        margin-right: 5;
    }
    .exposure-details {
        flex-direction: column;
    }
    .logo-container {
        width: 500px;
        height: 120px;
    }
}

.admission-procedure {
    padding: 2rem 3rem;
    background: linear-gradient(265.69deg, #f9ad18 2.77%, #f99418 94.09%);
    color: #fff;
    display: flex;
}

.step {
    display: flex;
    align-items: center;
}

.procedure h2 {
    font-weight: 700;
    font-size: 42px;
}

.criteria h2 {
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 3rem;
}

.procedure {
    width: 50%;
}

.criteria {
    width: 50%;
    border-left: 1px solid #fff;
    padding-left: 3rem;
}

.step-number {
    background-color: #fff;
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    text-align: center;
    padding-top: 8px;
    color: #faaa18;
    border: 10px solid #f99418;
    font-weight: 700;
    font-size: 18px;
    margin: 10px;
    z-index: 1;
    overflow: hidden;
}

.step-detail {
    padding: 10px 30px;
    border-radius: 1rem;
    background-color: #fff;
    font-weight: 500;
    font-size: 22px;
    color: #2d2e38;
    border-radius: 30px;
    margin-bottom: 0;
    margin-left: -45px;
    padding-left: 45px;
    line-height: initial;
}

.criteria>p {
    font-weight: 500;
    font-size: 30px;
}

.criteria li {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
    .admission-procedure {
        flex-direction: column;
        padding: 1rem 0.7rem;
        text-align: center;
    }
    .procedure {
        width: 100%;
    }
    .criteria {
        width: 100%;
        margin-top: 3rem;
        border-left: none;
        padding-left: 0rem;
        text-align: center;
    }
    .procedure h2 {
        font-weight: 700;
        font-size: 26px;
    }
    .criteria h2 {
        font-weight: 700;
        font-size: 26px;
    }
    .criteria>p {
        font-size: 17px;
    }
    .criteria li {
        font-size: 18px;
        text-align: left;
    }
    .step-detail {
        text-align: left;
    }
    .quote {
        font-size: 16px;
    }
}

.banner {
    background: url(../images/img/Building-su\ 3.webp) no-repeat center center/cover;
    width: 100vw;
    height: 100vh;
    text-align: center;
}

.quote {
    font-size: 45px;
    padding-top: 5rem;
    margin: auto;
    margin-bottom: 1rem;
    color: #f99418;
    font-style: italic;
    font-weight: 300;
}

.writer {
    margin-top: 2rem;
    font-size: 24px;
    font-weight: 400;
}

footer {
    width: 100vw;
    background-color: #006539;
    text-align: center;
    padding: 0.7rem 0;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .quote {
        font-size: 18px;
    }
}

.parent {
    padding: 0 10rem;
}

.parent .card1 .card-text {
    font-size: 30px;
}

.parent .card1 img {
    border-radius: 0 25px 0 0;
}

.mt-15 {
    margin-top: 100px;
}

.campus-life {
    display: none;
}

@media only screen and (max-width: 991px) {
    .parent {
        display: none;
    }
    .campus-life {
        display: block;
    }
    .parent-mobile img {
        border-radius: 0px 25px 0 0;
    }

}

.service-box {
    display: flex;
}

.service-card {
    background-color: #ffffff;
    box-shadow: 0px 0 4px 4px rgb(0 0 0 / 16%);
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    border-radius: inherit;
    min-height: 450px;
}

.service-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-card .service-content {
    padding: 25px;
}

.service-card img {
    height: 50px;
    width: 50px;
}

.service-card .img2 {
    top: 45px;
    position: absolute;
    z-index: 1;
    height: 210px;
    width: 200px;
    opacity: 0.1;
    right: 0;
}

.service-card .service-card-tilte {
    margin-top: 150px;
}

.service-card .service-card-tilte h5 {
    margin-bottom: 0px !important;
    font-size: 18px;
}

.service-card .service-card-tilte h4 {
    margin-top: 5px !important;
    font-size: 24px;
    font-weight: 600;
    width: 300px;
}

.service-card .service-card-tilte hr {
    border-bottom: 2px solid #000
}

.service-card p {
    display: none;
    font-size: 16px;
    font-weight: 500;
}

.service-card:hover .service-card-tilte {
    margin-top: 100px;
}

.service-card:hover .service-card-tilte h4 {
    font-weight: 700;
}

.service-card:hover {
    transform: translateY(-10px);
    background: rgb(255, 187, 1);
    background: -moz-linear-gradient(180deg, rgba(255, 187, 1, 1) 0%, rgba(249, 148, 24, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 187, 1, 1) 0%, rgba(249, 148, 24, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 187, 1, 1) 0%, rgba(249, 148, 24, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffbb01", endColorstr="#f99418", GradientType=1);
}

.service-card:hover.img2 {
    top: 45px;
    position: absolute;
    right: 0;
    height: 170px;
    width: 150px;
}

.service-card:hover p {
    display: block;
    margin-top: 3px;
}

.service-card hr {
    display: none;
}

.service-card:hover hr {
    display: block;
}


/* .service-card::before{
    content:"";
    position: absolute;
    background-image: url('./assets/ranking.webp');
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 150px;
    width: 150px;
    background:no-repeat;
    background-position: center;
} */

.service-section {
    padding: 5rem;
}

@media only screen and (max-width: 991px) {
    .service-box {
        flex-direction: column;
    }
}


/************ new css *********/
.card1 {
    position: relative;
    margin-bottom: 30px;
}


/* .card1::after {
    position: absolute;
    content: '';
    background: rgb(245, 162, 34);
    background: -moz-linear-gradient(180deg, rgba(245, 162, 34, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(245, 162, 34, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(180deg, rgba(245, 162, 34, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#f5a222", endColorstr="#000000", GradientType=1);
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.card1:hover::after {
    background: rgb(249, 148, 24);
    background: -moz-linear-gradient(180deg, rgba(249, 148, 24, 0) 0%, rgba(249, 148, 24, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(249, 148, 24, 0) 0%, rgba(249, 148, 24, 1) 100%);
    background: linear-gradient(180deg, rgba(249, 148, 24, 0) 0%, rgba(249, 148, 24, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#f99418", endColorstr="#f99418", GradientType=1);
} */

.ml-55 {
    margin-left: 55px;
}

.vector-img {
    position: absolute;
    left: 0;
}

.title h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    color: #000000;
}

.color-white {
    color: #fff !important;
}

@media screen and (max-width:1680px) {
    .yellow-heading {
        font-size: 65px;
    }
    .hero-details {
        font-size: 36px;
    }
    .hero-1 ul li p {
        font-size: 40px;
    }
    .admission-open {
        font-size: 42px;
    }
    .menu h2 {
        margin: 15px 40px
    }
    .title h2,
    .criteria h2,
    .procedure h2,
    .student-testimonials h2,
    .program-we-offer h2,
    .experience-section h2 {
        font-size: 45px;
    }
    .menu h2 {
        font-size: 35px;
    }
    .program-we-offer p {
        font-size: 16px;
    }
    .experience-section .box-1 h2,
    .experience-section .box-2 h2 {
        font-size: 36px;
    }
}

@media screen and (max-width:1440px) {
    .form-width {
        width: 35% !important;
    }
    .offset-lg-2 {
        margin-left: 10.666667% !important;
    }
    .yellow-heading {
        font-size: 60px;
    }
    .hero-details {
        font-size: 32px;
    }
    .hero-1 ul li p {
        font-size: 35px;
    }
    .admission-open {
        font-size: 42px;
    }
    .menu h2 {
        margin: 15px 25px;
        font-size: 28px;
    }
    .service-card .service-card-tilte h4 {
        width: auto;
    }
    .title h2,
    .criteria h2,
    .procedure h2 {
        font-size: 40px;
    }
    .parent .card1 .card-text {
        font-size: 22px;
    }
}

@media screen and (max-width:1366px) {
    .yellow-heading {
        font-size: 50px;
    }
    .hero-details {
        font-size: 32px;
    }
    .hero-1 ul li p {
        font-size: 30px;
    }
    .nav-link {
        font-size: 18px;
    }
    .admission-open {
        font-size: 38px;
    }
    .menu h2 {
        font-size: 25px;
    }
    .experience-section .box-1 p,
    .experience-section .box-2 p {
        font-size: 29px;
        color: white;
    }
    .experience-section .box-1 h2,
    .experience-section .box-2 h2 {
        font-size: 29px;
    }
    .service-section {
        padding: 5rem 2rem;
    }
    .title h2,
    .criteria h2,
    .procedure h2 {
        font-size: 36px;
    }
    .mt-15 {
        margin-top: 75px;
    }
    .criteria li {
        font-size: 25px;
    }
    .quote {
        font-size: 40px;
    }
    .banner {
    height: 65vh;}
}

@media screen and (max-width:1024px) {
    .hero-sec .row {
        align-items: center;
    }
    .main-nav {
        padding: 0.8rem 3rem;
    }
    .experience-section-mobile {
        text-align: center;
        padding: 0 125px;
    }
    .parent {
        padding: 0 2rem;
    }
    .nav-link {
        font-size: 16px;
        margin-right: 0;
    }
    .yellow-heading {
        font-size: 35px;
    }
    .hero-details {
        font-size: 25px;
    }
    .hero-1 ul li p {
        font-size: 23px;
    }
    .admission-open {
        font-size: 34px;
    }
    .form-width {
        width: 50% !important;
    }
    .offset-lg-2 {
        margin-left: 0 !important;
    }
    .program-we-offer {
        padding: 5rem 3rem;
    }
    .menu h2 {
        font-size: 19px;
    }
    .experience-section .box-1 h2,
    .experience-section .box-2 h2 {
        font-size: 34px;
    }
    .experience-section .box-1 p,
    .experience-section .box-2 p {
        font-size: 22px;
    }
    .ml-55 {
        margin-left: 30px;
    }
    .parent .card1 .card-text {
        font-size: 16px;
    }
    .title h2,
    .criteria h2,
    .procedure h2 {
        font-size: 30px;
    }
    .step-detail {
        font-size: 20px;
    }
    .criteria li {
        font-size: 18px;
    }
    .quote {
        font-size: 30px;
    }
    .program-we-offer p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 991px) {
 
    .banner {
    height: 55vh;}
}
@media screen and (max-width:768px) {
    .nav-link {
        font-size: 10px !important;
    }
    .yellow-heading {
        font-size: 30px;
    }
    .hero-1 ul li p {
        font-size: 17px;
    }
    .hero-1 ul li img {
        width: 25px;
    }
    .hero-details {
        font-size: 19px;
    }
    .admission-procedure {
        flex-direction: column;
        padding: 22px 10.7rem;
        text-align: center;
    }
    .experience-section-mobile h2,
    .campus-life h2 {
        font-size: 32px;
        font-weight: 700;
    }
    .campus-life {
        padding: 0 20px;
        text-align: center;
    }
    .service-card {
        margin-bottom: 20px;
        min-height: 400px;
    }
    .accordion-button:not(.collapsed) {
        background-color: #f99418;
        color: #fff;
    }
    .accordion-button,
    .accordion-item:first-of-type .accordion-button {
        border-radius: initial;
    }
    .accordion .col-md-6 {
        width: 50%;
    }
    .accordion-body {
        padding: 0px 12px;
    }
    .quote {
        font-size: 24px;
    }
    .main-nav {
        padding: 0.8rem 10px;
    }
    .nav-link {
        font-size: 14px;
    }
}

@media screen and (max-width:767px) {
    div#navbarSupportedContent {
        background: url(../images/hamburger.jpg)no-repeat;
        background-size: cover;
        padding: 20px;
        margin-top: 4px;
    }
    .hero-1 ul {
        text-align: left;
    }
    .nav-link {
        color: #ffffff !important;
    }
    .experience-section-mobile {
        padding: 0 0px
    }
    .form-width {
        width: 100% !important;
    }
    .offset-lg-2 {
        margin-left: 0 !important;
    }
    .admission-procedure {
        padding: 20px 10px;
    }
    .hero-1 {
        width: 100%;
        padding: 1.5rem;
        background: url(../images/banner.jpg) no-repeat;
        background-size: cover;
        background-position: top;
        margin-bottom: 30px;
    }
    .yellow-heading {
        font-size: 30px;
    }
    .hero-details {
        font-size: 17px;
    }
    .hero-1 ul li p {
        font-size: 18px;
    }
    .hero-1 ul li img {
        width: 25px;
    }
    .admission-open {
        font-size: 26px;
    }
    .hero-sec {
        padding: 0;
        background: none;
    }
    .hero-sec .col-md-6 {
        padding: 0;
    }
    .logo-container {
        width: 100%;
        height: auto;
    }
    .logo-container img {
        width: initial;
        height: initial;
    }
    .title h2,
    .student-testimonials h2 {
        font-size: 30px;
    }
    .service-section {
        padding: 1rem 0;
    }
    .card1 {
        margin-bottom: 20px;
    }
    .step-detail {
        font-size: 14px;
    }
    .step-number {
        background-color: #fff;
        border-radius: 50%;
        width: 4rem;
        height: 4rem;
        text-align: center;
        padding-top: 2px;
        color: #faaa18;
        border: 10px solid #f99418;
        font-weight: 700;
        font-size: 29px;
        margin: 10px;
        z-index: 1;
        overflow: hidden;
    }
    .detail p {
        font-size: 18px;
    }
    .card-text {
        font-size: 13px;
        text-align: left;
    }
    .step-detail {
        height: 56px;
        padding: 7px 35px 7px 43px;
    }
    .quote {
        font-size: 23px;
    }
    .criteria li {
        font-size: 16px;
        list-style: auto;
        font-weight: 400;
    }
    .criteria ul {
        padding-left: 40px;
    }
    .service-card {
        transform: translateY(-10px);
        background: rgb(255, 187, 1);
        background: -moz-linear-gradient(180deg, rgba(255, 187, 1, 1) 0%, rgba(249, 148, 24, 1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(255, 187, 1, 1) 0%, rgba(249, 148, 24, 1) 100%);
        background: linear-gradient(180deg, rgba(255, 187, 1, 1) 0%, rgba(249, 148, 24, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffbb01", endColorstr="#f99418", GradientType=1);
    }
    .service-card hr {
        display: block;
    }
    .service-card p {
        display: block;
        margin-top: 3px;
    }
    .navbar-toggler {
        border-radius: 50%;
        padding: 13px;
        box-shadow: 1px 1px 11px #0000004a;
    }
    .service-card .service-card-tilte h4 {
        font-size: 15px;
    }
    .service-card .service-card-tilte {
        margin-top: 10px;
    }
    .service-card p {
        font-size: 14px!important;
    }
    .service-card .service-content {
        padding: 10px!important;
    }
}


/*user agent Suchit*/

.logos-for-mobile {
    display: none;
}

.menu {
    justify-content: center;
}

.job-text h2 {
    font-family: Inter;
    font-size: 50px;
    font-style: italic;
    font-weight: 300;
    line-height: 55px;
    letter-spacing: 0em;
}

.job-text {
    border: 3px solid #F99418;
    border-radius: 20px;
    position: relative;
    max-width: 732px;
    margin-bottom: 28px;
    padding: 21px 30px 20px 30px;
}

.mind-cnt p {
    font-family: Inter;
    font-size: 30px;
    font-style: italic;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 0em;
    color: #F99418;
    margin-bottom: 0;
}

.mind-cnt {
    position: absolute;
    right: 5%;
    bottom: 0;
    transform: translateY(25px);
    background: #fdfdfd;
    padding: 0 18px;
}

p.be-in {
    font-family: Inter;
    font-size: 38px;
    font-style: italic;
    font-weight: 300;
    line-height: 46px;
    letter-spacing: 0em;
    margin-bottom: 23.37px;
    color: #000000;
}

h2.study-program {
    color: #006539;
    font-family: Inter;
    font-size: 85px;
    font-weight: 800;
    line-height: 103px;
    letter-spacing: 0em;
    margin-bottom: 0;
}

h2.study-program span {
    font-family: Inter;
    font-size: 67px;
    font-weight: 300;
    line-height: 81px;
    letter-spacing: 0em;
}

.tagline {
    background: #006539;
    margin-bottom: 39.63px;
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0em;
    color: #ffffff;
    text-align: center;
}

.admission-notification h1 {
    background: #F99418;
    padding: 13px 19px 12px 21px;
    font-family: Inter;
    font-size: 60px;
    font-weight: 600;
    line-height: 73px;
    letter-spacing: 0em;
    color: #ffffff;
}

.section-padding {
    padding: 5rem;
}

.section-intro h2 {
    font-family: Inter;
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    letter-spacing: 0em;
    margin-bottom: 40.2px;
}

.make-cnt p {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    margin-bottom: 20.97px;
    max-width: 728px;
}

.site-btn.down-broc {
    margin-top: 50px;
}

a.download-btn {
    background: #006539;
    border-radius: 6px;
    color: #ffffff;
    text-decoration: none;
    padding: 20px 27px;
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

a.download-btn span {
    margin-left: 37.88px;
}

a.download-btn:hover {
    opacity: 0.8;
}

.make-img {
    position: relative;
}

.make-img:before {
    content: '';
    background: transparent;
    height: 100%;
    width: 90%;
    border: 1px solid #F99418;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100px 0 0 0;
}

.make-img {
    position: relative;
    max-width: 590px;
    padding: 19.8px 0 15.3px 21.95px;
}

.make-img img {
    position: relative;
    z-index: 9;
}

section.placements-aotho {
    background: #F3F3F3;
}

section.placements-aotho .row {
    justify-content: center;
}

.placement-box {
    padding: 28.67px 95px 28px 48px;
    position: relative;
    overflow: hidden;
}

.placement-box.yellow-bg {
    background: linear-gradient(256deg, #FFBB01 11.24%, #F99418 91.88%);
}

.placement-box.yellow-bg:after {
    content: '';
    background: url(../images/lpa-bg.webp)no-repeat;
    width: 172px;
    height: 172px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    transform: translateX(70px);
}

.placement-box.green-bg {
    background: linear-gradient(256deg, #06B468 11.24%, #006539 91.88%);
}

.placement-box.green-bg:after {
    content: '';
    background: url(../images/lpa-bg.webp)no-repeat;
    width: 172px;
    height: 172px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    transform: translateX(70px);
}

.placement-box {
    margin-bottom: 8.85px;
}

.placement-box h3 {
    font-family: Inter;
    font-size: 55px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 0em;
    color: #ffffff;
    margin-bottom: 10px;
}

.placement-box p {
    font-family: Inter;
    font-size: 35px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 0em;
    color: #ffffff;
}

.placement-box h2 {
    font-family: Inter;
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    letter-spacing: 0em;
    text-align: left;
}

button.btn.btn-enq {
    background: #006539;
    border-radius: 6px;
    color: #ffffff;
    text-decoration: none;
    padding: 16px 45px;
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
}

.text-center {
    text-align: center;
}

section.why-choose.w-100 {
    padding: 138px 0;
}

.short-container {
    width: 85%;
    margin: 0 auto;
}

.why-cnt ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.why-cnt li {
    position: relative;
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0em;
    padding-left: 28.75px;
    margin-bottom: 21px;
    max-width: 579px;
}

.why-cnt li:before {
    content: '';
    background: url(../images/list-marker.webp)no-repeat;
    background-size: contain;
    display: block;
    width: 24px;
    position: absolute;
    left: 0;
    top: 3px;
    height: 24px;
}

.why-cnt h2 {
    font-family: Inter;
    font-size: 85px;
    font-weight: 900;
    line-height: 90px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 52.92px;
    color: #F99418;
}

section.why-choose .section-intro {
    margin-bottom: 70px;
}

section.why-choose {
    position: relative;
}

.legancy-img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.legancy-img img {
    max-width: 270px;
}

.relative {
    position: relative;
}

.legancy {
    margin-bottom: 111px;
}

.global-btn {
    margin-top: 20px;
}

.global-btn a {
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0em;
    text-decoration: none;
    background: #006539;
    padding: 18px 18px;
    border-radius: 8px;
    color: #ffffff;
}

.shobhit-edge {
    margin-bottom: 52.74px;
}

span.thin-font {
    font-style: italic;
    font-family: Inter;
    font-size: 24px;
    font-weight: 300;
    line-height: 33px;
    letter-spacing: 0em;
}

.quote-icon i {
    color: #F99418;
    font-size: 41px;
}

.review-cnt p {
    font-family: Inter;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0em;
    color: #000000;
    margin-bottom: 0;
}

.review-img {
    text-align: right;
    position: relative;
}

.quote-icon.right-quote {
    text-align: right;
}

.review-img-before {
    height: 116px;
    width: 116px;
    background: linear-gradient(218.98deg, #F9BA38 17.43%, #F99418 82.25%);
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 0;
}

.review-img-before:before {
    content: '';
    width: 19px;
    height: 19px;
    background: linear-gradient(218.98deg, #F9BA38 17.43%, #F99418 82.25%);
    display: block;
    border-radius: 50%;
    position: absolute;
    left: -10px;
}

section.testimonial {
    padding: 10px 0 205px;
}

.testimonials-area {
    margin-top: 52px;
}

.review-des h5 {
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}

.review-des p {
    font-family: Inter;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}

section.intrested-in {
    background: url(../images/program-img.webp)no-repeat;
    background-position: right;
    position: relative;
    padding: 56px 0;
}

section.intrested-in:before {
    content: '';
    background: linear-gradient(256.59deg, #FFBB01 3.96%, #F99418 91.75%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

section.intrested-in h3 {
    font-family: Inter;
    font-size: 48px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    margin-bottom: 40px;
    color: #ffffff;
}

section.intrested-in {
    background: url(../images/program-img.webp)no-repeat;
    background-position: right;
    position: relative;
    padding: 55px 0;
    background-size: contain;
}

section.addmission-though {
    padding: 75px 0 20px;
    text-align: center;
}

.ccu-box {
    background: #006539;
    border-radius: 16px;
    display: inline-block;
    padding: 22px 56px 32px;
    color: #ffffff;
}

.ccu-box p {
    font-family: Inter;
    font-size: 35px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    margin-bottom: 18px;
}

.ccu-box h4 {
    font-family: Inter;
    font-size: 35px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    margin-bottom: 0;
}

.section-intro.for-mobile {
    display: none;
}


/* responsive under 1920 screen */

@media only screen and (max-width:1650px) {
    .nav-link {
        font-size: 18px;
    }
    .job-text h2 {
        font-size: 42px;
        line-height: 48px;
    }
    .job-text {
        padding: 15px 20px 15px 25px;
    }
    .mind-cnt p {
        font-size: 25px;
    }
    p.be-in {
        font-size: 32px;
        line-height: 35px;
        margin-bottom: 10.37px;
    }
    h2.study-program {
        font-size: 60px;
        line-height: 80px;
    }
    h2.study-program span {
        font-size: 48px;
        line-height: 71px;
    }
    .tagline {
        font-size: 18px;
        line-height: 30px;
    }
    .admission-notification h1 {
        font-size: 54px;
        line-height: 60px;
    }
    .section-intro h2 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 25.2px;
    }
    .make-cnt p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15.97px;
        max-width: 650px;
    }
    .menu h2 {
        font-size: 24px;
    }
    .placement-box h2 {
        font-size: 45px;
        line-height: 50px;
    }
    .placement-box h3 {
        font-size: 45px;
        line-height: 45px;
    }
    .placement-box p {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .placement-box.yellow-bg:after {
        width: 125px;
        height: 125px;
        transform: translateX(10px);
    }
    section.why-choose.w-100 {
        padding: 90px 0;
    }
    .why-cnt h2 {
        font-size: 65px;
        line-height: 70px;
        margin-bottom: 30.92px;
    }
    .why-cnt li {
        font-size: 20px;
        line-height: 25px;
        padding-left: 20.75px;
        margin-bottom: 18px;
    }
    .why-cnt li:before {
        width: 18px;
        left: 0;
        top: 3px;
        height: 18px;
    }
    .legancy-img img {
        max-width: 220px;
    }
    .global-btn a {
        font-size: 18px;
        line-height: 33px;
        padding: 14px 14px;
        border-radius: 8px;
    }
    span.thin-font {
        font-size: 19px;
        line-height: 33px;
    }
    .legancy {
        margin-bottom: 75px;
    }
    section.intrested-in:before {
        width: 50%;
        z-index: 1;
    }
    .prg-cnt {
        position: relative;
        z-index: 9;
    }
    section.testimonial {
        padding: 10px 0 130px;
    }
    section.intrested-in h3 {
        font-size: 40px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    .review-des h5 {
        font-size: 20px;
        line-height: 20px;
    }
    .review-des p {
        font-size: 16px;
        line-height: 20px;
    }
    .ccu-box p {
        font-size: 28px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .ccu-box h4 {
        font-size: 22px;
        line-height: 24px;
    }
    .quote {
        font-size: 38px;
    }
}

@media only screen and (max-width:1367px) {
    .job-text h2 {
        font-size: 38px;
        line-height: 46px;
    }
    .mind-cnt p {
        font-size: 22px;
    }
    p.be-in {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 8.37px;
    }
    h2.study-program span {
        font-size: 40px;
        line-height: 60px;
    }
    h2.study-program {
        font-size: 50px;
        line-height: 60px;
    }
    .tagline {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .admission-notification h1 {
        font-size: 45px;
        line-height: 55px;
    }
    a.download-btn {
        padding: 18px 20px;
        font-size: 18px;
        line-height: 18px;
    }
    a.download-btn span {
        margin-left: 20.88px;
    }
    .menu h2 {
        font-size: 20px;
    }
    .menu {
        margin-bottom: 60px;
    }
    .placement-box h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .placement-box h3 {
        font-size: 40px;
        line-height: 40px;
    }
    .placement-box p {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 0;
    }
    .why-cnt h2 {
        font-size: 55px;
        line-height: 60px;
        margin-bottom: 30.92px;
    }
    .legancy-img img {
        max-width: 170px;
    }
    .why-cnt li {
        font-size: 18px;
        line-height: 20px;
        padding-left: 18.75px;
        margin-bottom: 15px;
    }
    .global-btn a {
        font-size: 16px;
        line-height: 30px;
        padding: 12px 12px;
        border-radius: 8px;
    }
    span.thin-font {
        font-size: 17px;
        line-height: 28px;
    }
    section.why-choose.w-100 {
        padding: 75px 0;
    }
    section.testimonial {
        padding: 10px 0 80px;
    }
    .review-cnt p {
        font-size: 16px;
        line-height: 24px;
    }
    .review-des h5 {
        font-size: 18px;
        line-height: 18px;
    }
    .review-des p {
        font-size: 14px;
        line-height: 18px;
    }
    section.intrested-in h3 {
        font-size: 30px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .ccu-box p {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .ccu-box h4 {
        font-size: 18px;
        line-height: 20px;
    }
    .quote {
        font-size: 30px;
    }
}

@media only screen and (max-width:1240px) {
    .nav-link {
        font-size: 16px;
    }
    .job-text h2 {
        font-size: 36px;
        line-height: 43px;
    }
    .job-text {
        padding: 12px 18px 12px 20px;
    }
    .mind-cnt p {
        font-size: 20px;
    }
    p.be-in {
        font-size: 24px;
        line-height: 25px;
        margin-bottom: 6.37px;
    }
    h2.study-program {
        font-size: 40px;
        line-height: 50px;
    }
    .tagline {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .admission-notification h1 {
        font-size: 40px;
        line-height: 50px;
    }
    h2.study-program span {
        font-size: 30px;
        line-height: 50px;
    }
    .section-intro h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 18.2px;
    }
    .menu h2 {
        font-size: 17px;
    }
    .program-we-offer p {
        font-size: 16px;
    }
    .placement-box h2 {
        font-size: 30px;
        line-height: 34px;
    }
    .placement-box p {
        font-size: 17px;
        line-height: 17px;
    }
    .placement-box h3 {
        font-size: 35px;
        line-height: 35px;
    }
    .why-cnt h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20.92px;
    }
    .legancy-img img {
        max-width: 150px;
    }
    .why-cnt li {
        font-size: 16px;
        line-height: 16px;
        padding-left: 15.75px;
    }
    .why-cnt li:before {
        top: 0;
    }
    .global-btn a {
        font-size: 14px;
    }
    .review-img img {
        width: 70%;
    }
    .review-img-before {
        height: 70px;
        width: 70px;
        left: 43px;
    }
    .review-img-before:before {
        left: -16px;
    }
    section.intrested-in h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width:1181px) {
    .make-cnt {
        margin-bottom: 60px;
    }
    .nav-link {
        font-size: 12px;
    }
    .placement-box.yellow-bg:after {
        width: 90px;
        height: 90px;
        transform: translateX(10px);
    }
    .placement-box {
        padding: 28.67px 24px 28px 24px;
        position: relative;
        overflow: hidden;
    }
    .legancy {
        margin-bottom: 40px;
    }
    .why-cnt h2 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 15.92px;
    }
    .why-cnt li {
        font-size: 14px;
        line-height: 16px;
        padding-left: 15.75px;
    }
    .legancy-img img {
        max-width: 100px;
    }
    .global-btn a {
        font-size: 12px;
    }
    span.thin-font {
        font-size: 13px;
        line-height: 24px;
    }
    section.why-choose.w-100 {
        padding: 60px 0;
    }
    review-cnt p {
        font-size: 14px;
        line-height: 20px;
    }
    .review-img img {
        width: 60%;
    }
    .review-img-before {
        height: 40px;
        width: 40px;
        left: 54px;
    }
    .review-img-before:before {
        width: 15px;
        height: 15px;
    }
    .quote-icon i {
        font-size: 25px;
    }
    .review-des h5 {
        font-size: 14px;
        line-height: 14px;
    }
    .review-des p {
        font-size: 12px;
        line-height: 14px;
    }
    .section-intro h2 {
        font-size: 30px;
        line-height: 40px;
    }
    section.intrested-in h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    button.btn.btn-enq {
        padding: 12px 24px;
        font-size: 16px;
    }
    .ccu-box p {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 6px;
    }
    .ccu-box h4 {
        font-size: 14px;
        line-height: 17px;
    }
    .quote {
        font-size: 24px;
    }
}

@media only screen and (max-width:767px) {
    .logos-for-mobile {
        display: block;
    }
    .logo-strip {
        display: none;
    }
    .logos-for-mobile {
        background: #f3f3f3;
        padding: 25px 0;
    }
    .btn-theme1 {
        font-size: 20px;
    }
    .single-logo {
        text-align: center;
        margin-bottom: 14px;
    }
    .logos-intro h3 {
        font-family: Inter;
        font-size: 12px;
        font-weight: 500;
        line-height: 15px;
        letter-spacing: 0em;
        text-align: center;
        margin-bottom: 28px;
    }
    .job-text h2 {
        font-size: 20px;
        line-height: 24px;
        text-align: left;
    }
    .job-text {
        padding: 10px 18px 10px 20px;
    }
    p.be-in {
        font-size: 18px;
        line-height: 22px;
    }
    h2.study-program {
        font-size: 48px;
        line-height: 58px;
    }
    h2.study-program span {
        font-size: 35px;
        line-height: 42px;
        display: block;
        margin-bottom: 7px;
    }
    .tagline {
        font-size: 11px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .admission-notification h1 {
        font-size: 28px;
        line-height: 33px;
    }
    .section-intro h2 {
        font-size: 35px;
        line-height: 42px;
        max-width: 100%;
        text-align: center;
    }
    section.what-make .row {
        flex-wrap: wrap-reverse;
    }
    .section-intro.for-dektop {
        display: none;
    }
    .section-intro.for-mobile {
        display: block;
    }
    .section-padding {
        padding: 40px 1rem;
    }
    .make-img:before {
        display: none;
    }
    .make-img {
        position: relative;
        max-width: 100%;
        padding: 0;
    }
    .program-we-offer-mobile h2 {
        padding: 0 3%;
    }
    .service-card .img2 {
        width: auto;
        height: 100px;
    }
    .card-text {
        left: 10px;
        bottom: 10px;
    }
    .service-card {
        min-height: 340px;
    }
    .placement-box h2 {
        text-align: center;
    }
    .placement-box h3 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 0;
    }
    .placement-box {
        text-align: center;
    }
    .placement-box p {
        font-size: 18px;
        line-height: 20px;
    }
    .legancy-img {
        display: none;
    }
    .shobhit-edge {
        flex-wrap: wrap-reverse;
    }
    .review-img {
        text-align: center;
        position: relative;
    }
    .review-img img {
        width: 50%;
    }
    .review-img-before {
        left: 73px;
    }
    .review-cnt p {
        font-size: 14px;
        line-height: 22px;
    }
    .review-cnt {
        padding: 0 13%;
        text-align: center;
        position: relative;
    }
    .quote-icon.left-quote {
        position: absolute;
        left: 23px;
        top: -9px;
    }
    .review-des h5 {
        text-align: center;
    }
    .review-des p {
        text-align: center;
    }
    .quote-icon i {
        font-size: 36px;
    }
    section.intrested-in {
        background-position: center;
        position: relative;
        padding: 25px 0;
        background-size: cover;
    }
    section.intrested-in h3 {
        font-size: 20px;
        margin-bottom: 10px;
        text-align: center;
    }
    section.intrested-in:before {
        width: 100%;
        opacity: 0.7;
    }
    .prg-cnt {
        text-align: center;
    }
    section.addmission-though {
        padding: 40px 0 10px;
    }
    .ccu-box p {
        font-size: 12px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .ccu-box h4 {
        font-size: 14px;
        line-height: 22px;
    }
    .banner {
        height: 60vh;
    }
    .quote {
        font-size: 20px;
        line-height: 24px;
    }
}

.accordion-item {
    border: none !important;
}

.navbar.mobile-menu {
    display: none;
}

@media screen and (max-width:575px) {
    .navbar.mobile-menu {
        display: block;
    }
    .navbar.desktop-menu {
        display: none;
    }
}
.form-group.label-floating.field-select.reg_university_id_div::before {
    bottom: 0px;
}

/* updated */
button.navbar-toggler.float-right.mt-0 {
    visibility: hidden;
}

.sec-heading h2 {
    font-size: 42px;
    margin-bottom: 2rem;
    font-weight: 700;
        color: #000;
}
.sec-heading p {
    font-size: 16px;
    margin-bottom: 3rem;
}
.route-boxes {
    padding: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 18px;
    height: 100%;
    background: #fff;
}
.route-boxes h2 {
    font-size: 22px;
}
.pboxes{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 18px;
}
.route-boxes h2 {
    font-size: 22px;
    margin-bottom: 12px;
}
.boxes-btn.btn {
    background: #f99418;
    color: white;
    border-radius: 10px;
    padding: 7px 10px;
    margin: 10px 0px;
}
.boxes-btn.btn:hover{
    background: #006539;
}
.scholarship {
    padding: 6rem 1rem;
}
.youtube-video {
    border-radius: 20px;
    overflow: hidden;
}
.fix-height-row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.margin-box {
    margin-bottom: 25px;
}
.contvt-box {
    display: inline-block;
    text-align: center;
    align-items: center;
    padding: 20px 10px;
    border-radius: 20px;
    background: #fff;
    height: 100%;
    border: 1px solid rgb(233, 233, 233);
    transition: all 0.4s;
    
}
.contvt-box:hover {
  transform: scale(1.05);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 20px 0px;
}
.contvt-box h4 {
    font-size: 24px;
    font-weight: 700;
    color: #f99418;
    text-transform: capitalize;
}
.contvt-box p {
    font-size: 15px;
}
.contvt-box div {
    padding: 20px;
    display: inline-block;
    background: #f3f3f3;
    border-radius: 20px;
}