/********** Template CSS **********/
:root {
    --primary: #fdbe33;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
}


/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 600 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 500 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 400 !important;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 21px;
    padding: 35px 0;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
        background: #FFFFFF;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}


/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   background: rgba(9, 30, 62, 0.27);
    z-index: 1;
}
.cap{
    padding-top:30% !important;
}
@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
    .cap{
    padding-top:0% !important;
}
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: #ea2020;
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}


/*** Service ***/
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}


/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
 background: linear-gradient(rgba(55, 62, 72, 0.17), rgba(51, 53, 55, 0)), url(../img/innerpagebanner.webp) center center no-repeat;
    
    background-size: auto, auto;
  background-size: cover;
}
.about-bg{
    background: linear-gradient(rgba(55, 62, 72, 0.17), rgba(51, 53, 55, 0)), url(../img/innerpagebanner2.webp);
    background-size:cover;
    background-repeat:no-repeat;
}
.contact-bg{
    background: linear-gradient(rgba(55, 62, 72, 0.17), rgba(51, 53, 55, 0)), url(../img/contactus.webp);
    background-size:cover;
    background-repeat:no-repeat;
}
.programme-bg{
    background: linear-gradient(rgba(55, 62, 72, 0.17), rgba(51, 53, 55, 0)), url(../img/innerpagebanner3.webp);
    background-size:cover;
    background-repeat:no-repeat;
}
.placement-bg{
     background: linear-gradient(rgba(55, 62, 72, 0.17), rgba(51, 53, 55, 0)), url(../img/innerpagebanner4.webp);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    
}

.campus-bg{
     background: linear-gradient(rgba(55, 62, 72, 0.17), rgba(51, 53, 55, 0)), url(../img/innerpagebanner5.webp);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    
}
.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}
p {text-align: justify;
  }

 .booking-card {
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  color: #0a4870;
  transition: 0.3s;
  background: #f0f0f0; /* Fallback background color */
  position: relative;
}

.top-full-image {
  width: 100%;
  height: auto;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.book-container {
  /*height: 200px; */
}
/*.disclaimer {*/
/*  height: 161px !important;*/
/*}*/
.book-container .content {
  position: relative;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /*height: 100%;*/
  width: 100%;
  /*transform: translateY(-100px);*/
  transition: 0.3s;
 height: 161px !important;
}

.book-container .btn {
  border: 3px solid white;
  padding: 10px 15px;
  background: none;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  cursor: pointer;
  transition: 0.3s;
}

.book-container .btn:hover {
  background: white;
  color: #0a4870;
}

.informations-container {
  padding: 20px;
  background: #f0f0f0;
  /*transform: translateY(90px);*/
  transition: 0.3s;
  height: 300px !important;
}

.informations-container .title {
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.informations-container .title::after {
  content: "";
  display: block;
  height: 1px;
  width: 50px;
  margin: auto;
  background: #0a4870;
}

.informations-container .more-information {
  opacity: 1;
  transition: 0.3s;
  
}


.booking-card:hover .informations-container {
  transform: translateY(-100px);
  /*height: 100% !important;*/
}

/*.booking-card:hover .disclaimer {*/
/*  height: 261px !important;*/
  
/*}*/

.icon-bar {
  position: fixed;
  top: 50%;
  right:0;
  transform: translateY(-50%);
  z-index: 1000;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
 background: linear-gradient(45deg, #833AB4, #FD1D1D, #FCB045, #E1306C);
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.content {
  /*margin-left: 75px;*/
  font-size: 30px;
}
.bg-darkblack {
  background: #1b1b1b;
}
.img-br{
    border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
}
.box-brc{
    background: #312754;
  border-radius: 20px;
}
.rounded1 {
  border: solid;
 
  border-color: #fdbe33;
  border-radius: 10px !important;
}
.footerp{
    padding-left: 13%;
  padding-right: 13%;
}
.mivi {
  background: #f0f0f0;
  border: solid #f0f0f0;
  border-radius: 10px;
}
 table {
            width: 100%;
            border-collapse: collapse;
        }
        .tb th, .tb td {
            border: 1px solid #000;
            /*text-align: left;*/
            padding: 8px;
        }
       th {
  background-color: #382e5a;
  text-align: center;
  color: #fff;
}
        
        .test .text-primary {
  color: #312854 !important;
}
.graph-container {
            text-align: center;
            margin: 20px auto;
            padding: 20px;
            border: 1px solid #ccc;
            border-radius: 8px;
            width: 80%;
            max-width: 600px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }
        .graph-placeholder {
            width: 100%;
            height: 300px;
            background: #f4f4f4;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            color: #888;
            border: 2px dashed #ccc;
        }
        .logo .owl-carousel .owl-item img {
  display: block;
  width: 64%;
}

 .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
 top: 13%;
  width: 100%;
  height: 100%;
  overflow: auto;

  backdrop-filter: blur(5px);
}
.modal-inner {
  position: relative;
  margin: auto;
  width: 80%;
  max-width: 900px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  animation: slide-down 0.3s ease;
  text-align: center;
}
.close {
  color: #aaa;

  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  /*border: 1px solid rgba(0,0,0,.2);*/
  border-radius: .3rem;
  outline: 0;
}
.caption-container {
  text-align: center;
  padding: 10px;
  font-size: 18px;
  color: #555;
  background-color: #f9f9f9;
}
.prev {
  left: 15px;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  user-select: none;
  transition: background-color 0.3s;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
.next {
  right: 15px;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  user-select: none;
  transition: background-color 0.3s;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
.bg-primary {
  background-color: #302653 !important;
}
.test .text-primary {
    color: #fdbe33 !important;
  }
  
  .home-pop .brochure-btn {
  width: auto;
  position: fixed;
  right: 0;
  bottom: 100px;
 background-color: #b00;
  z-index: 9;
  padding: 15px 40px;
  font-size: 1.2rem;
  border-radius: 100px 0 0 100px;
  cursor: pointer;
  color: #FFF;
  border: #FFF solid 2px;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: rgb(255, 255, 255);
  border-right: 0;
}


h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  
  text-transform: inherit;
}
.navbar-brand {
  padding-bottom: 1.313rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
}

.cards1 {
  display: grid;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}

.cards1_item {
  display: flex;
}

.card1_image {
  display: flex;
  height: 250px;
  box-shadow: 0 50px 100px 0 #64549d;
}

.card1_image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.card1 {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background-color: #302653;
  border-radius: 5px 25px 5px 50px;
  transition: transform 0.1s linear, box-shadow 0.2s;
}

.card1_text:focus,
.card:focus {
  outline: 2px dashed #322855;
}

.card1:focus,
.card1:hover {
  transform: scale(1.01);
  box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.2);
}

.card1_content {
  padding: 0.5rem 1rem 1rem;
  color: #fff;
}

.card1_title {
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  height: auto;
  color: var(--black);
  padding: 0.5rem;
  border-radius: 5px 0 0 5px;
  transform: rotate(-3.3deg);
  transform-origin: left top;
  font-family: Georgia, Times, serif;
  font-weight: 600;
  font-size: 1.325rem;
  postition: relative;
  overflow: hidden;
  z-index: 1;
  background-color: rgba(253, 73, 160, 0.75);
  animation: 0s 0s fly-in 0 reverse both;
}

@media (min-width: 535px) {
  .card1_title {
    animation: 0.5s 0.25s fly-out 1 both;
  }
}

.card1:focus .card_title,
.card1:hover .card_title {
  animation: 0.5s ease-in 0s fly-in 1 both;
}

.card1_text {

  line-height: 1.5;
  text-size-adjust: 0.2px;
  padding: 0 1rem;
}

.card1_text p:first-of-type:first-letter {
  font-size: 1.8em;
  margin-right: 0.05em;
}

@media (min-width: 480px) {
  .card1_text {
    overflow: auto;
    max-height: 20rem;
    scrollbar-width: thin;
  scrollbar-color: #fbd011 #64549d;
  }

  .card1_text::-webkit-scrollbar {
    width: 12px;
  }

  .card1_text::-webkit-scrollbar-track {
    background:#64549d;
  }

  .card1_text::-webkit-scrollbar-thumb {
    background-color: #64549d;
  }
}

.card1_text strong {
  color: #322855;
}



.note1 {
  display: block;
  text-align: center;
  padding: 0.5rem;
  font-weight: 900;
 background-image: linear-gradient( -45deg, transparent 10%, #ffd311 10.5%, #dbb60e 90%, transparent 90.5% );
  color: #000;
  font-size: 1.3em;
  font-style: italic;
  margin-top: 1rem;
}
.btn-red{
    background-color: #b00;
  border-color: #b00;
  border-radius: 75px;
  color: #fff;
}
.btn-red:hover {
  color: #fff;
  background-color: #fdbe33;
  border-color: #fdbe33;
}