body {
    margin: 0px;
}

* {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden !important;
}

html {
    scroll-behavior: smooth !important;
}




a {
    text-decoration: none !important;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-family: "Poppins", sans-serif;
}

h2 {
    font-family: "Poppins", sans-serif;
}

h3 {
    font-family: "Poppins", sans-serif;
}

h4 {
    font-family: "Poppins", sans-serif;
}

h5 {
    font-family: "Poppins", sans-serif;
}

h6 {
    font-family: "Poppins", sans-serif;
}

p {
    font-family: "Poppins", sans-serif;
}

/* tag font end */

/* .sticky-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
} */

/* section title */

.section-title {
    font-size: 36px;
    font-weight: 500;
    color: #1f3356;
    margin-bottom: 10px;
    font-family: "Merriweather Sans", sans-serif;
    
}

.section-title span {
    color: #c29232;
}

.section-subtitle {
    font-size: 15px;
    color: #000000;
    margin: 0 auto;
}


@media (max-width: 575px) {
    .section-title {
        font-size: 30px;
    }
}

/* section title end*/




/* header start */



.navbar-custom {
    /* position: fixed; */
    /* top: 0; */
    width: 100%;
    z-index: 1030;
    background: transparent;
    transition: all 0.4s ease-in-out;
    /* border-bottom: 1px solid #eaeaea; */
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.navbar-brand img {
    width: 80px;
    object-fit: cover;
}


/* sticky */
.sticky-scroll {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.sticky-scroll .navbar-nav a {
    color: #0d204d !important;
}
/* sticky */


.navbar-nav {
    justify-content: end;
}

.navbar-nav a {
    color: #0d204d !important;
    margin: 0 10px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.navbar-nav a:hover,
.navbar-nav .active a {
    color: #c29232 !important;
}



.navbar-toggler span {
    color: #1f3356;
}

.navbar-toggler:focus {
    box-shadow: none;
}




.header-btn a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #0d204d;
    padding: 5px 28px;
    border-radius: 50px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid transparent;
    transition: all 0.35s ease;
}


.header-btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #0d204d;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 12px;
    transition: all 0.35s ease;
    transform: rotate(317deg);
}

.header-btn a:hover {
    background: transparent;
    color: #0d204d;
    border-color: #0d204d;
}

.header-btn a:hover i {
    background-color: #0d204d;
    color: #ffffff;
    transform: translateX(4px);
}




.offcanvas-end {
    background-color: #ffffff;
}





.course-dropdown .dropdown-item {
    padding: 10px 18px;
    transition: background-color 0.3s ease;
    position: relative;
}


.course-dropdown .dropdown-item:hover {
    /* background-color: #dc6a00; */
    background: transparent;
    color: #0d204d !important;
    
}


.course-dropdown .dropdown-item:hover i {
    color: #0d204d;
}


.dropdown-submenu > .submenu {
    margin-left: 0;
}


@media (min-width: 992px) {

    .dropdown-submenu > .submenu {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 220px;
        display: none;
    }

    .dropdown-submenu:hover > .submenu {
        display: block;
    }

    
}


@media (max-width: 991px) {

    .navbar-nav a {
        color: #000000 !important;
        border: none !important;
        text-align: left;
    }

    .submenu {
        display: none;
        padding-left: 15px;
        margin-top: 5px;
        border-left: 2px solid #0d204d;
    }

    .submenu.show {
        display: block;
    }

    .submenu-toggle {
        font-weight: 500;
        color: #000000 !important;
    }
}



@media (max-width: 1200px) {
    .header-btn {
        display: none;
    }
}

@media (max-width: 432px) {
    .navbar-brand img {
        
    }
}

/* header end */



/* banner section */

.banner-section{
    padding: 50px 0px;

    background-image: url(..//image/banner-bg-2.png);
    /* background-size: cover; */
    background-position: center top;
    background-repeat: no-repeat;
}

.banner-content-col{
    display: flex;
    align-items: center;
}

.banner-content h1{
    color: #0d204d;
    font-size: 55px;
    font-weight: 700;
    font-family: "Merriweather Sans", sans-serif;
}



.banner-content span{
    color: #c29232;
}

.banner-content p{
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    margin-top: 15px;
}

.banner-image{
    text-align: end;
}

.banner-btns{
    display: flex;
    gap: 10px;
    padding-top: 15px;
}

.banner-btn-one a{
    padding: 7px 26px;
    /* background-color: #334891; */
    background-color: #0d204d;
    color: #ffffff;
    border-radius: 50px;
}

.banner-btn-one a:hover{
    background: transparent;
    border: 1px solid #0d204d;
    color: #0d204d;
}

.banner-btn-two a{
    padding: 7px 26px;
    border: 1px solid #0d204d;
    color: #0d204d;
    border-radius: 50px;
}

.banner-btn-two a:hover{
    /* background-color: #334891; */
    background-color: #0d204d;
    border: none;
    color: #ffffff;
}




.banner-image-col{
    position: relative;
}

.testimonial-banner-card{
    position:absolute;
    bottom: 10%;
    background: #ffffff;
    padding: 0px;
    border-radius: 15px;
    text-align: center;
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;

    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.testimonial-banner-img img{
    width: 45px;
    height: 45px;
    border-radius: 50px;
    margin-left: -15px;

    /* margin: 0 2px; */
}

.rating-text{
    margin-left: 15px;
}
.rating-text h4{
    margin: 10px 0 0 0;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

.rating-text p{
    margin: 5px 0 10px 0;
    font-size: 14px;
    color: #000000;
    text-align: left;
}

.rating-btn button{
    /* padding: 8px 20px; */
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 25px;
    background-color: #3c79bb;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    margin-left: 10px;
}

.rating-btn button:hover{
    background-color: #2b5f94;
}

@media(max-width:992px){
    .banner-image{
        padding-top: 25px;
        text-align: center;
    }
}

@media(max-width:432px){
    .banner-content h1{
        font-size: 35px;
        text-align: center;
    }

    .banner-content p{
        font-size: 15px;
        text-align: center;
        margin: 0px !important;
    }

    .banner-btns{
        justify-content: center;
        padding-top: 23px;
    }

    .counter-section{
        display: flex;
        justify-content: center;
        gap: 45px;
    }

    .counter-section h3{
        font-size: 30px;
    }

    .testimonial-banner-card{
        position: unset;
        width: 100%;
    }
}


@media (max-width:376px) {

    .banner-content h1 {
        font-size: 30px;
    }

    .banner-btn-two a{
        padding: 6px 12px;
    }

    .banner-btn-one a{
        padding: 6px 12px;
    }

    .testimonial-banner-img img{
        width: 34px;
        height: 34px;
    }
}

/* banner end */



/* footer start */


.footer-section {
    padding-bottom: 15px;
    /* background-color: #f7f7f7; */
    background-color: #0d204d;
}


/* .footer-section {
    position: relative;
    padding-bottom: 15px;
    background: url('../');
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
}

.footer-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(36, 15, 126, 0.85);
}

.footer-section > * {
    position: relative;
    z-index: 2;
} */

.footer-bg {

    padding-top: 50px;
    /* padding-bottom: 10px; */
    border-radius: 15px;
}

/* .footer-row{
    border-bottom: 1px solid #ffffff;
} */



.footer-logo img {
    width: 80px;
}

.footer-about p {
    margin-top: 15px;
    color: #f7f7f7;
    font-size: 15px;
    font-weight: 400;
}

.social-icon {
    padding-top: 5px;
}

.social-icon a {
    font-size: 20px;
    color: #f7f7f7;
    padding: 0px 25px 0px 0px;

    transition: all 0.4s ease-in-out;
    opacity: 1;
    display: inline-block;
}

.social-icon a:hover {

    /* opacity: 0.6; */
    transform: translateY(-5px);
    color: #c29232;
}


.footer-menu{
    display: flex;
    justify-content: center;
}

.footer-menu ul {
    padding: 0px;
}

.footer-menu li {
    list-style: none;
    margin: 10px;
    margin-left: 0px;

}

.footer-menu h2 {
    color: #f7f7f7;

    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-bottom: 10px;

}

.footer-menu a {
    color: #f7f7f7;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;

}

.footer-menu a:hover {
    color: #c29232;
}

.copy-right {
    display: flex;

    justify-content: center;
    padding-top: 25px;
    /* padding: 30px 20px 0px 20px; */
}

.copy-right p {

    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #f7f7f7;

}

.copy-right a {
    color: #f7f7f7;
}





@media(max-width:768px) {
    .footer-menu {
        padding: 20px;
        display: flex;
        justify-content: left;
    }

    .footer-content {
        padding: 20px;
    }
}

@media(max-width:432px) {
    .footer-menu h2 {
        font-size: 18px;
    }

    .footer-menu li {
        margin: 5px;
        margin-left: 0px;
    }

    .footer-menu a {
        font-size: 15px;
    }

    .copy-right {
        display: flex;
        flex-direction: column;
    }

    .copy-right p {
        font-size: 13px;
    }

    .footer-section {
        padding-bottom: 0px;
    }
}

/* footer end */





/* about start */

.about-section {
    padding: 50px 0px;
}



.about-btn {
    padding-top: 10px;
}

.about-btn a {
    padding: 7px 26px 7px 26px;
    /* background-color: #0d204d; */
    background-color: #0d204d;
    color: #ffffff;
    border-radius: 50px;
    font-size: 15px;
}

.about-btn a:hover {
    color: #0d204d;
    background: transparent;
    border: 1px solid #0d204d;
    
    
}

.about-image-col{
    display: flex;
    align-items: center;
}

.about-image img {
    border-radius: 10px;
}

.about-content h2 {
    font-size: 40px;
    font-weight: 500;
    color: #1f3356;
    margin-bottom: 15px;
    font-family: "Merriweather Sans", sans-serif;
}

.about-content span {
    color: #c29232;
}

.about-content p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}



@media(max-width:992px) {
    .about-content {
        padding-top: 30px;
    }
}




@media(max-width:432px) {
    .about-section {
        padding-top: 27px;
    }

    .about-content h2 {
        font-size: 30px;
        line-height: 37px;
    }

    .about-content p {
        font-size: 15px;
        text-align: left;
    }

    
}

/* about end */



/* floating btn */

.floating-buttons-left {
    position: fixed;
    left: 15px;
    bottom: 3%;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.float-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
}


.float-btn.whatsapp {
    background: #25d366;
}


.float-btn.call {
    background: #c29232;
}
/* end */

/* bootom to top */

.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 3%;
    width: 40px;
    height: 40px;
    background: #c29232;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    z-index: 999;
}
/* end */



/* cta section */

.cta-section {
    position: relative;
    overflow: hidden;
    background-color: #f7f7f7;
}

.cta-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0; 
    width: 45%; 
    height: 100%;
    background: #c29232;
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 1;
}


.cta-content, 
.cta-btn,
.cta-box,
.cta-section * {
    position: relative;
    z-index: 2;
}




.cta-content h2 {
    font-size: 45px;
    font-weight: 900;
    line-height: 1.3;
    color: #000000;
    font-family: "Philosopher", sans-serif;
    
}

.cta-content p {
    font-size: 16px;
    color: #444;
}

.cta-image{
    text-align: center;
}


.cta-btn {
    display: inline-block;
    padding: 7px 25px;
    /* background: linear-gradient(90deg, #334891, #67a3e4); */
    background: #0d204d;
    
    color: #ffffff;
    font-weight: 500;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s ease;
}

.cta-btn:hover {
    background-color: #240f7e;
    color: #fff;
}


/* @media (max-width: 768px) {
    .cta-section::after {
        width: 100%;
        clip-path: none;
    }
} */

@media (max-width: 768px) {
    
    .cta-section{
        padding-top: 30px;
    }

    .cta-section::after {
        width: 100%;
        height: 35%;         
        top: auto;
        bottom: 0;            
        clip-path: none;    
    }

    .cta-content h2{
        font-size: 35px;
    }
}


@media (max-width: 432px) {

    .cta-content h2{
        font-size: 25px;
    }

    .cta-content p{
        font-size: 14px;
    }
}

/* cta end */


/* course page */

.course-section {
  padding: 50px 0;
  background: #ffffff;
}


.course-category h2{
    font-size: 22px;
    /* color: #0d204d; */
    color: #c29232;
    text-transform: uppercase;
    /* margin-bottom: 30px; */
}

.course-row-2 {
    margin-top: 30px;
}

.course-row {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    /* box-shadow: 0 15px 40px rgba(0,0,0,0.08); */
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    transition: all 0.4s ease;

    padding:15px;
    border-top: 4px solid #0d204d;
    border-left: 4px solid #0d204d;
}

/* this row border course card left right */
.row > .col-lg-12:nth-child(odd) .course-row {
    border-top: 4px solid #0d204d;
    border-left: 4px solid #0d204d;
    border-right: none;
}


.row > .col-lg-12:nth-child(even) .course-row {
    border-top: 4px solid #0d204d;
    border-right: 4px solid #0d204d;
    border-left: none;
}

/* this row border course card left right */



.course-row:hover {
    transform: translateY(-10px);
}

.course-row.reverse {
    flex-direction: row-reverse;
}


.course-row .course-img {
    width: 45%;
    overflow: hidden;
}

.course-row .course-img img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    transition: transform 0.5s ease;
    border-radius: 22px;
}

.course-row:hover .course-img img {
    transform: scale(1.08);
    border-radius: 22px;
}


.course-row .course-content {
    width: 55%;
    padding: 40px;
}

.course-content h4 {
    font-size: 22px;
    font-weight: 600;
    color: #1f3356;
    margin-bottom: 14px;
}

.course-content p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 22px;
}


.course-meta {
    display: flex;
    gap: 25px;
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 500;
    color: #287fd6;
}

.course-meta i {
    color: #178f90;
    margin-right: 6px;
}


.course-btn {
    display: inline-block;
    padding: 11px 28px;
    background: #0d204d;
    color: #ffffff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.35s ease;
}

.course-btn:hover {
    background: #1f3356;
    box-shadow: 0 10px 25px rgba(31,51,86,0.35);
}


@media (max-width: 991px) {
    .course-row,
    .course-row.reverse {
        flex-direction: column;
    }

    .course-row .course-img,
    .course-row .course-content {
        width: 100%;
    }

    .course-row .course-content {
        padding: 15px 0px;
    }
}

@media (max-width: 432px) {
    .course-category h2{
        text-align: center;
    }
}




/* course page end */


/* course detail page */

.course-detail {
  background: #ffffff;
  padding: 50px 0;
  font-family: "Merriweather Sans", sans-serif;
}


.course-detail-img img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}


.detail-course-content {
  margin-top: 25px;
}

.course-title {
  color: #1f3356;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 15px;
}

.course-desc {
  color: #555;
  font-size: 16px;
  line-height: 1.7;
}


.course-form {
  background: #ffffff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(194, 146, 50, 0.15);
  border-top: 4px solid #c29232;
}

.form-title {
  font-size: 20px;
  font-weight: 600;
  color: #1f3356;
  margin-bottom: 15px;
}


.course-form .form-control {
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 12px 14px;
  font-size: 14px;
  transition: 0.3s;
}

.course-form .form-control:focus {
  border-color: #c29232;
  box-shadow: 0 0 0 2px rgba(194,146,50,0.15);
}


.form-btn {
  background: #1f3356;
  color: #fff;
  padding: 12px;
  border-radius: 25px;
  border: none;
  font-weight: 500;
  transition: 0.3s;
}

.form-btn:hover {
  background: #c29232;
  color: #fff;
}


.facility-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}


.col-lg-4 .facility-list {
  grid-template-columns: 1fr;
}


.detail-facility {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f8f9fb;
  padding: 15px 18px;
  border-radius: 14px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  cursor: pointer;
}


.detail-facility i {
  width: 42px;
  height: 42px;
  background: #1f3356;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: 0.3s;
}


.detail-facility span {
  font-weight: 500;
  color: #1f3356;
  font-size: 15px;
}


.detail-facility:hover {
  background: #ffffff;
  border-color: #c29232;
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.detail-facility:hover i {
  background: #c29232;
}


@media(max-width:992px){

  .course-title {
    font-size: 22px;
  }

  .detail-course-content {
    text-align: center;
  }

  .course-form {
    margin-top: 30px;
  }

}

@media(max-width:768px){

  .facility-list {
    grid-template-columns: 1fr;
  }

}


/* course detail page end*/




/* gallery slider start*/

.gallery-slider {
  
}

.gallery-slider-item {
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 15px 35px rgba(31,51,86,0.12);
}

.gallery-slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.gallery-slider-item:hover img {
  transform: scale(1.08);
}

.gallery-slider-carousel .owl-stage {
  display: flex;
}

.gallery-slider-carousel .owl-item {
  display: flex;
}

.gallery-slider-carousel .owl-dots {
  margin-top: 24px;
  text-align: center;
}

.gallery-slider-carousel .owl-dot span {
  width: 9px;
  height: 9px;
  margin: 0 5px;
  background: rgba(31,51,86,0.25);
  display: block;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.gallery-slider-carousel .owl-dot.active span {
  width: 26px;
  border-radius: 20px;
  background: #c29232;
}

@media(max-width:575px){
  .gallery-slider-item {
    height: 220px;
  }
}

/* gallery slider end */







/* contact page */


.contact-section {
    padding: 50px 0;
    /* background: linear-gradient(135deg, #0d204d, #c29232); */
    background-color: #0d204d;
    position: relative;
    overflow: hidden;

    /* background-image: url(..//image/blog.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
}

.contact-section-title {
    font-size: 36px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 10px;
    font-family: "Merriweather Sans", sans-serif;
    
}

.contact-section-title span {
    color: #c29232;
}

.contact-section-subtitle {
    font-size: 15px;
    color: #e0dfdf;
    margin: 0 auto;
}


.contact-info-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-card {
    display: flex;
    align-items: center;
    gap: 18px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 20px 22px;
    border-radius: 18px;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.3);
}

.contact-card:hover {
    background: #ffffff;
    color: #0d204d;
    transform: translateX(8px);
}

.contact-card .icon {
    width: 55px;
    height: 55px;
    background: #ffffff;
    color: #c29232;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.contact-card h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-card p {
    font-size: 14px;
    margin: 0;
}


.contact-form-box {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    padding: 35px;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,0.35);
    /* box-shadow: 0 20px 40px rgba(0,0,0,0.25); */
}

.contact-form-box h4 {
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 25px;
}

.contact-form-box .form-control {
    /* background: rgba(255,255,255,0.2); */
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255,255,255,0.4);
    color: #ffffff;
    padding: 12px 15px;
    border-radius: 12px;
    font-size: 14px;
}

.contact-form-box .form-control::placeholder {
    color: #e6e6e6;
}

.contact-form-box .form-control:focus {
    background: rgba(255,255,255,0.25);
    border-color: #ffffff;
    box-shadow: none;
}

.contact-btn {
    /* background: #ffffff;
    color: #0d204d; */
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    /* border: none; */
    padding: 7px 26px;
    border-radius: 50px;
    font-weight: 500 !important;
    transition: all 0.4s ease;
}

.contact-btn:hover {
    background: #eaf2fb;
    color: #c29232;
    transform: translateY(-3px);
    /* box-shadow: 0 12px 30px rgba(0,0,0,0.25); */
}


.map-box iframe {
    width: 100%;
    height: 450px;
    border-radius: 10px;
    border: none;
    /* box-shadow: 0 15px 35px rgba(0,0,0,0.25); */
}



@media (max-width: 991px) {
    .contact-form-box {
        margin-top: 30px;
    }
}

@media (max-width: 576px) {

    .contact-card {
        padding: 18px;
    }

    .contact-form-box {
        padding: 25px;
    }
}

/* contact page end */




/* faculty start */

.faculty-alt-section {
  padding: 50px 0;
  background: #f7f9fb;
}

.faculty-alt-card {
  position: relative;
  height: 360px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
  transition: transform 0.5s ease;
  margin-top: 15px;
}

.faculty-alt-card:hover {
  transform: translateY(-18px);
}

.faculty-alt-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faculty-overlay {
  position: absolute;
  inset: 0;
  /* background: linear-gradient(
    to top,
    rgba(31,51,86,0.92),
    rgba(23,143,144,0.35)
  ); */

  background: linear-gradient(
    to top,
    rgba(31, 51, 86, 8.92),  
    rgba(40, 127, 214, 0.35) 
);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
  opacity: 1;
  transition: all 0.5s ease;
}

.faculty-alt-card:hover .faculty-overlay {
  opacity: 0;
}

.faculty-overlay h4 {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 6px;
}

.faculty-overlay span {
  color: #e0f5f4;
  font-size: 14px;
  line-height: 1.5;
}

.faculty-overlay p{
    margin-top: 10px;
    color: #e0f5f4;
}


@media(max-width:992px){
    .faculty-alt-card{
        margin-top: 15px;
    }
}

/* faculty end */





/* group entities */

.group-entities-alt {
    padding: 50px 0;
    background: #ffffff;
}

.entity-block {
    position: relative;
    background: #ffffff;
    padding: 45px 40px;
    border-radius: 24px;
    height: 100%;
    box-shadow: 0 18px 40px rgba(0,0,0,0.07);
    overflow: hidden;
    transition: all 0.4s ease;
}


.entity-bg {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 90px;
    font-weight: 800;
    color: rgba(31,51,86,0.06);
    line-height: 1;
    z-index: 0;
    font-family: "Merriweather Sans", sans-serif;
}


.entity-icon {
    font-size: 32px;
    color: #c29232;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}


.entity-block h4 {
    font-size: 20px;
    font-weight: 500;
    color: #1f3356;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.entity-block p {
    font-size: 14.5px;
    line-height: 1.8;
    color: #444;
    position: relative;
    z-index: 1;
}


.entity-block:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(40,127,214,0.25);
}


@media (max-width: 576px) {
    .entity-bg {
        font-size: 62px;
    }

    .entity-block {
        padding: 35px 28px;
    }
}

/* group entities end */




/* programe section start */

.programs-section {
    padding: 40px 0;
    /* background-color: #e5f2fe; */
    background-color: #fbfbfb;
    
}

.programs-section .section-title {
    font-size: 40px;
    font-weight: 500;
    color: #1f3356;
}

.programs-section .section-title span {
    color: #c29232;
}

.programs-desc {
    margin-top: 20px;
    color: #555;
    line-height: 1.8;
    max-width: 420px;
}


.program-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.program-box {
    position: relative;
    background: #ffffff;
    padding: 35px;
    border-radius: 22px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
    transition: all 0.45s ease;
}

.program-box.offset {
    margin-top: 40px;
}

.program-box.wide {
    grid-column: span 1;
}

.program-index {
    position: absolute;
    top: -25px;
    right: 20px;
    font-size: 60px;
    font-weight: 800;
    color: rgba(40, 127, 214, 0.12);
}

.program-box h4 {
    font-size: 18px;
    font-weight: 500;
    color: #1f3356;
    margin-bottom: 12px;
}

.program-box p {
    color: #555;
    line-height: 1.7;
    margin: 0;
}


.program-box:hover {
    transform: translateY(-10px);
    /* box-shadow: 0 30px 60px rgba(40, 127, 214, 0.25); */
    box-shadow: 0 30px 60px rgba(194, 146, 50, 0.35);
    border-left: 5px solid #c29232;
}


@media (max-width: 991px) {
    .program-grid {
        grid-template-columns: 1fr;
    }

    .program-box.offset {
        margin-top: 0;
    }

    .program-box.wide {
        grid-column: span 1;
    }
}

@media (max-width:432px) {
    .programs-section .section-title {
        font-size: 30px;
        text-align: center;
    }

    .programs-desc {
        font-size: 15px;
        text-align: center;
    }
}

/* program end */



/* heder top */

.top-header {
    /* background: linear-gradient(90deg, #0d204d, #c29232); */
    background-color: #0d204d;
    padding: 8px 0;
    font-size: 14px;
}



.top-titles a{
    color: #ffffff !important;
    text-decoration: none;
    text-align: end !important;
    font-size: 18px;
}



@media (max-width:992px) {
    .top-header {
        display: none;
    }
}


@media (max-width: 767px) {
    .top-header {
        text-align: center;
    }

    .top-contact {
        margin-bottom: 8px;
    }

    .top-social {
        text-align: center;
    }
}

/* header top end */



.facility-section {
  background: linear-gradient(135deg, #0d204d, #09142b);
  color: #fff;
}



.facility-section .section-title {
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
  font-family: "Merriweather Sans", sans-serif;
}

.facility-section .section-subtitle {
  color: #ffffff !important;
  font-size: 15px;
}

.facility-card {
  background: rgba(255,255,255,0.04);
  border-radius: 16px;
  padding: 28px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.08);
  transition: all 0.3s ease;
}


.facility-card:hover {
  transform: translateY(-8px);
  border-color: #c29232;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}


.icon {
  font-size: 36px;
  margin-bottom: 12px;
  transition: 0.3s;
}


.facility-card:hover .icon {
  color: #c29232;
  transform: scale(1.1);
}


.facility-card h5 {
  color: #fff;
  margin-bottom: 10px;
}

.facility-card p {
  color: #ccc;
  font-size: 14px;
}


@media (max-width:432px) {
    .facility-section .section-title{
        font-size: 30px;
    }
}

/* Facility Section End */





/* gallery page */

.gallery-asym {
  background: #ffffff;
}

.g-item {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.g-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}

.col-md-6 > .g-item {
  height: 100%;
  min-height: 460px;
}

.g-item:not(.wide) {
  height: 220px;
}

.g-item.wide {
  height: 220px;
}

.g-item:hover img {
  transform: scale(1.1);
}

.g-item:hover {
  transform: translateY(-6px);
}

@media(max-width:768px){
  .col-md-6 > .g-item {
    min-height: 300px;
  }

  .g-item,
  .g-item.wide {
    height: 180px;
  }
}

/* gallery end */



/* mission start */

.mission-vision-section {
    background: #ffffff;
}

.mv-card {
    background: #fff;
    padding: 35px 30px;
    border-radius: 16px;
    position: relative;
    /* box-shadow: 0 12px 35px rgba(0,0,0,0.08); */
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    transition: all 0.4s ease;
    overflow: hidden;
}


.mission-card {
    border-left: 6px solid #1f3356;
}

.vision-card {
    border-left: 6px solid #c29232;
}


.icon-box {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 26px;
    color: #fff;
}

.mission-card .icon-box {
    background: #1f3356;
}

.vision-card .icon-box {
    background: #c29232;
}


.mv-card h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #222;
}

.mv-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}


.mv-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}


@media(max-width:768px){
    .mv-card {
        text-align: center;
    }
    .icon-box {
        margin: 0 auto 15px;
    }
}

/* mision end  */


/* ncte certificate start */

/* .ncte-section {
  position: relative;
  padding: 80px 0;
  background: url('..//image/gallery-1.jpeg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  background-attachment: fixed;
}


.ncte-section::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(2px);
  background: rgba(31, 51, 86, 0.45);
  z-index: 1;
}


.ncte-content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}


.ncte-logo img {
  max-width: 450px;
  width: 100%;
  filter: drop-shadow(0 10px 25px rgba(0,0,0,0.4));
}


.ncte-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

.ncte-text {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #f1f1f1;
}


.ncte-link {
  color: #c29232;
  font-weight: 600;
  text-decoration: none;
}

.ncte-link:hover {
  text-decoration: underline;
  color: #fff;
}


.ncte-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 28px;
  background: #c29232;
  color: #fff;
  border-radius: 30px;
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s;
}

.ncte-btn:hover {
  background: #ffffff;
  color: #1f3356;
}


@media(max-width:768px){
  .ncte-title {
    font-size: 22px;
  }

  .ncte-logo {
    text-align: center;
    margin-bottom: 25px;
  }

  .ncte-content {
    text-align: center;
  }
} */

/* ncte certificate end */



/* faq section start */


.faq-section {
  background: #fbfbfb;
}


.faq-title {
  color: #1f3356;
  font-size: 36px;
  font-weight: 500;
  font-family: "Merriweather Sans", sans-serif;
}

.faq-title span{
    color: #c29232;
}

.faq-subtitle {
  color: #000000;
  font-size: 15px;
}


.custom-faq .accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}


.custom-faq .accordion-button {
  background: #ffffff;
  color: #1f3356;
  font-weight: 600;
  font-size: 16px;
  padding: 18px 20px;
  box-shadow: none;
}


.custom-faq .accordion-button:not(.collapsed) {
  background: #1f3356;
  color: #fff;
}


.custom-faq .accordion-body {
  background: #ffffff;
  color: #555;
  font-size: 15px;
  line-height: 1.7;
  padding: 18px 20px;
}


.accordion-button::after {
  filter: brightness(0) invert(0);
}

.custom-faq .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}


.custom-faq .accordion-button:hover {
  background: #f1f3f7;
}


@media(max-width:768px){
  .faq-title {
    font-size: 30px;
  }
}

/* faq section end */



/* Core Values Section */

.knm-core-section {
    padding: 100px 0;
    background: #ffffff;
}


.knm-core-left h5 {
    color: #c29232;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 18px;
}

.knm-core-left h2 {
    font-size: 34px;
    color: #1f3356;
    font-weight: 500;
    margin: 10px 0;
    line-height: 1.3;
    font-family: "Merriweather Sans", sans-serif;
}

.knm-core-left h2 span{
    color: #c29232;
}

.knm-core-line {
    width: 70px;
    height: 4px;
    background: #c29232;
    margin: 20px 0;
}

.knm-core-left p {
    color: #555;
    line-height: 1.8;
}


.knm-core-timeline {
    position: relative;
    padding-left: 40px;
}


.knm-core-timeline::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #c29232;
}


.core-item {
    display: flex;
    gap: 20px;
    margin-bottom: 35px;
    position: relative;
}


.core-item span {
    min-width: 30px;
    height: 30px;
    background: #1f3356;
    color: #fff;
    font-size: 13px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}


.core-item h4 {
    margin: 0;
    font-size: 18px;
    color: #1f3356;
    font-weight: 600;
}

.core-item p {
    margin: 5px 0 0;
    color: #666;
    font-size: 14px;
    line-height: 1.7;
}


.core-item:hover h4 {
    color: #c29232;
}


@media (max-width: 991px) {
    .knm-core-left {
        margin-bottom: 40px;
    }

    .knm-core-left h2 {
        font-size: 27px;
    }
}

@media (max-width: 432px) {
    .knm-core-left{
        text-align: center;
    }

    .knm-core-line{
        width: 100%;
        height: 1px;
    }
}

/* Core Values Section end*/



/* Admission Section */
.knm-admission-section {
    padding: 100px 0;
    background: #f9f9f9;
}


.knm-admission-header h5 {
    color: #c29232;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 18px;
}

.knm-admission-header h2 {
    font-size: 34px;
    color: #1f3356;
    font-weight: 500;
    margin: 10px 0;
    font-family: "Merriweather Sans", sans-serif;

}

.knm-adm-line {
    width: 100px;
    height: 4px;
    background: #c29232;
    margin: 15px auto 50px;
}


.knm-admission-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 20px;
}


.knm-admission-steps::before {
    content: "";
    position: absolute;
    top: 25px;
    left: 5%;
    width: 90%;
    height: 2px;
    background: #c29232;
    z-index: 0;
}


.step {
    text-align: center;
    position: relative;
    z-index: 2;
    width: 100%;
}

.circle {
    width: 50px;
    height: 50px;
    background: #1f3356;
    color: #fff;
    border-radius: 50%;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}


.step h4 {
    color: #1f3356;
    font-size: 18px;
    margin-bottom: 8px;
}

.step p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}


.step:hover .circle {
    background: #c29232;
}


@media (max-width: 991px) {
    .knm-admission-steps {
        flex-direction: column;
        gap: 40px;
    }

    .knm-admission-steps::before {
        display: none;
    }
}


@media (max-width: 432px) {
    .knm-admission-header h2{
        font-size: 27px;
    }
}

/* Admission Section end */