.icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-bottom: 3px;
  filter: brightness(0) invert(1);
}

.daright-icon {
  margin-right: 15px;
}

.daright-icon {
  display: none;
}

.job-guarantee-icons-1 {
  width: 45px;
  height: 45px;
  margin-bottom: 4px;
}

.navbar {
  height: 62px;
  width: 100%;
  position: sticky;
  top: 0%;
  z-index: 1000
}

.navmenu {
  max-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width:1200px) and (max-width:1240px) {
  .show-item {
    margin-left: -211px
  }
}

.navcourses {
  width: 150px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0040C1;
  color: #fff;
  border-radius: 20px;
  margin-bottom: 0;
  font-family: mulish;
  font-weight: 600;
  font-size: 14px
}

.show-content {
  width: 100%;
  padding: 2px 0 2px 0;
  height: auto;
  background-color: #fff
}

.show-item {
  width: 75%;
  margin: auto;
  display: flex;
  box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
  position: absolute;
  z-index: 100;
  padding:20px;
  background:white;
}

.show-item-left {
  width: 35%;
  padding: 2px 0 2px 0;
  line-height: 2.6;
  background-color: #edf8fa
}

.show-item-left h3 {
  padding-left: 15px;
  font-family: 'Mulish';
  font-size: 17px;
  font-weight: 600
}

.show-item-left ul {
  line-height: 2.6;

  margin-top: 8px
}

.show-item-left ul li {
  list-style: none;
  padding-left: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Mulish';
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 35px;
}

.show-item-left i {
  margin-right: 15px
}

.show-item-left ul li:hover {
  background-color: #272566;
  color: white;
}

.show-item-left ul li:hover i {
  color: white !important
}

.show-item-right {
  width: 100%;
  height: auto
}

.show-item-content {
  width: 100%;
  height: 444px;
  display: flex;
  justify-content: space-between
}

.show-item-one {
  width: 33%;
  height: auto;
  padding: 2px 2px 2px 2px;
  line-height: 2.6
}

.show-item-one>h3 {
  font-family: 'Mulish';
  font-size: 17px;
  font-weight: 600;
  padding-left: 15px
}

.show-item-one ul {
  display: flex;
  flex-direction: column
}

.show-item-one ul a {
  list-style: none;
  font-family: 'Mulish';
  font-size: 13px;
  font-weight: 600;
  margin-left: 15px;
  padding: 0;
  margin-bottom: 7px;
  text-decoration: none;
  color: #384252
}

.show-item-two {
  width: 33%;
  height: auto;
  padding: 2px 2px 2px 2px;
  line-height: 2.6
}

.show-item-two>h3 {
  font-family: 'Mulish';
  font-size: 17px;
  font-weight: 600;
  padding-left: 15px
}

.show-item-two-container {
  width: auto;
  padding: 2px 2px 2px 15px;
  display: flex;
  justify-content: flex-start;
  margin-top: 1px
}

.show-item-two-container-box {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center
}

.show-item-two-container a {
  text-decoration: none;
  color: #000;
  display: flex
}

.show-item-two-container p {
  padding-left: 15px;
  font-family: 'Mulish';
  font-size: 13px;
  font-weight: 600;
  margin-top: 7px
}

.show-item-three {
  width: 33%;
  height: auto;
  padding: 2px 2px 2px 2px;
  line-height: 2.6
}

.show-item-three>h3 {
  font-family: 'Mulish';
  font-size: 17px;
  font-weight: 600;
  padding-left: 1px
}

.show-item-container {
  width: auto;
  padding: 5px 0 5px 5px;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  background-color: #edf8fa;
  border-radius: 6px;
  margin-right: 7px;
  height: 80px;
}

.show-item-container a {
  display: flex;
  justify-content: space-around;
  width: 100%;
  text-decoration: none;
  color: #000
}

.show-item-container-box {
  width: 56px;
  height: 58px;
  background-color: #fff;
  margin-block: auto;
}

.show-item-container-box img {
  width: 100%;
  height: 100%
}

.show-item-container-box-one {
  width: 59%;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.show-item-container-box-one p {
  font-family: 'Mulish';
  font-size: 13px;
  font-weight: 600
}

.item {
  padding-top: 25px
}

.show-item-right-button {
  padding: 0 10px 0 0;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 3px;
}

.show-item-right-button button {
  border: 2px solid #272566;
  width: 31%;
  height: 45px;
  cursor: pointer;
  color: #272566;
  background-color: #fff;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-family: mulish;
  margin: 0 0 10px 0px;
  font-size: 14px;
  font-weight: bold;
}

.show-item-right-button button:hover {
  background-color: #def6fb;
  color: black;
}

#hover-content {
  display: none;
  flex: 0;
  margin-top: 11px;

}

#hover-content.flex-display {
  display: flex;
  flex: 1;
}

@media screen and (min-width:1200px) and (max-width:1281px) {
  #hover-content.flex-display {
    margin-left: -99px
  }
}

@media screen and (min-width:1282px) and (max-width:1442px) {
  #hover-content.flex-display {
    margin-left: -116px
  }
}

@media screen and (min-width:1443px) and (max-width:1605px) {
  #hover-content.flex-display {
    margin-left: -162px
  }
}

@media screen and (min-width:1606px) and (max-width:1765px) {
  #hover-content.flex-display {
    margin-left: -192px
  }
}

@media screen and (min-width:1766px) and (max-width:1925px) {
  #hover-content.flex-display {
    margin-left: -224px
  }
}

@media screen and (min-width:1926px) and (max-width:2048px) {
  #hover-content.flex-display {
    margin-left: -249px
  }
}

@media screen and (min-width:2049px) and (max-width:2565px) {
  #hover-content.flex-display {
    margin-left: -351px
  }
}

@media screen and (min-width:2566px) and (max-width:3205px) {
  #hover-content.flex-display {
    margin-left: -420px
  }
}

@media screen and (min-width:3206px) and (max-width:4000px) {
  #hover-content.flex-display {
    margin-left: -470px
  }
}

@media screen and (max-width:1199px) {
  .navbar {
    display: none;
    visibility: hidden
  }
}

@media screen and (min-width:1200px) and (max-width:4000px) {
  .mobile-navbar {
    display: none;
    visibility: hidden
  }
}

/* ============ Mobile Navigation ============ */

#mobile-navigation {
  width: 100%;
  position: sticky;
  top: 6.9%;
  z-index: 200;
  background-color: #fff;
  height: 48px;
}

@media (min-width: 1200px) {
  #mobile-navigation {
    display: none;
  }
}

.mobile-navbar {
  width: 100%;
  position: relative;
}

.mobile-nav {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.moblie-nav-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.moblie-nav-logo {
  display: flex;
  align-items: center;
}

.moblie-nav-logo img {
  height: 48px;
  width: auto;
  max-width: 100%;
  display: block;
  object-fit: contain;
  cursor: pointer;
  padding: 7px;
}

.moblie-nav-logo a img {
  height: 32px;
  padding: 0;
}

.mobile-nav-divider {
  width: 1px;
  height: 24px;
  background-color: #ccc;
  flex-shrink: 0;
}

.moblie-nav-center {
  display: flex;
  align-items: center;
  margin-right: 90px;
}

@media (max-width: 1199px) {
  .moblie-nav-center {
    margin-right: auto;
  }
}

.moblie-nav-center img {
height: 48px;
  width: auto;
  max-width: 100%;
  display: block;
  object-fit: contain;
  cursor: pointer;
  padding: 7px;
}

.moblie-nav-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-nav-right-one {
  cursor: pointer;
  width: max-content;
}

.mobile-nav-right-one p {
  font-family: "Instrument Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  background: #0040C1;
  padding: 8px 20px;
  border-radius: 20px;
}

@media (max-width: 400px) {
  .mobile-nav-right-one p {
    font-size: 10px;
    padding: 6px 12px;
    gap: 4px;
  }
  .mobile-nav-right-one p svg {
    width: 14px !important;
    height: 14px !important;
  }
}

.mobile-nav-right-two {
  cursor: pointer;
}

#hamburger {
  width: 26px;
  height: auto;
  display: block;
}

.mobile {
  width: 100%;
  height: 100%;
}

#mobile-view {
  height: 100vh;
  overflow-y: auto;
}

/* ============ Mobile All Courses Overlay ============ */

.displaymobilecontent {
  position: absolute;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 400;
}

.allcoursespage {
  border: 1px solid #f3f4f6;
  width: 100%;
  padding: 10px 0;
  background-color: #f3f4f6;
}

.allcourses-heading {
  width: 100%;
}

.allcourses-heading-page {
  width: 90%;
  margin: auto;
  display: flex;
}

.allcourses-heading-left {
  width: 20%;
  font-size: 20px;
}

.allcourses-heading-left i {
  color: #272566;
}

.allcourses-heading-right {
  width: 60%;
  display: flex;
  justify-content: center;
  padding-left: 28px;
  align-items: center;
  font-weight: 600;
}

.allcourses-heading-right>p {
  font-family: nunito;
  font-weight: bold;
  font-size: 16px;
}

.allcourses-menu-section {
  width: 100%;
  height: 100vh;
  padding: 10px 0;
}

.allcourses-menu-list {
  width: 100%;
  margin: auto;
}

.allcourses-menu-list ul {
  list-style: none;
  line-height: 2.5;
}

.allcourses-menu-list ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  font-family: Nunito;
  box-shadow: transparent 0 0 0 3px, rgba(183, 172, 172, 0.1) 0 6px 20px;
  margin-bottom: 10px;
  padding: 10px 5%;
}

.allcourses-menu-list ul a {
  text-decoration: none;
  color: #000;
}

/* ============ Mobile Course Sub-pages ============ */

.software-pages,
.networking-page,
.digital-page,
.ai-page,
.data-page,
.learning,
.cybers {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  background-color: #fff;
  z-index: 400;
}

.software-pages {
  box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
}

.software {
  border: 1px solid #f3f4f6;
  padding: 10px 0;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.19) 0 0 0, rgba(0, 0, 0, 0.23) 0 2px 6px;
}

.software-heading {
  width: 100%;
}

.software-heading-page {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.software-heading-left {
  width: 20%;
  font-size: 20px;
}

.software-heading-left i {
  color: #272566;
}

.software-heading-right {
  width: 80%;
  padding-left: 25px;
  font-weight: 600;
}

.software-heading-right>p {
  font-family: nunito;
  font-weight: bold;
  font-size: 16px;
}

.software-menu-section {
  width: 100%;
  padding: 10px 0;
  background-color: white;
  height: 100vh;
  overflow-y: scroll;
}

.software-menu-list {
  width: 100%;
  margin: auto;
}

.software-menu-courses {
  width: 100%;
  padding: 10px 0 15px 0;
}

.software-menu-courses h4 {
  padding-left: 8%;
  background-color: white;
}

.software-menu-courses h4::after {
  content: "";
  width: 90px;
  height: 2px;
  background: #1179ef;
  display: block;
  margin-top: 8px;
}

.software-menu-job-program {
  width: 100%;
  padding: 10px 0 15px 0;
}

.software-menu-job-program h4 {
  padding-left: 8%;
  background-color: white;
}

.software-menu-job-program h4::after {
  content: "";
  width: 90px;
  height: 2px;
  background: #1179ef;
  display: block;
  margin-top: 8px;
}

.software-menu-job-submenu {
  width: 100%;
  padding-left: 68px;
  background-color: #fff;
  margin-bottom: 10px;
  box-shadow: transparent 0 0 0 3px, rgba(183, 172, 172, 0.1) 0 6px 20px;
}

.software-menu-submenu {
  width: 90%;
  display: flex;
  justify-content: flex-start;
  line-height: 2.5;
  background-color: #fff;
  margin-top: 5px;
  font-family: mulish;
}

.software-menu-submenu-list {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  line-height: 2.5;
  background-color: #fff;
  margin-top: 5px;
  font-family: mulish;
  list-style: none;
}

.software-menu-submenu-list a {
  text-decoration: none;
  color: #384252;
  padding-left: 68px;
  list-style: none;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  box-shadow: transparent 0 0 0 3px, rgba(183, 172, 172, 0.1) 0 6px 20px;
}

.software-menu-job-submenu-box {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
}

.software-menu-submenu a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.software-menu-submenu p {
  padding-left: 20px;
  color: #384252;
  font-size: 14px;
  font-weight: bold;
}

.software-master-program {
  width: 100%;
  height: 700px;
  padding: 10px 0 15px 0;
}

.software-master-program h4 {
  padding-left: 8%;
  background-color: white;
}

.software-master-program h4::after {
  content: "";
  width: 90px;
  height: 2px;
  background: #1179ef;
  display: block;
  margin-top: 8px;
}

.software-master-program-submenu {
  width: 100%;
  margin: auto;
  padding: 10px 0;
  background-color: #fff;
}

.software-master-program-menu {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  background-color: #edf8fa;
  box-shadow: 0 20px 10px -20px rgb(135, 240, 227) inset, 0 -20px 10px -20px rgb(135, 240, 227) inset;
  padding: 10px 0 10px 49px;
}

.software-master-program-box {
  width: 28%;
  height: 79px;
}

.software-master-program-box-one {
  width: 70%;
  padding-left: 15px;
  display: flex;
}

.software-master-program-box-one a {
  text-decoration: none;
  color: #384252;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

/* ============ Mobile Hamburger Menu ============ */

.mobile-hamburg-click-section {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #fff;
  display: none;
  z-index: 500;
}

.mobile-hamburg-click-section-heading {
  width: 100%;
  height: auto;
  background-color: #f3f4f6;
  padding: 10px 0;
}

.mobile-hamburg-click-section-heading-page {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
}

.mobile-hamburg-click-section-heading-left {
  width: 20%;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.mobile-hamburg-click-section-heading-left i {
  color: #272566;
}

.mobile-hamburg-click-section-heading-right {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.mobile-hamburg-menu-list {
  padding: 10px 0 0;
  position: relative;
  z-index: 100;
  background: #fff;
}

.mobile-hamburg-submenu {
  width: 100%;
  margin: auto;
}

.mobile-hamburg-submenu ul {
  list-style: none;
  line-height: 2;
  cursor: pointer;
}

.mobile-hamburg-submenu ul li {
  padding-left: 0;
  font-size: 14px;
  font-weight: bold;
  font-family: Nunito;
}

.mobile-hamburg-submenu ul li a {
  text-decoration: none;
  color: #384252;
}

#heads {
  display: flex;
  justify-content: space-between;
  padding: 10px 5% 10px 8%;
  box-shadow: transparent 0 0 0 3px, rgba(183, 172, 172, 0.1) 0 6px 20px;
}

#about-job li,
#student-job li,
#women-job li {
  padding-left: 73px;
  margin-bottom: 10px;
  box-shadow: transparent 0 0 0 3px, rgba(183, 172, 172, 0.1) 0 6px 20px;
  line-height: 2.5;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#women-job {
  margin-top: 10px;
}

.underline-women,
.underline-student,
.underline-about {
  border-bottom: none;
}

.underline-women.active::after,
.underline-student.active::after,
.underline-about.active::after {
  content: "";
  width: 90px;
  height: 2px;
  background: #1179ef;
  display: block;
  margin-top: 8px;
}

/* ============ Utilities ============ */

.btn-arrow {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  filter: brightness(1) invert(1);
}

.btn-arrow.review {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  filter: brightness(1) invert(1);
}

#mobile-plus,
#mobile-minus {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

@media screen and (min-width:1280px) and (max-width:1440px) {
  .show-item-left i {
    margin-left: 60px
  }

  .show-item-right-button button {
    width: 32%
  }
}
