    /* fonts */
    
    @font-face {
        font-family: 'Montserrat';
        src: url('font/Montserrat-Black.woff2') format('woff2'), url('font/Montserrat-Black.woff') format('woff');
        font-weight: 900;
    }
    
    /*@font-face {*/
    /*    font-family: 'GalliardITCbyBT';*/
    /*    src: url('font/GalliardITCbyBT-Roman.otf');*/
    /*}*/
    
    /*code added by miss.pooja on 10-10-2025*/
      @font-face {
        font-family: 'GalliardITCbyBT';
        src: url('font/GalliardITCbyBT-Roman.otf');
    }
/*end*/

    @font-face {
        font-family: 'Montserrat';
        src: url('font/Montserrat-ExtraBold.woff2') format('woff2'), url('font/Montserrat-ExtraBold.woff') format('woff');
        font-weight: 800;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Montserrat';
        src: url('font/Montserrat-Bold.woff2') format('woff2'), url('font/Montserrat-Bold.woff') format('woff');
        font-weight: 700;
    }
    
    @font-face {
        font-family: 'Montserrat';
        src: url('font/Montserrat-ExtraLight.woff2') format('woff2'), url('font/Montserrat-ExtraLight.woff') format('woff');
        font-weight: 200;
    }
    
    @font-face {
        font-family: 'Montserrat';
        src: url('font/Montserrat-Light.woff2') format('woff2'), url('font/Montserrat-Light.woff') format('woff');
        font-weight: 300;
    }
    
    @font-face {
        font-family: 'Montserrat';
        src: url('font/Montserrat-SemiBold.woff2') format('woff2'), url('font/Montserrat-SemiBold.woff') format('woff');
        font-weight: 600;
    }
    
    @font-face {
        font-family: 'Montserrat';
        src: url('font/Montserrat-Regular.woff2') format('woff2'), url('font/Montserrat-Regular.woff') format('woff');
        font-weight: normal;
    }
    
    @font-face {
        font-family: 'Montserrat';
        src: url('font/Montserrat-Medium.woff2') format('woff2'), url('font/Montserrat-Medium.woff') format('woff');
        font-weight: 500;
    }
    
    @font-face {
        font-family: 'Montserrat';
        src: url('font/Montserrat-Thin.woff2') format('woff2'), url('font/Montserrat-Thin.woff') format('woff');
        font-weight: 100;
    }
    
    body {
        font-size: 14px;
        line-height: 20px;
        font-family: GalliardITCbyBT;
        color: #2e2e2e;
        font-weight: 400;
        overflow-x: hidden;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: GalliardITCbyBT;
        font-weight: 700;
        color: #0c68b1;
    }
    
    h1 {
        font-size: 40px;
        line-height: 50px;
    }
    
    h2 {
        font-size: 30px;
        line-height: 40px;
        color: #919191
    }
    
    h3 {
        font-size: 30px;
        line-height: 40px;
    }
    
    h4 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 18px;
    }
    
    h5 {
        font-size: 20px;
        line-height: 30px;
    }
    
    h6 {
        font-size: 14px;
        line-height: 20px;
    }
    
    p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 20px;
        color: #2e2e2e;
        font-family: GalliardITCbyBT;
        font-weight: 400;
        text-align: justify;
    }
    
    img {
        max-width: 100%;
        height: auto;
    }
    
    img:focus {
        outline: none;
    }
    
    a {
        color: #0c68b1;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        font-family: GalliardITCbyBT;
    }
    
    a:hover,
    a:focus {
        text-decoration: none;
        color: #2B2B2B;
        outline: none;
    }
    
    .main-area ul li,
    .main-area ol li {
        margin-bottom: 15px;
    }
    
    .error {
        color: red
    }
    
    ul,
    ol {
        padding-left: 0;
        margin-bottom: 0;
    }
    
    ul li {
        list-style: none;
    }
    
    .bg-img {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .btn {
        color: #fff;
        background-color: #0c68b1;
        border: solid 1px #0c68b1;
        border-radius: 6px;
        display: inline-block;
        font-size: 15px;
        line-height: 20px;
        padding: 14px 20px;
        font-weight: 700;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        text-transform: uppercase;
    }
    
    .btn:hover,
    .btn:focus {
        background: #fff;
        color: #0c68b1;
    }
    
    .page-header {
        background-color: #03367d;
    }
    
    .logo img {
        width: 210px;
    }
    
    .main-navigation {
        background-color: #044094;
    }
    
    .main-navigation nav {
        padding: 0 15px;
        margin: 0 auto;
    }
    
    .logo-title {
        font-size: 29px;
        color: #ffba30;
        text-transform: uppercase;
        margin: 0 0 0 30px;
        float: left;
    }
    
    .apply_btn {
        padding: 10px 20px;
        color: #000;
        border-radius: 10px;
        background-color: #ffc13c;
        text-transform: uppercase;
        letter-spacing: 0.2px;
        font-size: 15px;
        font-weight: 700;
        float: right;
    }
    
    .apply_btn:hover {
        background-color: #fff;
    }
    
    .menu-top {
        padding: 5px 0;
        border-top: solid 1px #054db3
    }
    
    .main-navigation nav>ul {
        display: block;
    }
    
    .main-navigation nav>ul>li {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding: 13px 0;
        border-bottom: solid 4px transparent;
    }
    
    ul.sub-menu {
        display: none;
        position: absolute;
        background-color: #fff;
        padding: 0;
        width: 240px;
        z-index: 999;
        top: 50px;
        -webkit-transition: all .2s ease-in 0s;
        transition: all .2s ease-in 0s;
        box-shadow: 0 0 10px #ffc13c;
    }
    
    ul.sub-menu>li {
        padding: 0;
        position: relative
    }
    
    ul.sub-menu li>ul {
        display: none;
        -webkit-transition: all .2s ease-in 0s;
        transition: all .2s ease-in 0s;
        position: absolute;
        background-color: #fff;
        padding: 0;
        width: 250px;
        z-index: 99;
        top: 0;
        left: 235px;
        box-shadow: none;
        -webkit-box-shadow: 5px 5px 18px 0px rgba(255, 193, 60, 0.7);
        -moz-box-shadow: 5px 5px 18px 0px rgba(255, 193, 60, 0.7);
        box-shadow: 5px 5px 18px 0px rgba(255, 193, 60, 0.7);
    }
    
    .down-arrow {
        display: none;
    }
    
    ul.sub-menu li>a {
        color: #054db3 !important;
        padding: 7px 15px;
        display: block;
        font-size: 16px;
        line-height: 17px;
        font-weight: 500;
    }
    
    ul.sub-menu li>a:hover, 
    ul.sub-menu li > a.active{
        background-color: #054db3;
        color: #fff !important;
    }
    
    ul.sub-menu .down-arrow i {
        color: #054db3
    }
    
    .main-navigation nav>ul>li>a {
        color: #fff;
        font-size: 15px;
        line-height: 20px;
        font-weight: 500;
        display: inline-block;
        vertical-align: middle;
        text-transform: uppercase;
    }
    
    .main-navigation nav>ul>li:last-child a {
        padding-right: 0;
    }
    
    .main-navigation nav>ul>li:hover,
    .main-navigation nav>ul>li.active {
        border-bottom-color: #ffc13c;
    }
  
    .main-navigation nav a:hover {
        color: #ffc13c;
    }
    
    .main-navigation nav li:hover a,
    .main-navigation nav>ul>li.active a
     {
        color: #ffc13c;
    }
   
    
    .main-navigation nav>ul>li+li:before {
        content: "";
        position: absolute;
        background-color: #fff;
        font-weight: 600;
        left: 0;
        top: 15px;
        height: 20px;
        width: 2.5px;
        display: block
    }
    
    .mit_legacy {
        color: #fff;
        text-transform: uppercase;
        padding: 7px 0 6px;
        display: inline-block;
    }
    
    .mit_legacy:hover,
    .mit_legacy:focus,
    .mit_legacy.active,
    .menu_right a:hover {
        color: #ffc13c;
    }
    
    .menu_right a {
        color: #fff;
        font-size: 15px;
    }
    
    .mit_legacy i,
    .menu_right a i {
        padding-right: 10px;
    }
    
    .call_btn {
        display: inline-block;
        padding: 6px 20px;
        transform: skew(-22deg);
        background-color: #074193;
        margin-left: 30px;
    }
    
    .menu_right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    
    .call_btn a {
        transform: skew(22deg);
        font-size: 14px;
        display: block;
    }
    
    .download_group {
        display: inline-block;
        padding: 4px 20px;
        transform: skew(-22deg);
        background-color: #0446a4;
    }
    
    .download_group a {
        display: inline-block;
        padding: 2px 15px;
        border-radius: 25px;
        color: #fff;
        background-color: #03367d;
        transform: skew(22deg);
        font-weight: 500;
    }
    
    .download_group a:hover {
        color: #074193;
        background-color: #fff;
    }
    /***** * Banner * *****/
    
    .banner_section {
        position: relative;
        background-image: url("../images/banner-blue.webp");
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0 0 60px;
    }
    
    .college_img {
        width: 100%;
        background-image: url(../images/bannerr-clg_new.webp);
        background-repeat: no-repeat;
        height: 88.8%;
        position: relative;
        background-position: right top;
        background-size: contain;
        position: absolute;
    }
    
    .student_img {
        position: absolute;
        right: -60px;
        bottom: 0
    }
    
    .student_img img {
        max-width: 340px;
    }
    
    .banner_content {
        padding-top: 30px;
        max-width: 74%;
    }
    
    .banner_text p {
        color: #fff;
        font-size: 21px;
        font-weight: bold;
        line-height: normal;
        position: relative;
        padding-left: 30px;
        max-width: 340px;
    }
    
    .banner_text p span {
        font-size: 17px;
    }
    
    .banner_text p:first-child {
        padding-bottom: 15px;
        border-bottom: solid 1px #ffc13c;
    }
    
    .banner_text p:first-child::before {
        content: "";
        background-image: url("../images/q1.webp");
        background-repeat: no-repeat;
        height: 15px;
        width: 30px;
        background-size: contain;
        position: absolute;
        left: 2px;
        top: 5px;
    }
    
    .banner_text p:last-child {
        font-size: 19px;
        padding-right: 36px;
        display: inline-block;
        color: #ffc13c;
    }
    
    .banner_text p img {
        width: 18px;
        margin-left: 15px;
        margin-top: -6px;
    }
    
    .banner_text {
        position: relative;
        padding: 20px 0px 0 6px;
        margin-bottom: 20px;
    }
    
    .banner_text:before {
        content: "";
        background-image: url("../images/border.webp");
        background-size: contain;
        width: 120px;
        height: 117%;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        left: 0;
        top: -4px;
    }
    
    .banner_inner_content {
        position: relative;
        min-height: 480px;
        max-width: 60%;
    }
    
    .baner-link-group-wrap {
        padding: 40px 0 0;
        max-width: 420px
    }
    
    .baner-link-group-wrap h5 {
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 15px;
    }
    
    .banner-link a.active,
    .banner-link a:active,
    .banner-link a:hover {
        background-color: #ffc13c;
        color: #000;
    }
    
    .banner-link a:first-child {
        border-radius: 25px 0 0 25px;
    }
    
    .banner-link a:last-child {
        border-radius: 0 25px 25px 0;
    }
    
    .banner-link a {
        /*width: 50%;*/
        color: #fff;
        font-weight: 600;
        background-color: transparent;
        border: solid 1px #ffc13c;
        padding: 14px 12px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }
    
    .banner-link a span {
        font-size: 18px;
    }
    
    .banner-link {
        display: flex;
    }
    
    .banner_main_wrap {
        border-bottom: solid 1px #365d95;
    }
    
    .marquee h5 {
        color: #fff;
        font-weight: 500;
        font-size: 20px;
    }
    
    .marquee h5 span {
        color: #ffc13c;
    }
    
    marquee.marquee {
        position: absolute;
        top: 15px;
    }
    
    @keyframes marquee {
        0% {
            left: 100%;
        }
        100% {
            left: -100%;
        }
    }
    /*** * Photo Gallery Section* ***/
    
    .gallery-section {
        padding: 60px 0 0;
        background-color: #fafcfe;
    }
    
    .gallery_slide_list {
        padding: 0 20px;
    }
    
    .gallery_slider_wrap {
        padding: 40px 0 50px
    }
    
    .gallery_img:after {
        background-color: #ffc13c;
        min-height: 42%;
        display: block;
        position: absolute;
        left: 0;
        top: 15%;
        content: "";
        width: 100%;
        border-radius: 25px 25px 0 0;
        z-index: -1;
    }
    
    .gallery_slider_wrap .owl-carousel .owl-stage {
        padding: 33px 0
    }
    
    .gallery_slide {
        padding: 10px;
        border-radius: 25px;
        display: block;
        box-shadow: 0 6px 10px #dcdcdc;
    }
    
    .gallery_slider_wrap .owl-carousel .owl-nav button {
        position: absolute;
        top: 50%;
        font-size: 70px;
        color: #ddd;
        margin-top: -40px;
        height: 80px;
    }
    
    .gallery_slider_wrap .owl-carousel .owl-nav button.owl-prev {
        left: -10px
    }
    
    .gallery_slider_wrap .owl-carousel .owl-nav button.owl-next {
        right: -10px;
    }
    
    .gallery_img {
        position: relative;
    }
    
    .owl-carousel .gallery_img img {
        border-radius: 50%;
        width: 93%;
        display: block;
        margin: -15% auto 0;
        height: 220px;
        object-fit: cover;
        max-width: 250px;
    }
    
    .gallery_content {
        width: 90%;
        margin: 25px auto 0;
        text-align: center;
    }
    
    .gallery_content p {
        font-size: 14px;
        color: #000;
        font-weight: 500;
        margin-bottom: 10px;
        text-align: center;
        min-height: 40px;
    }
    
    .gallery-section .nav-tabs {
        border-bottom: 0;
        justify-content: center;
    }
    
    .gallery-section .nav-tabs .nav-item.show,
    .gallery-section .nav-tabs .nav-link.active,
    .gallery-section .nav-tabs .nav-item:hover {
        background-color: #256def;
        color: #fff;
    }
    
    .gallery-section .nav-tabs .nav-item.show .nav-link:after,
    .gallery-section .nav-tabs .nav-link.active:after {
        content: "";
        width: 20px;
        height: 20px;
        background-size: contain;
        display: block;
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin-left: -10px;
        background-image: url('../images/arrow1.webp');
        background-repeat: no-repeat;
    }
    
    .gallery-section .nav-tabs .nav-link {
        background-color: #fff;
        border: solid 1px #256def;
        border-radius: 25px;
        padding: 13px 30px;
        color: #000;
        text-transform: uppercase;
        width: 320px;
        max-width: 100%;
        font-weight: 600;
        text-align: center;
        position: relative;
        font-size: 21px;
    }
    
    .gallery-section .nav-tabs .nav-link+.nav-link {
        margin-left: 30px;
    }
    
    .link-group {
        position: fixed;
        z-index: 888;
        top: 50%;
        right: -130px;
        transform: rotate(90deg);
    }
    
    .link-group .footer-btn {
        color: #fff;
        padding: 6px 16px;
        font-size: 13px;
        display: inline-block;
        transform: rotate(180deg);
        background-color: #03367d;
        font-weight: bold;
        border-radius: 10px 10px 0 0;
        text-transform: uppercase;
        border: 1px solid #fff;
        margin: 0 2px 0 0;
    }
    
    .link-group .footer-btn i {
        margin-right: 5px;
    }
    
    .link-group .footer-btn:hover {
        color: #03367d;
        background-color: #fff;
    }
    
    .logo-group a:last-of-type {
        margin-top: 17px;
    }
    
    .about-section {
        padding: 30px 0;
        background-color: #f9f9fb;
    }
    
    .about_content h2 {
        margin-bottom: 20px;
        color: #013989
    }
    
    .close {
        outline: none !important;
    }
    
    #enquiry-form .modal-header {
        border-bottom: none;
    }
    
    #enquiry-form .modal-content {
        background-color: #0c68b1;
    }
    
    .about_content h2 span {
        font-size: 20px;
        display: block;
        color: #013989;
        line-height: 28px;
    }
    
    #enquiry-form .modal-content h5 {
        color: #fff;
        font-size: 20px;
        letter-spacing: 0.4px;
    }
    
    #enquiry-form .close {
        color: #fff;
        opacity: 0.9;
    }
    
    #enquiry-form .read_more {
        background-color: #ffc13c;
        border-color: #ffc13c;
        color: #fff;
    }
    
    #enquiry-form .read_more:hover {
        background-color: #fff;
        border-color: #fff;
        color: #0c68b1
    }
    /* -------------------brochure-form Start ---------------------- */
    
    #brochure-form .modal-header {
        border-bottom: none;
    }
    
    #brochure-form .modal-content {
        background-color: #0c68b1;
    }
    
    .brochure-form h2 span {
        font-size: 20px;
        display: block;
        color: #013989;
        line-height: 28px;
    }
    
    #brochure-form .modal-content h5 {
        color: #fff;
        font-size: 20px;
        letter-spacing: 0.4px;
    }
    
    #brochure-form .close {
        color: #fff;
        opacity: 0.9;
    }
    
    #brochure-form .read_more {
        background-color: #ffc13c;
        border-color: #ffc13c;
        color: #fff;
    }
    
    #brochure-form .read_more:hover {
        background-color: #fff;
        border-color: #fff;
        color: #0c68b1
    }
    /* --------------------brochure-form End----------------------- */
    
    .about_img img {
        width: 400px;
    }
    
    .read_more:hover,
    .vision_block:hover .read_more,
    .vision_block.mission_block:hover .read_more {
        background-color: #fff;
        color: #0c68b1;
        border-color: #0c68b1;
    }
    
    .read_more {
        border-radius: 25px;
        color: #fff;
        text-transform: uppercase;
        padding: 6px 20px;
        border: solid 1px #0c68b1;
        background-color: #0c68b1;
        display: inline-block;
    }
    
    .about_content .read_more {
        margin: 25px 0 0;
    }
    
    .owl-dots {
        text-align: center;
    }
    
    .owl-dot span {
        width: 10px;
        height: 10px;
        border: solid 1px #333434;
        display: block;
        border-radius: 50%;
        margin-right: 10px;
    }
    
    .owl-dot:active,
    .owl-dot:hover,
    .owl-dot:focus,
    .owl-nav button:active,
    .owl-nav button:focus,
    .owl-nav button:hover {
        border: none;
        outline: none !important;
    }
    
    .owl-dot.active span {
        background-color: #333434;
    }
    
    .footer {
        padding: 50px 0;
        background-color: #013989;
        color: #fff
    }
    
    .footer_menu li {
        display: inline-block;
        position: relative
    }
    
    .footer_menu li+li::before {
        content: "|";
        padding: 0 3px;
        display: inline-block;
    }
    
    .footer_menu li a {
        color: #fff;
        font-size: 13px;
        padding: 0 7px;
    }
    
    .footer_left p {
        font-size: 13px;
        color: #fff;
        margin: 10px auto;
    }
    
    .footer_menu li a:hover,
    .footer_menu li a.active {
        color: #ffc13c;
    }
    
    .footer_menu li:first-child a {
        padding-left: 0;
    }
    
    ul.social_icon li {
        display: flex;
        width: 35px;
        height: 35px;
        background: #fff;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        margin-left: 12px;
    }
    
    ul.social_icon {
        display: flex;
        float: right;
    }
    
    ul.social_icon li a {
        color: #000;
        font-size: 21px;
    }
    
    ul.social_icon li:hover {
        background-color: #ffc13c;
    }
    
    .container {
        position: relative;
    }
    
    .viision-section {
        padding: 80px 0;
        background-color: #e8ebf5;
    }
    
    .vision_block {
        padding: 0;
        background-color: #fff;
        position: relative;
        -webkit-transition: all .2s ease-in 0s;
        transition: all .2s ease-in 0s;
        height: 100%
    }
    
    .vision_content {
        padding: 15px;
    }
    
    .vision_img {
        position: relative;
        width: 100%
    }
    
    .vision_img h3 {
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: 10px;
        padding: 7px 25px;
        font-size: 25px;
        text-transform: uppercase;
        background-color: #ffc13c;
        color: #fff;
    }
    
    .vision_block:hover .vision_img h3,
    .vision_block.mission_block:hover .vision_img h3 {
        background-color: rgba(255, 255, 255, 0.7);
        color: #0c68b1;
    }
    
    .vision_block.mission_block .read_more {
        background-color: #ffc13c;
        color: #fff;
        border-color: #ffc13c;
    }
    
    .vision_block.mission_block .vision_img h3 {
        background-color: #0c68b1;
        color: #fff;
    }
    
    .vision_img img {
        width: 100%;
        height: 280px;
        object-fit: cover;
        object-position: top center;
    }
    
    .mit-sics-section {
        /* background-color: #fdfdfd; */
        padding: 40px 0
    }
    
    .how-to-apply .sics-title {
        color: #1F4E79;
    }
    
    .sics-title {
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 30px;
        color: #1F4E79;
    }
    
    .sics-title span.blue {
        color: #256def !important;
    }
    
    .sics-title span {
        color: #000;
    }
    
    .video_block video {
        display: inline-block;
        width: 95%;
        position: relative;
        box-shadow: -20px 15px 2px 0px rgb(235 235 235);
    }
    
    .mit-sics_wrap {
        padding-bottom: 40px;
    }
    
    .video_block img {
        width: 100%;
    }
    
    .video_block {
        position: relative;
        display: block;
        text-align: center;
    }
    
    .video_content.right_txt {
        padding-left: 40px;
    }
    
    .video_content.left_txt {
        padding-right: 50px;
    }
    
    .video_block .video:after {
        content: "";
        width: 100px;
        height: 100px;
        background-size: contain;
        background-image: url(../images/video-shadow.webp);
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        top: -5px;
        right: -9px;
    }
    
    .video_block .play {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        border: solid 2px #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: transparent;
        outline: none !important;
    }
    
    .video_block .play img {
        width: 13px;
        margin-left: 4px;
    }
    
    .order-0 .video_block {
        text-align: right;
    }
    /**  *How to Apply * ***/
    
    .how-to-apply {
        padding: 60px 0 40px;
        display: block;
    }
    
    .how-to-apply .sics-title span {
        color: #595959
    }
    
    .how-to-apply-btn {
        border: solid 1px #074193;
        padding: 15px 20px;
        width: 100%;
        max-width: 280px;
        display: inline-block;
        border-radius: 25px;
        color: #000;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 40px;
        box-shadow: 0 3px 9px #e2e2e2;
    }
    
    .how-to-apply-btn:hover {
        background-color: #074193;
        color: #fff;
    }
    
    .row-custom {
        margin: 0 -20px;
    }
    
    .row-custom .col-md-6 {
        padding: 0 20px;
    }
    
    .apply_block_wrap:hover:before {
        background-color: #ffc13c;
    }
    
    .apply_block_wrap {
        border: solid 1px #999;
        background-color: #f0f0f0;
        padding: 15px;
        border-radius: 30px;
        min-height: 200px;
        height: 100%
    }
    
    .apply_block {
        padding: 30px 30px 15px;
        background-color: #fff;
        border-radius: 30px;
        position: relative;
        text-align: center;
        height: 100%;
        display: block;
    }
    
    .apply_block p:last-child {
        margin-bottom: 0;
    }
    
    .apply_block p {
        margin-bottom: 12px;
    }
    
    .apply_block p a:hover {
        color: #ffc13c;
    }
    
    .apply_block_wrap::before {
        content: "";
        display: block;
        position: absolute;
        left: 21px;
        top: 1px;
        background-color: #e8e8e8;
        width: 50%;
        height: 55%;
        border-radius: 30px;
    }
    
    .alumny-section {
        position: relative;
        background-image: url("../images/alumny-bg.webp");
        background-repeat: no-repeat;
        background-size: 41% 70%;
    }
    
    .alumny_left {
        padding: 8px 0 30px 0;
    }
    
    .alumny_left_content {
        position: relative;
        padding: 20px 39px 10px 40px;
    }
    
    .alumny_left_content p:first-child::before {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("../images/alumny-q2.webp");
        width: 60px;
        height: 40px;
        top: 0;
        left: -50px;
        position: absolute;
        display: block;
    }
    
    .alumny_left_content p:last-child:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("../images/alumny-q1.webp");
        width: 60px;
        height: 40px;
        bottom: -28px;
        right: -40px;
        position: absolute;
        display: block;
    }
    
    .alumny_left_content p {
        margin: 0 0 18px;
        position: relative;
        max-width: 340px;
    }
    
    .how-to-apply .row-custom .col-md-6 {
        margin-bottom: 20px;
    }
    
    .apply_block h3 span {
        color: #256def;
        font-weight: 600;
    }
    
    .alumny_left_img {
        width: 340px;
    }
    
    .apply_block h3:after {
        content: "";
        width: 90%;
        max-width: 130px;
        height: 5px;
        margin: 5px auto 0;
        bottom: 0;
        background-color: #ededed;
        display: block;
    }
    
    .apply_block p a {
        color: #256def;
        ;
    }
    
    .apply_block h3 {
        color: #000;
        font-size: 22px;
        text-align: center;
        padding-bottom: 20px;
        position: relative;
        font-weight: 400;
        margin-bottom: 0;
        line-height: 28px;
    }
    
    .alumny_right {
        padding: 40px 0 20px;
        border-bottom: solid 1px #d4d4d4;
    }
    
    .alumny_right h2 {
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 30px;
        color: #1F4E79;
    }
    
    .alumny_slide {
        padding: 0 10px 0 15px
    }
    
    .alumny_slide {
        border-left: solid 1px #777
    }
    
    .alumny_slide_block h3 {
        font-size: 18px;
        line-height: 24px;
    }
    
    .alumny_slide_block span {
        font-weight: 500;
        color: #777777;
    }
    
    .alumny_profile {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .owl-carousel .owl-item .alumny_profile img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        object-position: top center;
        border-radius: 50%;
        ;
    }
    
    .alumny_profile .read_more {
        padding: 3px 10px;
        font-size: 12px;
        line-height: 15px;
    }
    
    .alumny_slider .owl-nav {
        position: absolute;
        bottom: -80px;
    }
    
    .alumny_slide_block p {
        min-height: 70px;
    }
    
    .alumny_slide_block h2 {
        min-height: 50px;
    }
    
    .alumny_slider.owl-carousel .owl-nav button {
        padding: 4px 8px 7px !important;
        font-size: 35px;
        background-color: #ededed;
        margin-right: 10px;
        color: #000;
        line-height: 30px;
    }
    
    .alumny_slider.owl-carousel .owl-nav button:hover {
        background-color: #256def;
        color: #fff;
    }
    /**** * * About Us * * ****/
    
    .carousel_section .owl-carousel .owl-nav button {
        padding: 4px 8px 7px !important;
        font-size: 35px;
        background-color: #ededed;
        color: #000;
        line-height: 30px;
        position: absolute;
        top: 50%;
        margin-top: -20px;
    }
    
    .carousel_section .owl-carousel {
        padding: 0 40px
    }
    
    .carousel_section .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }
    
    .carousel_section .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
    
    .carousel_section .owl-carousel .owl-nav button:hover {
        background-color: #256def;
        color: #fff;
    }
    
    .inner_banner.banner_section {
        min-height: auto;
        padding-bottom: 0;
    }
    
    .innerr_banner_content {
        padding: 50px 0;
    }
    
    .innerr_banner_content h1 {
        color: #ffc13c;
        text-transform: uppercase;
        font-size: 38px;
        margin-bottom: 20px;
        font-weight: 700;
    }
    
    .innerr_banner_content h2 {
        font-size: 28px;
        line-height: 38px;
        color: #fff;
        font-weight: 500;
    }
    
    .innerr_banner_content p {
        color: #ffc13c;
        font-size: 15px;
        margin-top: 15px;
    }
    
    /* .inner_bg_image {
        background-repeat: no-repeat;
        background-size: 70% 100%;
        background-image: url('../images/about-banner.webp');
        background-position: right top;
        min-height: 300px;
    } */

    .inner_bg_image {
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url('../images/about-banner.webp');
        background-position: right top;
        min-height: 300px;
    }
    
    .about_header h3 {
        color: #256def;
        font-size: 26px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 5px;
        line-height: 30px;
    }
    
    .about_header p {
        color: #256def;
    }
    
    .carousel_section {
        padding: 50px 0 60px;
    }
    
    .recruiters_logo {
        border: solid 2px #256def;
        padding: 10px;
        border-radius: 4px;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        text-align: center;
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
    }
    
    .recruiters_logo img {
        max-width: 100%;
        width: 180px;
    }
    
    .recruiters_logo:after {
        content: "";
        width: 0;
        height: 100%;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        background-color: rgba(37, 109, 239, 0.2);
        border-radius: 4px;
        -webkit-transition: width .3s ease 0s;
        transition: width .3s ease 0s;
    }
    
    .recruiters_logo:hover::after {
        width: 100%;
        opacity: 1;
    }
    
    .about-tab-section {
        padding-bottom: 0;
    }
    
    .about_tab_content p {
        text-align: center;
    }
    
    .about-tab-section .nav-tabs {
        max-width: 500px;
        margin: 30px auto 0;
        border-bottom: none;
        justify-content: space-between;
    }
    
    .about-tab-section .nav-tabs .nav-link {
        padding: 11px 30px;
        color: #5c5c5c;
        background-color: #eaeaea;
        font-size: 17px;
        line-height: 26px;
        text-transform: uppercase;
        width: 48%;
        text-align: center;
        font-weight: 600;
    }
    
    .about-tab-section .nav-tabs .nav-link:hover,
    .about-tab-section .nav-tabs .nav-link.active {
        background-color: #ffc13c;
        color: #000;
    }
    
    .carousel_section .tab-content {
        padding-bottom: 40px;
    }
    
    .about_tab_content p span {
        font-weight: 700;
    }
    
    .about_hr {
        width: 55%;
        margin: 50px auto 30px;
        border-top: solid 1px #ffc13c;
    }
    
    .flip_wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .flipbox_container {
        width: 25%;
    }
    
    .flip_main {
        padding: 10px;
        background-color: #fff;
        clip-path: polygon(26% 5%, 76% 5%, 100% 50%, 75% 93%, 26% 93%, 0% 50%);
        width: 195px;
        height: 195px;
        margin-bottom: 30px;
        overflow: hidden;
    }
    
    .flip_box {
        background-color: #fff;
        width: 170px;
        height: 170px;
        clip-path: polygon(26% 5%, 76% 5%, 100% 50%, 75% 93%, 26% 93%, 0% 50%);
        perspective: 1000px;
    }
    
    .flip_box_wrap {
        padding: 2px;
        background-color: #e8ebf5;
        clip-path: polygon(26% 5%, 76% 5%, 100% 50%, 75% 93%, 26% 93%, 0% 50%);
        width: 175px;
        height: 175px;
    }
    
    .flip_box_inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transform-style: preserve-3d;
    }
    
    .flip_box:focus {
        outline: 0;
    }
    
    .flip_main:hover .flip_back {
       bottom: 0;
    }
    .flip_box:hover .flip_front {
        bottom: -195px;
    }
    
    .flip_front,
    .flip_back {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
    }
    
    .flip_main:hover,
    .flip_main:hover .flip_box_wrap {
        background-color: #ffdf9b;
    }
    
    .flip_front {
        background-color: #fff;
        color: black;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        padding: 10px 20px;
        z-index: 33;
        transition: bottom .5s ease 0s;
    }
    
    .flip_front h4 {
        color: #256def;
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 5px;
    }
    
    .flip_front h6 {
        color: #000;
        font-size: 18px;
        line-height: 22px;
    }
    
    .flip_back {
        background-color: #ffc13c;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom:-195px;
        transition: bottom .5s ease 0s;
    }
    
    .flip_back img {
        width: 90px
    }
    
    .counter_section {
        padding: 60px 0;
        background: #e8ebf5;
    }
    
    .advisory-section {
        padding: 50px 0;
    }
    
    .advisory-section .about_img img {
        width: 100%
    }
    
    .advisory_block {
        display: block;
        padding: 15px 20px 0;
        border: none;
        border-left: solid 4px #ffdf9b;
        border-right: solid 4px #ffdf9b;
        border-top: solid 1px #ffdf9b;
        border-bottom: solid 1px #ffdf9b;
        font-size: 16px;
        line-height: 22px;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        background-color: #fff;
        margin-bottom: 15px;
        border-radius: 60px 0;
        transition-duration: 0.3s;
        position: relative;
        height: 100%;
    }
    
    .advisory-section .about_header {
        padding: 10px 0 30px
    }
    
    .advisory-section .about_header p {
        color: #555;
        text-align: center;
    }
    
    .advisory_block:hover {
        background-color: #fff2e8;
        border-color: #ffc13c;
    }
    
    .advisory_img img {
        width: 180px;
        height: 180px;
        border-radius: 50%;
        border: solid 2px #ddd;
        display: block;
        margin: 0 auto;
    }
    
    .advisory_content {
        padding: 20px 0 0;
        text-align: center;
    }
    
    .advisory_content h3 {
        font-size: 20px;
        line-height: 30px;
    }
    
    .advisory_content p {
        font-weight: 600;
        text-align: center;
    }
    
    .advisory-section .col-12.col-sm-6.col-lg-4 {
        margin-bottom: 30px;
    }
    
    .founder_image {
        box-shadow: -44px -44px 0px -42px #ffc13c, 42px 42px 0px -40px #256def;
        padding: 10px;
        background-color: #fff2e8;
        margin-bottom: 20px;
    }
    
    .founder_image img {
        width: 100%;
    }
    
    .founder_detail h3 {
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .founder_detail h4 {
        margin-bottom: 10px;
    }
    .founder_detail p {
        font-weight: 600;
        font-size: 17px;
        color: #555;
    }
    
    .founder_detail {
        padding-bottom: 15px;
    }
    
    .about_tab_content .founder_content p {
        text-align: left;
    }
    
    .founder_content ul li,
    .feature-block ul li {
        position: relative;
        padding-left: 20px;
    }
    
    .two-col li {
        display: inline-block;
        vertical-align: top;
        width: 49%;
    }
    
    .two-col {
        max-width: 900px
    }
    
    .small-container {
        max-width: 700px;
        margin: 0 auto;
    }
    
    .founder_content ul li:before,
    .feature-block ul li:before {
        text-align: center;
        content: "\f00c";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        left: 0;
        font-size: 10px;
        top: 2px;
        color: #0c68b1;
        width: 15px;
        height: 15px;
        border: solid 1px #0c68b1;
        border-radius: 50%;
        line-height: 15px;
    }
    .counter-icon img {
        width:60px;
    }
    .counter-block {
        display: inline-block;
        width: 19.5%;
        text-align: center;
        vertical-align: middle;
    }
    .counter-block+.counter-block {
        border-left: solid 1px #000;
    }
    .counter-block h3{
        color: #000
    }
    .counter-block p{
        font-size: 16px;
        font-weight: 600;
    }
.legacy-title h4 {
    font-size: 22px;
}
.counter-icon {
    height: 90px;
}
    .counter-content p {
        text-align: center;
        min-height: 40px;
    }
    /**  Academics inner pages **/
    
    .academics-section .img-fluid {
        width: 100%;
    }
    
    .academics-section {
        padding: 70px 0;
    }
    
   
    /** code added by miss.pooja 29-09-2025 **/

.card_main_box{
    width: 100%;
}

.plain-card {
    max-width: 400px;
    background: #fff;
    border: 1px solid #03367d40;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.plain-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.plain-card img {
  width: 70px !important;
  display: block;
  margin: 0 auto 15px; 
}

.plain-card h5 {
    font-size: 16px;
    font-weight: 600;
    color: #04347B;
    margin-bottom: 20px;
    line-height: 22px;
}

.btn-card {
    display: inline-block;
    padding: 8px 16px;
    background-color: #04347B;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.3s ease;
}

.btn-card:hover {
    background-color: #fec13c;
    color: #04347B;
}

/** code added by miss.pooja 29-09-2025 end **/

    .skill-box p {
        margin-bottom: 0;
        font-size: 15px;
        position: relative;
        z-index: 333;
    }
    
    .skill-box {
        border: solid 2px #ffc13c;
        border-left: solid 8px #ffc13c;
        background-color: #f0f0f0;
        padding: 20px 15px;
        margin-bottom: 30px;
        position: relative;
        -webkit-transition: all .4s ease 0s;
        transition: all .4s ease 0s;
    }
    
    .skill-box:hover .block_heading {
        color: #0c68b1;
    }
    
    .block_heading {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: 700;
        color: #0c68b1;
        position: relative;
        z-index: 333;
    }
    
    .skill-box::after {
        content: "";
        width: 0;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: width .4s ease 0s;
        transition: width .4s ease 0s;
        background-color: rgba(255, 223, 155, 0.2);
        display: block;
    }
    
    .skill-box:hover:after {
        width: 100%;
    }
    
    .skill-box:hover {
        border-color: #0c68b1;
    }
    
    .advisory-block {
        margin-bottom: 30px;
        display: flex;
        justify-content: space-between;
        border: solid 1px #0c68b1;
        height: calc(100% - 30px);
        border-radius: 10px;
        padding: 20px;
        align-items: center;
    }
    
    .advisory-block:hover {
        background: #f3f3f3;
        border-color: #ffc13c;
    }
    
    .timeline {
        list-style: none;
        padding: 10px 0 10px;
        position: relative;
    }
    
    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }
    
    .timeline>li {
        margin-bottom: 0x;
        position: relative;
    }
    
    .timeline>li:before,
    .timeline>li:after {
        content: " ";
        display: table;
    }
    
    .timeline>li:after {
        clear: both;
    }
    
    .timeline>li>.timeline-panel {
        width: 44%;
        float: left;
        border: 1px solid #d4d4d4;
        border-radius: 2px;
        padding: 10px;
        background-color: #fff;
        position: relative;
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    }
    
    .timeline>li>.timeline-panel:before {
        position: absolute;
        top: 26px;
        right: -15px;
        display: inline-block;
        border-top: 15px solid transparent;
        border-left: 15px solid #ccc;
        border-right: 0 solid #ccc;
        border-bottom: 15px solid transparent;
        content: " ";
    }
    
    .timeline>li>.timeline-panel:after {
        position: absolute;
        top: 27px;
        right: -14px;
        display: inline-block;
        border-top: 14px solid transparent;
        border-left: 14px solid #fff;
        border-right: 0 solid #fff;
        border-bottom: 14px solid transparent;
        content: " ";
    }
    
    .timeline>li>.timeline-badge {
        color: #fff;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 1.4em;
        text-align: center;
        position: absolute;
        top: 16px;
        left: 50%;
        margin-left: -25px;
        background-color: #ffc13c;
        z-index: 1;
        border-top-right-radius: 50%;
        border-top-left-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
    }
    
    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
    }
    
    .timeline>li.timeline-inverted>.timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    
    .timeline>li.timeline-inverted>.timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    
    .timeline-title {
        margin-top: 0;
        color: inherit;
        color: #0c68b1;
    }
    
    .timeline-body>p,
    .timeline-body>ul {
        margin-bottom: 0;
        word-wrap: break-word;
    }
    
    .timeline-body>p+p {
        margin-top: 5px;
    }
    
    .table-responsive .table.table-striped th {
        background-color: #ffc13c;
        color: #fff;
        font-weight: 700;
    }
    
    .fee-title span {
        display: block;
        color: #000;
        font-size: 17px;
    }
    /**** * Photo Gallery * ****/
    
    .grey-section {
        padding: 50px 0;
        background-color: #e8ebf5;
    }
    
    .about-tab-section .nav.fee-tabs {
        max-width: 650px;
    }
    
    .photo_section {
        padding: 60px 0;
    }
    
    .gallery_main_box .row {
        margin: 0 -10px;
    }
    
    .gallery_main_box .col-12 {
        padding: 0 10px;
    }
    
    .gallery_box {
        overflow: hidden;
        display: block;
        margin-bottom: 20px;
    }
    
    .gallery_box a {
        transform: scale(1);
        -webkit-transition: all .3s ease-in 0s;
        transition: all .3s ease-in 0s;
        display: block;
        overflow: hidden;
    }
    
    .gallery_box img {
        width: 100%;
        height: 320px;
        object-fit: cover;
        max-width: 100%;
        transition-duration: 0.3s;
    }
    
    .gallery_box:hover a {
        transform: scale(1.1);
    }
    
    .gallery_box video {
        width: 100%;
        height: 320px;
        object-fit: cover;
        max-width: 100%;
        transition-duration: 0.3s;
    }
    /** * Blog* **/
    
    .blog_img,
    .recent-blog-img {
        display: block;
        overflow: hidden;
    }
    
    .blog_img img {
        height: 320px;
    }
    
    .recent-blog-img img {
        height: 250px
    }
    
    .blog_img img,
    .recent-blog-img img {
        width: 100%;
        -webkit-transition: all .3s ease-in 0s;
        transition: all .3s ease-in 0s;
        transform: scale(1);
        object-fit: cover;
    }
    
    .blog_img:hover img,
    .recent-blog-img:hover img {
        transform: scale(1.1);
    }
    
    .blog_box {
        background: #f1f1f1;
        margin-bottom: 25px;
    }
    
    .blog-content {
        display: block;
        padding: 20px;
        text-align: justify;
    }
    
    .blog-content h4 {
        margin-bottom: 10px;
    }
    
    span.date {
        font-weight: 600;
        font-size: 16px;
        color: #ffc13c;
        padding-bottom: 10px;
        display: block;
    }
    
    span.date i {
        padding-right: 4px;
    }
    
    .blog-content .read_more i {
        margin-left: 5px;
    }
    
    .recent-blog {
        border: solid 1px #ddd;
        margin-bottom: 20px;
    }
    
    .recent-blog-content {
        padding: 15px 20px;
    }
    
    .recent-blog-content h4 {
        font-size: 20px;
        margin-bottom: 0;
    }
    
    .recent-blog-content .date {
        padding-bottom: 10px;
    }
    
    .testimonial-header {
        max-width: 900px;
        margin: 0 auto 50px;
        text-align: center;
        display: block;
    }
    
    .testimonial-header p {
        font-size: 18px;
        line-height: 24px;
    }
    
    .testimonial-block:hover {
        background-color: #0c68b1;
    }
    
    .testimonial-block {
        background-color: #f2f2f2;
        padding: 30px 50px 20px;
        border-radius: 20px;
        -webkit-transition: all .2s ease-in 0s;
        transition: all .2s ease-in 0s;
        margin-bottom: 30px;
        height: calc(100% - 30px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .testimonial-block .quoto-block {
        font-size: 40px;
        margin-bottom: 10px;
        color: #ffc13c;
    }
    
    .testimonial-block:hover .testimonial-content p {
        color: #fff;
    }
    
    .testimonial-block:hover .img-detail h5 {
        color: #ffc13c;
    }
    
    .testimonial-block:hover .img-detail span {
        color: #fff
    }
    
    .testimonial-content p {
        font-size: 16px;
        text-align: justify;
        line-height: 24px;
    }
    
    .img-detail {
        width: calc(100% - 100px);
    }
    
    .img-detail h5 {
        margin-bottom: 0;
        font-weight: 700;
        font-size: 22px;
        letter-spacing: 0.5px;
    }
    
    .testimonial-img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }
    
    .testimonial-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .testimonial-img img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }
    
    .img-detail span {
        color: #ffc13c;
        font-weight: 400;
        font-size: 18px;
        display: block;
    }
    
    .cou_apply_btn {
        padding: 10px 20px;
        color: #000;
        border-radius: 10px;
        background-color: #FFC13C;
        text-transform: uppercase;
        letter-spacing: 0.2px;
        font-size: 15px;
        font-weight: 700;
        float: left;
    }
    
    .cou_apply_btn:hover {
        background-color: #03367D;
        color: #fff;
    }
    /* READ MORE BUTTON FOR FEATURE START */
    
    .read_less_btn a {
        float: right;
        margin: 0 10px -28px 0;
        z-index: 500;
        position: relative;
        padding: 6px 19px;
    }
    
    .read_more_extracontent {
        float: right;
        background-color: #fff;
        color: #03367D !important;
        font-size: 12px;
        padding: 5px 16px;
        line-height: normal;
        border-radius: 17px;
        margin: 0px 10px 10px 0;
        text-decoration: none !important;
        transition-duration: 0.5s;
        border: 1px solid #03367d8f;
    }
    
    .feature-block:hover .read_more_extracontent {
        background-image: linear-gradient(180deg, #FEC13C 0%, #FEC13C 10%);
        transition-duration: 0.5s;
        border: none;
    }
    
    .extra_content {
        display: none;
    }
    
    .add {
        display: block;
    }
    
    .feature-content p {
        margin: 0;
    }
    
    .page-header--fixed .sticky-header {
        position: fixed;
        top: 0;
        z-index: 777;
        display: block;
        width: 100%;
        background: #03367d;
    }
    .owl-carousel .gallery_img .play img {
        width: 14px;
        height: auto;
        border-radius: 0;
        top: 11px;
        position: relative;
        left: 2px;
    }
    .gallery_img .play {
        width: 40px;
        height: 40px;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        border: solid 2px #ddd;
        border-radius: 50%;
        transform: translateY(-50%);
        margin-left: -20px;
        background-color: #555;
    }
    section.about-section.about-tab-section + .academics-section {
        padding: 40px 0
    }
    @media (min-width: 992px) {
        .container,
        .main-navigation nav {
            max-width: 960px
        }
    }
    
    @media screen and (min-width:1025px) {
        .main-navigation nav>ul>li.has-sub:hover ul.sub-menu {
            display: block;
        }
        ul.sub-menu li:hover>ul {
            display: block
        }
        /* .main-navigation nav > ul > li a:hover {
            color: #c2161c;
        } */
        .main-navigation nav>ul>li>a {
            padding: 0 12px;
        }
        .gallery-menu ul.sub-menu {
            width: 160px;
        }
        .gallery-menu ul.sub-menu li>ul {
            width: 190px;
            left: 152px;
        }
    }
    
    @media (min-width: 1200px) {
        .about_content {
            width: 91%;
        }
        .about_header p {
            font-size: 17px;
        }
        .container,
        .main-navigation nav {
            max-width: 1180px
        }
        .main-navigation nav>ul>li>a {
            padding: 0 21px 0 26px;
            font-size: 15px;
        }
        .carousel_section .about_tab_content {
            text-align: center;
            max-width: 74%;
            margin: 0 auto;
        }
        .carousel_section .about_tab_content p:first-child {
            width: 82%;
            margin: 0 auto 15px;
            display: block;
        }
        .carousel_section .about_tab_content p {
            font-size: 15px;
        }
        .flip_main {
            width: 230px;
            height: 230px;
        }
        .flip_box_wrap {
            width: 210px;
            height: 210px;
        }
        .flip_box {
            width: 206px;
            height: 206px
        }
        .flip_front h4 {
            font-size: 38px;
            line-height: 45px;
        }
        .flip_back {
            bottom: -230px
        }
        .flip_main:hover .flip_back {
            bottom: 0;
         }
         .flip_box:hover .flip_front {
             bottom: -230px;
         }
    }
    
    @media (min-width: 1400px) {
        .container,
        .main-navigation nav {
            max-width: 1400px
        }
        .main-navigation nav>ul>li>a {
            padding: 0 29px;
        }
        .gallery_slider_wrap .owl-carousel .owl-nav button.owl-prev {
            left: -30px
        }
        .gallery_slider_wrap .owl-carousel .owl-nav button.owl-next {
            right: -30px;
        }
        .viision-section .row {
            margin: 0 -20px;
        }
        .viision-section .col-md-6 {
            padding: 0 20px;
        }
    }
    
    @media screen and (max-width:1400px) {
        .download_group {
            padding: 4px 15px
        }
        .call_btn {
            padding: 6px 15px;
            margin-left: 15px;
        }
        .marquee h5 {
            font-size: 18px;
        }
        .banner_inner_content {
            min-height: 410px;
        }
        .student_img img {
            max-width: 305px;
        }
        .college_img {
            height: 87.3%;
        }
    }
    
    @media screen and (max-width:1200px) {
        .logo-title {
            font-size: 18px;
        }
        .college_img {
            height: 84.8%
        }
        .banner_inner_content {
            min-height: 335px;
        }
        .banner-link {
            width: 100%
        }
        .banner-link a {
            padding: 10px
        }
        .banner_text p {
            font-size: 16px;
        }
        .student_img {
            right: -78px
        }
        .student_img img {
            max-width: 230px;
        }
        .main-navigation nav>ul>li>a {
            font-size: 14px;
        }
        .alumny_left_content p:last-child:after,.alumny_left_content p:first-child::before {
            width: 40px;
             right: 0;
             height: 30px;
        }
       .alumny_left_content p:first-child::before {
            width: 40px;
             height: 30px;
        }
        .alumny_left_img {
            max-width: 100%;
            width: 250px;
        }
        .alumny_left_content p {
            font-size: 12px;
            line-height: 18px;
        }
        .menu_right a{
            font-size: 12px;
        }
        .call_btn {
            padding: 6px 10px;
            margin-left: 8px;
            font-size: 12px;
        }
        .download_group {
            padding: 4px 10px
        }
    }
    
    @media screen and (max-width:1024px) {
        .apply_btn {
            margin-right: 40px;
        }
        .nav-trigger {
            top: 50px;
            right: 15px;
        }
        .download_group {
            padding: 4px 10px;
            display: block;
            transform: none;
            background: none;
        }
        .menu-trigger {
            top: 15px;
            right: 35px
        }
        .call_btn {
            font-size: 16px;
            transform: none;
            max-width: 200px;
            border-radius: 25px;
            display: block;
            margin: 0 auto 6px;
            background-color: #03367d;
        }
        .menu_right .call_btn a{
            margin-bottom: 0;
            max-width: 200px;
            padding: 0;
            background-color: #03367d;
        }
        .menu_right a.home-mail {
            display: block;
            max-width: 100%;
            font-size: 15px;
        }
        .menu_right a {
            font-size: 14px;
            display: block;
            max-width: 200px;
            margin: 0 auto 10px;
            transform: none;
            padding: 8px 20px;
        }
        .nav-trigger,
        .menu-trigger {
            display: block;
            
            cursor: pointer;
            height: 22px;
            width: 28px;
            padding: 0;
            opacity: 1;
            position: absolute;            
            -webkit-transition: all .2s ease-in 0s;
            transition: all .2s ease-in 0s;
            z-index: 9999999;
        }
        .menu-trigger .bars  {
            background-color: #fff;
        }
        .nav-trigger .bars {
            background-color: #ffc13c;
        }
        .nav-trigger .bars,
        .menu-trigger .bars {
            height: 4px;
            margin-bottom: 5px;
            width: 100%;
            -webkit-transition: all .2s ease-in 0s;
            transition: all .2s ease-in 0s;
        }
        .nav-trigger .bars:last-child,
        .menu-trigger .bars:last-child {
            margin-bottom: 0;
        }
        .main-menu--open .page-header {
            z-index: 999;
        }
        .main-menu--open .bars:first-child, 
        .top-menu--open  .bars:first-child{
            -webkit-transform: translateY(8px) rotate(136deg);
            transform: translateY(8px) rotate(136deg);
        }
        .main-menu--open .bars:nth-child(2),
        .top-menu--open  .bars:nth-child(2) {
            -webkit-transform: scale(0);
            transform: scale(0);
        }
        .main-menu--open .bars:last-child,
        .top-menu--open .bars:last-child {
            -webkit-transform: translateY(-10px) rotate(-136deg);
            transform: translateY(-10px) rotate(-136deg);
        }
        .main-menu--open .main-navigation{
            opacity: 1;
            pointer-events: auto;
        }
        .top-menu--open .secondary_menu {
            opacity: 1;
            pointer-events: auto;
            display: flex;
        }
        .page-header.page-header--fixed+.main-area {
            padding-top: 58px;
        }
        .main-area {
            position: relative;
        }
        .main-navigation {
            height: 100%;
            left: 0;
            top: 0;
            overflow-y: auto;
            padding: 0;
            position: fixed;
            width: 100%;
            z-index: 99999;
            opacity: 0;
            pointer-events: none;
            -webkit-transition: opacity .2s ease 0s;
            transition: opacity .2s ease 0s;
            border-top: 1px solid #fff;
            background-color: #0c68b1;
            ;
        }
        .secondary_menu {
            height: 100%;
            left: 0;
            top:0;
            position: fixed;
            background-color: #0c68b1;
            -webkit-transition: opacity .2s ease 0s;
            transition: opacity .2s ease 0s;
            z-index: 999;
            opacity: 0;
            width:100%;
            display: none;
            align-items: center;
            justify-content: center;
        }
        .secondary_menu .col-lg-2,
        .secondary_menu .col-lg-10.menu_right {
            max-width: 100%;
            text-align: center;
            display: block;
        }

        .main-navigation nav {
            padding: 20px;
            max-width: 95%;
            text-align: center;
            top: 50%;
            margin: 0 auto;
            transform: translateY(-50%);
            position: relative
        }
        .main-navigation nav>ul>li {
            display: block;
            width: 100%;
            margin: 0 auto !important;
            padding: 0;
            border-bottom: solid 1px #fff;
            color: #ffc13c;
        }
        .main-navigation nav>ul>li+li:before {
            display: none;
        }
        .main-navigation nav>ul>li>a {
            padding: 0 20px;
            color: #ffc13c;
            background-color: transparent;
            padding: 10px;
            font-size: 17px;
            display: block;
        }
        .page-header {
            position: fixed;
            width: 100%;
            z-index: 999;
            top: 0
        }
        .main-area {
            margin-top: 102px;
        }
        .footer_menu li a {
            font-size: 12px;
            padding: 0 4px;
        }
        .top-menu--open .nav-trigger,
        .main-menu--open .menu-trigger {
            display: none
        }
        /*Navigation*/
        .down-arrow {
            display: block;
            position: absolute;
            color: #ffc13c;
            right: 20px;
            top: 6px;
            width: 20px;
            height: 20px;
        }
        .down-arrow i {
            color: #ffc13c;
        }
        .sub-open>.down-arrow .fa-angle-down:before {
            content: '\f106';
        }
        .sub-open>.sub-open>.down-arrow {
            content: '\f106';
        }
        ul.sub-menu {
            width: 100%;
            position: relative;
            top: auto;
        }
        ul.sub-menu li {
            border-bottom: solid 1px #ffc13c;
        }
        ul.sub-menu li>ul {
            position: relative;
            width: 100%;
            top: auto;
            left: auto;
            right: auto;
        }
        .secondary_menu .row {
            display: block;
        }
        .main-menu--open .nav-trigger {
            top:20px
        }
    }
    
    @media screen and (max-width:992px) {
        .logo img {
            max-width: 170px
        }
        .apply_btn {
            padding: 10px;
            margin-left: 15px;
        }
        .logo-title {
            font-size: 15px;
            margin: 10px 0 0;
            line-height: 20px;
        }
        .college_img {
            display: none;
        }
        .student_img {
            float: right;
            position: relative;
        }
        .banner-link a {
            text-align: center;
        }
        .student_img img {
            max-width: 250px;
        }
        .student_img {
            right: 0;
        }
        .banner_inner_content {
            min-height: 307px;
        }
        .banner_text {
            margin-bottom: 0;
        }
        .banner_content {
            padding: 0;
            max-width: 100%
        }
        .banner_main_wrap {
            border-top: solid 1px #365d95;
        }
        .video_content.right_txt {
            padding-left: 10px;
        }
        .video_content.left_txt {
            padding-right: 30px;
        }
        h2 {
            font-size: 24px;
            line-height: 30px;
        }
        .alumny_left_content p {
            max-width: 90%
        }
        .alumny_left_content p:first-child::before {
            left: -25px
        }
        .alumny_left_content {
            padding: 20px 20px 20px 30px;
        }
        .alumny-section {
            background-size: 100% 40%;
            padding-bottom: 80px;
        }
        .alumny_left_img img {
            max-width: 100%;
            width: 320px;
        }
        .alumny_left_img {
            width:100%;
            text-align: center;
        }
        .banner_inner_content {
            max-width: 100%;
        }
        .main-area {
            margin-top: 125px;
        }
        .flip_wrapper {
            display: block;
        }
        .flipbox_container {
            width: 32%;
            display: inline-block;
            vertical-align: top;
        }
        .inner_bg_image {
            background-size: 62% 100%;
        }
        .about_content {
            padding: 30px 0;
        }
        .gallery_box img,
        .gallery_box video {
            height: 250px
        }
        .testimonial-block {
            padding: 30px 25px 20px;
        }
        .img-detail h5 {
            font-size: 20px;
            line-height: 25px;
        }
        .img-detail h5 span {
            font-size: 16px;
        }
        .innerr_banner_content h2 {
            font-size: 24px;
            line-height: 30px;
            padding-right: 15px;
        }
        .innerr_banner_content h1 {
            font-size: 32px;
            padding-right: 25px;
        }
        .inner_bg_image,
        .inner_about_bg_image,
        .inner_acadmics_bg_image,
        .inner_admission_bg_image,
        .inner_student_bg_image {
            background-size: 62% 100% !important;
        }
        .about-tab-section .nav-tabs {
            margin: 0 auto;
        }
        .about_content {
            padding-bottom: 0;
        }
        .about-section+.advisory-section {
            padding: 0 0 40px
        }
    }
  
    
    @media screen and (max-width:768px) {
        .banner_text p:first-child {
            font-size: 18px;
        }
        .inner_bg_image,
        .inner_about_bg_image,
        .inner_acadmics_bg_image,
        .inner_admission_bg_image,
        .inner_student_bg_image {
            background-image: none !important;
        }
        .banner_section {
            padding: 0;
        }
        .mit-sics-section {
            padding: 20px 0;
        }
        .video_block {
            margin-bottom: 40px;
        }
        .container {
            max-width: 100%;
        }
        .footer {
            text-align: center;
        }
        ul.social_icon {
            float: none;
            margin-top: 15px;
            justify-content: center;
        }
        .gallery_slider_wrap .owl-carousel {
            width: 90%;
            margin: 0 auto;
        }
        .gallery_slider_wrap .owl-carousel .owl-nav button.owl-prev {
            left: -15px
        }
        .gallery_slider_wrap .owl-carousel .owl-nav button.owl-next {
            right: -15px
        }
        .gallery-section .nav-tabs .nav-link {
            font-size: 15px;
            padding: 10px;
        }
        .gallery-section .nav-tabs .nav-link+.nav-link {
            margin-left: 15px;
        }
        .college_img {
            display: none;
        }
        .student_img {
            right: 0;
        }
        .banner_main_wrap {
            padding-bottom: 50px;
        }
        .banner_inner_content {
            margin: 0 auto;
            width: 400px;
        }
        marquee.marquee {
            position: relative;
            left: auto;
            top: auto;
        }
        .logo-title {
            display: inline-block;
        }
        .main-area {
            margin-top: 124px;
        }
        .gallery-section .nav-tabs .nav-link {
            width: 45%
        }
        .link-group {
            right: -115px
        }
        .link-group .footer-btn {
            font-size: 13px;
            line-height: 13px;
            padding: 5px 8px;
        }
        .owl-carousel .gallery_img img {
            width: 190px;
            height:190px;
            margin: -11% auto 0;
        }
        .gallery_slider_wrap {
            padding-top: 60px
        }
        .vision_block {
            margin-bottom: 70px;
            height: auto;
        }
        .vision_img {
            right: 0
        }
        .menu-top .col-md-9 {
            text-align: center;
        }
        .about_img img {
        width: 100%;
        }
        
        .viision-section {
            padding: 80px 0 0;
        }
        .student_img {
            display: none;
        }
        .inner_banner.banner_section {
            padding-top: 15px;
        }
        .inner_bg_image {
            border-top: solid 2px #365d95
        }
        .founder_image {
            max-width: 90%;
            margin: 0 auto 30px;
        }
        .gallery_box img,
        .gallery_box video {
            height: auto;
        }
        .apply_block p,
        .footer_left p {
            text-align: center;
        }
        .counter-block {
            width: 30%;
            margin-bottom: 30px;
            
        }
        .counter-block p {
            margin-bottom: 0;
        }

        .counter-block:nth-child(4) {
            border-left: 0;
        }
        .academics-section {
            padding: 30px 0 20px
        }
        .about_header h3 {
            font-size: 22px;
        }
        .nav-trigger {
            top: 40px;
            right: 34px;
        }
        .about-tab-section .nav-tabs .nav-link {
            width:100%
        }
        .about-tab-section .nav-tabs {
            display: block;
        }
        .video_content.left_txt,
        .video_content.right_txt {
            padding: 0 20px 0 15px;
        }
        .mit-legacy  section.about-section.about-tab-section .my-5 {
            margin-top: 20px !important;
        }
        #download label.error ,
        #poppup label.error{
            font-weight: bold;
            color: #bc1010;
            text-align: left;
            display: block;
            margin-bottom: 0;
        }
    }
    
    @media screen and (max-width: 620px) {
        .flipbox_container {
            width: 49%;
            display: inline-block;
            vertical-align: top;
        }
        
    }
    
    @media screen and (max-width: 580px) {
        .advisory_block {
            max-width: 320px;
            margin: 0 auto 30px;
        }
        .alumny_slide {
            border-left: none;
        }
        .logo-title {
            float: none;
            display: block;
        }
        .apply_btn {
            float: none;
            margin: 5px auto;
            display: inline-block;
        }
        .main-area {
            margin-top: 155px
        }
        .banner-link a {
            padding: 10px;
        }
        .banner_content {
            padding-top: 20px;
        }
        .counter-block {
            width: 49%;
            margin: 0 auto;
            border-left: none !important;
            border-bottom: solid 1px #000;
            padding: 20px 0 10px;
            display: block;
        }
        .counter-icon {
            height: auto;
            margin-bottom: 10px;
        }
    }
    
    @media screen and (max-width: 473px) {
        .flipbox_container {
            width: 100%;
            display: inline-block;
            vertical-align: top;
            margin: 0 auto;
        }
        .flip_main {
            margin: 0 auto;
        }
    }
    
    @media screen and (max-width: 370px) {
        .banner-link a span {
            display: block;
            font-size: 18px;
        }
        .logo-title {
            font-size: 16px;
        }
        .main-area {
            margin-top: 175px
        }
    }
    /* READ MORE BUTTON FOR FEATURE START */
    
    .read_less_btn a {
        float: right;
        margin: 0 10px -28px 0;
        z-index: 500;
        position: relative;
        padding: 6px 19px;
    }
    
    .read_more_extracontent {
        float: right;
        background-color: #ddd;
        color: #03367d !important;
        font-size: 12px;
        padding: 6px 16px;
        line-height: normal;
        border-radius: 10px;
        margin: 0px 10px 10px 0;
        text-decoration: none !important;
        transition-duration: 0.5s;
    }
    
    .feature-block:hover .read_more_extracontent {
        background-image: linear-gradient(180deg, #fec13c 0%, #fec13c 10%);
        transition-duration: 0.5s;
    }
    
    .extra_content {
        display: none;
    }
    
    .add {
        display: block;
    }
    
    .feature-content p {
        margin: 0;
    }
    /* ---------Foote css---------- */
    
    .cou_apply_btn {
        padding: 10px 20px;
        color: #000;
        border-radius: 10px;
        background-color: #ffc13c;
        text-transform: uppercase;
        letter-spacing: 0.2px;
        font-size: 15px;
        font-weight: 700;
        float: left;
    }
    
    .cou_apply_btn:hover {
        background-color: #03367d;
        color: #fff;
    }
    
    .info_single span a {
        font-size: 16px;
        letter-spacing: 1px;
        color: #ffffff;
    }