
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

body{
    font-family: 'Noto Serif', sans-serif;
}

.scroll-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #e9b744;
    color: black;
    overflow: hidden;
    z-index: 9999;
    font-weight: bold;
}

/* Track holding duplicated text */
.scroll-track {
    display: flex;
    width: max-content;
    animation: scroll 40s linear infinite;
}

/* Text */
.scroll-text {
    white-space: nowrap;
    padding: 10px 50px;
}

/* Pause on hover */
.scroll-bar:hover .scroll-track {
    animation-play-state: paused;
}

/* Smooth Infinite Animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.carousel .carouselbg {
    position: absolute;
    left: 15%;
    top: 50%;
    width: 50%;
    transform: translateY(-50%);
    BACKGROUND: TRANSPARENT;
    BOX-SHADOW: NONE;
    text-align: left;
}
.carousel .carouselbg p {
    font-size: 20px;
    TEXT-ALIGN: LEFT;
    display: inline-block;
    padding-top: 12px;
    WIDTH: 73%;
}
.carousel-caption h5 {
    font-size: 40px;
    text-align: left;
    border-BOTTOM: 2px solid #fff;
    DISPLAY: INLINE-BLOCK;
    TEXT-TRANSFORM: UPPERCASE;
    PADDING-BOTTOM: 15PX;
}
.carousel-caption a {
    BACKGROUND: #720505;
    COLOR: #FFF;
    padding: 15px 22px;
    margin-top: 9px;
    display: block;
    text-align: center;
    border-radius: 25px;
    width: 200px;
}
#header .social-icons img {
    width: 19%!important;
}
.popup-left h4 {
    color: #720505;
}
.contact-box a {
    color: #444;
}
.popup-left .features li {
    margin: 12px 0;
    font-size: 15px;
}
.popup-left p {
    margin-top: 18px;
}
.address, .email, .phone {
    display: flex;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 20px;
}
.contact .info p {
    padding: 0 0  0 15px;
    margin-bottom: 0;
    font-size: 14px;
    color: #515151;
}
.contact .info i {
    font-size: 18px;
    color: #720505;
    
    width: 35px;
    height: 35px;
    background: #f9f1e1;
    border-radius: 5px;
    
}
.navbar a:hover, .navbar .active, .navbar li:hover>a {
    color: #e9b744;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover>a {
    color: #e9b744;
}
.contact .section-title p {
    display: none;
}
.contact .contactform button[type="submit"]:hover {
    background: #720505;
    transition: all 0.5s;
}
.contact .contactform button[type="submit"] {
    background: #e9b744;
    border: 0;
    padding: 12px 34px;
    color: #fff;
    transition: .4s;
    border-radius: 50px;
}
#header.header-scrolled .top-left, #header.header-inner-pages,#header.header-scrolled .social-icons {
    transform: scale(0.8);
    padding: 0;
    transition: transform 1s ease-in-out;
}
.header-scrolled section#logobar {
    padding: 0;
    background: #fff;
    transition: all 1s;
}
.top-left span a {
    color: #fff;
}
.top-left span a:hover {
    color: #e9b744;
    transition: all 0.5s;
}
/* ===== Overlay ===== */
.popup-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4);
    backdrop-filter:blur(4px);
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:9999;
}

/* ===== Popup Box ===== */
.popup-box{
    background:#fff8f3;
    max-width:900px;
    width:90%;
    border-radius:20px;
    padding:35px;
    position:relative;
    display:grid;
    grid-template-columns:1.3fr 1fr;
    gap:30px;
    box-shadow:0 15px 40px rgba(0,0,0,0.25);
    animation:pop 0.5s ease;
}

@keyframes pop{
    from{transform:scale(0.8);opacity:0;}
    to{transform:scale(1);opacity:1;}
}

/* ===== Close ===== */
.popup-close{
    position:absolute;
    top:15px;
    right:15px;
    background:#fff;
    border:none;
    width:35px;
    height:35px;
    border-radius:50%;
    font-size:20px;
    cursor:pointer;
    box-shadow:0 2px 8px rgba(0,0,0,0.2);
}

/* ===== Left ===== */
.popup-left h1{
    color:#7b2d40;
    font-size:34px;
}

.popup-left h3{
    color:#444;
    margin:10px 0 20px;
}

.highlight{
    background:#f6e3c3;
    padding:8px 15px;
    border-radius:20px;
    display:inline-block;
    margin-bottom:20px;
}

/* Features */
.features{
    list-style:none;
    padding:0;
}

.features li{
    margin:12px 0;
    font-size:17px;
}

.features li::before{
    content:"✔";
    color:#c89a42;
    margin-right:10px;
}

/* Contact */
.contact-title{
    margin-top:25px;
    font-weight:600;
}

.contacts{
    display:flex;
    gap:15px;
    margin:15px 0;
}

.contact-box{
    background:#f6e3c3;
    padding:10px 15px;
    border-radius:12px;
    font-weight:600;
}

.bottom-text{
    font-size:14px;
    color:#555;
}

/* ===== Right ===== */
.popup-right{
    text-align:center;
}

.popup-right img{
    width:100%;
    max-width:260px;
}

/* Button */
.apply-btn{
    margin-top:25px;
    background:linear-gradient(45deg,#c89a42,#9b6b2f);
    border:none;
    color:#fff;
    padding:12px 30px;
    border-radius:30px;
    font-size:16px;
    cursor:pointer;
    transition:0.3s;
}

.apply-btn:hover{
    transform:translateY(-2px);
}

/* ===== Mobile ===== */
@media(max-width:768px){

    .popup-box{
        grid-template-columns:1fr;
        text-align:center;
    }

    .contacts{
        flex-direction:column;
    }
}

/* ========== LOADER ========== */

#page-loader{
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background:rgb(233 183 68); /* Maroon */
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:99999;
    transition:0.6s ease;
}

#page-loader.hide{
    opacity:0;
    visibility:hidden;
}

.loader-content {
    text-align: center;
    color: #8b1722;
}

/* Logos Row */
.logo-row{
    display:flex;
    align-items:center;
    gap:40px;
    margin-bottom:40px;
}
section#contact {
    padding-top: 20px;
    padding-bottom: 20px;
    background:linear-gradient(to bottom, #f9f7f6, #fff) !important;
}
/* Logo Box */
.logo-box img{
    width:50px;
    margin-bottom:10px;
}

.logo-box h3 {
    font-size: 20px;
    letter-spacing: 1px;
    width: 258px;
}

.logo-box p{
    font-size:14px;
    opacity:0.9;
}

/* Divider Line */
.divider{
    width:1px;
    height:100px;
    background:rgba(255,255,255,0.5);
}

/* 75 Years */
.logo-box h1{
    font-size:64px;
    font-weight:700;
}

.years{
    font-size:16px;
    letter-spacing:2px;
    margin-top:-5px;
}

/* Spinner */
.spinner{
    width:30px;
    height:30px;
    border:3px solid rgba(255,255,255,0.3);
    border-top:3px solid #fff;
    border-radius:50%;
    margin:auto;
    animation:spin 1s linear infinite;
}

/* Animation */
@keyframes spin{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}

/* Mobile */
@media(max-width:768px){

    .logo-row{
        flex-direction:column;
        gap:20px;
    }

    .divider{
        width:80px;
        height:1px;
    }

}
 *{
    font-family: 'Noto Serif', sans-serif!important;
}
.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands"!important;
}
.fa-classic, .fa-regular, .fa-solid, .far, .fas {
    font-family: "Font Awesome 6 Free"!important;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    align-content: center;
}
.navbar ul {
    
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
}
.top-bar {
    background: linear-gradient(to right, #24314a, #314b82) !important;
    color: white;
    padding: 21px 2%!important;
    display: flex;
    justify-content: space-between;
    align-items: center!important;
    font-size: 14px!important;
    border-bottom: 4px solid #e6c27a;
}
.top-left span{
    margin-right:20px;
}

.top-left i{
    margin-right:6px;
    color:#ffd27d;
}

.social-icons a{
    color:white;
    margin-left:12px;
    font-size:16px;
    transition:0.3s;
}

.social-icons a:hover {
    color: #222121;
    background: #e9b744;
    border: 2px solid #e9b744;
    transition: all 0.5s;
}
#header {
    padding: 0;
    background: rgba(114, 5, 5, 1);
    border: 3px solid #e6c27a;
    border-left: none;
    border-right: none;
    border-top: 0;
}
a.enq_btn {
    background: #720505;
    border-radius: 30px;
    padding: 14px 29px;
        transition: all 0.5s;

    margin-right: 15px;
    border: 2px solid #720505;
}
#header.header-scrolled, #header.header-inner-pages {
    background: rgba(114, 5, 5, 1);
    padding: 0;
    transition: all .5s;
    z-index: 997;
    border-top: 5px solid #720505;
}
#header.header-scrolled img, #header.header-inner-pages {
    transform: none;

}
.cliens {
    text-align: center;
    background: rgb(233 183 68);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
section#logobar {
    padding: 9px 0;
    background: #fff;
}
#footer .footer-top .footer-links ul i {
    color: #8a8a8a;

}
#footer .footer-top .social-links a {

    background: #484848;
    color: #ffffff;

}
.why-us .btn-warning:hover {
    background: transparent;
}
.back-to-top {

    bottom: 42px;
  
}

ul.features {
    padding: 0;
    list-style: none;
    text-align: left;
}
li.feature {
    display: block;
    text-align: left;
    margin: 0px auto;
    padding: 0 12px;
    margin-bottom: 14px;
}
#myTab button.active {
    border-top: none;
    color: #fff;
    background-color: #fff;
    color: #720505;
    border-bottom: 5px solid #903636!important;
    font-weight: bold;
    box-shadow: none!important;
    border: none;
}

.notice {
    padding: 15px;
    border-bottom: 1px solid #eee;
    position: relative;
    text-align: right;
    margin-top: 11px;
    min-height: 82px;
}
.notice:last-child{
    border-bottom:none;
}
.about .features li::before {
    content: no-close-quote;
    margin: 0;
}
.notice-title {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
    align-content: flex-start;
}
.notice-title i{
    color:#720505;
    margin-right:10px;
}
.notice small {
    color: #777;
    margin-left: 47px;
    top: 47px;
    position: absolute;
    text-align: left!important;
    left: 24px;
    font-size: 12px;
}
.righttabs {
    margin-left: 30px;
    background:#fff;
    border-radius:10px;
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
    overflow:hidden;
}

/* Header */

.notice-header{
    background:#720505;
    color:#fff;
    padding:15px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.notice-header h3 {
    font-size: 18px;
    margin-bottom: 0;
}
.why-us {
    padding: 20px;
    background: #f5f5f5;
    margin-top: 0px;
    padding: 54px 020px;
    background: #f5f5f5;
    padding-top: 55px;
        padding-bottom: 55px;

}
.why-us img {
    padding: 0;

    border: 5px solid #720505;
    border-radius: 17px;
}
.why-us img:hover {
    background-size: cover;
    padding: 0;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 5px solid #720505;
}
p.pname {
    font-weight: bold;
    font-size: 20px!important;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 20px;
}
#footer .footer-top {
    background: #131823;
}
#footer {
    background: #131823;
    padding-bottom: 50px;
}
.btn-warning {
    color: #fff;
    background-color: #e9b744;
    border-color: #e9b744;
    border-radius: 20px;
}
.pname span {
    display: block;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 17px;
}

.cliens p {
    font-size: 17px!important;
    color: #2e2c2c!important;

    
}

.btn-new {
    display: inline-block;
    margin-top: 8px;
    background: #e9b744;
    color: #fff;
    padding: 4px 7px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 13px;
    transition: 0.3s;
    position: absolute;
    width: 112px;
    right: 0;
    bottom: 11px;
        border: 2px solid #e9b744;
            transition: all 0.5s;


}
a.btn-new:hover {
    color: #2c2828;
    border: 2px solid #e9b744;
    background: #fff;
    transition: all 0.5s;
}
#myTab button:hover {
    border-top: transparent;
    background-color: transparent;
    color: #720505;
    box-shadow: none;
    border: transparent;
    margin: 0;
    margin: 1px;
}
#notice, #achievement, #event, #disclaimer {
    padding: 5%;
    box-shadow: 1px 3px 13px 4px rgba(0, 0, 0, 0.1);
    border-top: none;
    border-bottom: none;
    background: #fff;
}
.about i {
    color: #720505;
    font-size: 18px;
    background: #f9f1e1;
    padding: 9px;
    border-radius: 5px;
    width: 43px;
    text-align: center;
    margin-right: 15px;
}
#myTabContent i {
    margin-right: 11px;
    color: #720505;
}
.about p {
    display: flex;
    align-items: flex-start;
}
button.login-btn {
    background: #fff;
    border: #444;
    border: 2px solid #e6c27a;
    border-radius: 53px;
    padding: 9px 35px;
    font-weight: 600;
    font-size: 16px;
    margin: 24px 0px;
    color: #484848;
        transition: all 0.5s;

}
#topbar .social-links a:hover {
    color: #ffffff;
    background: transparent;
    border: none;
}
button.login-btn:hover {
    background: #e9b744;
    transition: all 0.5s;
}
.logo img {
    width: 270px;
}
.navbar li {
    position: relative;
    padding: 0 1%;
}
.social-links {
    text-align: right!important;
    display: block!important;
}
@media (max-width: 1920px) {
    #header img {
        height: auto !important;
        /* width: 18%; */
        width: 30% !important;
    }
}
/* Section */

.courses-section {
    padding: 60px 20px;
    background: #fff !important;
    text-align: center;
}

/* Container */
.courses-container{
    margin:auto;
    text-align:center;
}

/* Title */
.courses-title{
    font-size:36px;
    color:#720505;
    font-weight:700;
    margin-bottom:10px;
}

.title-line{
    width:120px;
    height:3px;
    background:#c9a24d;
    margin:12px auto 25px;
    border-radius:2px;
}

/* Description */
.courses-desc{
    max-width:750px;
    margin:0 auto 50px;
    font-size:17px;
    color:#555;
    line-height:1.6;
}

/* Grid */
.courses-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

/* Card */
.course-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    transition:0.3s;
}

.course-card:hover{
    transform:translateY(-8px);
}

/* Image */
.course-img{
    position:relative;
}

.course-img img{
    width:100%;
    height:190px;
    object-fit:cover;
}

/* Tag */
.course-tag{
    position:absolute;
    top:12px;
    left:12px;
    background:#720505;
    color:#fff;
    padding:5px 12px;
    border-radius:5px;
    font-size:13px;
    font-weight:600;
}

/* Body */
.course-body{
    padding:22px;
}

/* Name */
.course-name {
    font-size: 22px;
    color: #222;
    margin-bottom: 5px;
    margin-top: 18px;
}
/* Sub */
.course-sub{
    font-size:14px;
    color:#720505;
    margin-bottom:15px;
}

/* Quote */
.course-desc {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
    position: relative;
    padding: 0 22px;
}


.course-desc::before {
    content: "“ ";
    color: #c9a24d;
    font-size: 26px;
    vertical-align: top;
    position: absolute;
    left: 6px;
    top: -3px;
}

/* Button */
.course-btn{
    display:inline-block;
    width:100%;
    background:#720505;
    color:#fff;
    padding:10px;
    border-radius:20px;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
    transition:0.5s;
}

.course-btn:hover {
    background: #e9b744;
    color: #444;
    transition: all 0.5s;
}
.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    gap: 10px;
}

.tabs button {
    padding: 12px 30px;
    border: none;
    background: #eee;
    cursor: pointer;
    font-size: 16px;
    border-radius: 6px;
    transition: 0.3s;
}

.tabs button.active {
    background: #720505; /* Maroon */
    color: #fff;
}

/* Tab Content */
.tab-content1 {
    display: none;
    animation: fadeIn 0.4s ease;
}

.tab-content1.active {
    display: block;
}

/* Responsive */
@media(max-width:992px){

    .courses-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:600px){

    .courses-grid{
        grid-template-columns:1fr;
    }

    .courses-title{
        font-size:28px;
    }


    .tabs button {
        padding: 10px 18px;
        font-size: 14px;
    }
}
/* Section Wrapper */
.scholarship-section{
    padding:70px 20px;
    background:#faf8f7;
}

/* Main Container */
.scholarship-container{
    margin:auto;
    background:#fff;
    border-radius:16px;
    box-shadow:0 10px 35px rgba(0,0,0,0.08);
    padding:50px;
}

/* Top Line */
.scholarship-line{
    height:4px;
    background:#720505;
    border-radius:3px;
    margin-bottom:35px;
}

/* Grid Layout */
.scholarship-grid{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:40px;
}

/* Left Side */
.scholarship-left h2{
    font-size:34px;
    color:#720505;
    margin-bottom:10px;
}

.scholarship-left p{
    color:#555;
    font-size:17px;
    margin-bottom:30px;
}

/* Feature Cards */
.feature-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.feature-box{
    background:#fff;
    border:1px solid #eee;
    border-radius:12px;
    padding:22px;
    display:flex;
    gap:15px;
    align-items:flex-start;
    box-shadow:0 4px 15px rgba(0,0,0,0.05);
}

/* Icon */
.feature-icon{
    width:42px;
    height:42px;
    background:#f6eeee;
    color:#720505;
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    flex-shrink:0;
}

.feature-box h4{
    font-size:18px;
    margin-bottom:5px;
}

.feature-box p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0px;
}

/* Callout Box */
.scholarship-callout{
    margin-top:30px;
    background:#fff3e4;
    border-radius:12px;
    padding:20px;
    display:flex;
    gap:15px;
    align-items:center;
    border-left:5px solid #c9a24d;
}

.callout-icon{
    font-size:26px;
    color:#720505;
}

/* Right Form */
.scholarship-form{
    background:#fff;
    border-radius:14px;
    padding:30px;
    box-shadow:0 6px 25px rgba(0,0,0,0.08);
}

.scholarship-form h3 {
    font-size: 22px;
    color: #720505;
    margin-bottom: 10px;
}
.scholarship-form p{
    font-size:15px;
    color:#555;
    margin-bottom:20px;
}

/* Inputs */
.scholarship-form input{
    width:100%;
    padding:12px 14px;
    margin-bottom:15px;
    border-radius:20px;
    border:1px solid #ddd;
    font-size:14px;
}

.scholarship-form input:focus{
    border-color:#720505;
    outline:none;
}

/* Checkbox */
.form-check{
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:18px;
    font-size:14px;
}
.scholarship-form .form-check input {
    width: 20px;
    margin-bottom: 0;
    padding: 0;
}
/* Button */

.scholarship-btn {
    width: 100%;
    padding: 12px;
    background: #e9b744;
    color: #fff;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.5s;
}
button.scholarship-btn:hover {
    background: #a43535;
    transition: all 0.5s;
}
.scholarship-btn:hover{
    opacity:0.9;
}

/* Note */
.form-note{
    font-size:12px;
    color:#777;
    text-align:center;
    margin-top:12px;
}

/* Responsive */
@media(max-width:900px){

    .scholarship-grid{
        grid-template-columns:1fr;
    }

    .scholarship-container{
        padding:30px 20px;
    }

    .feature-grid{
        grid-template-columns:1fr;
    }
}
/* Reset */
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family: "Segoe UI", sans-serif;
}

/* Section */
.career-section{
    padding:70px 0px;
    background:#fff;
}

/* Container */
.career-box{
    margin:auto;
    background:#fff;
    border-radius:15px;
    box-shadow:0 8px 35px rgba(0,0,0,0.08);
    padding:50px;
    border-top:4px solid #7b2d40;
}
.btn-call {
    background: #720505;
    color: #fff;
    border-radius: 20px;
    transition:0.5s;
    border: 2px solid #720505!important;

}
.btn-callback {
    background: #e9b744;
    color: #fff;
    border-radius: 20px;
            border: 2px solid #eabc54;

}
/* Layout */
.career-grid{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:40px;
    align-items:center;
}

/* Heading */
.career-title{
    font-size:32px;
    color:#7b2d40;
    font-weight:700;
    margin-bottom:15px;
}

/* Description */
.career-desc{
    font-size:17px;
    color:#444;
    margin-bottom:25px;
    line-height:1.6;
}

/* List Section */
.career-lists{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:25px;
    margin-bottom:30px;
}

/* List Box */
.list-box {
    background: #fff2d5;
    padding: 20px;
    border-radius: 12px;
}

/* List Items */
.list-box ul {
    list-style: none;
    padding: 0;
}

.list-box li{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:12px;
    font-size:15px;
    color:#444;
}
.list-box.blist {
    background: transparent;
}
/* Check Icon */
.check{
    width:20px;
    height:20px;
    background:#7b2d40;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    flex-shrink:0;
}

/* CTA Area */
.career-cta{
    background:#f7efe7;
    padding:20px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:15px;
}

/* CTA Text */
.career-cta h4{
    font-size:18px;
    color:#333;
}

/* Buttons */
.cta-btns{
    display:flex;
    gap:15px;
}

.btn{
    padding:10px 20px;
    border:none;
    font-size:14px;
    cursor:pointer;
    display:flex;
    align-items:center;
    transition:0.3s;

}

/* Call Button */
button.btn.btn-call:hover {
    background: transparent;
    border: 2px solid #720505;
    transition: all 0.5s;
}
button.btn.btn-callback:hover {
    border: 2px solid #eabc54;
    background: transparent;
    transition:0.5s;
}
/* Footer Text */
.career-note{
    margin-top:15px;
    font-size:13px;
    color:#666;
}

/* Right Image */
.career-img{
    text-align:center;
}

.career-img img{
    width:100%;
    max-width:320px;
}

/* Responsive */
@media(max-width:900px){

    .career-grid{
        grid-template-columns:1fr;
        text-align:center;
    }

    .career-lists{
        grid-template-columns:1fr;
    }

    .career-cta{
        justify-content:center;
    }

}
@media(max-width:767px){
    .navbar ul{
        display:none;
    }
    .apply-btn {
    margin-top: 0;
    
}
        .navbar.navbar-mobile ul{
        display:block;
    }
    .popup-right img {
    display: none;
}
.navbar.navbar-mobile li.dropdown ul {
    display: none!important;
}
.navbar.navbar-mobile li.dropdown ul.dropdown-active {
    display: block!important;
}
#topbar {
    /* height: 30px; */
    height: auto!important;

}

#topbar .social-links {
        position: absolute;
        top: 75px;
        right: 15px;
    }
.top-left span a {
    font-size: 14px;
}
.popup-box {
    
    gap: 0;
}
 .top-left span {
        margin-right: 10px;
        display: inline-block;
    }

.navbar {

    position: absolute;
    top: 9px;
    right: 21px;
    background: #720505;
    padding: 6px;
    border-radius: 6px;
}
.navbar ul {

    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}
#header .social-icons img {
    width: 19%!important;
    position: absolute;
    top: 8px;
    RIGHT: 20%;
}

body {
   
    font-size: 15px;
   
}
#header.header-scrolled, #header.header-inner-pages {

    height: 67px;
}
.header-scrolled section#logobar {

    height: 60px;
}
#header.header-scrolled img, #header.header-inner-pages {
    transform: none;
    width: 44%!important;
}

 #header.header-scrolled .social-icons img {
        width: 27% !important;
        position: absolute;
        top: -54px;
        RIGHT: 9%;
    }
button.login-btn, a.enq_btn
{
    display:none;
}
.clgad {
    display: none;
    text-align: center;
}
p {
    font-size: 14px;
}
.features li {
    margin: 12px 0;
    font-size: 14px;
}
.righttabs {
    margin-left: 0;

}
.notice-header h3 {
    font-size: 16px;
}
#notice, #achievement, #event, #disclaimer {
    padding: 2%;

}
.btn-new {
    padding: 3px 7px;
    font-size: 12px;
    width: 104px;
    right: 0;
    bottom: 11px;
   
}
.section-title h2 {
    font-size: 22px;
    
}
.courses-title {
    font-size: 22px;
    text-transform: uppercase;
}
.why-us .content p {
    font-size: 14px;


    
}
p.placement-text {
    text-align: center;
    margin-bottom: 42px;
    font-size: 14px;
}
.scholarship-left h2 {
    font-size: 22px;

}
.career-title {
    font-size: 22px;
    color: #7b2d40;
    font-weight: 700;
    margin-bottom: 15px;
}
.btn {
    padding: 6px 10px;
    font-size: 14px;

}
.scholarship-left p {
    color: #555;
    font-size: 14px;
    margin-bottom: 30px;
}
.btn {
   
    display: flex;
    align-items: center;
    transition: 0.3s;
    text-align: center;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: center;
}
.courses-desc {
    max-width: 750px;
    margin: 0 auto 50px;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}
#header.header-scrolled .top-left, #header.header-inner-pages, #header.header-scrolled .social-icons
 {
    transform: scale(0.8);
    padding: 0;
    transition: transform 1s ease-in-out;
    padding-top: 6px;
}
}