* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  width: 100%;
  /*background: linear-gradient(45deg, #ffffff00, #ffa91300), url(../images/background/college.webp);*/
  /*overflow-x: hidden;*/
  scroll-behavior: smooth;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /*background-size: 100% 100%;*/
  /*background-attachment: fixed;*/
}

.primary-color {
  color: #003e78;
}

.secondary-color {
  color: #ffcb0b;
}

.bg-primary-color {
  background: #003e78;
}

.bg-secondary-color {
  background: #ffcb0b;
}

aside {
  display: none;
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100px;
  background-color: white;
  -webkit-box-shadow: 1px 1px 14px black;
          box-shadow: 1px 1px 14px black;
  overflow: hidden;
  z-index: 4;
}

header .top-header {
  width: 100%;
  height: 30px;
  background-color: #003e78;
}

header .top-header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

header .top-header ul li {
  margin: 0px 1%;
}

header .top-header ul li a {
  color: #ffcb0b !important;
  font-size: 70%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

header .top-header ul li a:hover {
  color: #ffcb0b;
}

header .top-header ul .admission a {
  background: #ffa913;
  color: #3949AB !important;
  padding: 2px 10px;
  font-weight: 900;
  -webkit-animation: fade 1s linear infinite;
          animation: fade 1s linear infinite;
}

header .top-header ul::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  color: #003e78;
}

@-webkit-keyframes fade {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

header .bottom-header {
  height: 70px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 10fr;
      grid-template-columns: 2fr 10fr;
}

header .bottom-header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
}

header .bottom-header .logo img {
  width: 90%;
}

header .bottom-header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  background: #003e78;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
  margin-right: -13px;
  margin-top: -1px;
}

header .bottom-header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0px;
  height: 70px;
  margin: 0;
  -webkit-transform: skewx(-20deg);
          transform: skewx(-20deg);
}

header .bottom-header nav ul li {
  margin: 0px 1%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 5;
}

header .bottom-header nav ul li a {
  font-size: 90%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: 500;
  color: #FFF3E0;
}

header .bottom-header nav ul li a:hover {
  text-decoration: none;
  color: #ffcb0b;
  font-weight: 700;
}

.bars {
  display: none;
}

.videoplayer {
  width: 100%;
  max-height: 90vh;
  padding: 0;
  overflow: hidden;
  margin-bottom: 0;
}

.videoplayer video {
  width: 100%;
}

.bottom-scroll-link {
  height: auto;
  background: #ffcb0b;
  padding: 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 10fr;
      grid-template-columns: 2fr 10fr;
}

.bottom-scroll-link .heading {
  background-color: #003e78;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bottom-scroll-link .heading i {
  margin-right: 5px;
}

.bottom-scroll-link .links {
  padding: 15px;
}

.bottom-scroll-link .links a {
  margin-right: 10px;
  color: #003e78;
  font-weight: 900;
}

.overlay {
  position: relative;
  overflow: hidden;
}

.overlay .level1 {
  display: none;
  background: linear-gradient(45deg, #ffc1078f, #ff98005c);
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.overlay .level1 div {
  display: none;
  -webkit-animation: zoom 0.5s linear;
          animation: zoom 0.5s linear;
  width: 96%;
  height: 96%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 2%;
  left: 2%;
  border: 2px solid #fff;
}

.overlay .level1 div p {
  color: #fff;
}

.overlay .level1 div a {
  background: #003e78;
  color: #ffa913;
  padding: 4px 20px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 10px #00000052;
          box-shadow: 1px 1px 10px #00000052;
}

.overlay .level1 div a:hover {
  text-decoration: none;
  color: #fff;
}

.overlay .level2 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-clip-path: polygon(0 70%, 70% 0, 0 0);
          clip-path: polygon(0 70%, 70% 0, 0 0);
  background: #03a9f4a3;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.overlay .level2 p {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  font-size: 12px;
  height: auto;
  width: 53%;
  padding: 2px;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7;
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7;
  }
}

.overlay:hover .level2 {
  top: -100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.overlay:hover .level1 {
  display: block;
}

.title {
  text-align: center;
  width: 100%;
  padding: 4px 1%;
  border-bottom: 2px solid #003e78;
  -webkit-box-shadow: 0px 10px 8px #00000017;
          box-shadow: 0px 10px 8px #00000017;
  color: #003e78;
  font-weight: 700;
  text-align: center;
}

section.section-shape {
  background: linear-gradient(45deg, #007bff, #ffa913);
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 70%, 73% 86%, 27% 85%, 0% 70%, 0 0);
          clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 70%, 73% 86%, 27% 85%, 0% 70%, 0 0);
  padding-bottom: 10%;
}

section.section-shape1 {
  background: linear-gradient(45deg, #ffa913, #007bff);
  -webkit-clip-path: polygon(28% 0, 70% 0, 100% 12%, 100% 100%, 71% 100%, 24% 100%, 0 100%, 0 13%);
          clip-path: polygon(28% 0, 70% 0, 100% 12%, 100% 100%, 71% 100%, 24% 100%, 0 100%, 0 13%);
  padding-top: 2%;
}

section {
  margin: 0px 0px;
  padding: 15px;
  background: white;
}

section .title {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

section img {
  width: 100%;
}

.main-course {
  background: #d90000;
  color: #fff;
  padding: 5px 15px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 10px;
  text-align: center;
  margin: 0px;
  height: 40px;
  -webkit-clip-path: polygon(100% 0, 100% 0, 84% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 0, 84% 100%, 0 100%, 0 0);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-title {
  background: linear-gradient(45deg, #ffcb0b, transparent);
  color: #000;
  padding: 10px 10px 23px 0px;
  -webkit-clip-path: polygon(100% 0, 100% 50%, 55% 100%, 0 54%, 0 54%, 0% 0%);
          clip-path: polygon(100% 0, 100% 50%, 55% 100%, 0 54%, 0 54%, 0% 0%);
  text-align: center;
  font-size: 11px;
  font-weight: 900;
  -webkit-box-shadow: 1px 1px 10px #000;
          box-shadow: 1px 1px 10px #000;
}

.branch span {
  background: #ccc;
  padding: 1px 10px;
  font-size: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0px 4px;
  border-radius: 25px;
  font-weight: 900;
}

.branch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer {
  margin: 0px 0px;
  padding: 15px;
  background: #003e78;
}

footer .title {
  border: 0.3px solid #fff;
}

.number-speak {
  background: linear-gradient(45deg, #ffa913, #ffa913);
  text-align: center;
  border-radius: 6px;
  padding: 0px 0px;
  -webkit-box-shadow: 1px 1px 10px #ccc;
          box-shadow: 1px 1px 10px #ccc;
  color: #133d65;
  font-weight: 900;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  font-size: 10px;
  -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
          clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}

.number-speak p {
  margin: 6px 0px;
  padding: 3px;
  font-size: 1.5em;
}

.number-speak:hover {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background: #ffcb0b;
  color: #003e78;
}

.features {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}

.courses-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #ffcb0b;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.courses-items b {
  color: #000000;
  margin: 0px 5px;
}

.courses-items .courses {
  background: #ccc;
  width: 60px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  margin: 0px 4px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 10px #ccc;
          box-shadow: 1px 1px 10px #ccc;
}

.featured-card {
  position: relative;
  -webkit-box-shadow: 1px 1px 10px #ccc;
          box-shadow: 1px 1px 10px #ccc;
  padding: 2px 2px;
  margin: 4px 0px;
  height: 110px;
  border-radius: 2px;
  text-align: center;
  color: #003e78;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.featured-card img {
  width: 100%;
  height: 90px;
}

.featured-card i {
  display: none;
}

.featured-card p {
  font-size: 11px;
  font-weight: 900;
}

.featured-card:hover {
  height: 94px;
  cursor: default;
}

.featured-card:hover .card-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000a6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.featured-card:hover .card-content a {
  text-decoration: none;
}

.featured-card:hover .card-content i {
  display: block;
  color: #ffcb0b;
  font-size: 40px;
}

.event-featured-card {
  position: relative;
  -webkit-box-shadow: 1px 1px 10px #ccc;
          box-shadow: 1px 1px 10px #ccc;
  padding: 2px 2px;
  margin: 4px 0px;
  height: 110px;
  border-radius: 2px;
  text-align: center;
  color: #003e78;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.event-featured-card img {
  width: 100%;
  height: 106px;
}

.event-featured-card i {
  display: none;
}

.event-featured-card p {
  font-size: 11px;
  font-weight: 900;
}

.event-featured-card::after {
  width: 100%;
  content: '';
  height: 0%;
  top: 0;
  left: 0;
  background: #0000008a;
  position: absolute;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.event-featured-card:hover::after {
  width: 100%;
  content: '';
  height: 100%;
  top: 0;
  left: 0;
  background: #0000008a;
  position: absolute;
}

.event-featured-card .date-section {
  position: absolute;
  width: 0%;
  height: 100%;
  background: #ffa913;
  top: 0;
  right: 0;
  -webkit-clip-path: polygon(49% 49%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(49% 49%, 100% 0, 100% 100%, 0 100%);
  z-index: 2;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.event-featured-card .sac-section {
  position: absolute;
  width: 0%;
  height: 100%;
  background: linear-gradient(45deg, #ff0099, #ebff00);
  top: 0;
  right: 0;
  -webkit-clip-path: polygon(49% 49%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(49% 49%, 100% 0, 100% 100%, 0 100%);
  z-index: 2;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.event-featured-card .sac-section p {
  color: #ffffff;
}

.event-featured-card .cloud-section {
  position: absolute;
  width: 0%;
  height: 100%;
  background: #ff0076;
  top: 0;
  right: 0;
  -webkit-clip-path: polygon(49% 49%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(49% 49%, 100% 0, 100% 100%, 0 100%);
  z-index: 2;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.event-featured-card:hover .date-section, .event-featured-card:hover .sac-section, .event-featured-card:hover .cloud-section {
  width: 100%;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
}

.event-featured-card:hover .date-section .date, .event-featured-card:hover .sac-section .date, .event-featured-card:hover .cloud-section .date {
  background: red;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 5px;
  top: 30%;
  color: #fff;
  font-weight: bold;
  padding: 3px 10px 10px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 40% 100%, 50% 75%, 0% 75%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 40% 100%, 50% 75%, 0% 75%);
}

.event-featured-card:hover .date-section .text, .event-featured-card:hover .sac-section .text, .event-featured-card:hover .cloud-section .text {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px;
  width: 90%;
  height: 40%;
  color: #003e78;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.event-featured-card:hover .date-section .sac-title, .event-featured-card:hover .sac-section .sac-title, .event-featured-card:hover .cloud-section .sac-title {
  color: #e4e3e3;
  font-size: 17px;
  position: absolute;
  right: 5px;
}

.event-featured-card:hover {
  cursor: default;
}

.event-featured-card:hover .card-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000a6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.event-featured-card:hover .card-content a {
  text-decoration: none;
}

.event-featured-card:hover .card-content i {
  display: block;
  color: #ffcb0b;
  font-size: 40px;
}

.recruiter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.recruiter img {
  width: 60px;
  height: auto;
  margin: 4px;
  border-radius: 4%;
  -webkit-box-shadow: 1px 1px 10px #9f9f9f;
          box-shadow: 1px 1px 10px #9f9f9f;
}

.importantlinks, .importantupdate {
  width: 100%;
  height: 300px;
  overflow: auto;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.importantlinks ul, .importantupdate ul {
  padding: 0;
  list-style: none;
}

.importantlinks ul li, .importantupdate ul li {
  border-bottom: 0.3px solid #000;
}

.importantlinks ul li img, .importantupdate ul li img {
  width: 14px;
}

.importantlinks ul li a, .importantupdate ul li a {
  font-size: 10px;
}

/* width */
.importantlinks::-webkit-scrollbar, .importantupdate::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.importantlinks::-webkit-scrollbar-track, .importantupdate::-webkit-scrollbar-track {
  background: #ffcb0b;
}

/* Handle */
.importantlinks::-webkit-scrollbar-thumb, .importantupdate::-webkit-scrollbar-thumb {
  background: #ffcb0b;
}

/* Handle on hover */
.importantlinks::-webkit-scrollbar-thumb:hover, .importantupdate::-webkit-scrollbar-thumb:hover {
  background: red;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ffcb0b;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ffcb0b;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* width */
.importantlinks::-moz-scrollbar, .importantupdate::-moz-scrollbar {
  width: 10px;
}

/* Track */
.importantlinks::-moz-scrollbar-track, .importantupdate::-moz-scrollbar-track {
  background: #ffcb0b;
}

/* Handle */
.importantlinks::-moz-scrollbar-thumb, .importantupdate::-moz-scrollbar-thumb {
  background: #ffcb0b;
}

/* Handle on hover */
.importantlinks::-moz-scrollbar-thumb:hover, .importantupdate::-moz-scrollbar-thumb:hover {
  background: red;
}

/* width */
::-moz-scrollbar {
  width: 10px;
}

/* Track */
::-moz-scrollbar-track {
  background: #ffcb0b;
}

/* Handle */
::-moz-scrollbar-thumb {
  background: #ffcb0b;
}

/* Handle on hover */
::-moz-scrollbar-thumb:hover {
  background: #555;
}

.web-info {
  text-align: center;
  background: #fff;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: -10px;
}

.iframe {
  width: 100%;
  height: 300px;
  -webkit-box-shadow: 1px 1px 10px #464a4c;
          box-shadow: 1px 1px 10px #464a4c;
  border-radius: 10px;
}

.contact-form input, .contact-form textarea {
  margin: 5px 0px;
  border: 0.4px solid #003e78;
  border-radius: 0px;
}

.contact-form button {
  border: none;
  background: #003e78;
  color: #fff;
  padding: 5px 20px;
  -webkit-box-shadow: 1px 1px 10px #ccc;
          box-shadow: 1px 1px 10px #ccc;
}

.header-title {
  height: 15vh;
  background: linear-gradient(45deg, #ffffff61, #ffffff), url("../images/about/header.jpg");
  background-clip: border-box;
  background-size: cover;
}

ul.left-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.left-menu li {
  background: #003e78;
  margin: 2px 0px;
  padding: 2px 0px 0px 30px;
  position: relative;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 25px;
}

ul.left-menu li span {
  position: absolute;
  right: 4px;
  color: #fff;
}

ul.left-menu li a {
  color: #fff;
  font-size: 12px;
}

ul.left-menu li i {
  width: 25px;
  height: 100%;
  background: #ffa913;
  border-radius: 50%;
  font-size: 8px;
  position: absolute;
  left: -2px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.message {
  background: #ffa913;
  padding: 4px;
  font-size: 12px;
  -webkit-box-shadow: 1px 1px 10px #ccc;
          box-shadow: 1px 1px 10px #ccc;
  margin: 0;
}

.name {
  margin: 0;
  color: #003e78;
  font-weight: 900;
  padding: 2px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.designation {
  margin: 0;
  padding: 2px 10px;
  color: #003e78;
  font-size: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffa913;
  padding: 0px 0px;
  color: #003e78;
  font-weight: 900;
  font-size: 14px;
  -webkit-box-shadow: 1px 1px 10px #ccc;
          box-shadow: 1px 1px 10px #ccc;
  border-radius: 4px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  margin: 6px 0px;
}

.cards:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

a:hover {
  text-decoration: none;
}

.submenu {
  display: none;
  background: #ffa913;
}

.submenu ul li {
  background: none;
}

.side-button-links {
  position: fixed;
  z-index: 9;
  top: 70%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  left: 0.92%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #003e78;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 14px;
  border-radius: 20px;
}

.side-button-links a {
  color: #003e78;
  font-size: 10px;
  background: #e6ff13;
  margin: 0px 3px;
  border-radius: 20px;
  padding: 2px 10px;
  font-weight: bold;
}

.new-events {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.latest-rd {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.latest-rd .sec {
  width: 200px;
}

.latest-rd .sec img {
  width: 100%;
  height: 100px;
}

.latest-rd .sec p {
  background: linear-gradient(45deg, #000, #00000097);
  color: #ffffff;
  text-align: center;
  padding: 2px;
  font-size: 10px;
}

.popup-section {
  position: fixed;
  top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  height: 100%;
  
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup-section .popup-inner-section {
  position: relative;
  width: 100%;
  height: auto;
  background: #ffffff;
}

.popup-section .popup-inner-section .top-section {
  width: 100%;
  height: 40px;
  background: none !important;
  color: #ffa913;
  font-weight: 900;
  font-size: 90%;
  padding: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup-section .popup-inner-section .top-section p {
  margin: 0;
}

.popup-section .popup-inner-section .top-section a {
  position: absolute;
  right: 0;
  color: red;
  font-size: 20px;
  padding: 5px 18px;
}

.popup-section .popup-inner-section .middle-section {
  width: 100%;
  max-height: 95vh;
  overflow: auto;
}

.popup-section .popup-inner-section .middle-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.popup-section .popup-inner-section .bottom-section {
  width: 100%;
  height: 40px;
  padding: 0px 15px;
  margin: 0;
  background: #aa0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup-section .popup-inner-section .bottom-section li a.click-here {
  background:none !important;
  color: #aa0000;
  font-weight: 900;
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 20px;
}

.popup-section .popup-inner-section .bottom-section li a {
  color: #ffffff;
  font-size: 100%;
}

.chat-window {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.chat-window .chat-toggle-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 15px;
}

.chat-window .chat-toggle-btn img {
  width: 60px;
  border-radius: 50%;
  border: 2px solid #003e78;
  padding: 5px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 10px #404040;
          box-shadow: 1px 1px 10px #404040;
  margin-right: 10px;
}

.chat-window .chat-form {
  background: linear-gradient(45deg, #FFC107, #8BC34A);
  padding: 20px 10px 10px 10px;
  position: relative;
}

.chat-window .chat-form input {
  border: none !important;
  border-radius: 0px !important;
  border-bottom: 2px solid #000 !important;
}

.chat-window .chat-form textarea {
  border: none !important;
  border-radius: 0px !important;
  border-bottom: 2px solid #000 !important;
}

.chat-window .chat-form select {
  border: none !important;
  border-radius: 0px !important;
  border-bottom: 2px solid #000 !important;
}

.chat-window .chat-form button {
  border: none !important;
  border-radius: 0px !important;
  margin-top: 10px;
}

.chat-window .chat-form input:focus, .chat-window .chat-form textarea:focus, .chat-window .chat-form select:focus, .chat-window .chat-form button:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.chat-window .chat-form .head-window {
  position: absolute;
  width: 60%;
  height: 30px;
  top: -6%;
  left: 20%;
  background: linear-gradient(45deg, #8BC34A, #FFC107);
  color: #fff;
  text-align: center;
  line-height: 30px;
}

.chat-window .chat-form .back-title {
  position: absolute;
  width: 100%;
  height: 30px;
  top: -6%;
  left: 0;
  background: linear-gradient(45deg, #8BC34A, #FFC107);
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
  z-index: -1;
}

table {
  font-size: 10px;
}

table thead {
  background: #003e78 !important;
  color: #ffffff;
}

table tbody tr.heading {
  background: linear-gradient(45deg, #ffc107, transparent);
  color: #fff;
}

table tbody tr:hover {
  background: #003e78 !important;
  color: #ffffff !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

ul {
  list-style: none !important;
}

.society-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}

.society-cards .society {
  border: 0px solid #003e78;
  /* padding: 10px; */
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.society-cards .society img {
  width: 100px;
  height: 75px;
  border-radius: 50%;
}

.society-cards .society a {
  width: 100%;
  background: #003e78;
  color: #ffa913;
  font-size: 10px;
  text-align: center;
  padding: 6px;
}

.hod-photo {
  width: 100px;
  float: left;
  margin: 2px 20px;
  -webkit-box-shadow: 1px 1px 10px #ccc;
          box-shadow: 1px 1px 10px #ccc;
  border-radius: 70px;
  height: 100px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.hod-photo:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.download-syllabus {
  width: 100%;
  background: #ccc;
  text-align: center;
  border-radius: 20px;
}

.download-syllabus a {
  background: #003e78;
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  -webkit-box-shadow: 1px 1px 10px #858585;
          box-shadow: 1px 1px 10px #858585;
}

.download-syllabus a:hover {
  background: #aa0000;
}

.full-img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 10px #4b4b4bc4;
          box-shadow: 1px 1px 10px #4b4b4bc4;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.full-img:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.gallery {
  -webkit-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 5px;
          column-gap: 5px;
  row-gap: 5px;
}

.gallery div {
  margin: 5px 0px;
}

.gallery div img {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.gallery div img:hover {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.gallery img {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  margin: 2px;
}

.gallery img:hover {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

section.top-header-section {
  width: 100%;
  height: 30vh;
  background: linear-gradient(45deg, #ffa913, #17a2b8d1), url(../images/campus_life/main.jpg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-size: 100%;
  background-position: center;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  /* background-position: 100% 100%; */
  background-attachment: fixed;
  -webkit-animation: zoomeffect 10s linear alternate infinite;
          animation: zoomeffect 10s linear alternate infinite;
}

section.hover-gallery {
  -webkit-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 2px;
          column-gap: 2px;
}

section.hover-gallery .images {
  margin: 2px 0px;
  position: relative;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  padding: 4px;
}

section.hover-gallery .images:hover .img-title {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.hover-gallery .images .img-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #003e7891;
  color: #fff;
  font-weight: 900;
  text-align: center;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.download-btn {
  background: #003e78;
  padding: 5px 4%;
  border-radius: 22px;
  font-size: 12px;
}

@-webkit-keyframes zoomeffect {
  0% {
    background-size: 0%;
  }
  50% {
    background-size: 50%;
  }
  100% {
    background-size: 100%;
  }
}

@keyframes zoomeffect {
  0% {
    background-size: 0%;
  }
  50% {
    background-size: 50%;
  }
  100% {
    background-size: 100%;
  }
}

.title2 {
  margin: 0;
  padding: 5px 10px;
  background: linear-gradient(45deg, #ffc107, #e96715);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #003e78;
  font-weight: bold;
}

.council-img {
  width: 100%;
  height: 30vh;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 4px;
}

.list {
  font-size: 12px;
}

.section-background1 {
  background: #ffcb0b;
  border-left: 5px solid #003e78;
  margin: 5px 0px;
  -webkit-box-shadow: 1px 1px 10px #343a4066;
          box-shadow: 1px 1px 10px #343a4066;
}

.section-background2 {
  margin: 5px 0px;
  background: #003e78;
  border-left: 5px solid #ffcb0b;
  color: #ffffff;
  -webkit-box-shadow: 1px 1px 10px #343a4066;
          box-shadow: 1px 1px 10px #343a4066;
}

.photo {
  -webkit-box-shadow: 1px 1px 10px #8c8c8c;
          box-shadow: 1px 1px 10px #8c8c8c;
  margin: 2px 0px;
  border-radius: 6px;
}

.steps {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.steps .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.steps .step i {
  border: 1px solid #ccc;
  font-size: 100%;
  padding: 4% 6%;
  border-radius: 50%;
  width: 16%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.step.step1 i {
  border: 1px solid #003e78;
  color: #003e78;
}

.adm-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
}

.adm-form .box {
  border: 1px solid #003e78;
  height: 35px;
  width: 100%;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box i {
  -ms-flex-preferred-size: 30px;
      flex-basis: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #003e78;
  height: 32.5px;
  color: #ffcb0b;
}

.box input {
  height: 32px;
  padding: 10px;
}

.adm-form .box select {
  height: 32px;
  padding: 4px;
  border: none;
  -ms-flex-preferred-size: 98%;
      flex-basis: 98%;
  color: #003e78;
}

.box input::-webkit-input-placeholder {
  color: #003e78;
}

.box input:-ms-input-placeholder {
  color: #003e78;
}

.box input::-ms-input-placeholder {
  color: #003e78;
}

.box input::placeholder {
  color: #003e78;
}

.adm-form .box input {
  border: none;
  -ms-flex-preferred-size: 98%;
      flex-basis: 98%;
}

.adm-form #button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.adm-form #button input {
  background-color: #003e78;
  color: #ffcb0b;
  border: none;
  padding: 3px 10px;
}

.adm-form .box input:focus {
  border: none;
  outline: none;
}

.step2-complete, .step3-complete, .step4-complete {
  display: none;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
}

#demo {
  height: 75vh;
}

@media only screen and (max-width: 520px) {
  .bottom-scroll-link {
    -ms-grid-columns: 4fr 8fr;
        grid-template-columns: 4fr 8fr;
  }
  #demo {
    height: 30vh;
  }
  .carousel-item img {
    height: 30vh !important;
  }
  .step2-complete, .step3-complete, .step4-complete {
    display: none !important;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 8px;
  }
  .features {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  .aboutus {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .courses-items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .courses-items .courses {
    margin: 3px 3px;
  }
  section.section-shape, section.section-shape1 {
    -webkit-clip-path: none;
            clip-path: none;
  }
  .courses-items b {
    color: #000000;
    margin: 0px 5px;
    font-size: 65% !important;
  }
  .number-speak {
    font-size: 8px;
  }
  .side-button-links {
    left: 3%;
  }
  .bottom-section {
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    margin: 0;
    background: #aa0000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bottom-section li a.click-here {
    background: #fff;
    color: #aa0000;
    font-weight: 900;
    font-size: 40% !important;
    padding: 2px 4px;
    border-radius: 20px;
  }
  .bottom-section li a {
    color: #ffffff;
    font-size: 40% !important;
  }
  .steps .step i {
    border: 1px solid #ccc;
    font-size: 100%;
    padding: 4% 15%;
    border-radius: 50%;
    width: 17%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .step p {
    font-size: 40%;
  }
  .adm-form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr;
    grid-gap: 8px;
    max-width: 100%;
  }
}

.download-syllabus a {
  background: #003e78;
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  -webkit-box-shadow: 1px 1px 10px #858585;
  font-size: 50%;
  box-shadow: 1px 1px 10px #858585;
}

.card {
  padding: 10px;
  -webkit-box-shadow: 1px 1px 10px #ccc;
          box-shadow: 1px 1px 10px #ccc;
}

.directory-section {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 10px #65bfa5;
          box-shadow: 1px 1px 10px #65bfa5;
  margin-top: 20px;
}

.directory-section .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.directory-section .directory-item {
  cursor: default;
  background: #ffcb0b;
  color: #fff;
  text-align: center;
  padding: 1% 15px;
  margin: 10px;
  border-radius: 0px;
  -webkit-box-shadow: 1px 1px 10px #ccc;
          box-shadow: 1px 1px 10px #ccc;
}

.detail-section {
  display: none;
}

.detail-section .table-heading {
  font-family: sans-serif;
  background: #003e78;
  text-align: center;
  font-size: 23px;
  color: #fff;
  padding: 6px;
}

#administration {
  display: block;
}

.active-item {
  background: #35d42a !important;
}

@media only screen and (max-width: 769px) {
  .features {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
  }
  .courses-items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .courses-items .courses {
    margin: 3px 3px;
  }
}

@media only screen and (max-width: 1150px) {
  .bars {
    display: block;
    font-size: 40px;
    background: #003e78;
    -webkit-transform: skewX(36deg);
            transform: skewX(36deg);
    margin-top: -1%;
    text-align: right;
    color: #ffffff;
    padding-right: 10px;
  }
  .bars i {
    -webkit-transform: skewX(-36deg);
            transform: skewX(-36deg);
    color: #ffffff;
  }
  header .bottom-header nav {
    display: none;
  }
  header .bottom-header nav.nav-open {
    display: block !important;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
  }
  header .bottom-header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 8fr 4fr;
        grid-template-columns: 8fr 4fr;
    background: #003e78;
  }
  header .bottom-header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 10px;
    background: #fff;
  }
  header .bottom-header .logo img {
    width: 200px !important;
  }
  header .top-header ul {
    overflow: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  header .top-header ul li {
    margin: 0 3%;
  }
  header .top-header ul li a:hover, header .top-header ul li a:focus {
    text-decoration: none;
  }
  aside {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    overflow: auto;
    background: #003e78;
    padding: 40px;
    z-index: 5;
  }
  aside ul {
    list-style: none;
  }
  aside ul li {
    margin: 6% 0;
    border-bottom: 0.1px solid #ffcb0b;
    padding: 4px 0px;
  }
  aside ul li a {
    color: #ffcb0b;
    font-size: 20px;
    font-weight: 600;
  }
}
/*# sourceMappingURL=main.css.map */