@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');

html {
  scroll-behavior: smooth;
}
body {
  line-height: 1;
}

/* line 34, src/assets/scss/generic/_generic.reset.scss */
ol, ul {
  list-style: none;
}

/* line 37, src/assets/scss/generic/_generic.reset.scss */
blockquote, q {
  quotes: none;
}

/* line 40, src/assets/scss/generic/_generic.reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, src/assets/scss/generic/_generic.reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 3, src/assets/scss/generic/_generic.box-sizing.scss */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 10, src/assets/scss/generic/_generic.box-sizing.scss */
*, *: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%;
  }
}


/* line 19, node_modules/bootstrap/scss/_reboot.scss */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 25, node_modules/bootstrap/scss/_reboot.scss */
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);
}

/* line 35, node_modules/bootstrap/scss/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 46, node_modules/bootstrap/scss/_reboot.scss */
body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 1.3;
  color: #333;
  text-align: left;
  background-color: #fff;
}

/* line 66, node_modules/bootstrap/scss/_reboot.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 76, node_modules/bootstrap/scss/_reboot.scss */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 92, node_modules/bootstrap/scss/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: "Montserrat", serif;
  margin-bottom: 0.938rem;
}

/* line 101, node_modules/bootstrap/scss/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}


/* Banner section */

.banner-sect:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-repeat: repeat;
  opacity: 0.7;
  background-image: linear-gradient(45deg, black, transparent);
}
.banner-sect {
    background-image: url(../img/banner-02.webp);
    min-height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh;
}
/* Footer Section */

.dot-circle{
  padding-left: 0px;
}
.dot-circle li {
  position: relative;
  list-style: none;
  padding-left: 15px;
  margin-bottom: 8px;
}
.dot-circle li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #f48121;
  left: 0;
  top: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sign-up-form-wrap {
  background: #fff;
  box-shadow: 0px -8px 0px rgb(244 129 33);
}
.collab-logo-size{
  border: 1px solid gainsboro;
  margin-bottom: 0px;
  padding: 10px;
  width: 100%;
  background: #fff;
  height: 100px;
  object-fit: contain;
}
ul {
  margin: 0;
}
ul.dashed {
  list-style-type: none;
}
ul.dashed > li {
  text-indent: -5px;
}
ul.dashed > li:before {
  content: "-";
text-indent: -5px;
position: relative;
left: -5px;
}
.header-logo{
  max-height: 100px;
}
.programme-aim .programme-aim-content{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px 30px 40px;
  display: grid;
  align-items: end;
  background: linear-gradient(45deg, black, transparent);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.programme-aim .programme-aim-content-bg-02{
  background: linear-gradient(45deg, #004a85, transparent);
}
.programme-aim:hover .programme-aim-thumbnail img{
  transform: scale(1.1);
}
.programme-aim .programme-aim-thumbnail img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.programme-aim .programme-aim-thumbnail{
  height: 400px;
  width: 100%;
}
.programme-aim{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.faculty-projects .faculty-projects-content{

}
.faculty-projects .faculty-projects-thumbnail{
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
}
.faculty-projects:hover .faculty-projects-thumbnail img{
  object-fit: contain;
}
.faculty-projects .faculty-projects-thumbnail img{
  width: 100%;
  height: 100%;
  transition: 0.3s;
  background-color: #ccc;
  object-fit: cover;
}
.faculty-projects{
  background: #fff;
  border-radius: 10px;
  border: 1px solid #cbcbcb;
  min-height: 450px;
  box-shadow: 0px 4px 0px rgb(0 0 0 / 6%);
}
.youtube-links:hover .youtube-links-thumbnail img{
  transform: scale(1.3);
}
.youtube-links .youtube-links-thumbnail img{
  height: 500px;
  width: 100%;
  object-fit: cover;
  transition: 3s;
}
.youtube-links .youtube-links-content .plya-icon img{
  width: 80px;
}
.youtube-links:hover .youtube-links-content .plya-icon{
  height: 80px;
  visibility: visible;
  opacity: 1;
}
.youtube-links .youtube-links-content .plya-icon{
  height: 0px;
  visibility: hidden;
  transition: 0.3s;
  opacity: 0;
}
.youtube-links .youtube-links-content{
  position: absolute;
  color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  background-image: radial-gradient(circle 382px at 50% 50.2%, rgb(148 148 148 / 56%) 0.1%, rgb(3 1 50 / 40%) 100.2%);
  align-content: center;
}
.youtube-links{
  display: block;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 6px 4px gainsboro;
  max-width: 1000px;
  position: relative;
  margin: auto;
  overflow: hidden;
}
.Apply_Now:hover{
  background: #bc1839;
  text-decoration: none;
  color: #fff;
}
.Apply_Now{
  position: fixed;
  right: -52px;
  top: 30%;
  transform: rotate(270deg);
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  background: #e9ab28;
  color: #000000;
  z-index: 1;
  text-transform: uppercase;
  text-decoration: none;
}
.input-group-text{
  width: 40px;
  border-radius: 10px 0px 0px 10px;
  display: grid;
}
@media only screen and (max-width: 767px) {
  .youtube-links .youtube-links-thumbnail img{
    height: 390px;
  }
  .mobile-heading-02 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .mobile-heading {
    font-size: 26px !important;
  }
  .Apply_Now {
    position: fixed;
    font-size: 20px;
    font-weight: 600;
    right: 0;
    top: unset;
    width: 100%;
    bottom: 0;
    transform: rotate(0deg);
    display: block;
    padding: 15px 40px 15px;
    background: #e9ab28;
    text-align: center;
    color: #000;
    z-index: 1;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0px -2px 5px rgb(0 0 0 / 22%);
    
  }
}
.owl-nav .owl-prev{
  left: -15px;
}
.owl-nav .owl-next{
  right: -15px;
}
.owl-nav .owl-next,
.owl-nav .owl-prev{
  position: absolute;
  top: 40%;
  width: 40px;
  height: 40px;
  background: #f48121 !important;
  border-radius: 40px !important;
}

.owl-nav .owl-next span,
.owl-nav .owl-prev span{
  position: relative;
  font-size: 40px;
  line-height: 0.5;
}
.theme-color-01{
  color: #f48120 !important;
}
.theme-btn:hover{
  background: #bc1839;
  color: #fff;
}
.theme-btn{
  background: #f48120
}
.theme-bg-01{
  background: #f48120 !important;
}

.login-signup-form .form-control{
  height: auto;
  border-radius: 10px;
  color: #333;
  background: #fff;
  min-height: 40px;
  line-height: 2;
  font-size: 14px;
}
