    .topbar {
        background: #5ba5af;
        padding: 10px 0;
        font-size: 12px;
    }

    .topbar a {
        color: #fff !important;
        text-decoration: none;
        font-weight: 600;
        margin-right: 16px;
        display: inline-block;
        line-height: 26px;
    }

    .topbar a i {
        margin-right: 5px;
    }

    .topbar .top-left,
    .topbar .top-right {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .topbar .top-left {
        justify-content: flex-start;
    }

    .topbar .top-right {
        justify-content: flex-end;
    }

    .topbar p,
    .topbar ul {
        margin: 0;
        padding: 0;
    }

    .topbar ul {
        list-style: none;
    }

    .topbar ul li {
        display: inline-block;
    }

    .topbar .social {
        margin-right: 0;
        margin-left: 12px;
        font-size: 13px;
    }

    .college-header {
        padding: 15px 0;
        background: #fff;
    }

    .college-header .row {
        display: flex;
        align-items: center;
    }

    .college-logo-box {
        text-align: center;
    }

    .college-logo-left {
        height: 145px;
        width: 145px;
        border-radius: 50%;
        object-fit: cover;
    }

    .college-logo-right {
        height: 115px;
        width: 115px;
        border-radius: 50%;
        object-fit: cover;
    }

    .college-title-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 145px;
    }

    .college-title {
        font-size: 3rem;
        text-transform: uppercase;
        color: #000;
        font-family: "Times New Roman", serif;
        font-weight: bold;
        line-height: 1.15;
    }

    .college-subtitle,
    .college-address {
        font-size: 15px;
        color: #222;
    }

    .header,
    .hovermenu.ttmenu {
        background: #5ba5af !important;

    }

    .navbar {
        margin-bottom: 0;
        border: none;
        background: transparent;
    }

    .navbar-default .navbar-nav>li>a {
        color: #fff !important;
        font-weight: 600;
        padding: 15px 10px;
        font-size: 13px;
        white-space: nowrap;
    }

    .navbar-default .navbar-toggle {
        border-color: #fff;
    }

    .navbar-default .navbar-toggle .fa-bars {
        color: #fff;
        font-size: 20px;
    }

    .dropdown-menu {
        min-width: 230px;
    }

    .dropdown-menu ul {
        padding: 0;
        margin: 0;
    }

    .dropdown-menu ul li {
        list-style: none;
    }

    .dropdown-menu ul li a {
        display: block;
        padding: 9px 15px;
        color: #222;
        font-size: 13px;
        text-decoration: none;
    }

    .dropdown-menu ul li a:hover {
        background: #f1f1f1;
    }

    @media (max-width: 991px) {

        .topbar .top-left,
        .topbar .top-right {
            justify-content: center;
            text-align: center;
        }

        .topbar .top-left {
            margin-bottom: 6px;
        }

        .topbar a {
            margin: 3px 8px;
            line-height: 22px;
        }

        .college-title {
            font-size: 2.1rem;
        }

        .college-logo-left {
            height: 110px;
            width: 110px;
        }

        .college-logo-right {
            height: 95px;
            width: 95px;
        }

        .navbar-default .navbar-nav>li>a {
            font-size: 12px;
            padding: 14px 7px;
        }
    }

    @media (max-width: 767px) {
        .college-header .row {
            display: block;
            text-align: center;
        }

        .college-logo-box {
            margin-bottom: 8px;
        }

        .college-logo-left {
            height: 95px;
            width: 95px;
        }

        .college-logo-right {
            height: 80px;
            width: 80px;
        }

        .college-title-box {
            min-height: auto;
            padding: 5px 10px;
        }

        .college-title {
            font-size: 1.55rem;
            line-height: 1.25;
        }

        .college-subtitle,
        .college-address {
            font-size: 13px;
            line-height: 1.4;
        }

        .navbar-header {
            padding: 0 15px;
        }

        .navbar-collapse {
            border-top: 1px solid rgba(255, 255, 255, 0.3);
            box-shadow: none;
        }

        .navbar-default .navbar-nav {
            margin: 0;
        }

        .navbar-default .navbar-nav>li>a {
            padding: 12px 15px;
            font-size: 13px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        }

        .dropdown-menu {
            position: static;
            float: none;
            width: 100%;
            box-shadow: none;
            border: none;
            background: #fff;
        }

        .dropdown-menu ul li a {
            padding: 10px 25px;
        }

        .topbar a {
            display: block;
            margin: 4px 0;
        }

        .topbar .social {
            display: inline-block;
            margin: 5px 8px;
        }
    }

    @media (max-width: 420px) {
        .college-title {
            font-size: 1.25rem;
        }

        .college-subtitle,
        .college-address {
            font-size: 12px;
        }
    }

    .college-header .row {
        display: flex;
        align-items: center;
    }

    .college-logo-box {
        text-align: center;
    }

    @media (max-width: 767px) {
        .college-header .row {
            display: flex;
            flex-wrap: wrap;
            text-align: center;
        }

        .college-header .college-logo-box:first-child {
            width: 50%;
            order: 1;
        }

        .college-header .college-logo-box:last-child {
            width: 50%;
            order: 2;
        }

        .college-title-box {
            width: 100%;
            order: 3;
            padding: 10px 15px 0;
            text-align: center;
        }

        .college-logo-left,
        .college-logo-right {
            height: 120px;
            width: 120px;
            object-fit: cover;
            border-radius: 50%;
        }

        .college-title {
            font-size: 1.35rem;
            line-height: 1.3;
            display: block;
        }

        .college-subtitle,
        .college-address {
            font-size: 12px;
            display: block;
            line-height: 1.4;
        }

        .college-title {
            font-size: 2.5rem;
        }

        .college-subtitle,
        .college-address {
            font-size: 18px;
        }
    }

    @media (min-width: 768px) {
        .header .navbar {
            text-align: center;
            margin-bottom: 0;
        }

        .header .navbar-nav {
            float: none !important;
            display: inline-block;
            vertical-align: top;
            margin: 0 auto !important;
        }

        .header .navbar-nav>li {
            float: left;
        }

        .header .navbar-collapse {
            text-align: center;
        }
    }

    @media (max-width: 991px) {

        .navbar-header {
            float: none;
        }

        .navbar-toggle {
            display: block;
            margin-right: 15px;
        }

        .navbar-collapse {
            border-top: 1px solid rgba(255, 255, 255, 0.3);
            box-shadow: none;
        }

        .navbar-collapse.collapse {
            display: none !important;
        }

        .navbar-collapse.collapse.in {
            display: block !important;
        }

        .navbar-nav {
            float: none !important;
            margin: 0;
        }

        .navbar-nav>li {
            float: none;
            width: 100%;
        }

        .navbar-nav>li>a {
            padding: 12px 15px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }

        .dropdown-menu {
            position: static;
            float: none;
            width: 100%;
            box-shadow: none;
            border: none;
            background: #fff;
        }

        .dropdown-menu ul li a {
            padding: 10px 25px;
        }
    }

    .education-stats-section {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }

    .education-stats-section .feature-list {
        text-align: center;
        margin-bottom: 25px;
    }

    .education-stats-section .feature-list i {
        display: block;
        font-style: normal;
        font-size: 42px;
        font-weight: 700;
        line-height: 1.2;
    }

    .education-stats-section .feature-list p {
        margin-top: 10px;
        font-size: 16px;
    }

    @media (min-width: 576px) and (max-width: 767px) {
        .education-stats-section .funfactors .feature-list {
            width: 50%;
            float: left;
        }

        .education-stats-section .feature-list i {
            font-size: 34px;
        }

        .education-stats-section .feature-list p {
            font-size: 14px;
        }
    }

    @media (max-width: 575px) {
        .education-stats-section {
            min-height: auto !important;
            padding: 50px 0;
        }

        .education-stats-section .funfactors .feature-list {
            width: 100%;
            float: none;
        }

        .education-stats-section .feature-list i {
            font-size: 32px;
        }

        .education-stats-section .feature-list p {
            font-size: 14px;
        }
    }

    .home-info-section .info-card {
        margin-bottom: 30px;
    }

    .home-info-section .blog-wrapper {
        height: 100%;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 8px;
        overflow: hidden;
    }

    .home-info-section .info-header {
        background: #f84b4a;
        min-height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 12px;
    }

    .home-info-section .info-header h2 {
        color: #fff;
        margin: 0;
        font-size: 22px;
        font-weight: 600;
        text-align: center;
        line-height: 1.3;
    }

    .home-info-section .info-footer {
        background: #5ba5af;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }

    .home-info-section .info-footer a {
        color: #fff;
        font-weight: 600;
        text-decoration: none;
    }

    .home-info-section .news,
    .home-info-section .news1 {
        min-height: 310px;
        padding: 12px;
    }

    .home-info-section marquee {
        height: 100% !important;
    }

    .home-info-section .news p {
        font-size: 14px;
        line-height: 1.7;
        color: #555;
    }

    .home-info-section .internship-item {
        background: #f9f9f9;
        padding: 14px;
        border-radius: 8px;
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 1.6;
        color: #555;
    }

    .home-info-section .support-btn {
        width: 100%;
        min-height: 44px;
        margin-bottom: 8px;
        border: 1px solid #ddd;
        background: #f7f7f7;
        color: #333;
        font-weight: 600;
        font-size: 13px;
        white-space: normal;
        padding: 8px;
    }

    @media (min-width: 768px) {
        .home-info-section .blog-widget {
            display: flex;
            flex-wrap: wrap;
        }

        .home-info-section .info-card {
            display: flex;
        }

        .home-info-section .blog-wrapper {
            width: 100%;
        }
    }

    @media (min-width: 576px) and (max-width: 767px) {
        .home-info-section .info-card {
            width: 50%;
            float: left;
        }

        .home-info-section .info-card:nth-child(3) {
            width: 100%;
            clear: both;
        }

        .home-info-section .info-header h2 {
            font-size: 18px;
        }

        .home-info-section .news,
        .home-info-section .news1 {
            min-height: 280px;
        }

        .home-info-section marquee {
            height: 260px;
        }
    }

    @media (max-width: 575px) {
        .home-info-section .info-card {
            width: 100%;
            float: none;
        }

        .home-info-section .info-header h2 {
            font-size: 18px;
        }

        .home-info-section .news,
        .home-info-section .news1 {
            min-height: auto;
        }

        .home-info-section marquee {
            height: 260px;
        }

        .home-info-section .support-btn {
            font-size: 12px;
        }
    }

    .facilities-section .facility-col {
        margin-bottom: 25px;
    }

    .facilities-section .why-us {
        min-height: 150px;
        margin-bottom: 35px;
        position: relative;
        padding-right: 80px;
    }

    .facilities-section .why-us i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-size: 28px;
    }

    /* 768px to 991px: proper 2-column alignment */
    @media (min-width: 768px) and (max-width: 991px) {
        .facilities-section .facility-col {
            width: 50%;
            float: left;
            clear: none !important;
        }

        .facilities-section .facility-col:nth-child(3) {
            width: 100%;
            clear: both !important;
        }

        .facilities-section .facility-col:nth-child(3) .why-us {
            width: 50%;
            float: left;
        }

        .facilities-section .why-us {
            min-height: 150px;
            margin-bottom: 35px;
        }
    }

    /* 576px to 767px: proper 2-column alignment */
    @media (min-width: 576px) and (max-width: 767px) {
        .facilities-section .facility-col {
            width: 50%;
            float: left;
            clear: none !important;
        }

        .facilities-section .facility-col:nth-child(3) {
            width: 100%;
            clear: both !important;
        }

        .facilities-section .facility-col:nth-child(3) .why-us {
            width: 50%;
            float: left;
        }
    }

    /* 575px se niche single */
    @media (max-width: 575px) {
        .facilities-section .facility-col {
            width: 100%;
            float: none;
        }

        .facilities-section .facility-col:nth-child(3) .why-us {
            width: 100%;
            float: none;
        }

        .facilities-section .why-us {
            min-height: auto;
            margin-bottom: 25px;
            padding-right: 70px;
        }
    }

    /* Desktop view same rahega */

    /* 768px to 991px: image/text vertical + image small */
    @media (min-width: 768px) and (max-width: 991px) {
        .vc-principal-section .blog-wrapper.fromd .row {
            display: block;
        }

        .vc-principal-section .blog-wrapper.fromd .col-sm-3,
        .vc-principal-section .blog-wrapper.fromd .col-sm-9 {
            width: 100%;
            float: none;
        }

        .vc-principal-section .blog-wrapper.fromd .col-sm-3 img {
            width: 160px !important;
            height: auto !important;
            object-fit: contain;
            margin-bottom: 12px;
        }
    }

    /* 576px to 767px: dono card ek row me + andar vertical */
    @media (min-width: 576px) and (max-width: 767px) {
        .vc-principal-section .blog-widget>.big-title {
            width: 50%;
            float: left;
        }

        .vc-principal-section .blog-wrapper.fromd .row {
            display: block;
        }

        .vc-principal-section .blog-wrapper.fromd .col-sm-3,
        .vc-principal-section .blog-wrapper.fromd .col-sm-9 {
            width: 100%;
            float: none;
        }

        .vc-principal-section .blog-wrapper.fromd .col-sm-3 img {
            width: 120px !important;
            height: auto !important;
            object-fit: contain;
            margin-bottom: 12px;
        }
    }

    /* 575px se niche single card */
    @media (max-width: 575px) {
        .vc-principal-section .blog-widget>.big-title {
            width: 100%;
            float: none;
        }

        .vc-principal-section .blog-wrapper.fromd .row {
            display: block;
        }

        .vc-principal-section .blog-wrapper.fromd .col-sm-3,
        .vc-principal-section .blog-wrapper.fromd .col-sm-9 {
            width: 100%;
            float: none;
        }

        .vc-principal-section .blog-wrapper.fromd .col-sm-3 img {
            width: 120px !important;
            height: auto !important;
            object-fit: contain;
            margin-bottom: 12px;
        }
    }

    .mentor-card {
        text-align: center;
        margin-bottom: 30px;
    }

    .mentor-img-box {
        width: 100%;
        max-width: 260px;
        height: 260px;
        margin: 0 auto;
        overflow: hidden;
        border-radius: 4px;
        background: #f5f5f5;
    }

    .mentor-img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
        display: block;
    }

    .mentor-name {
        display: block;
        font-size: 20px;
        margin-top: 12px;
        color: #777;
        line-height: 1.3;
    }

    .mentor-designation {
        display: block;
        font-size: 14px;
        color: #777;
        margin-top: 5px;
    }

    @media (max-width: 991px) {
        .mentor-img-box {
            max-width: 220px;
            height: 240px;
        }

        .mentor-name {
            font-size: 18px;
        }
    }

    /* 576px se 767px tak 2 cards ek row me */
    @media (min-width: 576px) and (max-width: 767px) {
        .team-members .mentor-card {
            width: 50%;
            float: left;
        }

        .mentor-img-box {
            max-width: 230px;
            height: 250px;
        }

        .mentor-name {
            font-size: 17px;
        }
    }

    /* 575px se niche single card */
    @media (max-width: 575px) {
        .team-members .mentor-card {
            width: 100%;
            float: none;
        }

        .mentor-img-box {
            max-width: 230px;
            height: 250px;
        }

        .mentor-name {
            font-size: 17px;
        }
    }

    .footer-responsive {
        padding: 35px 0;
        text-align: left;
    }

    .footer-responsive .footer-widget {
        margin-bottom: 25px;
    }

    .footer-responsive .widget-title h4 {
        color: #fff;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .footer-responsive .widget-title hr {
        width: 80px;
        margin: 8px 0 15px;
        border-color: rgba(255, 255, 255, 0.25);
    }

    .footer-responsive p,
    .footer-responsive a {
        color: #fff;
        font-size: 14px;
        line-height: 1.7;
        word-break: break-word;
    }

    .footer-responsive .footer-logo {
        width: 170px;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .footer-responsive .social {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        margin-right: 6px;
        border: 1px solid rgba(255, 255, 255, 0.35);
        border-radius: 50%;
        text-decoration: none;
    }

    .footer-responsive iframe {
        height: 150px;
        width: 100%;
        border: 0;
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .footer-responsive .footer-col {
            width: 50%;
            float: left;
            min-height: 280px;
        }

        .footer-responsive .footer-col:nth-child(3) {
            clear: both;
        }

        .footer-responsive iframe {
            height: 180px;
        }
    }

    @media (min-width: 576px) and (max-width: 767px) {
        .footer-responsive .footer-col {
            width: 50%;
            float: left;
            min-height: 280px;
        }

        .footer-responsive .footer-col:nth-child(3) {
            clear: both;
        }
    }

    @media (max-width: 575px) {
        .footer-responsive {
            text-align: left;
        }

        .footer-responsive .footer-col {
            width: 100%;
            float: none;
            min-height: auto;
        }

        .footer-responsive .widget-title hr {
            margin-left: 0;
            margin-right: auto;
        }

        .footer-responsive .footer-logo {
            margin-left: 0;
            margin-right: auto;
        }

        .footer-responsive iframe {
            height: 180px;
        }
    }

    .mission-vision-section {
        padding: 0;
        background: #f4f4f4;
        overflow: hidden;
    }

    .mission-vision-row {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
        min-height: 360px;
    }

    .mission-image-box,
    .mission-content-box {
        padding: 0 !important;
    }

    .mission-image-bg {
        width: 100%;
        height: 360px;
        background-image: url('../img/Munger_University_building_.jpg');
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .mission-content-box {
        min-height: 360px;
        display: flex;
        align-items: center;
        background: #f4f4f4;
    }

    .mission-content-inner {
        width: 100%;
        padding: 30px 45px;
    }

    .mission-content-inner .big-title h3 {
        margin-top: 0;
        font-size: 30px;
    }

    .mission-content-inner p {
        text-align: justify;
        line-height: 1.7;
        font-size: 15px;
        color: #333;
        margin-bottom: 20px;
    }

    .mission-content-inner .btn {
        background: #5ba5af;
        color: #fff;
        border: none;
        padding: 9px 18px;
        font-weight: 600;
    }

    .mission-content-inner .btn:hover {
        background: #478b94;
        color: #fff;
    }

    @media (max-width: 991px) {
        .mission-vision-row {
            display: block;
            min-height: auto;
        }

        .mission-image-bg {
            height: 300px;
            background-size: 100% 100%;
        }

        .mission-content-box {
            min-height: auto;
        }

        .mission-content-inner {
            padding: 30px 25px;
        }
    }

    @media (max-width: 575px) {
        .mission-image-bg {
            height: 220px;
            background-size: 100% 100%;
        }

        .mission-content-inner {
            padding: 25px 15px;
        }

        .mission-content-inner .big-title h3 {
            font-size: 22px;
        }

        .mission-content-inner p {
            font-size: 14px;
            line-height: 1.6;
        }
    }