@charset "UTF-8";
:root,
[data-bs-theme=light] {
  --bs-primary:#EAB100;
  --bs-secondary: #31b5b2;
  --bs-font-sans-serif: "Work Sans", sans-serif;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-border-color: var(--bs-black);
  --bs-border-radius: 0;
  --bs-body-color: var(--bs-black);
  --bs-body-color-rgb: 0, 0, 0;
  --bs-yellow:#EAB100;
  --bs-blue:#3486AC;
  --bs-grey:#6F6F6F;
}

body {
  box-sizing: border-box;
  font-size: 16px;
}

h1 {
  font-size: 300%;
}

h1.max {
  font-size: 400%;
}

h2 {
  font-size: 200%;
}

h3 {
  font-size: 150%;
}

.lead {
  font-size: 125%;
}

.lead-bold {
  font-size: 125%;
  font-weight: bold;
}

.bold {
  font-weight: 700;
}

p {
  font-size: 100%;
}

.bold-medium {
  font-weight: 600;
}

p .small {
  font-size: 87.5%;
}

p .lead-regular {
  font-size: 112.5%;
}

.btn {
  font-size: 100%;
  font-weight: 600;
  color: #3C4147;
}

.vertical-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.vertical-padding-circular {
  padding-top: 60px;
  padding-bottom: 40px;
}

@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/WorkSans-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/WorkSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/WorkSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/WorkSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Work Sans Semibold";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/WorkSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Work Sans Bold";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/WorkSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Work Sans Black";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/WorkSans-Black.ttf") format("truetype");
}
body {
  font-family: "Work Sans";
  overflow-x: hidden;
}

button {
  border-radius: 0px !important;
  border-width: 4px !important;
}

u {
  text-decoration: none;
  border-bottom: 1px solid black;
}

​ a {
  text-decoration: none !important;
  border: none;
}

.ml-n1 {
  margin-left: -0.25rem !important;
}

.vl-35 {
  border-left: 2px solid #334456;
  height: 35px;
}

.vl-50 {
  border-left: 2px solid #334456;
  height: 50px;
}

.vl-100 {
  border-left: 2px solid #334456;
  height: 100px;
}

.border-specification {
  color: #5A5A5A;
  width: 2px;
}

.card-time {
  border-bottom: 2px solid #F1A06A;
}

.card-btn {
  color: white;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-next:before,
.slick-prev:before {
  color: var(--bs-black);
  font-family: bootstrap-icons !important;
}

.slick-prev:before {
  content: "\f284";
}

.slick-next:before {
  content: "\f285";
}

.slick-dots {
  bottom: 20px;
}
@media (max-width: 991px) {
  .slick-dots {
    position: static;
  }
}
.slick-dots li {
  width: 32px;
}
.slick-dots li button {
  padding: 0;
  width: 100%;
  border-top: 4px solid var(--bs-gray-400);
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  border-top-color: var(--bs-gray-700);
}

#feature {
  background-color: #F7C6A6;
}
@media (max-width: 991px) {
  #feature h3,
  #feature p {
    font-size: 95%;
  }
}

.text-black-variant-dark {
  color: #3C4147 !important;
}

.text-grey-variant {
  color: #363434 !important;
}

.text-black-variant-light {
  color: #353535 !important;
}

.text-black-variant-1 {
  color: #2E2E2E !important;
}

.text-black-variant-2 {
  color: #212121 !important;
}

.text-black-variant {
  color: #334456 !important;
}

.text-primary {
  color: #EAB100 !important;
}

.text-secondary {
  color: #47D2D0 !important;
}

.text-grey {
  color: #6F6F6F !important;
}

.text-blue-variation {
  color: var(--Blue, #3486AC) !important;
}

.text-sky-blue {
  color: #16A7BF;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-top-56 {
  padding-top: 56px;
}

.padding-left-60 {
  padding-left: 60px;
}

.padding-right-60 {
  padding-right: 60px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-after {
  padding-bottom: 45px;
}

.padding-before {
  padding-top: 56px;
}

.lh-0 {
  line-height: 0rem;
}

.lh-120 {
  line-height: 120%;
}

.container-start,
.container-xxl-start,
.container-xl-start,
.container-lg-start,
.container-md-start,
.container-sm-start {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: 0;
  margin-left: auto;
}

@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .vertical-padding {
    padding-top: 56px;
    padding-bottom: 45px;
  }
  .vertical-padding-circular {
    padding-top: 56px;
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .mobile-width {
    width: 80%;
  }
}
@media (min-width: 320px) {
  .wrapcontent {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .container-start {
    max-width: 300px;
    margin-right: auto;
  }
}
@media (min-width: 360px) {
  .container-start,
  .container-sm-start {
    max-width: 330px;
    margin-right: auto;
  }
}
@media (min-width: 576px) {
  .container-start,
  .container-sm-start {
    max-width: 540px;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .container-start,
  .container-sm-start,
  .container-md-start {
    max-width: 720px;
    margin-right: auto;
  }
  .padding-after {
    padding-bottom: 60px;
  }
  .padding-before {
    padding-top: 60px;
  }
  .wrapcontent {
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .container-start,
  .container-sm-start,
  .container-md-start,
  .container-lg-start {
    max-width: 960px;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .container-start,
  .container-sm-start,
  .container-md-start,
  .container-lg-start {
    max-width: 1000px;
    margin-right: 0;
  }
}
@media (min-width: 1100px) {
  .container-start,
  .container-sm-start,
  .container-md-start,
  .container-lg-start {
    max-width: 1050px;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .container-start,
  .container-sm-start,
  .container-md-start,
  .container-lg-start,
  .container-xl-start {
    max-width: calc((100% - 1140px) / 2 + 1140px);
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  .container-start,
  .container-sm-start,
  .container-md-start,
  .container-lg-start,
  .container-xl-start,
  .container-xxl-start {
    max-width: calc((100% - 1320px) / 2 + 1320px);
    margin-right: 0;
  }
}
@media (min-width: 1560px) {
  .container-start,
  .container-sm-start,
  .container-md-start,
  .container-lg-start,
  .container-xl-start,
  .container-xxl-start {
    max-width: calc((100% - 1480px) / 2 + 1480px);
    margin-right: 0;
  }
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1480x;
  }
}
@media (min-width: 1680px) {
  .container-start,
  .container-sm-start,
  .container-md-start,
  .container-lg-start,
  .container-xl-start,
  .container-xxl-start {
    max-width: calc((100% - 1580px) / 2 + 1580px);
    margin-right: 0;
  }
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1580px;
  }
  body {
    font-size: 22px !important;
  }
}
@media (min-width: 1920px) {
  .container-start,
  .container-sm-start,
  .container-md-start,
  .container-lg-start,
  .container-xl-start,
  .container-xxl-start {
    max-width: calc((100% - 1840px) / 2 + 1840px);
    margin-right: 0;
  }
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1840px;
  }
}
@media (min-width: 2560px) {
  body {
    font-size: 28px !important;
  }
  .container-start,
  .container-sm-start,
  .container-md-start,
  .container-lg-start,
  .container-xl-start,
  .container-xxl-start {
    max-width: calc((100% - 2400px) / 2 + 2400px);
    margin-right: 0;
  }
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 2400px;
  }
}
#awards .award-btn {
  margin-top: 0.67em;
}
#awards > .container-fluid {
  background-color: #F8CFB4;
  border-left: 1px solid var(--bs-black);
}
#awards .card {
  height: 100%;
  max-width: 400px;
}
#awards .col-card {
  min-width: 340px;
}

@media (max-width: 991px) {
  #awards {
    background: #F1A06A;
  }
  #awards > .container-fluid {
    border-right: 1px solid var(--bs-black);
  }
}
@media (min-width: 320px) {
  #awards .card {
    max-width: 200px;
  }
  #awards .awards-heading {
    font-size: 22px;
  }
  #awards .awards-para {
    font-size: 12px;
  }
  #awards .awards-btn {
    font-size: 12px;
  }
  #awards .heading {
    font-size: 14px;
  }
  #awards .para {
    font-size: 12px;
  }
}
@media (min-width: 375px) {
  #awards .card {
    max-width: 260px;
  }
  #awards .awards-heading {
    font-size: 24px;
  }
  #awards .awards-para {
    font-size: 14px;
  }
  #awards .awards-btn {
    font-size: 14px;
  }
  #awards .heading {
    font-size: 16px;
  }
  #awards .para {
    font-size: 14px;
  }
}
@media (min-width: 420px) {
  #awards .card {
    max-width: 310px;
  }
}
@media (min-width: 576px) {
  #awards .card {
    max-width: 400px;
  }
  #awards .awards-heading {
    font-size: 24px;
  }
  #awards .awards-para {
    font-size: 14px;
  }
  #awards .awards-btn {
    font-size: 14px;
  }
  #awards .heading {
    font-size: 16px;
  }
  #awards .para {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  #awards .awards-heading {
    font-size: 24px;
  }
  #awards .awards-para {
    font-size: 14px;
  }
  #awards .awards-btn {
    font-size: 14px;
  }
  #awards .heading {
    font-size: 16px;
  }
  #awards .para {
    font-size: 14px;
  }
}
@media (min-width: 991px) {
  #awards {
    background: linear-gradient(to right, #F1A06A 0%, #F1A06A 50%, #F8CFB4 50%, #F8CFB4 100%);
  }
  #awards .awards-heading {
    font-size: 32px;
  }
  #awards .awards-para {
    font-size: 16px;
  }
  #awards .awards-btn {
    margin-top: 4px;
    font-size: 16px;
  }
  #awards .heading {
    font-size: 18px;
  }
  #awards .para {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  #awards .awards-heading {
    font-size: 32px;
  }
  #awards .awards-para {
    font-size: 16px;
  }
  #awards .awards-btn {
    font-size: 16px;
  }
  #awards .heading {
    font-size: 18px;
  }
  #awards .para {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  #awards .awards-heading {
    font-size: 32px;
  }
  #awards .awards-para {
    font-size: 18px;
  }
  #awards .awards-btn {
    font-size: 18px;
  }
  #awards .heading {
    font-size: 16px;
  }
  #awards .para {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  #awards .awards-heading {
    font-size: 32px;
  }
  #awards .awards-para {
    font-size: 18px;
  }
  #awards .awards-btn {
    font-size: 18px;
  }
  #awards .heading {
    font-size: 16px;
  }
  #awards .para {
    font-size: 14px;
  }
}
@media (min-width: 1680px) {
  #awards .card {
    max-width: 500px;
  }
  #awards .awards-heading {
    font-size: 32px;
  }
  #awards .awards-para {
    font-size: 18px;
  }
  #awards .awards-btn {
    font-size: 18px;
  }
  #awards .heading {
    font-size: 16px;
  }
  #awards .para {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  #awards .card {
    max-width: 588px;
  }
  #awards .awards-heading {
    font-size: 40px;
  }
  #awards .awards-para {
    font-size: 18px;
  }
  #awards .awards-btn {
    font-size: 22px;
  }
  #awards .heading {
    font-size: 18px;
  }
  #awards .para {
    font-size: 18px;
  }
}
@media (min-width: 2560px) {
  #awards .card {
    max-width: 715px;
  }
  #awards .awards-heading {
    font-size: 48px;
  }
  #awards .awards-para {
    font-size: 20px;
  }
  #awards .awards-btn {
    font-size: 24px;
  }
  #awards .heading {
    font-size: 18px;
  }
  #awards .para {
    font-size: 18px;
  }
}
#footer a {
  text-decoration: none !important;
  border: none;
}

#header .nav-logo {
  width: 130px;
  height: 50px;
  margin-bottom: 0px;
}
#header .text {
  font-size: 12px;
}
#header .navbar-brand {
  font-size: 12px;
}
#header .pad {
  padding: 8px;
}
#header small {
  font-size: 90%;
}
#header .height {
  width: 22px;
  height: 20px;
}

#navbar .navbar-toggler:focus {
  text-decoration: none;
  box-shadow: unset;
}
#navbar .nav-link {
  transition: unset;
}
#navbar #navbar-tabs #navbar-text .nav-item:hover {
  box-shadow: 0 -4px 0 0 #336E80 inset;
  --bs-nav-underline-border-width: 0rem;
}
#navbar .nav-item > a {
  color: #334456;
}
#navbar .nav-item > a.active {
  font-weight: 700 !important;
  color: #336E80;
}
#navbar .nav-item:not(:last-child) {
  border-bottom: 1px solid var(--bs-border-color);
}
#navbar #navbar-tabs {
  border-top: 1px solid var(--bs-border-color);
}
#navbar .nav-underline .nav-link.active,
#navbar .nav-underline .show > .nav-link {
  border-bottom: none;
}
#navbar #navbar-text > li > a {
  font-size: 100%;
  font-weight: 500;
}
#navbar .navbar-toggler .bi.bi-x {
  width: 30px;
  height: 30px;
  font-size: 40px;
  align-items: center;
  justify-content: center;
}
#navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  display: none;
}
#navbar .navbar-toggler[aria-expanded=true] .bi.bi-x {
  display: flex;
}
#navbar .navbar-toggler[aria-expanded=true] + .current-page-name {
  opacity: 0;
  visibility: hidden;
}
#navbar .navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
  display: flex;
}
#navbar .navbar-toggler[aria-expanded=false] .bi.bi-x {
  display: none;
}

@media (max-width: 576px) {
  #navbar .nav-item {
    padding-left: 20px;
  }
}
@media (min-width: 375px) {
  #header .nav-logo {
    width: 130px;
    height: 50px;
  }
  #header .text {
    font-size: 14px;
  }
  #header .height {
    width: 28px;
    height: 26px;
  }
  #header .pad {
    padding: 8px;
  }
}
@media (min-width: 576px) {
  #header .nav-logo {
    width: 152px;
    height: 60px;
  }
}
@media (min-width: 768px) {
  #header .pad {
    padding-left: 12px;
  }
  #header .current-page {
    padding-left: 6px;
  }
}
@media (min-width: 991px) {
  #header .pad {
    padding: 8px;
  }
  #header .nav-logo {
    width: 162px;
    height: 65px;
  }
  #header .text {
    font-size: 14px;
  }
  #header .height {
    width: 28px;
    height: 26px;
  }
}
@media (min-width: 1200px) {
  #header .pad {
    padding: 0px 0px 0px 9px;
  }
  #header .current-page {
    padding: 0px;
  }
  #header .nav-logo {
    width: 200px;
    height: 78px;
    margin-bottom: -1px;
    margin-top: -1px;
  }
  #navbar .nav-item:not(:last-child) {
    border-bottom: none;
  }
  #navbar .nav-item:has(a.active) {
    box-shadow: 0 -4px 0 0 #336E80 inset;
  }
  #navbar #navbar-tabs {
    border-top: 0;
  }
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
}
@media (min-width: 1440px) {
  #header .nav-logo {
    width: 240px;
    height: 93px;
    margin-bottom: -2px;
  }
  #header .text {
    font-size: 16px;
  }
  #header .height {
    width: 28px;
    height: 26px;
  }
}
@media (min-width: 1560px) {
  #header .nav-logo {
    width: 270px;
    height: 105px;
  }
}
@media (min-width: 1680px) {
  #header .nav-logo {
    width: 300px;
    height: 117px;
  }
}
@media (min-width: 1920px) {
  #header .nav-logo {
    width: 330px;
    height: 130px;
  }
  #header .height {
    width: 34px;
    height: 32px;
  }
  #header .text {
    font-size: 22px;
  }
}
@media (min-width: 2560px) {
  #header .nav-logo {
    width: 400px;
    height: 156px;
  }
  #header .height {
    width: 38px;
    height: 36px;
  }
  #header .text {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1200px) {
  #header {
    margin-bottom: 38px;
  }
  #navbar .nav-item {
    border-left: 5px solid transparent;
  }
  .active-border {
    border-left: 5px solid #336E80 !important;
  }
  .mobile-header {
    position: absolute;
    top: 68px;
    left: 0px;
    right: 0px;
    z-index: 2;
    background-color: white;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .mobile-header {
    position: absolute;
    top: 68px !important;
    left: 0px;
    right: 0px;
    z-index: 2;
    background-color: white;
  }
  .mobile-padding {
    padding-top: 20px !important;
  }
  .mobile-height-20 {
    margin-top: 20px !important;
  }
}
.select-height {
  height: 32px !important;
}

@media only screen and (max-width: 990px) {
  .mobile-header {
    position: absolute;
    top: 78px;
    left: 0px;
    right: 0px;
    z-index: 2;
    background-color: white;
  }
}
@media screen and (min-width: 990px) and (max-width: 1199px) {
  #header {
    margin-bottom: 38px;
  }
  #navbar .nav-item {
    border-left: 5px solid transparent;
  }
  .active-border {
    border-left: 5px solid #336E80 !important;
  }
  .mobile-header {
    position: absolute;
    top: 83px;
    left: 0px;
    right: 0px;
    z-index: 2;
    background-color: white;
  }
}
#home-page #hero #hero-carousel {
  overflow: hidden;
}
#home-page #hero #hero-carousel #first-banner {
  padding-top: 65px;
}
#home-page #hero #hero-carousel .hero-btn {
  font-size: 100%;
}
#home-page #achievements {
  display: none;
}
#home-page #achievements .nav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#home-page #achievements .nav-link {
  border: 1px solid transparent;
  padding: 8px;
  width: auto;
}
#home-page #achievements .nav-link img {
  height: 90px;
}
#home-page #achievements .nav-link.active {
  background-image: url("../images/achievements/background.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
#home-page #achievements .nav-link:not(.active) {
  background-color: var(--bs-white);
  background: var(--bs-white);
}
#home-page #achievements #achievements-main-image[src=""] {
  display: none !important;
}
#home-page #achievements img {
  max-width: 100%;
}
#home-page #activities {
  background-color: #A8E1E3;
}
#home-page #activities > .container-fluid {
  background-color: #63CACD;
}
#home-page #activities .card-description {
  min-height: 494px;
  width: 100%;
}
#home-page #activities .schools-text {
  max-width: 62%;
}
#home-page #activities .industry-text {
  max-width: 62%;
}
#home-page #mobile-activities {
  background-color: #A8E1E3;
}
#home-page #mobile-activities > .container-fluid {
  background-color: #63CACD;
}
#home-page #mobile-activities .slick-dots {
  margin-top: 40px;
}
#home-page #mobile-activities .schools-text {
  max-width: 62%;
}
#home-page #mobile-activities .industry-text {
  max-width: 62%;
}
#home-page #circular .circular-btn {
  margin-top: 0.67em;
  font-size: 100%;
}
#home-page #circular #circular-carousel button {
  margin-top: 16px;
  border-width: 4px !important;
}
#home-page #circular #circular-carousel .slick-dots {
  margin-top: 20px;
  text-align: left;
  margin-left: 0px;
  margin-bottom: 20px;
}
#home-page #circular #circular-carousel.slick-dotted.slick-slider {
  margin-bottom: 80px;
}
#home-page #circular #circular-carousel .slick-track {
  display: flex !important;
}
#home-page #circular #circular-carousel .slick-slide {
  height: inherit !important;
}
#home-page #circular #circular-carousel .slick-slide > div,
#home-page #circular #circular-carousel .slick-slide > div > .card-description {
  height: 100%;
}
#home-page #circular #circular-carousel .slick-dots {
  bottom: -70px;
}
#home-page #circular #circular-carousel .slick-prev {
  left: -50px;
}
#home-page #circular #circular-carousel .slick-next {
  right: -50px;
}
#home-page #circular #circular-carousel .card-description {
  background-color: #F7C6A6;
}
#home-page #collaborations .image-size {
  width: 180px;
  height: 200px;
}
#home-page #collaborations .image-size-education {
  width: 100px;
  height: 100px;
}
#home-page #collaborations .background-image {
  background-image: url("../images/collaboration/rectangle.png");
}
#home-page #collaborations .image-width {
  min-height: 200px;
}
#home-page #collaborations .border-color {
  border-color: grey !important;
}
#home-page #collaborations .nav.nav-pills .nav-link {
  color: var(--bs-black);
  white-space: nowrap;
}
#home-page #collaborations .nav.nav-pills .nav-link.active {
  background-color: var(--bs-black);
  color: var(--bs-white);
}
#home-page #mobile-achievements #achievements-carousel {
  overflow: hidden;
}
#home-page #mobile-achievements #achievements-carousel button {
  margin-top: 16px;
  border-width: 4px !important;
}
#home-page #mobile-achievements .slick-dots {
  margin-top: 12px;
  text-align: left;
  margin-left: 0px;
  margin-bottom: 20px;
}
#home-page #mobile-achievements .image-slide {
  border: 2px solid black;
}
#home-page #mobile-activities #activities-carousel button {
  margin-top: 16px;
  border-width: 4px !important;
}
#home-page #mobile-activities #activities-carousel .slick-dots {
  margin-top: 20px;
  text-align: left;
  margin-left: 0px;
  margin-bottom: 20px;
}

.grid-image:nth-child(1) {
  width: 135px;
  height: 70px;
  flex-shrink: 0;
}

.grid-image:nth-child(2) {
  width: 64px;
  height: 72.165px;
  flex-shrink: 0;
}

.grid-image:nth-child(3) {
  width: 140px;
  height: 65px;
  flex-shrink: 0;
}

.grid-image:nth-child(4) {
  width: 108px;
  height: 61px;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  #home-page #circular #circular-carousel .slick-prev,
  #home-page #circular #circular-carousel .slick-next {
    display: none !important;
  }
}
@media (max-width: 992.999px) and (min-width: 992px) {
  #home-page #hero .image-slide {
    border-bottom: none !important;
  }
  #home-page #hero #hero-carousel .slick-dots {
    margin-top: 22px;
    text-align: left;
    margin-left: -1px !important;
    margin-bottom: -22px !important;
  }
  #home-page #hero #hero-carousel .image-slide {
    border-top: none;
    padding-right: none !important;
    background-color: none !important;
    max-height: 400px;
  }
}
@media (max-width: 1000px) and (min-width: 700px) {
  #home-page #collaborations .collaboration-container {
    padding-right: calc(15px + (100vw - 700px) * -15 / -300);
  }
}
@media (max-width: 991.999px) {
  #home-page #hero .image-slide {
    border-bottom: 2px solid var(--bs-border-color);
  }
  #home-page #hero #hero-carousel .slick-dots {
    margin-top: 25px;
    text-align: left;
    margin-left: 9px;
    margin-bottom: 20px;
  }
  #home-page #hero #hero-carousel .image-slide {
    border-top: 1px solid var(--bs-border-color);
    padding-right: 24px !important;
    background-color: var(--bs-yellow);
    max-height: 400px;
  }
  #home-page #hero #hero-carousel .image-slide img {
    border-right: 2px solid var(--bs-border-color);
  }
}
@media (max-width: 991px) {
  #home-page #mobile-achievements .slick-dots {
    margin-top: 20px;
  }
  #home-page #achievements #achievements-main-image {
    max-width: 400px;
    margin: auto;
  }
  #home-page #circular #circular-carousel.slick-dotted.slick-slider {
    margin-bottom: 12px;
  }
  #home-page #circular #circular-carousel .slick-dots {
    bottom: 0;
    margin-top: 30px;
  }
  #home-page #collaborations .image-block {
    height: 140px;
    border-bottom: 1px solid var(--bs-black);
  }
  #home-page #collaborations .collaboration-container {
    padding-left: 5.25%;
  }
  #home-page #mobile-activities .slick-dots {
    margin-top: 30px;
  }
  #home-page #circular .slick-dots {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #home-page #hero-carousel #first-banner {
    padding-top: 35px !important;
  }
  #home-page #activities {
    display: none;
  }
}
@media (max-width: 576px) {
  #home-page #collaborations .collaboration-container {
    padding-left: 3.25%;
  }
}
@media (min-width: 320px) {
  #home-page #hero-carousel #first-banner {
    order: 2;
  }
  #home-page #hero-carousel #second-banner {
    order: 1;
  }
  #home-page #activities .col-card {
    min-width: 250px;
  }
  #home-page #activities .col-card .card-description {
    min-height: 380px;
    height: 100%;
  }
  #home-page #activities .col-card .align-sm {
    display: block;
  }
  #home-page #activities .col-card .btn {
    margin-bottom: 10px;
    width: 130px;
  }
  #home-page #activities .heading {
    font-size: 24px !important;
  }
  #home-page #activities .para {
    font-size: 14px;
  }
  #home-page #activities .card-heading {
    font-size: 16px;
    color: #334456;
  }
  #home-page #activities .card-para {
    font-size: 14px;
    color: #6F6F6F;
  }
  #home-page #activities .card-btn {
    font-size: 12px;
  }
  #home-page #mobile-activities .align-sm {
    display: block;
  }
  #home-page #mobile-activities .align-sm .btn {
    margin-bottom: 10px;
    width: 130px;
  }
  #home-page #circular .heading {
    font-size: 24px;
  }
  #home-page #circular .para {
    font-size: 14px;
  }
  #home-page #circular .card-heading {
    font-size: 16px;
  }
  #home-page #circular .card-date {
    font-size: 16px;
  }
  #home-page #circular .card-para {
    font-size: 14px;
  }
  #home-page #collaborations .heading {
    font-size: 24px;
  }
  #home-page #collaborations .para {
    font-size: 14px;
  }
  #home-page #collaborations .nav-link {
    font-size: 14px;
  }
  #home-page #collaborations .image-width {
    width: 120px;
  }
  #home-page #collaborations .image-size {
    width: 112px;
    height: 140px;
  }
  #home-page #awards .awards-heading {
    font-size: 24px;
  }
  #home-page #awards .awards-para {
    font-size: 14px;
  }
  #home-page #awards .awards-btn {
    font-size: 14px;
  }
  #home-page #awards .heading {
    font-size: 16px;
  }
  #home-page #awards .para {
    font-size: 14px;
  }
}
@media (min-width: 375px) {
  #home-page #mobile-achievements .heading {
    font-size: 24px;
  }
  #home-page #mobile-achievements .para-1 {
    font-size: 14px;
  }
  #home-page #mobile-achievements .para-2 {
    font-size: 14px;
  }
  #home-page #mobile-achievements .ma-btn {
    font-size: 14px;
  }
  #home-page #activities .col-card {
    min-width: 265px;
  }
  #home-page #activities .heading {
    font-size: 24px !important;
  }
  #home-page #activities .para {
    font-size: 14px;
  }
  #home-page #activities .card-heading {
    font-size: 16px;
    color: #334456;
  }
  #home-page #activities .card-para {
    font-size: 14px;
    color: #6F6F6F;
  }
  #home-page #activities .card-btn {
    font-size: 12px;
  }
  #home-page #circular .heading {
    font-size: 24px;
  }
  #home-page #circular .para {
    font-size: 14px;
  }
  #home-page #circular .card-heading {
    font-size: 16px;
  }
  #home-page #circular .card-date {
    font-size: 16px;
  }
  #home-page #circular .card-para {
    font-size: 14px;
  }
  #home-page #collaborations .heading {
    font-size: 24px;
  }
  #home-page #collaborations .para {
    font-size: 14px;
  }
  #home-page #collaborations .nav-link {
    font-size: 16px;
  }
  #home-page #collaborations .image-width {
    width: 120px;
  }
  #home-page #collaborations .image-size {
    width: 135px;
    height: 150px;
  }
  #home-page #awards .awards-heading {
    font-size: 24px;
  }
  #home-page #awards .awards-para {
    font-size: 14px;
  }
  #home-page #awards .awards-btn {
    font-size: 14px;
  }
  #home-page #awards .heading {
    font-size: 16px;
  }
  #home-page #awards .para {
    font-size: 14px;
  }
}
@media (min-width: 480px) {
  #home-page #activities .col-card {
    min-width: 280px;
  }
}
@media (min-width: 576px) {
  #home-page #mobile-achievements .heading {
    font-size: 24px;
  }
  #home-page #mobile-achievements .para-1 {
    font-size: 16px;
  }
  #home-page #mobile-achievements .para-2 {
    font-size: 16px;
  }
  #home-page #mobile-achievements .ma-btn {
    font-size: 16px;
  }
  #home-page #activities .col-card {
    min-width: 320px;
  }
  #home-page #activities .col-card .align-sm {
    display: flex;
  }
  #home-page #activities .heading {
    font-size: 24px !important;
  }
  #home-page #activities .para {
    font-size: 14px;
  }
  #home-page #activities .card-heading {
    font-size: 16px;
    color: #334456;
  }
  #home-page #activities .card-para {
    font-size: 14px;
    color: #6F6F6F;
  }
  #home-page #activities .card-btn {
    font-size: 12px;
  }
  #home-page #circular .heading {
    font-size: 24px;
  }
  #home-page #circular .para {
    font-size: 14px;
  }
  #home-page #circular .card-heading {
    font-size: 16px;
  }
  #home-page #circular .card-date {
    font-size: 16px;
  }
  #home-page #circular .card-para {
    font-size: 14px;
  }
  #home-page #collaborations .heading {
    font-size: 24px;
  }
  #home-page #collaborations .para {
    font-size: 14px;
  }
  #home-page #collaborations .nav-link {
    font-size: 16px;
    margin-right: 30px;
  }
  #home-page #collaborations .image-width {
    width: 120px;
  }
  #home-page #awards .awards-heading {
    font-size: 24px;
  }
  #home-page #awards .awards-para {
    font-size: 14px;
  }
  #home-page #awards .awards-btn {
    font-size: 14px;
  }
  #home-page #awards .heading {
    font-size: 16px;
  }
  #home-page #awards .para {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  #home-page #hero-carousel #first-banner {
    order: 2;
  }
  #home-page #hero-carousel #second-banner {
    order: 1;
  }
  #home-page #activities .heading {
    font-size: 24px !important;
  }
  #home-page #activities .para {
    font-size: 14px;
  }
  #home-page #activities .card-heading {
    font-size: 16px;
    color: #334456;
  }
  #home-page #activities .card-para {
    font-size: 14px;
    color: #6F6F6F;
  }
  #home-page #activities .card-btn {
    font-size: 12px;
  }
  #home-page #mobile-activities {
    display: none;
  }
  #home-page #circular .heading {
    font-size: 24px;
  }
  #home-page #circular .para {
    font-size: 14px;
  }
  #home-page #circular .card-heading {
    font-size: 16px;
  }
  #home-page #circular .card-date {
    font-size: 16px;
  }
  #home-page #circular .card-para {
    font-size: 14px;
  }
  #home-page #collaborations .heading {
    font-size: 26px;
  }
  #home-page #collaborations .para {
    font-size: 14px;
  }
  #home-page #collaborations .nav-link {
    font-size: 16px;
  }
  #home-page #awards .awards-heading {
    font-size: 24px;
  }
  #home-page #awards .awards-para {
    font-size: 14px;
  }
  #home-page #awards .awards-btn {
    font-size: 14px;
  }
  #home-page #awards .heading {
    font-size: 16px;
  }
  #home-page #awards .para {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  #home-page #hero {
    background: linear-gradient(to right, var(--bs-blue) 0%, var(--bs-blue) 50%, var(--bs-yellow) 50%, var(--bs-yellow) 100%);
  }
  #home-page #hero #hero-carousel .hero-heading {
    font-size: 190%;
  }
  #home-page #hero .image-slide {
    border-left: 2px solid var(--bs-border-color);
  }
  #home-page #hero .slick-dots {
    position: absolute;
    bottom: 46px;
    left: 8px;
    text-align: left;
  }
  #home-page #hero > .container-fluid {
    border-left: 2px solid var(--bs-border-color);
    border-right: 2px solid var(--bs-border-color);
  }
  #home-page #mobile-achievements {
    display: none;
  }
  #home-page #achievements {
    display: inline;
  }
  #home-page #achievements #achievements-nav {
    gap: 11.2px !important;
  }
  #home-page #achievements #achievements-main-image {
    height: 455px;
  }
  #home-page #hero-carousel #first-banner {
    order: 1;
  }
  #home-page #hero-carousel #second-banner {
    order: 2;
  }
  #home-page #activities .heading {
    font-size: 24px !important;
  }
  #home-page #activities .para {
    font-size: 14px;
  }
  #home-page #activities .card-heading {
    font-size: 16px;
    color: #334456;
  }
  #home-page #activities .card-para {
    font-size: 14px;
    color: #6F6F6F;
  }
  #home-page #activities .card-btn {
    font-size: 12px;
  }
  #home-page #circular .heading {
    font-size: 24px;
  }
  #home-page #circular .para {
    font-size: 14px;
  }
  #home-page #circular .card-heading {
    font-size: 16px;
  }
  #home-page #circular .card-date {
    font-size: 16px;
  }
  #home-page #circular .card-para {
    font-size: 14px;
  }
  #home-page #collaborations .image-block {
    border-left: 1px solid var(--bs-black);
  }
  #home-page #collaborations .nav-link {
    font-size: 16px;
  }
  #home-page #collaborations .image-width {
    width: 120px;
  }
  #home-page #awards .awards-heading {
    font-size: 28px;
  }
  #home-page #awards .awards-para {
    font-size: 14px;
  }
  #home-page #awards .awards-btn {
    font-size: 14px;
  }
  #home-page #awards .heading {
    font-size: 16px;
  }
  #home-page #awards .para {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  #home-page #circular #circular-carousel .slick-dots {
    text-align: center !important;
  }
  #home-page #achievements .heading {
    font-size: 24px;
  }
  #home-page #achievements .para-1 {
    font-size: 16px;
  }
  #home-page #achievements .para-2 {
    font-size: 16px;
  }
  #home-page #achievements .ma-btn {
    font-size: 16px;
  }
  #home-page #achievements #circular .heading {
    font-size: 32px;
  }
  #home-page #achievements #circular .para {
    font-size: 16px;
  }
  #home-page #achievements #circular .card-heading {
    font-size: 16px;
  }
  #home-page #achievements #circular .card-date {
    font-size: 16px;
  }
  #home-page #achievements #circular .card-para {
    font-size: 14px;
  }
  #home-page #activities .heading {
    font-size: 32px !important;
  }
  #home-page #activities .para {
    font-size: 16px;
  }
  #home-page #activities .card-heading {
    font-size: 16px;
    color: #334456;
  }
  #home-page #activities .card-para {
    font-size: 14px;
    color: #6F6F6F;
  }
  #home-page #activities .card-btn {
    font-size: 16px;
  }
  #home-page #collaborations .heading {
    font-size: 32px;
  }
  #home-page #collaborations .para {
    font-size: 16px;
  }
  #home-page #collaborations .nav-link {
    font-size: 16px;
  }
  #home-page #awards .awards-heading {
    font-size: 32px;
  }
  #home-page #awards .awards-para {
    font-size: 16px;
  }
  #home-page #awards .awards-btn {
    font-size: 16px;
  }
  #home-page #awards .heading {
    font-size: 18px;
  }
  #home-page #awards .para {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  #home-page #hero #hero-carousel .hero-heading {
    font-size: 240%;
  }
  #home-page #hero #hero-carousel #first-banner {
    padding-top: 85px;
  }
  #home-page #hero .slick-dots {
    bottom: 66px;
  }
  #home-page #hero .slick-dots li button {
    height: 20px !important;
  }
  #home-page #achievements .heading {
    font-size: 24px;
  }
  #home-page #achievements .para-1 {
    font-size: 16px;
  }
  #home-page #achievements .para-2 {
    font-size: 16px;
  }
  #home-page #achievements .ma-btn {
    font-size: 16px;
  }
  #home-page #activities .align-sm .btn {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  #home-page #activities .heading {
    font-size: 32px !important;
  }
  #home-page #activities .para {
    font-size: 16px;
  }
  #home-page #activities .card-heading {
    font-size: 18px;
    color: #334456;
  }
  #home-page #activities .card-para {
    font-size: 14px;
    color: #6F6F6F;
  }
  #home-page #activities .card-btn {
    font-size: 16px;
  }
  #home-page #circular .heading {
    font-size: 32px;
  }
  #home-page #circular .para {
    font-size: 16px;
  }
  #home-page #circular .card-heading {
    font-size: 16px;
  }
  #home-page #circular .card-date {
    font-size: 16px;
  }
  #home-page #circular .card-para {
    font-size: 14px;
  }
  #home-page #collaborations .heading {
    font-size: 32px;
  }
  #home-page #collaborations .para {
    font-size: 16px;
  }
  #home-page #collaborations .nav-link {
    font-size: 16px;
    margin-right: 40px;
  }
  #home-page #awards .awards-heading {
    font-size: 32px;
  }
  #home-page #awards .awards-para {
    font-size: 16px;
  }
  #home-page #awards .awards-btn {
    font-size: 16px;
  }
  #home-page #awards .heading {
    font-size: 18px;
  }
  #home-page #awards .para {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  #home-page #hero #hero-carousel #first-banner {
    padding-top: 115px !important;
  }
  #home-page #hero .slick-dots {
    bottom: 106px;
  }
  #home-page #hero .slick-dots li button {
    height: 50px !important;
  }
  #home-page #achievements .heading {
    font-size: 30px;
  }
  #home-page #achievements .para-1 {
    font-size: 16px;
  }
  #home-page #achievements .para-2 {
    font-size: 16px;
  }
  #home-page #achievements .ma-btn {
    font-size: 16px;
  }
  #home-page #activities .schools-text {
    max-width: 64%;
  }
  #home-page #activities .industry-text {
    max-width: 100%;
  }
  #home-page #activities .heading {
    font-size: 34px !important;
  }
  #home-page #activities .para {
    font-size: 18px;
  }
  #home-page #activities .card-heading {
    font-size: 18px;
    color: #334456;
  }
  #home-page #activities .card-para {
    font-size: 16px;
    color: #6F6F6F;
  }
  #home-page #activities .card-btn {
    font-size: 18px;
  }
  #home-page #mobile-activities .schools-text {
    max-width: 64%;
  }
  #home-page #mobile-activities .industry-text {
    max-width: 100%;
  }
  #home-page #circular .heading {
    font-size: 32px;
  }
  #home-page #circular .para {
    font-size: 16px;
  }
  #home-page #circular .card-heading {
    font-size: 16px;
  }
  #home-page #circular .card-date {
    font-size: 16px;
  }
  #home-page #circular .card-para {
    font-size: 14px;
  }
  #home-page #awards .awards-heading {
    font-size: 32px;
  }
  #home-page #awards .awards-para {
    font-size: 18px;
  }
  #home-page #awards .awards-btn {
    font-size: 18px;
  }
  #home-page #awards .heading {
    font-size: 16px;
  }
  #home-page #awards .para {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  #home-page #achievements .heading {
    font-size: 30px;
  }
  #home-page #achievements .para-1 {
    font-size: 16px;
  }
  #home-page #achievements .para-2 {
    font-size: 16px;
  }
  #home-page #achievements .ma-btn {
    font-size: 16px;
  }
  #home-page #collaborations .heading {
    font-size: 34px;
  }
  #home-page #collaborations .para {
    font-size: 16px;
  }
  #home-page #collaborations .nav-link {
    font-size: 18px;
    margin-right: 60px;
  }
  #home-page #collaborations .image-width {
    width: 180px;
  }
  #home-page #awards .awards-heading {
    font-size: 32px;
  }
  #home-page #awards .awards-para {
    font-size: 18px;
  }
  #home-page #awards .awards-btn {
    font-size: 18px;
  }
  #home-page #awards .heading {
    font-size: 16px;
  }
  #home-page #awards .para {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  #home-page #hero-carousel #first-banner {
    padding-top: 125px !important;
  }
  #home-page #hero .slick-dots {
    bottom: 100px !important;
  }
}
@media (min-width: 1680px) {
  body {
    font-size: 20px;
  }
  #home-page #achievements .heading {
    font-size: 30px;
  }
  #home-page #achievements .para-1 {
    font-size: 16px;
  }
  #home-page #achievements .para-2 {
    font-size: 16px;
  }
  #home-page #achievements .ma-btn {
    font-size: 16px;
  }
  #home-page #activities .card-description {
    min-height: 630px !important;
  }
  #home-page #activities .heading {
    font-size: 34px !important;
  }
  #home-page #activities .para {
    font-size: 16px;
  }
  #home-page #activities .card-heading {
    font-size: 18px;
    color: #334456;
  }
  #home-page #activities .card-para {
    font-size: 16px;
    color: #6F6F6F;
  }
  #home-page #activities .card-btn {
    font-size: 18px;
  }
  #home-page #circular .heading {
    font-size: 32px;
  }
  #home-page #circular .para {
    font-size: 16px;
  }
  #home-page #circular .card-heading {
    font-size: 16px;
  }
  #home-page #circular .card-date {
    font-size: 16px;
  }
  #home-page #circular .card-para {
    font-size: 14px;
  }
  #home-page #collaborations .heading {
    font-size: 34px;
  }
  #home-page #collaborations .para {
    font-size: 16px;
  }
  #home-page #collaborations .nav-link {
    font-size: 18px;
  }
  #home-page #awards .awards-heading {
    font-size: 32px;
  }
  #home-page #awards .awards-para {
    font-size: 18px;
  }
  #home-page #awards .awards-btn {
    font-size: 18px;
  }
  #home-page #awards .heading {
    font-size: 16px;
  }
  #home-page #awards .para {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  #home-page #hero-carousel #first-banner {
    padding-top: 125px !important;
  }
  #home-page #hero .slick-dots {
    bottom: 100px !important;
  }
  #home-page #achievements .heading {
    font-size: 40px;
  }
  #home-page #achievements .para-1 {
    font-size: 16px;
  }
  #home-page #achievements .para-2 {
    font-size: 16px;
  }
  #home-page #achievements .ma-btn {
    font-size: 22px;
  }
  #home-page #activities .heading {
    font-size: 40px !important;
  }
  #home-page #activities .para {
    font-size: 16px;
  }
  #home-page #activities .card-heading {
    font-size: 24px;
    color: #334456;
  }
  #home-page #activities .card-para {
    font-size: 16px;
    color: #6F6F6F;
  }
  #home-page #activities .card-btn {
    font-size: 22px;
  }
  #home-page #circular .heading {
    font-size: 40px;
  }
  #home-page #circular .para {
    font-size: 16px;
  }
  #home-page #circular .card-heading {
    font-size: 24px;
  }
  #home-page #circular .card-date {
    font-size: 20px;
  }
  #home-page #circular .card-para {
    font-size: 16px;
  }
  #home-page #collaborations .heading {
    font-size: 40px;
  }
  #home-page #collaborations .para {
    font-size: 16px;
  }
  #home-page #collaborations .nav-link {
    font-size: 24px;
    margin-right: 80px;
  }
  #home-page #collaborations .image-width {
    width: 200px;
  }
  #home-page #awards .awards-heading {
    font-size: 40px;
  }
  #home-page #awards .awards-para {
    font-size: 18px;
  }
  #home-page #awards .awards-btn {
    font-size: 22px;
  }
  #home-page #awards .heading {
    font-size: 18px;
  }
  #home-page #awards .para {
    font-size: 18px;
  }
}
@media (min-width: 2560px) {
  #home-page #hero .slick-dots {
    bottom: 200px !important;
  }
  #home-page #hero #hero-carousel #first-banner {
    padding-top: 225px !important;
  }
  #home-page #achievements .heading {
    font-size: 64px;
  }
  #home-page #achievements .para-1 {
    font-size: 24px;
  }
  #home-page #achievements .para-2 {
    font-size: 24px;
  }
  #home-page #achievements .ma-btn {
    font-size: 24px;
  }
  #home-page #activities .card-description {
    min-height: 850px !important;
  }
  #home-page #activities .card-heading {
    color: #334456;
  }
  #home-page #activities .card-para {
    color: #6F6F6F;
  }
  #home-page #collaborations .nav-link {
    font-size: 28px;
  }
}/*# sourceMappingURL=index.css.map */