* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

body {
    overflow-x: hidden;
}

body.no-scroll {
    overflow: hidden !important;
    width: 100% !important;
}

/* header css start */
header {
    position: fixed;
    top: 50px;
    left: calc(0px - 187px);
    right: 0;
    margin: auto;
    padding: 20px 10px;
    width: 80%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 99;
    transition: top 0.3s ease;
}

.main-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-menu .company-logo img {
    width: 450px;
    height: auto;
}

.main-menu .nav-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 35px;
    padding-right: 20px;
}

.main-menu .nav-menu li a {
    position: relative;
    font-size: 16px;
    text-decoration: none;
    color: #3a3a3a;
    font-weight: 700;
    padding-bottom: 5px;
}

.main-menu .nav-menu li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #ffb606;
    transition: all 0.5s ease;
}

.main-menu .nav-menu li a:hover::after {
    width: 100%;
}

.main-menu .nav-menu li a.search-btn::after {
    content: none;
}

.search-box {
    position: absolute;
    top: 99%;
    left: 0;
    background: #fff;
    display: none;
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.3s ease;
    width: calc(100% + 187px);
    border-bottom: 25px solid #fff;
}

.search-box.active {
    opacity: 1;
    transform: scale(1);
}

.search-content {
    opacity: 0;
    transform: translateY(-15px);
    transition: all 0.3s ease;
    padding: 50px 0;
}

.search-content.show {
    opacity: 1;
    transform: translateY(0);
    border-top: 1px solid #3a3a3a;
}

.search-inp {
    position: relative;
    text-align: center;
    width: 50%;
    margin: 0 auto 30px;
}

.search-inp input {
    padding: 10px 25px;
    border-radius: 25px;
    border: 1px solid #000;
    width: 100%;
}

.search-inp input:focus,
.search-inp input:focus-visible {
    outline: 0;
}

.search-inp i {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

.search-content ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    max-height: 59vh;
    overflow: auto;
    margin: 0 10px 0 30px;
}

/* Set width of the scrollbar */
.search-content ul::-webkit-scrollbar {
    width: 10px;
}

/* Style the track */
.search-content ul::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Style the thumb */
.search-content ul::-webkit-scrollbar-thumb {
    background: #3a3a3a;
    border-radius: 10px;
}

/* Change thumb color on hover */
.search-content ul::-webkit-scrollbar-thumb:hover {
    background: #ffb606;
}

.search-content ul li {
    width: 24%;
    padding: 25px 50px;
}

.search-content ul li a {
    font-size: 18px;
    color: #3a3a3a;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    padding-bottom: 5px;
}

.search-content ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #ffb606;
    transition: all 0.5s ease;
}

.search-content ul li a:hover::after {
    width: 100%;
}

.close {
    position: absolute;
    top: 20px;
    right: 50px;
    cursor: pointer;
}

.close i {
    font-size: 24px;
    color: #3a3a3a;
}

.number {
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #758b41;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    padding: 0 15px;
    color: #fff;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.35) 2px 4px 15px;
    transition: all 0.5s ease;
}

.number:hover {
    background-color: #ffb606;
}

.mob-menu {
    display: none;
    position: relative;
}

.mob-menu span {
    display: block;
    height: 2px;
    width: 20px;
    background-color: #000;
    border-radius: 5px;
    margin-bottom: 3px;
    transition: all 0.5s ease;
}

.mob-menu.open span {
    display: none;
}

.mob-menu.open span:first-child {
    transform: rotate(45deg);
    display: block;
}

.mob-menu.open span:last-child {
    transform: rotate(-45deg);
    display: block;
    top: -4px;
}

.mobMenu {
    display: none;
}

/* header css ends */

/* banner css start */
.banner {
    height: 100vh;
}

.bannerSwiper {
    height: 100%;
}

.bannerSwiper .swiper-slide {
    height: 100%;
    position: relative;
}

.bannerSwiper .banner-text {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bannerSwiper .banner-text::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.bannerSwiper .banner-text h1 {
    color: #ffb606;
    font-size: 60px;
    font-weight: 600;
    text-shadow:
        1px 2px 2px #3a3a3a,
        1px 2px 2px #3a3a3a,
        1px 2px 2px #3a3a3a;
    position: relative;
    z-index: 4;
}

.bannerSwiper .banner-text p {
    font-size: 20px;
    color: #fff;
    width: 70%;
    margin: 20px auto 0;
    font-weight: 500;
    text-align: center;
    position: relative;
    z-index: 4;
}

.bannerSwiper .banner-text a {
    border-radius: 4px;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid black;
    padding: 15px 30px;
    font-size: 20px;
    background-size: 300%;
    transition: all 0.6s;
    color: #ffb606;
    font-weight: 600;
    background-image: linear-gradient(120deg, white 50%, #ffb606 50%);
    z-index: 4;
    margin-top: 25px;
}

.bannerSwiper .banner-text a:hover {
    color: #fff;
    background-position: 100%;
    transform: translateX(0.5rem);
}

/* .bannerSwiper .banner-text a:active {
    transform: translate(0.5rem, 0.5rem);
    box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 0.75);
} */

/* Circle container */
.progress-box {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
    z-index: 5;
}

/* SVG circle */
.progress-svg {
    transform: rotate(-90deg);
}

.progress-circle {
    fill: none;
    stroke: #fff;
    stroke-width: 4;
    stroke-dasharray: 188;
    stroke-dashoffset: 188;
    transition: stroke-dashoffset 0.1s linear;
}

/* Counter text */
.progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

/* Bigger current */
#currentslide {
    font-size: 20px;
    line-height: 1;
    color: #ffb606;
}

/* Smaller total */
#total-slide {
    font-size: 11px;
    margin-left: 2px;
    opacity: 0.7;
}

/* banner css ends */

/* latest News css*/
.latest-news {
    margin: 80px 0;
}

.latest-news-left h2 {
    font-size: 110px;
    font-weight: 600;
    line-height: 96px;
    margin-bottom: 20px;
    color: #3a3a3a;
    position: relative;
    padding-bottom: 15px;
}

/* .latest-news-left h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10px;
    height: 5px;
    background-color: #ffb606;
    width: 30%;
} */

.latest-news-left p {
    font-size: 20px;
    font-weight: 500;
    padding-left: 10px;
    color: #3a3a3a;
}

.latest-news-left a {
    font-size: 24px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: #ffb606;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    padding-right: 30px;
    transition: all 0.5s ease;
}

/* .latest-news-left a:hover {
    color: #ffb606;
} */

.latest-news-left a i {
    font-size: 18px;
    transition: all 0.5s ease;
}

.latest-news-left a:hover i {
    transform: rotate(45deg);
    font-size: 22px;
    color: #3a3a3a;
}

.news-block {
    background-color: #f5f5f5;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

.news-block h5 {
    color: #ffb606;
    font-size: 18px;
}

.news-block h5 span {
    font-size: 14px;
    font-weight: 600;
    padding-left: 25px;
    color: #3a3a3a;
    position: relative;
}

.news-block h5 span::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #bdbdbd;
}

.news-block a {
    font-size: 20px;
    color: #000;
    margin: 15px 0 0;
    font-weight: 600;
    padding-right: 15px;
    position: relative;
    transition: all 0.5s ease;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.news-block a::after {
    position: absolute;
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    align-self: center;
    font-size: 20px;
    transition: all 0.5s ease;
    transform: rotate(-45deg);
}

.news-block a:hover {
    text-decoration: underline;
}

.news-block a:hover::after {
    color: #ffb606;
}

/* latest News css ends*/

/* Our Programs CSS start */
.programs {
    padding: 50px 0;
    background-color: #3a3a3a;
}

.program-heading {
    position: relative;
}

.program-heading h2 {
    font-size: 60px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #ffb606;
    position: relative;
}

.program-heading h5 {
    font-size: 24px;
    color: #fff;
}

.program-heading a {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 8px 25px;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: all 0.5s ease;
}

.program-heading a:hover {
    background-color: #000;
    color: #ffb606;
}

.program-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
    margin-top: 40px;
}

.program-box {
    width: 31.3%;
    background-color: #fff;
    margin-bottom: 45px;
    border-radius: 10px;
    padding: 20px;
    box-shadow:
        rgba(255, 255, 255, 0.25) 0px 2px 5px -1px,
        rgba(255, 255, 255, 0.3) 0px 1px 3px -1px;
    transition: all 0.5s ease;
}


.program-box:hover {
    background-color: #ffb606;
    transform: rotateZ(-2deg);
}

.program-box:hover * {
    color: #fff;
}

.program-box i {
    color: #3a3a3a;
    font-size: 40px;
    margin-bottom: 25px;
}

.program-box h5 {
    font-size: 22px;
    font-weight: 500;
    color: #3a3a3a;
}

.program-box p {
    font-size: 16px;
}

/* Our Programs CSS ends */

/* Faculty Member css start */
.faculty-mem {
    margin: 70px 0;
    /* border-top: 1px solid #ccc; */
}

.faculty-heading {
    padding-bottom: 50px;
    padding-left: 20px;
}

.faculty-heading h2 {
    font-size: 60px;
    line-height: 44px;
    margin-bottom: 15px;
    padding-left: 5px;
    font-weight: 400;
    color: #ffb606;
    position: relative;
}

.faculty-heading h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #ffb606;
    width: 6px;
}

.faculty-heading h5 {
    font-size: 24px;
    color: #3a3a3a;
}

.FacultySwiper {
    padding-bottom: 70px;
}

.FacultySwiper-navigation {
    position: absolute;
    width: 50%;
    height: 8%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}

.FacultySwiper-navigation .swiper-pagination {
    width: 70% !important;
    left: 0 !important;
    right: 0;
    bottom: 15px;
    margin: auto;
}

.FacultySwiper-navigation .swiper-pagination-bullet {
    width: 50px;
    border-radius: 5px;
}

.FacultySwiper-navigation .swiper-pagination-bullet-active {
    background: #ffb606;
}

.FacultySwiper-navigation .swiper-button-next,
.FacultySwiper-navigation .swiper-button-prev {
    color: #3a3a3a;
    font-size: 24px;
}

.FacultySwiper-navigation .swiper-button-next:after,
.FacultySwiper-navigation .swiper-button-prev:after {
    font-size: 24px;
    font-weight: 600;
}

.FacultySwiper .swiper-slide.swiper-slide-active .member-detail {
    background-color: #ffb606;
}

.FacultySwiper .swiper-slide.swiper-slide-active .member-detail h5 {
    color: #fff;
}

.FacultySwiper .swiper-slide.swiper-slide-active .member-detail img {
    background-color: #fff;
}

.FacultySwiper .swiper-slide.swiper-slide-active .member-detail a::before {
    background-color: #3a3a3a;
}

.member-detail {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 25px 20px 40px;
    text-align: center;
    border-radius: 5px;
    margin: 10px 20px;
    min-height: 520px;
    transition: all 0.5s ease;
}

.member-detail img {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
    background-color: #f7f3f3;
    transition: all 0.5s ease;
}

.member-detail h5 {
    font-size: 22px;
    color: #ffb606;
    font-weight: 500;
}

.member-detail h6 {
    font-size: 16px;
    font-weight: 700;
    color: #3a3a3a;
}

.member-detail p {
    font-size: 14px;
    color: #000;
}

.member-detail a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    display: inline-block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0px 25px 15px;
    width: fit-content;
    margin: 0 auto;
    font-weight: 600;
    font-size: 16px;
    border-radius: 0;
    border-bottom: 1px solid;
}

.member-detail a span {
    color: #3a3a3a;
    /* border: 1px solid rgb(28, 31, 30); */
    position: relative;
    z-index: 7;
    transition: 0.2s;
}

.member-detail a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0%;
    width: 100%;
    background-color: #ffb606;
    transition: 0.3s ease-out;
}

.member-detail a:hover {
    border-bottom: 1px solid #ffb606;
}

.member-detail a:hover span {
    color: rgb(255, 255, 255);
    transition: 0.2s 0.1s;
}

.member-detail a:hover::before {
    height: 100%;
}

.teacher-detail .modal-dialog {
    max-width: 50%;
}

.teacher-detail .modal-content {
    padding: 20px;
}

.teacher-detail .modal-header {
    border-bottom: none;
}

.teacher-detail .modal-title {
    font-size: 24px;
    position: relative;
}

.teacher-detail .modal-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ffb606;
}

.teacher-detail .modal-body {
    font-size: 16px;
}

.teacher-detail .btn-close {
    outline: none;
}

.teacher-detail .btn-close:focus {
    outline: 0;
    box-shadow: none;
}

/* Faculty Member css ends*/

/* Success Stories css start */
.success-stories {
    padding: 70px 0;
    /* background-color: #123347; */
    background-color: #ffb606;
    background: linear-gradient(168deg, rgba(255, 195, 56, 1) 0%, rgba(255, 179, 0, 1) 76%);
}

.success-heading {
    text-align: center;
}

.success-heading h2 {
    font-size: 60px;
    line-height: 44px;
    margin-bottom: 15px;
    padding-left: 5px;
    font-weight: 600;
    color: #fff;
    position: relative;
}

.success-heading h5 {
    font-size: 24px;
    color: #fff;
}

.StoriesSwiper {
    margin-top: 40px;
    padding-bottom: 70px;
}

.stories-detail {
    display: flex;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.stories-detail img {
    width: 40%;
    height: auto;
    border-radius: 15px;
    max-height: 500px;
    min-height: 500px;
}

.stories-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 50px 40px;
}

.stories-content>p {
    font-style: italic;
    margin-bottom: 70px;
    font-size: 18px;
    font-weight: 500;
}

.stories-content div {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    border-radius: 0;
}

.stories-content div h5 {
    font-size: 18px;
}

.stories-content div p {
    font-size: 16px;
}

.StoriesSwiper-navigation {
    position: absolute;
    width: 40%;
    height: 8%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}

.StoriesSwiper-navigation .swiper-pagination {
    width: 70% !important;
    left: 0 !important;
    right: 0;
    bottom: 15px;
    margin: auto;
}

.StoriesSwiper-navigation .swiper-pagination-bullet {
    width: 50px;
    border-radius: 5px;
    /* background: ; */
}

.StoriesSwiper-navigation .swiper-pagination-bullet-active {
    background: #3a3a3a;
}

.StoriesSwiper-navigation .swiper-button-next,
.StoriesSwiper-navigation .swiper-button-prev {
    color: #3a3a3a;
    font-size: 24px;
}

.StoriesSwiper-navigation .swiper-button-next:after,
.StoriesSwiper-navigation .swiper-button-prev:after {
    font-size: 24px;
    font-weight: 600;
}

/* Success Stories css ends */

/* Upcoming Event css start */
.upcoming-event {
    padding: 70px 0;
}

.upcoming-heading {
    margin-bottom: 70px;
}

.upcoming-heading h2 {
    position: relative;
    font-size: 60px;
    line-height: normal;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    padding-top: 25px;
}

.upcoming-heading h2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 35%;
    height: 4px;
    background: #ffb606;
}

.event-box {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}

.event-box:last-child {
    margin-bottom: 0;
}

.event-box .event-date {
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 3px solid #ffb606;
}

.event-box .event-date h5 {
    margin: 0;
    font-size: 42px;
    font-weight: 700;
    color: #ffb606;
}

.event-box .event-date p {
    margin: 0;
    font-weight: 600;
    font-size: 22px;
    color: #ffb606;
}

.event-content {
    padding: 0 50px 0 60px;
    text-decoration: none;
}

.event-content h5 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    transition: all 0.3s ease;
}

.event-content:hover h5 {
    color: #ffb606;
}

.event-content h6 {
    font-size: 18px;
    color: #000;
}

.event-content p {
    font-size: 16px;
    margin-top: 25px;
    font-weight: 600;
    color: #3a3a3a;
}

.event-img {
    width: 600px;
}

/* Upcoming Event css ends */

/* Footer css start*/
footer {
    background-color: #3a3a3a;
    padding: 50px 0 0;
}

.footer-logo img {
    width: 40%;
    margin-bottom: 25px;
}

.footer-links h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    width: fit-content;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.footer-links h5::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 2px;
    background-color: #ffb606;
}

.footer-links ul {
    padding: 0;
    list-style: none;
}

.footer-links ul li {
    margin-bottom: 18px;
}

.footer-links ul li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding-bottom: 5px;
    transition: all 0.5s ease;
}

.footer-links ul li a:hover {
    color: #ffb606;
}

.footer-links ul li a i {
    font-size: 20px;
    padding-right: 15px;
}

.contact-info>ul li a {
    position: relative;
    padding-left: 40px;
}

.contact-info>ul li a i {
    font-size: 20px;
    position: absolute;
    left: 0;
}

.social-icons ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-icons ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 30px;
}

.social-icons ul li a i {
    transition: all 0.5s ease;
    font-size: 30px;
}

.social-icons ul li a:hover i {
    transform: scale(1.3) translateY(-10px);
}

.copyright {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 40px 0 0;
    padding-bottom: 10px;
}

/* .footer-links ul li a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #ffb606;
    transition: all 0.5s ease;
}

.footer-links ul li a:hover::after{
    width: 100%;
} */

/* Footer css ends */

.M-show {
    display: none;
}

.M-img {
    display: none;
}

/* Media Queries */
@media (min-width: 1700px) {
    .container {
        max-width: 1620px;
    }
}

@media (max-width: 1499px) {

    /* Header css start */
    header {
        padding: 10px;
    }

    .main-menu .company-logo img {
        width: 400px;
    }

    .main-menu .nav-menu {
        gap: 25px;
    }

    .main-menu .nav-menu li a {
        font-size: 14px;
    }

    .number {
        font-size: 16px;
    }

    .search-box {
        width: calc(100% + 156px);
    }

    .search-content ul {
        max-height: 40vh;
    }

    .search-content ul li {
        padding: 15px 50px;
    }

    .search-content ul li a {
        font-size: 14px;
    }

    /* Header css ends */


    /* Banner css start */

    .banner {
        height: 80vh;
    }

    .bannerSwiper .banner-text {
        padding-top: 100px;
    }

    .bannerSwiper .banner-text h1 {
        font-size: 44px;
    }

    .bannerSwiper .banner-text p {
        font-size: 16px;
        margin-top: 0;
    }

    .bannerSwiper .banner-text a {
        font-size: 16px;
        padding: 10px 25px;
    }

    /* Banner css ends */

    /* latest News css start */

    .latest-news {
        margin: 60px 0;
    }

    .latest-news-left h2 {
        font-size: 72px;
        line-height: 74px;
    }

    .latest-news-left p {
        font-size: 16px;
    }

    .latest-news-left a {
        font-size: 20px;
    }

    .news-block {
        padding: 15px;
    }

    .news-block h5 {
        font-size: 16px;
    }

    .news-block h5 span {
        font-size: 12px;
    }

    .news-block a {
        font-size: 16px;
        padding-right: 25px;
    }

    /* Latest news css ends */

    /* Our Programs css start */
    .program-heading h2,
    .faculty-heading h2,
    .success-heading h2,
    .upcoming-heading h2 {
        font-size: 36px;
    }

    .program-heading h5 {
        font-size: 18px;
    }

    .program-heading a {
        font-size: 16px;
    }

    .program-box i {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .program-box h5 {
        font-size: 18px;
    }

    .program-box p {
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* Our Programs css ends */

    /* Faculty css start */
    .faculty-mem {
        margin: 50px 0;
    }

    .FacultySwiper {
        padding-bottom: 60px;
    }

    .faculty-heading h2 {
        line-height: 30px;
    }

    .faculty-heading h2::before {
        width: 3px;
    }

    .faculty-heading h5 {
        font-size: 18px;
    }

    .faculty-heading {
        padding-bottom: 20px;
    }

    .member-detail {
        margin: 5px 10px;
        min-height: 440px;
    }

    .member-detail img {
        width: 90%;
    }

    .member-detail h5,
    .success-heading h5 {
        font-size: 18px;
    }

    .member-detail h6 {
        font-size: 14px;
    }

    .member-detail p {
        font-size: 12px;
    }

    .member-detail a {
        font-size: 14px;
    }

    .FacultySwiper-navigation .swiper-pagination {
        bottom: 7px;
    }

    .FacultySwiper-navigation .swiper-pagination-bullet {
        width: 10px;
        transition: all 0.5s ease;
    }

    .FacultySwiper-navigation .swiper-pagination-bullet-active {
        width: 40px;
    }

    .teacher-detail .modal-title {
        font-size: 22px;
    }

    .teacher-detail .modal-content .modal-body h5 {
        font-size: 18px;
    }

    .teacher-detail .modal-body {
        font-size: 14px;
    }

    /* Faculty css ends */

    /* Success Stories css start */
    .success-stories {
        padding: 40px 0;
        overflow-x: hidden;
    }

    .success-heading h2 {
        line-height: normal;
        margin-bottom: 5px;
    }

    .stories-content {
        padding: 30px;
    }

    .stories-detail img {
        max-height: 420px;
        min-height: 390px;
    }

    .stories-content>p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .stories-content div h5 {
        font-size: 16px;
    }

    .stories-content div p {
        font-size: 14px;
    }

    /* Success Stories css ends*/


    /* Upcoming Events css start */
    .upcoming-heading {
        margin-bottom: 40px;
    }

    .upcoming-heading h2 {
        padding-top: 15px;
    }

    .event-box {
        margin-bottom: 40px;
    }

    .event-box .event-date {
        padding: 30px;
    }

    .event-box .event-date h5 {
        font-size: 30px;
    }

    .event-box .event-date p {
        font-size: 18px;
    }

    .event-content h5 {
        font-size: 22px;
    }

    .event-content h6 {
        font-size: 16px;
    }

    .event-content p {
        font-size: 14px;
        margin-top: 15px;
    }

    .event-img {
        width: 350px;
    }

    /* Upcoming Events css ends */

    /* Footer css start */
    footer {
        padding-top: 40px;
    }

    .footer-links h5 {
        font-size: 20px;
    }

    .footer-links ul li {
        margin-bottom: 12px;
    }

    .social-icons ul li a i {
        font-size: 22px;
    }

    .social-icons ul li a:hover i {
        transform: scale(1.1) translateY(-5px);
    }

    .copyright {
        font-size: 14px;
        margin: 20px 0 0;
    }

    /* Footer css ends */
}

@media (max-width: 1299px) and (min-width:1200px) {
    .main-menu .nav-menu {
        gap: 20px;
    }

    .main-menu .nav-menu li a {
        font-size: 12px;
    }

    .latest-news-left h2 {
        font-size: 60px;
        line-height: normal;
    }

    .latest-news-left {
        padding-top: 30px;
    }

    .member-detail img {
        width: 80%;
    }
}

@media (max-width: 1199px) {
    .mob-menu {
        display: block;
    }

    .mobMenu {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
        height: 100vh;
        width: 100%;
        background: #fff;
        transition: all 0.5s ease;
        transform: translateX(-100%);
    }

    .mobMenu.active {
        transform: translateX(0);
    }

    /* Inner content */
    .mobMenu .menu-content {
        opacity: 0;
        transform: translateX(-20px);
        transition: all 0.3s ease;
    }

    /* Reveal content */
    .mobMenu .menu-content.show {
        opacity: 1;
        transform: translateX(0);
    }

    .mobMenu ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 100vh;
    }

    .mobMenu ul li {
        padding-bottom: 35px;
    }

    .mobMenu ul li a {
        font-size: 30px;
        font-weight: 600;
        text-decoration: none;
        color: #3a3a3a;
        position: relative;
        transition: all 0.5s ease;
    }

    .mobMenu ul li a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 3px;
        background-color: #ffb606;
        transition: all 0.5s ease;
    }

    .mobMenu ul li a:hover {
        color: #ffb606;
    }

    .mobMenu ul li a:hover::after {
        width: 100%;
    }

    .close-mobmenu {
        position: absolute;
        right: 30px;
        top: 30px;
    }

    .close-mobmenu span {
        display: block;
        border-radius: 5px;
        margin-bottom: 3px;
        height: 3px;
        width: 30px;
        background-color: #000;
        position: relative;
        transform: rotate(45deg);
    }

    .close-mobmenu span:last-child {
        transform: rotate(-45deg);
        top: -5px;
    }
}


@media (max-width: 1199px) and (min-width:768px) {

    header {
        left: calc(0px - 156px);
    }

    .main-menu .nav-menu {
        display: none;
    }

    .banner {
        height: 50vh;
    }
}

@media (max-width: 991px) and (min-width:768px) {
    .latest-news-left h2 {
        font-size: 62px;
        line-height: normal;
        margin-bottom: 0;
    }

    .all-news {
        margin: 30px 0 0 90px;
    }

    .news-block:last-child {
        margin-bottom: 0;
    }

    .member-detail {}

}


@media (max-width: 991px) {
    .programs .D-show {
        display: none;
    }

    .programs .M-show {
        display: block;
    }

    .ProgramSlider {
        padding-top: 40px;
    }

    .ProgramSlider .program-box {
        width: auto;
        margin-left: 10px;
    }

    .ProgramSlider .program-box h5 {
        font-size: 18px;
    }

    .ProgramSlider .program-box i {
        font-size: 34px;
        margin-bottom: 15px;
    }

    .ProgramSlider .program-box p {
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .StoriesSwiper-navigation {
        width: 60%;
    }

    .StoriesSwiper-navigation .swiper-pagination {
        width: 80% !important;
        bottom: 10px;
    }

    .StoriesSwiper-navigation .swiper-pagination-bullet {
        width: 10px;
        transition: all 0.5s ease;
    }

    .StoriesSwiper-navigation .swiper-pagination-bullet-active {
        width: 40px;
    }

    .upcoming-event {
        padding: 40px 0;
    }

    .upcoming-heading {
        margin-bottom: 50px;
    }

    .upcoming-heading h2 {
        padding-top: 15px;
    }

    .event-box {
        flex-wrap: wrap;
        margin: 0;
        padding: 25px 0;
        border-bottom: 1px solid #c3c3c3;
    }

    .event-box:first-child {
        padding-top: 0;
    }

    .event-box:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .event-box .event-date {
        padding: 20px;
        width: 20%;
    }

    .event-box .event-date h5 {
        font-size: 28px;
    }

    .event-box .event-date p {
        font-size: 16px;
    }

    .event-content {
        width: 80%;
        padding: 0 10px 0 20px;
        text-decoration: none;
    }

    .event-content h5 {
        font-size: 20px;
        margin: 0;
    }

    .event-content h6 {
        font-size: 16px;
        margin: 5px 0;
    }

    .event-content p {
        font-size: 14px;
        margin-top: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .event-img {
        width: 100%;
    }
}


@media (max-width: 767px) {
    .D-show {
        display: none;
    }

    .M-show {
        display: block;
    }

    /* Header css start */

    header {
        top: 20px;
        width: 90%;
        left: 0;
        margin: 0 auto;
        right: 0;
    }

    .main-menu .company-logo img {
        height: auto;
        width: 80%;
    }

    .main-menu .nav-menu {
        position: absolute;
    }

    .main-menu .nav-menu {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        height: 0;
        top: 99%;
        flex-direction: column;
        background: #fff;
        width: 100%;
        left: 0;
    }

    .number {
        display: none;
    }

    /* Header css ends */

    /* Banner css start */

    .banner {
        height: 80vh;
    }

    .bannerSwiper .banner-text h1 {
        font-size: 34px;
        text-align: center;
    }

    .bannerSwiper .banner-text p {
        font-size: 16px;
        width: 100%;
        margin: 15px 0 0;
        text-align: center;
        padding: 0 15px;
    }

    .bannerSwiper .banner-text a {
        font-size: 16px;
    }

    /* Banner css end */

    /* Latest news css start */
    .latest-news {
        margin: 50px 0;
    }

    .latest-news-left h2 {
        font-size: 48px;
        line-height: normal;
        margin: 0;
    }

    .latest-news-left p {
        padding: 0;
        font-size: 18px;
    }

    .latest-news-left a {
        padding: 0;
        font-size: 20px;
    }

    .news-block {
        margin: 35px 0 0;
    }

    .news-block h5 {
        font-size: 16px;
    }

    .news-block h5 span {
        font-size: 12px;
    }

    .news-block a {
        font-size: 14px;
    }

    /* Latest news css ends */

    /* Our Programs css start */

    .program-heading {
        padding-bottom: 60px;
    }

    .program-heading h2,
    .success-heading h2,
    .upcoming-heading h2 {
        font-size: 32px;
        line-height: normal;
    }

    .program-heading h5 {
        font-size: 20px;
    }

    .program-heading a {
        top: unset;
        bottom: 0;
        font-size: 16px;
        border: none;
        border-bottom: 1px solid #fff;
        border-radius: 0;
    }

    /* .ProgramSlider {
        padding-top: 40px;
    }

    .ProgramSlider .program-box {
        width: auto;
        margin-left: 10px;
    }

    .ProgramSlider .program-box h5 {
        font-size: 18px;
    }

    .ProgramSlider .program-box i {
        font-size: 34px;
        margin-bottom: 15px;
    }

    .ProgramSlider .program-box p {
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    } */

    /* Our Programs css ends */

    /* Facult member css start */
    .faculty-mem {
        margin: 50px 0;
    }

    .faculty-heading {
        padding: 0 0 15px;
    }

    .faculty-heading h2 {
        font-size: 32px;
        line-height: 32px;
    }

    .faculty-heading h2::before {
        width: 3px;
    }

    .faculty-heading h5 {
        font-size: 18px;
    }

    .member-detail {
        margin: 5px;
    }

    .FacultySwiper-navigation {
        width: 100%;
    }

    .FacultySwiper-navigation .swiper-pagination {
        width: 80% !important;
    }

    .FacultySwiper-navigation .swiper-pagination-bullet {
        width: 10px;
        transition: all 0.5s ease;
    }

    .FacultySwiper-navigation .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 40px;
    }

    .teacher-detail .modal-dialog {
        max-width: 100%;
    }

    .teacher-detail .modal-content {
        padding: 10px;
    }

    .teacher-detail .modal-title {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .teacher-detail .modal-body h5 {
        font-size: 16px;
    }

    .teacher-detail .modal-body p,
    .teacher-detail .modal-body a,
    .teacher-detail .modal-body ul li {
        font-size: 14px;
        color: #3a3a3a;
        text-align: justify;
    }

    /* Facult member css ends */

    /* success stories css start*/
    .D-img {
        display: none;
    }

    .M-img {
        display: block;
    }

    .success-stories {
        padding: 50px 0;
        overflow-x: hidden;
    }

    /* .success-heading h2,
    .upcoming-heading h2 {
        font-size: 32px;
        line-height: normal;
    } */

    .success-heading h5 {
        font-size: 18px;
    }

    .stories-detail {
        flex-direction: column;
        margin: 0px 10px;
    }

    .stories-detail img {
        width: 100%;
        height: auto;
        max-height: unset;
        min-height: auto;
    }

    .stories-content {
        padding: 20px;
    }

    .stories-content>p {
        margin-bottom: 40px;
        font-size: 16px;
    }

    .stories-content div h5 {
        font-size: 16px;
    }

    .stories-content div p {
        font-size: 14px;
        margin: 0;
    }

    .StoriesSwiper-navigation {
        width: 100%;
    }

    /*.StoriesSwiper-navigation .swiper-pagination {
        width: 80% !important;
    }

    .StoriesSwiper-navigation .swiper-pagination-bullet {
        width: 10px;
        transition: all 0.5s ease;
    }

    .StoriesSwiper-navigation .swiper-pagination-bullet-active {
        width: 40px;
    } */

    /* success stories css ends */

    /* Upcoming Event css start */
    /* .upcoming-event {
        padding: 40px 0;
    }

    .upcoming-heading {
        margin-bottom: 50px;
    }

    .upcoming-heading h2 {
        padding-top: 15px;
    }

    .event-box {
        flex-wrap: wrap;
        margin: 0;
        padding: 25px 0;
        border-bottom: 1px solid #c3c3c3;
    }

    .event-box:first-child {
        padding-top: 0;
    }

    .event-box:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .event-box .event-date {
        padding: 20px;
        width: 20%;
    }

    .event-box .event-date h5 {
        font-size: 28px;
    }

    .event-box .event-date p {
        font-size: 16px;
    }

    .event-content {
        width: 80%;
        padding: 0 10px 0 20px;
        text-decoration: none;
    }

    .event-content h5 {
        font-size: 20px;
        margin: 0;
    }

    .event-content h6 {
        font-size: 16px;
        margin: 5px 0;
    }

    .event-content p {
        font-size: 14px;
        margin-top: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .event-img {
        width: 100%;
    } */

    /* Upcoming Event css ends */

    /* footer css start */
    .footer-logo img {
        width: 100%;
    }

    .footer-links {
        padding-bottom: 15px;
    }

    .footer-links h5 {
        font-size: 20px;
    }

    .footer-links ul li {
        margin-bottom: 10px;
    }

    .footer-links ul li a {
        font-size: 14px;
    }

    .social-icons ul li a:hover i {
        transform: scale(1.2) translateY(-3px);
    }

    .copyright {
        font-size: 14px;
        margin: 10px 0 0;
        padding-bottom: 15px;
    }

    /* footer css ends */
}