.container-fluid{

    max-width:100%;

    padding-left:30px;

    padding-right:30px;

}
/*=========================
HERO SLIDER
=========================*/

.hero-slide{



background-size:cover;

background-position:center;

position:relative;

display:flex;

align-items:center;

}

.hero-slide .overlay{

position:absolute;

left:0;

top:0;

width:100%;

height:100%;

background:rgba(0,0,0,.55);

}

.hero-height{

height:100vh;

position:relative;

z-index:2;
margin-top: 137px;

}

.carousel-item{

transition:transform 1.2s ease-in-out;

}

.carousel-control-prev,
.carousel-control-next{

width:60px;

}

.carousel-control-prev-icon,
.carousel-control-next-icon{

background-color:#F8C400;

padding:25px;

border-radius:50%;

}

.carousel-indicators button{

width:12px;

height:12px;

border-radius:50%;

margin:0 8px;

background:#fff;

}

.carousel-indicators .active{

background:#F8C400;

}

.sub-title{

font-size:20px;

color:#F8C400;

font-weight:600;

text-transform:uppercase;

letter-spacing:2px;

}

.hero-slide h1{

font-size:50px;

font-weight:800;

color:#fff;

margin:20px 0;

line-height:80px;

}

.hero-slide h1 span{

color:#F8C400;

}

.hero-slide p{

font-size:20px;

color:#fff;

max-width:650px;

line-height:34px;

margin-bottom:35px;

}


/*=========================
PAGE BANNER
=========================*/

.page-banner{

height:350px;

background:url(images/page-banner.jpg);

background-size:cover;

background-position:center;

position:relative;

display:flex;

align-items:center;

}

.page-banner .overlay{

position:absolute;

left:0;

top:0;

width:100%;

height:100%;

background:rgba(10,28,70,.75);

}

.page-banner .container{

position:relative;

z-index:2;

text-align:center;

}

.page-banner h1{

font-size:52px;

font-weight:800;

color:#fff;

}

.page-banner nav{

margin-top:20px;

color:#fff;

}

.page-banner nav a{

color:#F8C400;

text-decoration:none;

}

.message-section{

padding:100px 0;

}

.message-image{

overflow:hidden;

border-radius:20px;

box-shadow:0 20px 50px rgba(0,0,0,.15);

}

.message-image img{

width:100%;

}

.message-section p{

font-size:17px;

line-height:32px;

color:#666;

margin-bottom:20px;

}

/*=========================
DROPDOWN MENU
=========================*/

.dropdown-menu{

border:none;

border-radius:10px;

padding:10px 0;

box-shadow:0 15px 40px rgba(0,0,0,.15);

min-width:240px;

}

.dropdown-item{

padding:12px 20px;

font-weight:500;

transition:.3s;

}

.dropdown-item:hover{

background:#F8C400;

color:#12254A;

padding-left:30px;

}

.navbar .dropdown:hover>.dropdown-menu{

display:block;

margin-top:0;

}

.dropdown-toggle::after{

margin-left:8px;

}

@media(max-width:991px){

.navbar .dropdown:hover>.dropdown-menu{

display:none;

}

.dropdown-menu{

box-shadow:none;

border-radius:0;

}

}

/*=========================
FOOTER
=========================*/

.footer{

background:#12254A;

padding:80px 0 20px;

color:#fff;

}

.footer-logo{

width:80px;

margin-bottom:20px;

}

.footer h3{

font-size:28px;

margin-bottom:20px;

}

.footer h4{

margin-bottom:25px;

font-weight:700;

}

.footer p{

line-height:30px;

color:#ddd;

}

.footer ul{

padding:0;

list-style:none;

}

.footer ul li{

margin-bottom:12px;

}

.footer ul li a{

color:#ddd;

text-decoration:none;

transition:.3s;

}

.footer ul li a:hover{

color:#F8C400;

padding-left:8px;

}

.social-icons{

margin-top:25px;

}

.social-icons a{

width:45px;

height:45px;

display:inline-flex;

align-items:center;

justify-content:center;

background:#F8C400;

color:#12254A;

border-radius:50%;

margin-right:10px;

transition:.4s;

text-decoration:none;

}

.social-icons a:hover{

transform:translateY(-6px);

background:#fff;

}

.footer hr{

margin:50px 0 20px;

border-color:rgba(255,255,255,.2);

}

.copyright{

text-align:center;

color:#ccc;

}

.top-btn{

position:fixed;

right:30px;

bottom:30px;

width:55px;

height:55px;

background:#F8C400;

color:#12254A;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

font-size:24px;

text-decoration:none;

box-shadow:0 10px 25px rgba(0,0,0,.3);

transition:.4s;

}

.top-btn:hover{

background:#fff;

}

@media(max-width:991px){

.footer{

text-align:center;

}

.footer ul{

margin-bottom:30px;

}

.footer-logo{

margin:auto;
display:block;
margin-bottom:20px;

}

.top-btn{

right:20px;
bottom:20px;

}

}

/*=========================
ADMISSION CTA
=========================*/

.admission-section{

position:relative;

padding:90px 0;

background:url(images/admission-bg.jpg);

background-size:cover;

background-position:center;

}

.admission-overlay{

position:absolute;

left:0;

top:0;

width:100%;

height:100%;

background:rgba(10,28,70,.85);

}

.admission-section .container{

position:relative;

z-index:2;

}

.admission-section h2{

font-size:50px;

font-weight:800;

}

.admission-section p{

font-size:18px;

line-height:32px;

}

.admission-section .btn-yellow{

display:inline-block;

padding:15px 35px;

background:#F8C400;

color:#12254A;

font-weight:700;

text-decoration:none;

border-radius:8px;

transition:.4s;

}

.admission-section .btn-yellow:hover{

background:#fff;

}

.admission-section .btn-white{

display:inline-block;

padding:15px 35px;

border:2px solid #fff;

color:#fff;

text-decoration:none;

border-radius:8px;

font-weight:700;

transition:.4s;

}

.admission-section .btn-white:hover{

background:#fff;

color:#12254A;

}

@media(max-width:991px){

.admission-section{

text-align:center;

}

.admission-section h2{

font-size:36px;

}

.admission-section .btn-yellow,
.admission-section .btn-white{

margin-top:15px;

display:inline-block;

}

}

/*=========================
TESTIMONIAL
=========================*/

.testimonial-section{

padding:100px 0;

background:#f8f9fc;

}

.testimonial-card{

background:#fff;

padding:35px;

border-radius:20px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.4s;

height:100%;

}

.testimonial-card:hover{

transform:translateY(-10px);

}

.testimonial-top{

display:flex;

align-items:center;

margin-bottom:20px;

}

.testimonial-top img{

width:70px;

height:70px;

border-radius:50%;

object-fit:cover;

margin-right:15px;

border:4px solid #F8C400;

}

.testimonial-top h5{

margin:0;

font-weight:700;

color:#12254A;

}

.testimonial-top small{

color:#888;

}

.stars{

margin-bottom:20px;

}

.stars i{

color:#F8C400;

margin-right:3px;

}

.testimonial-card p{

line-height:30px;

color:#666;

}


/*=========================
LATEST NEWS
=========================*/

.news-section{

padding:100px 0;

background:#ffffff;

}

.news-card{

background:#fff;

border-radius:20px;

overflow:hidden;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.4s;

height:100%;

}

.news-card:hover{

transform:translateY(-10px);

}

.news-img{

position:relative;

overflow:hidden;

}

.news-img img{

width:100%;

height:260px;

object-fit:cover;

transition:.5s;

}

.news-card:hover img{

transform:scale(1.1);

}

.news-date{

position:absolute;

top:20px;

left:20px;

background:#F8C400;

width:70px;

height:70px;

border-radius:12px;

display:flex;

flex-direction:column;

align-items:center;

justify-content:center;

font-weight:bold;

color:#12254A;

}

.news-date span{

font-size:26px;

line-height:24px;

}

.news-content{

padding:30px;

}

.news-content h4{

font-size:24px;

font-weight:700;

margin-bottom:15px;

color:#12254A;

}

.news-content p{

color:#666;

line-height:28px;

margin-bottom:20px;

}

.news-content a{

text-decoration:none;

font-weight:700;

color:#F8C400;

}

.news-content a i{

margin-left:8px;

transition:.3s;

}

.news-card:hover i{

margin-left:14px;

}


/*=========================
GALLERY SECTION
=========================*/

.gallery-section{

padding:100px 0;

background:#f8f9fc;

}

.gallery-item{

position:relative;

overflow:hidden;

border-radius:18px;

box-shadow:0 15px 35px rgba(0,0,0,.12);

}

.gallery-item img{

width:100%;

height:280px;

object-fit:cover;

transition:.5s;

}

.gallery-overlay{

position:absolute;

left:0;

top:0;

width:100%;

height:100%;

background:rgba(18,37,74,.75);

display:flex;

flex-direction:column;

justify-content:center;

align-items:center;

opacity:0;

transition:.4s;

}

.gallery-overlay i{

font-size:42px;

color:#F8C400;

margin-bottom:15px;

}

.gallery-overlay h5{

color:#fff;

font-size:24px;

font-weight:700;

}

.gallery-item:hover img{

transform:scale(1.12);

}

.gallery-item:hover .gallery-overlay{

opacity:1;

}

@media(max-width:768px){

.gallery-item img{

height:230px;

}

}

/*=========================
PRINCIPAL
=========================*/

.principal-section{

padding:20px 0;

background:#ffffff;

}

.principal-image{

overflow:hidden;

border-radius:20px;

box-shadow:0 15px 40px rgba(0,0,0,.15);

}

.principal-image img{

width:100%;

transition:.5s;

}

.principal-image:hover img{

transform:scale(1.08);

}

.principal-name{

margin-top:20px;

font-size:28px;

font-weight:700;

color:#12254A;

}

.designation{

color:#F8C400;

font-weight:600;

font-size:18px;

}

@media(max-width:991px){

.principal-section{

text-align:center;

}

.principal-image{

margin-bottom:40px;

}

}

/*=========================
COUNTER SECTION
=========================*/

.counter-section{

position:relative;

padding:100px 0;

background:url(images/counter-bg.jpg);

background-size:cover;

background-position:center;

}

.counter-overlay{

position:absolute;

left:0;

top:0;

width:100%;

height:100%;

background:rgba(10,28,70,.85);

}

.counter-section .container{

position:relative;

z-index:2;

}

.counter-box{

padding:30px;

}

.counter-box i{

font-size:50px;

color:#F8C400;

margin-bottom:20px;

}

.counter-box h2{

font-size:55px;

font-weight:800;

color:#fff;

margin-bottom:10px;

}

.counter-box h5{

color:#fff;

font-size:22px;

font-weight:600;

}

/*=========================
WHY CHOOSE US
=========================*/

.why-us{

padding:100px 0;

background:#ffffff;

}

.feature-box{

background:#fff;

padding:40px 25px;

border-radius:20px;

text-align:center;

box-shadow:0 10px 25px rgba(0,0,0,.08);

transition:.4s;

height:100%;

border:1px solid #eee;

}

.feature-box:hover{

background:#12254A;

transform:translateY(-10px);

}

.feature-box:hover h4,

.feature-box:hover p{

color:#fff;

}

.feature-icon{

width:90px;

height:90px;

background:#F8C400;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

margin:auto;

margin-bottom:25px;

font-size:35px;

color:#12254A;

transition:.4s;

}

.feature-box:hover .feature-icon{

background:#fff;

}

.feature-box h4{

font-size:24px;

font-weight:700;

margin-bottom:15px;

color:#12254A;

}

.feature-box p{

color:#666;

line-height:28px;

}

@media(max-width:768px){

.why-us{

padding:70px 0;

}

.feature-box{

margin-bottom:20px;

}

}


/*=========================
ACADEMIC SECTION
=========================*/

.academic-section{

padding:100px 0;

background:#f8f9fc;

}

.section-desc{

max-width:700px;

margin:auto;

color:#666;

}

.academic-card{

background:#fff;

border-radius:20px;

overflow:hidden;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.4s;

height:100%;

}

.academic-card:hover{

transform:translateY(-12px);

box-shadow:0 20px 45px rgba(0,0,0,.18);

}

.academic-card img{

width:100%;

height:250px;

object-fit:cover;

}

.academic-content{

padding:30px;

}

.academic-content h4{

font-size:25px;

font-weight:700;

margin-bottom:15px;

color:#12254A;

}

.academic-content p{

color:#666;

line-height:28px;

margin-bottom:25px;

}

.academic-content a{

text-decoration:none;

font-weight:700;

color:#F8C400;

}

.academic-content a i{

margin-left:8px;

transition:.3s;

}

.academic-card:hover i{

margin-left:15px;

}

@media(max-width:991px){

.academic-section{

padding:70px 0;

}

}

/*=========================
ABOUT SECTION
=========================*/

.about-section{

background:#fff;

padding:100px 0;

}

.section-tag{

color:#12254a;

font-weight:700;

text-transform:uppercase;

letter-spacing:2px;

}

.section-title{

font-size:46px;

font-weight:800;

margin:15px 0 25px;

color:#12254A;

}

.about-text{

font-size:17px;

line-height:32px;

color:#666;

margin-bottom:20px;

}

.info-box{

background:#fff;

padding:30px;

border-radius:15px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.4s;

height:100%;

}

.info-box:hover{

transform:translateY(-8px);

}

.info-box i{

font-size:35px;

color:#F8C400;

margin-bottom:15px;

}

.info-box h5{

font-size:22px;

font-weight:700;

color:#12254A;

margin-bottom:10px;

}

.about-image{

position:relative;

}

.about-image img{

width:100%;

border-radius:20px;

box-shadow:0 15px 40px rgba(0,0,0,.20);

}

.experience-box{

position:absolute;

bottom:30px;

left:30px;

background:#fff;

padding:20px 30px;

border-radius:15px;

box-shadow:0 15px 40px rgba(0,0,0,.20);

text-align:center;

}

.experience-box i{

font-size:35px;

color:#F8C400;

margin-bottom:10px;

}

.experience-box h4{

font-size:34px;

font-weight:800;

margin:0;

color:#12254A;

}

.experience-box span{

font-size:15px;

color:#777;

}

@media(max-width:991px){

.about-section{

text-align:center;

}

.about-image{

margin-top:50px;

}

.experience-box{

position:relative;

left:0;

bottom:0;

margin:25px auto 0;

display:inline-block;

}

.section-title{

font-size:34px;

}

}


.hero-btn{

display:flex;

gap:20px;

}

.btn-yellow{

background:#F8C400;

color:#000;

padding:15px 35px;

border-radius:8px;

font-weight:700;

text-decoration:none;

transition:.4s;

}

.btn-yellow:hover{

background:#fff;

color:#000;

}

.btn-white{

border:2px solid #fff;

padding:15px 35px;

color:#fff;

border-radius:8px;

text-decoration:none;

font-weight:600;

transition:.4s;

}

.btn-white:hover{

background:#fff;

color:#000;

}


@media(max-width:991px){

.hero{

text-align:center;

}

.hero h1{

font-size:42px;

line-height:55px;

}

.hero-btn{

justify-content:center;

flex-wrap:wrap;

}

}

@media(max-width:576px){

.hero h1{

font-size:34px;

line-height:45px;

}

.hero p{

font-size:16px;

}

}

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:Poppins,sans-serif;
}

.header{
position:absolute;
top:0;
left:0;
width:100%;
z-index:999;
}

.navbar{

padding:20px 0;

background:#fff;

backdrop-filter:blur(10px);

}

.logo{

width:60px;

margin-right:10px;

}

.navbar-brand{

display:flex;

align-items:center;

text-decoration:none;

}

.logo-text h4{

color:#000;

font-size:22px;

font-weight:700;

margin:0;

}



.nav-link{

color:#fff;

margin:0 6px;

font-weight: 500;

transition: .4s;

}

.nav-link:hover{

color:#F8C400;

}

.apply-btn{

background:#F8C400;

padding:12px 30px;

border-radius:6px;

color:#000;

font-weight:700;

text-decoration:none;

margin-left:25px;

transition:.4s;

}

.apply-btn:hover{

background:#12254a;

}

body {
    background: red !important;
}



