@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Edu+QLD+Hand:wght@400..700&family=Oswald:wght@200..700');

html {
  scroll-behavior: smooth;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

@media (min-width: 320px) and (max-width: 768px) {
  /* line 19, src/assets/scss/generic/_generic.box-sizing.scss */
  html {
    font-size: 88%;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: "Open Sans", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
   font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
  text-align: left;
  background-color: #f9f9f9;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.938rem;
}

/* line 101, node_modules/bootstrap/scss/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
/* ---------------------------------------- */
.theme-color {
  color: #003898;
}
.theme-color-02 {
  color: #f16136;
}
.theme-bg-color {
  background-color: #003898;
}
.theme-bg-color-02 { 
  background-color: #f16136;
}
.theme-rounded {
  border-radius: 1rem;
}
.font-oswald{
  font-family: "Oswald", sans-serif;
}
.img-filter-02{
  filter: invert(44%) sepia(19%) saturate(4705%) hue-rotate(342deg) brightness(104%) contrast(89%);
}
.header-logo img {
  max-height: 60px;
  width: auto;
}
.gradiant-bg{
  background: linear-gradient(45deg, rgb(128 101 93) 10%, #1c276b 70%);
}
.gradiant-text{
  line-height: 1;
  font-size: 7rem;
  font-family: "Oswald", sans-serif;
  background: -webkit-linear-gradient(142deg, #ff0202, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 2px;
}
.theme-btn-02 {
    color: #fff;
    background-color: #f16136;
    border-color: #f16136;
}

/* ----- Banner section ----- */

.banner-section{
    position: relative;
    background: #192467;
    overflow: hidden;
}
.banner-section::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner-girl.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left 51% bottom -6em;
    pointer-events: none;
}
.banner-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner01.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.1;
    filter: contrast(1.5);
}

header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}
header .navbar-nav .nav-link:hover {
    color: #ccc !important;
}
header .navbar-nav .nav-link {
    color: #ffffff !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    padding: 0 15px;
    transition: 0.3s;
}
header.scrolled {
    background: #003898;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: background 200ms, box-shadow 200ms;
    border-color: #003898;;
}

/* Programme Offerered Section */

.programme-offered button::after{
    text-align: center;
    content: '-';
    position: absolute;
    font-size: 24px;
    right: 10px;
    font-weight: 300;
    line-height: 22px;
    width: 22px;
    height: 22px;
    background: rgb(0 56 153 / 24%);
    border-radius: 50px;
}
.programme-offered button.collapsed::after{
  content: '+';
  transition: 0.2s;
  line-height: 22px;
  background: rgb(255 255 255 / 24%);
}
.programme-offered button.collapsed:hover{
  color: #ccc;
}
.programme-offered button.collapsed{
  background-color: rgb(255 255 255 / 5%);
  color: #eee;
}
.programme-offered button{
    transition: 0.3s;
    position: relative;
    background-color: #f16136;
    border: 0;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    display: flex;
    text-align: left;
}
.programme-offered .courses-list:hover {
    background: rgb(255 255 255 / 9%);
}
.programme-offered .courses-list {
    padding: 15px 10px 15px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    transition: 0.3s;
}
.programme-offered button:focus{
  outline: none;
  box-shadow:none;
}
.Industrial-and-International-Collaboration .Industrial-and-International-Collaboration-content img{
    height: 80px;
    object-fit: contain;
}
.Industrial-and-International-Collaboration .Industrial-and-International-Collaboration-content{
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    max-width: 600px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 31%);
    width: 90%;
}
.Industrial-and-International-Collaboration .Industrial-and-International-Collaboration-img{
    width: 80%;
    position: relative;
    top: -0px;
    box-shadow: 70px -70px 0px #003898;
}
.Industrial-and-International-Collaboration{
  position: relative;
}
.Placements_Overview_main .Placements_Overview_01{
	background: rgb(255 255 255 / 79%);
    border-radius: 10px;
} 
.Placements_Overview_main{ 
    background: url(../images/Placements-Overview.webp) #003898;
    background-position: left 5% bottom -5em;
    background-repeat: no-repeat;
    background-size: auto 90%;
}
.international-advisory-board-box{
  min-height: 400px;
  max-width: 300px;
  margin: auto;
}
.international-advisory-board-box img{
  border-radius: 0px 0px 0px 20px;
}


.Thriving-Campus::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #5b2413, #003899);
    opacity: 0.9;
}
.Thriving-Campus{
  position: relative;
  background-image: url(../images/bg-03.webp);
  background-size: cover;
  background-position: center;
}
.thriving-campus-box ul li{
  margin-bottom: 10px;
}
.thriving-campus-box ul{
    color: #eee;
    list-style: circle;
    padding-left: 20px;
    font-size: 16px;
}
.center .thriving-campus-box {
  border-width:0px 1px 0px 1px;
  border-style: solid;
  border-color: #cccccc2d;
}
.thriving-campus-box {
    min-height: 330px;
    padding: 0 20px;
}
.thriving-campus-box img{
    height: 120px;
    object-fit: contain;
    border-radius: 10px;
    object-position: left;
    margin-bottom: 20px;
}

.Noteworthy_Recognition::before{
    content: '';
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/noteworthy-recognition-bg.webp);
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center;
    opacity: 0.1;
}
.Noteworthy_Recognition{
  position: relative;
}
.International-Advisory-Board{
  position: relative;
}
.International-Advisory-Board::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 65%;
    background: #003898;
} 
.apply-now-btn{
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #E9B63B;
  text-align: center;
  display: block;
  color: #333;
  font-size: 20px;
  border-radius: 30px 30px 0px 0px;
  padding: 10px 10px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 9;
}
.box-hover-effect, #form_box {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-hover-effect:hover {
  -webkit-box-shadow: 0 5px 10px #f16136;
          box-shadow: 0 5px 10px #f16136 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  transition: all 0.3s ease;
}
/* Reveal sections */
.effect {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
  will-change: transform, opacity;
}
/* When in view */
.effect.active {
  opacity: 1;
  transform: none;
}

/* Specific Animations */
.fade-in {
  transform: translateY(40px);
}

.slide-left {
  transform: translateX(-60px);
}

.zoom-in {
  transform: scale(0.8);
}

.flip-up {
  transform: rotateX(90deg);
  transform-origin: bottom;
}

.slide-right {
  transform: translateX(60px);
}

.flip-down {
  transform: rotateX(-90deg);
  transform-origin: top;
}

.fade-up {
  transform: translateY(40px);
  opacity: 0;
}

/* Activated states (reuse .active for all) */
.effect.slide-right.active,
.effect.flip-down.active,
.effect.fade-up.active {
  transform: none;
  opacity: 1;
}

/* Activated states */
.effect.fade-in.active,
.effect.slide-left.active,
.effect.zoom-in.active,
.effect.flip-up.active {
  transform: none;
}

.testimonial-box .testimonial-box-img img{
      filter: drop-shadow(-4px 4px 10px black);
}
.testimonial-box .testimonial-box-img{
    width: 100%;
    left: 30%;
    filter: contrast(1.08) brightness(1.04);
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    display: grid;
    align-items: end;
}
.testimonial-box .testimonial-box-content p{
  width: 65%;
  font-weight: 300;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
}
.testimonial-box .testimonial-box-content {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.testimonial-box .testimonial-box-content .testimonial-box-details h4{
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    font-size: 34px;
    color: #FCB53B;
    text-shadow: 0px 0px 2px rgb(0 0 0 / 70%);
}
.testimonial-box .testimonial-quote img{
  width: 100%;
  height: auto;
}
.testimonial-box .testimonial-box-content .testimonial-box-details p{
    margin: 0;
    font-size: 11px;
    width: 80%;
    color: #ccc;
    font-family: "Edu QLD Hand", cursive;
    line-height: 2;
    width: 80%;
}
.testimonial-box .testimonial-quote{
    width: 100px;
    opacity: 0.2;
    top: 20px;
    left: 0px;
    position: absolute;
}
.testimonial-box{
     background-image: linear-gradient(177.6deg, #6e6e6e 15.3%, #222 91.3%);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 4px #acacac;
    max-width: 500px;
    margin: auto;
}

.scholarship-section{
    background-image: url(../images/scholarship-bg.webp);
    position: relative;
    background-size: cover;
    background-position: center left;
    overflow: hidden;
}
.scholarship-section::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(39, 39, 39, 0.6);
}
.scholarship-section{
    position: relative;
}
.statup-box .statup-box-content{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background: linear-gradient(45deg, black, transparent);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
}
.statup-box:hover .statup-box-img img{
    transform: scale(1.3);
}
.statup-box .statup-box-img img{
    filter: grayscale(1);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.8s;
}
.statup-box .statup-box-img{
  height: 100%;
}
.statup-box{
  position: relative;
    border-radius: 10px;
    overflow: hidden;
    max-width: 380px;
    height: 100%;
}
.labs-box:hover .labs-box-content h4{
  color: #fff;
}
.labs-box .labs-box-content h4{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
.labs-box .labs-box-content{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background:linear-gradient(0deg, rgb(0 56 152 / 80%) 50%, rgb(0 0 0 / 0%) 90%);
    display: grid;
    align-items: end;
}
.labs-box .labs-box-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}
.labs-box .labs-box-img{
  height: 350px;
}
.labs-box{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    max-width: 400px;
    margin: auto;
}
.btn-wrap button:hover{
  border-color:#333 ;
}
.btn-wrap button:hover{
  opacity: 1;
}
.btn-wrap button{
    opacity: 0.4;
}
.btn-wrap button{
  box-shadow: none;
  border: 2px solid #333;
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 50%;
  transition: 0.3s;
}
.recognition-box img{
    min-height: 40px;
    object-fit: contain;
    object-position: left;
    max-width: 150px;
}
.recognition-box{
  min-height: 200px;
}
.top-placement .top-placement-content .top-placement-content-company img{
  max-height: 40px;
}
.top-placement .top-placement-content .top-placement-content-company{
    padding: 10px 10px;
    border-radius: 5px;
    background: #fff;
    height: 50px;
}
.top-placement .top-placement-content .top-placement-content-name{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}
.top-placement .top-placement-content{
    position: relative;
    background: #f16136;
}
.top-placement .top-placement-thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.top-placement .top-placement-thumbnail{
    width: 100%;
    height: 300px;
    position: relative;
    background: linear-gradient(45deg, rgb(0 56 153 / 24%), rgb(225 87 45 / 13%));
}
.top-placement{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.gallery-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-img{
    margin: 5px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 33%);
}

@media screen and (min-width: 1440px) {
  .container-fluid{
    max-width: 1400px;
  } 
}
@media screen and (min-width: 992px) and (max-width: 1199px) { 
    header .navbar-nav .nav-link{
      font-weight: 400;
      font-size: 12px;
      padding: 10px 5px !important;
    }
}

@media screen and (max-width: 992px) {
  .banner-section::after {
    background-size: contain;
    background-position: left 1% bottom -6em;
  }
  .Placements_Overview_main {
        background: #003898;
  }
  .navbar{
    background-color: #003898;
  }
  header .navbar-nav .nav-link {
    padding: 10px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .top-placement .top-placement-content .top-placement-content-name{
      font-size: 14px;
      font-weight: 600;
  }
  .top-placement .top-placement-content .top-placement-content-company p{
      white-space: nowrap;
  }
  .top-placement .top-placement-content .top-placement-content-company img{
      max-height: 22px;
  }
  .top-placement .top-placement-content .top-placement-content-company{
      padding: 5px 5px;
      height: 30px;
  }
  .top-placement .top-placement-thumbnail{
    height: 180px;
  }
  .programme-offered button{
    font-weight: 500;
    font-size: 18px;
  }
  .header-logo img {
      max-height: 55px;
  }
  .Industrial-and-International-Collaboration .Industrial-and-International-Collaboration-img{
    top: 0px;
    width: 100%;
    box-shadow: 0px -30px 0px 10px #003898;
  }
  .Industrial-and-International-Collaboration .Industrial-and-International-Collaboration-content{
    left: 5%;
    position: relative;
    top: -60px;
  }
  .banner-section::after{
      background-size: 260px;
      background-position: right -10% top 8em;
  }
  .heading-03{
    font-size: 3.142857rem !important;
  }
  .heading-01 {
    font-size: 28px !important;
  }
  .heading-02 {
    font-size: 22px !important;
  }
  header .navbar-nav .nav-link {
    padding: 10px 0 !important;
  }
  .testimonial-box .testimonial-box-content {
    min-height: 450px;
  }
}