@font-face {
  font-family: 'Montserrat-Black';
  src: url(../fonts/Montserrat-Black.ttf);
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url(../fonts/Montserrat-Medium.ttf);
}

body {
  font-family: 'Montserrat-Medium';
  padding-top: 122px;
}

.chat-box {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  width: 350px;
}

.chat-box .btn-send-message {
  background-color: #00417e;
  width: 100%;
  display: block;
  text-align: center;
  color: var(--bs-white);
  text-decoration: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 7px 0px;
  font-size: 1.5rem;
}

.chat-box .btn-send-message .bi-x {
  margin-right: 5px;
  float: right;
}

.chat-box .message-form {
  padding: 15px;
  background-color: var(--bs-light);
  display: none;
}

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #2569a9;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu {
  width: auto;
  font-family: 'Montserrat-Medium';
  line-height: 1;
  position: relative;
  z-index: 100;
}

/*#menu-line {

  position: absolute;

  top: 0;

  left: 0;

  height: 3px;

  background: #ffcb05;

  -webkit-transition: all 0.25s ease-out;

  -moz-transition: all 0.25s ease-out;

  -ms-transition: all 0.25s ease-out;

  -o-transition: all 0.25s ease-out;

  transition: all 0.25s ease-out;

}*/
#cssmenu > ul > li {
  float: left;
}

#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right > ul > li {
  float: right;
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu > ul > li > a {
  padding: 5px 21px;
  margin: 10px 0px;
  font-size: 1rem;
  line-height: 18px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

#cssmenu > ul > li > a:nth-child(8) {
  border: 0px;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #fee7b1;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 29px;
}

#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #fee7b1;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}

#cssmenu li:hover > ul {
  left: auto;
}

#cssmenu.align-right li:hover > ul {
  right: 0;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li {
  background-color: #ee2a25de;
  -webkit-transition: height .2s ease;
  transition: height .2s ease;
  white-space: nowrap;
  font-size: 0.9rem;
}

#cssmenu ul ul li a {
  padding: 15px 30px;
  text-decoration: none;
  color: var(--bs-white);
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #fee7b1;
}

#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 17px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #fee7b1;
}

@media all and (max-width: 991px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 12px 33px;
    font-size: 13px;
    color: #fff;
    background: none;
  }
  #cssmenu ul ul li a::before {
    content: '>>';
    position: absolute;
    top: 12px;
    left: 12px;
    display: block;
    color: #ca7171;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 15px 20px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 7px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    height: 36px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 13px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu > ul > li > a {
    padding: 11px 23px;
    margin: 0;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    border-right: 0px;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 18px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}

header {
  position: fixed;
  z-index: 100;
  -webkit-transition: all 5s;
  transition: all 5s;
  width: 100%;
  top: 0;
}

header .logo-sction {
  padding: 10px 0px;
  background-color: var(--bs-white);
}

header .logo-sction .logo-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 300px 110px;
      grid-template-columns: 1fr 300px 110px;
  grid-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .logo-sction .logo-row .btn-login {
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  padding: 5px 30px;
  width: 100%;
}

header .logo-sction .item .logo {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header .logo-sction .item:nth-child(2) .form-control {
  background-color: transparent;
}

header .logo-sction .item:nth-child(2) .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

header .logo-sction .item:nth-child(2) .form-control-underlined {
  border-width: 0;
  border-bottom-width: 1px;
  border-radius: 0;
  padding-left: 0;
}

header .logo-sction .item:nth-child(2) .form-control::-webkit-input-placeholder {
  font-size: 0.95rem;
  color: #aaa;
  font-style: italic;
}

header .logo-sction .item:nth-child(2) .form-control:-ms-input-placeholder {
  font-size: 0.95rem;
  color: #aaa;
  font-style: italic;
}

header .logo-sction .item:nth-child(2) .form-control::-ms-input-placeholder {
  font-size: 0.95rem;
  color: #aaa;
  font-style: italic;
}

header .logo-sction .item:nth-child(2) .form-control::placeholder {
  font-size: 0.95rem;
  color: #aaa;
  font-style: italic;
}

header .navigation {
  background-color: #00417e;
}

header .navigation .container-fluid {
  padding: 0px 100px;
  display: -ms-grid;
  display: grid;
  justify-items: center;
}

.fixed-header {
  position: fixed;
}

@media only screen and (max-width: 1680px) and (min-width: 1050px) {
  header .navigation .container-fluid {
    padding: 0px 50px;
  }
  #cssmenu > ul > li > a {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 900px) {
  #cssmenu > ul > li > a {
    padding: 5px 15px;
  }
  #cssmenu > ul > li > a {
    font-size: 0.8rem;
  }
  header .navigation .container-fluid {
    padding: 0px 0;
  }
}

@media only screen and (max-width: 991px) {
  footer .footer-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  header .logo-sction .logo-row {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  header .logo-sction .logo-row .item:nth-child(2) {
    display: none;
  }
  header .logo-sction .item .logo {
    height: auto !important;
  }
  header .logo-sction .logo-row .btn-login {
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    padding: 5px 30px;
    width: 100%;
    font-size: 0.8rem;
  }
}

.home-banner-slider {
  position: relative;
}

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

.home-banner-slider .carousel-control-next-icon,
.home-banner-slider .carousel-control-prev-icon {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  background-color: black;
  border-radius: 100%;
  padding: 0;
}

.scroll-news {
  background-color: #df9926;
  padding: 8px 0px;
}

.scroll-news .scroll-news-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 390px 1fr;
      grid-template-columns: 390px 1fr;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.scroll-news .scroll-news-row .item:nth-child(1) {
  font-size: 1.2rem;
  text-transform: uppercase;
}

.scroll-news .scroll-news-row .item:nth-child(2) a {
  color: var(--bs-red);
}

.counter-section {
  padding: 30px 0px;
}

.counter-section .couter-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  grid-gap: 106px;
}

.counter-section .couter-row .item {
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
  text-align: center;
}

.counter-section .couter-row .item h3 {
  font-size: calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320));
  font-family: 'Montserrat-Black';
}

.counter-section .couter-row .item:nth-child(1) h3 {
  color: #2988cb;
}

.counter-section .couter-row .item:nth-child(2) h3 {
  color: #5fba32;
}

.counter-section .couter-row .item:nth-child(3) h3 {
  color: #df9926;
}

.counter-section .couter-row .item:nth-child(4) h3 {
  color: #ce680e;
}

/*.counter-section .couter-row .item:nth-child(5) {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}*/

.rdpartnership-section {
  background: var(--bs-yellow);
}

.rdpartnership-section .rd-partnership-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rdpartnership-section .rd-partnership-row .item-content {
  padding-right: 310px;
  color: var(--bs-white);
}

.rdpartnership-section .rd-partnership-row .item-content h2 {
  font-size: calc(30px + (50 - 30) * (100vw - 320px) / (1920 - 320));
  color: white;
  text-align: left;
  margin-bottom: 20px;
  font-family: 'Montserrat-Black';
}

.rdpartnership-section .rd-partnership-row .item-content .btn-explore {
  background-color: #000;
  color: #fff;
  padding: 12px 30px;
  text-decoration: none;
}

.rdpartnership-section .rd-partnership-row .item-content .partnership-list {
  margin-top: 70px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  row-gap: 2px;
}

.rdpartnership-section .rd-partnership-row .item-content .partnership-list .item {
  border: 1px solid var(--bs-white);
  padding: 5px 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.rdpartnership-section .rd-partnership-row .item-content .partnership-list .item a {
  color: var(--bs-white);
  text-decoration: none;
  display: block;
}

.rdpartnership-section .rd-partnership-row .item-content .partnership-list .item:hover {
  background-color: var(--bs-red);
}

.ip-licensing-section {
  background-color: #3bc689;
  padding: 70px 0px;
}

.ip-licensing-section .licensing-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ip-licensing-section .licensing-row .item-content h2 {
  font-size: calc(30px + (50 - 30) * (100vw - 320px) / (1920 - 320));
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  font-family: 'Montserrat-Black';
}

.ip-licensing-section .licensing-row .item-content .btn-explore {
  background-color: #fff;
  color: #000;
  padding: 12px 30px;
  text-decoration: none;
}

.ip-licensing-section .licensing-row .item-content .licensing-list {
  margin-top: 70px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  row-gap: 2px;
}

.ip-licensing-section .licensing-row .item-content .licensing-list .item {
  border: 1px solid var(--bs-dark);
  padding: 5px 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ip-licensing-section .licensing-row .item-content .licensing-list .item a {
  color: var(--bs-dark);
  text-decoration: none;
  display: block;
}

.ip-licensing-section .licensing-row .item-content .licensing-list .item:hover {
  background-color: var(--bs-yellow);
}

.research-park {
  padding: 70px 0px;
  background-color: #e7fdfc;
}

.research-park .research-park-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}

.research-park .research-park-row .item-img {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 2px;
}

.research-park .research-park-row .item-img .item:nth-child(1) {
  grid-column: 1/-1;
}

.research-park .research-park-row .item-content h2 {
  font-size: calc(30px + (50 - 30) * (100vw - 320px) / (1920 - 320));
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  font-family: 'Montserrat-Black';
}

.research-park .research-park-row .item-content .btn-explore {
  background-color: #3bc689;
  color: #000;
  padding: 12px 30px;
  text-decoration: none;
}

.research-park .research-park-row .item-content .amenities-box {
  margin-top: 70px;
}

.research-park .research-park-row .item-content .amenities-box h5 {
  font-family: 'Montserrat-Black';
}

.research-park .research-park-row .item-content .amenities-box .amenities-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  row-gap: 2px;
}

.research-park .research-park-row .item-content .amenities-box .amenities-list .item {
  border: 1px solid var(--bs-dark);
  padding: 5px 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.research-park .research-park-row .item-content .amenities-box .amenities-list .item a {
  color: var(--bs-dark);
  text-decoration: none;
}

.research-park .research-park-row .item-content .amenities-box .amenities-list .item:hover {
  background-color: var(--bs-success);
}

.research-park .research-park-row .item-content .amenities-box .amenities-list .item:hover a {
  color: var(--bs-white);
}

.innovation-entrepreneurship-section {
  background: var(--bs-primary);
  color: var(--bs-white);
  overflow: hidden;
}

.innovation-entrepreneurship-section .innovation-entrepreneurship-section-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.innovation-entrepreneurship-section .innovation-entrepreneurship-section-row .item-content {
  padding-left: 305px;
}

.innovation-entrepreneurship-section .innovation-entrepreneurship-section-row .item-content h2 {
  font-size: calc(30px + (50 - 30) * (100vw - 320px) / (1920 - 320));
  color: var(--bs-white);
  text-align: left;
  margin-bottom: 20px;
  font-family: 'Montserrat-Black';
}

.innovation-entrepreneurship-section .innovation-entrepreneurship-section-row .item-content .btn-explore {
  background-color: var(--bs-dark);
  color: var(--bs-white);
  padding: 12px 30px;
  text-decoration: none;
}

.innovation-entrepreneurship-section .innovation-entrepreneurship-section-row .item-content .incubators-list {
  margin-top: 70px;
}

.innovation-entrepreneurship-section .innovation-entrepreneurship-section-row .item-content .incubators-list h5 {
  font-family: 'Montserrat-Black';
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.innovation-entrepreneurship-section .innovation-entrepreneurship-section-row .item-content .incubators-list ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.innovation-entrepreneurship-section .innovation-entrepreneurship-section-row .item-content .incubators-list ul li {
  padding: 5px;
  border: 1px solid var(--bs-white);
  margin: 4px 0px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.innovation-entrepreneurship-section .innovation-entrepreneurship-section-row .item-content .incubators-list ul li:hover {
  background-color: var(--bs-dark);
}

.itt-section {
  background-image: url(../images/iitbg1.webp);
  color: var(--bs-white);
  padding: 250px 0px;
}

.itt-section .container {
  display: -ms-grid;
  display: grid;
  justify-items: end;
}

.itt-section .container .iit-content {
  width: 500px;
}

.itt-section .container .iit-content h2 {
  font-size: calc(30px + (50 - 30) * (100vw - 320px) / (1920 - 320));
  color: var(--bs-white);
  text-align: left;
  margin-bottom: 20px;
  font-family: 'Montserrat-Black';
}

.itt-section .container .iit-content .btn-explore {
  background-color: var(--bs-white);
  color: var(--bs-dark);
  padding: 12px 30px;
  text-decoration: none;
}

.course-section {
  padding: 70px 0px;
  background-color: #94b122;
  color: var(--bs-white);
}

.course-section .course-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 500px 1fr;
      grid-template-columns: 500px 1fr;
  grid-gap: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.course-section .course-row .item-content h2 {
  font-size: calc(30px + (50 - 30) * (100vw - 320px) / (1920 - 320));
  color: var(--bs-white);
  text-align: left;
  margin-bottom: 20px;
  font-family: 'Montserrat-Black';
}

.course-section .course-row .item-content .btn-explore {
  background-color: var(--bs-dark);
  color: var(--bs-white);
  padding: 12px 30px;
  text-decoration: none;
}

.course-section .course-row .item-content .glimpse-course-list {
  margin-top: 70px;
}

.course-section .course-row .item-content .glimpse-course-list h5 {
  font-family: 'Montserrat-Black';
  letter-spacing: 1px;
}

.course-section .course-row .item-content .glimpse-course-list ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.course-section .course-row .item-content .glimpse-course-list ul li {
  padding: 5px 15px;
  background-color: var(--bs-white);
  color: var(--bs-dark);
  margin: 4px 0px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.course-section .course-row .item-content .glimpse-course-list ul li:hover {
  background-color: var(--bs-red);
  color: var(--bs-white);
}

@media only screen and (max-width: 1680px) and (min-width: 1050px) {
  #cssmenu > ul > li > a {
    padding: 5px 15px;
  }
}

@media only screen and (max-width: 1600px) and (min-width: 900px) {
  .rdpartnership-section .rd-partnership-row .item-content {
    padding-right: 160px;
  }
  .innovation-entrepreneurship-section .innovation-entrepreneurship-section-row .item-content {
    padding-left: 160px;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 900px) {
  .rdpartnership-section .rd-partnership-row .item-content {
    padding-right: 80px;
  }
  .innovation-entrepreneurship-section .innovation-entrepreneurship-section-row .item-content {
    padding-left: 80px;
  }
  .itt-section {
    padding: 130px 0px;
    background-size: 100%;
  }
  .itt-section .container .iit-content {
    width: 550px;
  }
}

@media only screen and (max-width: 991px) {
  .rdpartnership-section .rd-partnership-row,
  .ip-licensing-section .licensing-row,
  .research-park .research-park-row,
  .innovation-entrepreneurship-section .innovation-entrepreneurship-section-row,
  .course-section .course-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .rdpartnership-section .rd-partnership-row .item-content,
  .innovation-entrepreneurship-section .innovation-entrepreneurship-section-row .item-content {
    padding-right: 0px;
    padding: 10px 12px;
  }
  .itt-section .container .iit-content {
    width: 100%;
  }
  .itt-section {
    padding: 100px 0px 350px 0px;
  }
  .scroll-news .scroll-news-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  header .navigation .container-fluid {
    padding: 0px;
  }
  .home-banner-slider .carousel-control-next-icon,
  .home-banner-slider .carousel-control-prev-icon {
    width: 2rem;
    height: 2rem;
  }
  .counter-section .couter-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .rdpartnership-section .rd-partnership-row .item-content .partnership-list,
  .ip-licensing-section .licensing-row .item-content .licensing-list, .research-park .research-park-row .item-content .amenities-box .amenities-list {
    grid-gap: 10px;
  }
  .innovation-entrepreneurship-section .innovation-entrepreneurship-section-row {
    grid-gap: 50px;
  }
}

footer {
  background-color: #5c5b5b;
  padding: 70px 0px 20px 0px;
  color: var(--bs-white);
  font-size: 0.8rem;
}

footer .footer-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 400px 1fr 1fr 1fr;
      grid-template-columns: 400px 1fr 1fr 1fr;
  grid-gap: 40px;
}

footer .footer-row .footer-item h4 {
  font-size: 1.8rem;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

footer .footer-row .footer-item .contact-list ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px 1fr;
      grid-template-columns: 40px 1fr;
  row-gap: 10px;
  grid-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-row .footer-item .contact-list ul li span {
  background-color: var(--bs-white);
  color: var(--bs-dark);
  width: 40px;
  height: 40px;
  display: -ms-grid;
  display: grid;
  font-size: 1.2rem;
  border-radius: 100%;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-row .footer-item:nth-child(1) fieldset {
  border: 1px solid var(--bs-white);
  padding: 15px;
  border-radius: 15px;
}

footer .footer-row .footer-item:nth-child(1) fieldset legend {
  float: none;
  width: auto;
  padding: 0px 10px;
  margin: 0px;
}

footer .footer-row .footer-item:nth-child(2) ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

footer .footer-row .footer-item:nth-child(2) ul li {
  padding: 5px 0px;
}

footer .footer-row .footer-item:nth-child(2) ul li a {
  color: var(--bs-white);
  text-decoration: none;
}

footer .footer-row .footer-item:nth-child(3) ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

footer .footer-row .footer-item:nth-child(3) ul li {
  padding: 5px 0px;
}

footer .footer-row .footer-item:nth-child(3) ul li a {
  color: var(--bs-white);
  text-decoration: none;
}

footer .footer-row .footer-item:nth-child(4) ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

footer .footer-row .footer-item:nth-child(4) ul li {
  padding: 0px 15px;
  float: left;
}

footer .footer-row .footer-item:nth-child(4) ul li a {
  color: var(--bs-white);
  text-decoration: none;
  font-size: 2rem;
}

footer .footer-row .footer-item:nth-child(4) ul li:first-child {
  padding-left: 0px;
}

footer hr {
  margin: 50px 0px;
}

@media only screen and (max-width: 991px) {
  footer .footer-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.inside-banner-section {
  position: relative;
}

.inside-banner-section .page-title {
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inside-banner-section .page-title h1 {
  font-size: calc(30px + (50 - 30) * (100vw - 320px) / (1920 - 320));
  color: #3be3ff;
  text-align: left;
  margin-bottom: 0px;
  font-family: 'Montserrat-Black';
}

.tbi-programe {
  padding: 70px 0px;
}

.tbi-programe h2 {
  font-size: calc(30px + (50 - 30) * (100vw - 320px) / (1920 - 320));
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Montserrat-Black';
  font-size: 2.5rem;
}

.tbi-programe .figure-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
  margin: 50px 0px;
}

.tbi-programe .figure-row2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  margin-bottom: 50px;
}

.tbi-programe .figure-row2 .item {
  text-align: center;
}

.tbi-programe .figure-row2 .item h5 {
  margin-top: 20px;
}

.rbiu-list-section {
  padding: 70px 0px;
}

.rbiu-list-section h2 {
  font-size: calc(30px + (50 - 30) * (100vw - 320px) / (1920 - 320));
  color: #2988cb;
  text-align: left;
  margin-bottom: 20px;
  font-family: 'Montserrat-Black';
}

.form-download-section {
  background-color: #ece9e6;
}

@media only screen and (max-width: 991px) {
  .tbi-programe .figure-row2 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body {
    font-family: 'Montserrat-Medium';
    padding-top: 95px;
  }
  .tbi-programe h2 {
    font-size: 1.5rem;
  }
}
/*# sourceMappingURL=theme-style.css.map */



/* B2l CSS */
.hbox {
    background-color: #f2f2f2;
    border-radius: 10px;
    border-style: dotted;
    border-width: 1px;
    padding: 20px 10px;
    text-align: center;
    cursor: auto;
}
.bg-white {
    background-color: #fff!important;
}
.tbox {
    background-color: #fbfbfb;
    border-radius: 10px;
    border-style: dotted;
    border-width: 1px;
    padding: 20px 10px;
    text-align: center;
    cursor: auto;
}
.tbox:hover {
    background: #c31432;
    background: -webkit-linear-gradient(to right, #240b36, #c31432);
    background: linear-gradient(to right, #240b36, #c31432);
    color: white;
}
.tbox small
{
    font-size: 80%;
        display: block;
    font-weight: 400;
}
.tbox h6
{
    font-weight: 600;
}
.hbox h5
{
    font-weight: 600;
    color: black;
}
.team .title h4 {
    font-size: 18px;
    color: #02417c;
    font-weight: 700;
    margin-bottom: 5px;
}
.box-inner .text span {
    font-size: 13px;
    font-weight: 500;
    color: #817e7e;
}
.box-inner .text span {
    font-size: 13px;
    font-weight: 500;
    color: #817e7e;
}
.team p i {
    margin-right: 0.5rem;
    color: #03417c;
    font-size: 18px;
}
.team p {
    font-size: 13px;
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
    color: #02417c;
}
.box-inner hr
{
    margin:0.5rem 0;
}
.cs-border {
    border: 1px solid #00000045;
    width: 100%;
    margin: 10px 10px;
}
.team .box-part {
    height: 100%;
    border-radius: 6px;
    background: #f1f1f1;
    cursor: pointer;
    padding:1rem;
}
.team .box-part img {
    height: 215px!important;
    width: 300px;
}
.team .box-part .box-inner {
    padding: 1rem 0rem;
}
.box-inner a
{
    display:block;
}
.main-team a
{
    display:inline;
}